Peter Jay Salzman <[EMAIL PROTECTED]> writes:
> /bin/sh ../libtool --mode=link gcc -g -O2 -o codec_ac3dec.la -rpath -avoid-ve
> rsion -module Wl,-soname,codec_ac3dec.so -lm @MM_LIBS@ bitstream.lo codec.lo imd
> ct.lo coeff.lo exponent.lo stats.lo bit_allocate.lo parse.lo crc.lo debug.lo rem
> atrix.lo dither.lo sanity_check.lo srfft.lo downmix.lo
> does anyone know what this libtool error message means? i assume it's the
> @@MM_LIBS@@ that's causing the heartache. any ideas?
All @@SYMBOL@@ should have been replaced by autoconf. remove it from
the makefile and see which symbols are left out in the link stage. Find
the library that contains those symbols and patch the makefile by hand.
-Ricardo