*** Could not run libFLAC test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding libFLAC or finding the wrong
*** version of libFLAC. If it is not finding libFLAC, you'll need to set your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
*** to the installed location Also, make sure you have run ldconfig if that
*** is required on your system
***
*** If you have an old version installed, it is best to remove it, although
*** you may also be able to get things to work by modifying LD_LIBRARY_PATH
I suggest trying to fix this...could posibly be the problem
mms.c:465: warning: integer constant is too large for "long" type
mms.c:465: warning: integer constant is too large for "long" type
mms.c:467: warning: integer constant is too large for "long" type
mms.c:467: warning: integer constant is too large for "long" type
mms.c:469: warning: integer constant is too large for "long" type
mms.c:469: warning: integer constant is too large for "long" type
mms.c:479: warning: integer constant is too large for "long" type
mms.c:479: warning: integer constant is too large for "long" type
could you post these lines ? its probably just setting some longs to negatives using hexidecimal which is normal.
This output is different from what I see when I compile things on my machine.. usually it lists the full gcc command lines ?