On Fri, Apr 16, 2004 at 01:33:39PM +0200, Dominique Devriese wrote: > Apparently, the same failure occurs in 3.2.2 as well. I've done some > research, and the failure appears to be that the function > "FLAC__seekable_stream_decoder_process_single" is not defined in > libFLAC.so on non-i386 arches.
On what do you base this presumption? It certainly seems to be there: gluck:[~/temp/flac] for f in */usr/lib/libFLAC.so.4; do echo "$f:"; nm -D $f | grep FLAC__seekable_stream_decoder_process_single; done libflac4_1.1.0-10_alpha/usr/lib/libFLAC.so.4: 00000000000254c0 T FLAC__seekable_stream_decoder_process_single libflac4_1.1.0-10_arm/usr/lib/libFLAC.so.4: 0001fc64 T FLAC__seekable_stream_decoder_process_single libflac4_1.1.0-10_hppa/usr/lib/libFLAC.so.4: 000236d4 T FLAC__seekable_stream_decoder_process_single libflac4_1.1.0-10_i386/usr/lib/libFLAC.so.4: 0001f7c0 T FLAC__seekable_stream_decoder_process_single libflac4_1.1.0-10_ia64/usr/lib/libFLAC.so.4: 000000000003b370 T FLAC__seekable_stream_decoder_process_single libflac4_1.1.0-10_m68k/usr/lib/libFLAC.so.4: 0001cf38 T FLAC__seekable_stream_decoder_process_single libflac4_1.1.0-10_mips/usr/lib/libFLAC.so.4: 000269c4 T FLAC__seekable_stream_decoder_process_single libflac4_1.1.0-10_mipsel/usr/lib/libFLAC.so.4: 000269b0 T FLAC__seekable_stream_decoder_process_single libflac4_1.1.0-10_powerpc/usr/lib/libFLAC.so.4: 0002394c T FLAC__seekable_stream_decoder_process_single libflac4_1.1.0-10_s390/usr/lib/libFLAC.so.4: 0002574c T FLAC__seekable_stream_decoder_process_single libflac4_1.1.0-10_sparc/usr/lib/libFLAC.so.4: 0001f588 T FLAC__seekable_stream_decoder_process_single More likely there is some issue with linking which results in: checking for FLAC__seekable_stream_decoder_process_single in -lFLAC... no config.log from a failed build will most likely reveal the problem. -- - mdz