>I'm new to this list with a problem to compile the >current lame CVS sources on OS/2. [...] >ld: failure reading string table size of frontend/amiga_mpega.o >make: *** [frontend/lame.exe] Error 1 >Does anyone know what this means and how to avoid it? >Compiling amiga_mpega.c has no problems, so amiga_mpega.o >exists.
That file is for using a shared mpeg-audio decoding library instead of the internal decoder on Amiga .. it will compile as empty when AMIGA_MPEGA is not defined .. this might be what your ld has problems with, which infact probably is an ld bug .. either upgrade or report the problem to binutils maintainers... >For a try I removed amiga_mpega.c from the makefile and >was able to make lame without problems. The binary even >worked okay. That is fine, you do not need to link with this file on any other platform than Amiga (however you should not get an error if doing so)... - CISC _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
