Hi,

   I'm having problems to install avifile-0.53.5. I'm using Red Hat
   7.2, qt-2.3.0, sdl-1.1.6, as sugested in
   http://avifile.sourceforge.net/download.htm

   After decompressed in /usr/local, the avifile sources were installed
   in /usr/local/avifile-0.53.5. The full messages after "./configure"
   and "make" follows. As can be seen at the end of it, it wasn't able
   to find `Mpegtoraw::generate(void)' and
   `Mpegtoraw::generate_2(void)', but they are in the source code. How
   do I proceed?


Bruno


[root@rama avifile-0.53.5]# ./configure
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... i586-pc-linux-gnu
checking target system type... i586-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for c++... c++
checking whether the C++ compiler (c++  ) works... yes
checking whether the C++ compiler (c++  ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for objdir... .libs
creating libtool
checking for dlopen in -ldl... yes
checking for pthreads... -lpthread yes
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for limits.h... yes
checking for malloc.h... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for working const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for 8-bit clean memcmp... yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for ftime... yes
checking for gettimeofday... yes
checking for strdup... yes
checking for strstr... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for Qt... checking for main in -lqt-mt... yes
libraries /usr/lib/qt-2.3.0/lib, headers /usr/lib/qt-2.3.0/include
checking for moc... /usr/lib/qt-2.3.0/bin/moc
checking for uic... /usr/lib/qt-2.3.0/bin/uic
checking whether we like this Qt installation... checking for 
/usr/lib/qt-2.3.0/include/qvariant.h... yes
checking whether to build QtVidcap... checking for 
/usr/lib/qt-2.3.0/include/qtable.h... yes
checking for XF86DGAQueryExtension in -lXxf86dga... yes
checking for XF86VidModeSwitchMode in -lXxf86vm... yes
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.1.3... yes
checking whether to build ac3 decoder module... no
updating cache ./config.cache
creating ./config.status
creating ./Makefile
creating lib/Makefile
creating lib/loader/Makefile
creating lib/videocodec/Makefile
creating lib/audiodecoder/Makefile
creating lib/videocodec/Makefile
creating lib/avifile/Makefile
creating lib/aviplay/Makefile
creating player/Makefile
creating lib/audioencoder/Makefile
creating lib/audioencoder/lame3.70/Makefile
creating lib/audiodecoder/mpeg/Makefile
creating samples/Makefile
creating samples/avitest/Makefile
creating samples/benchmark/Makefile
creating samples/extractor/Makefile
creating samples/qtvidcap/Makefile
creating include/Makefile
creating include/wine/Makefile
creating bin/Makefile
creating samples/qtrecompress/Makefile
creating avifile-config
creating avifile.spec
creating lib/videocodec/DirectShow/Makefile
creating include/config.h
[root@rama avifile-0.53.5]# make
Making all in include
make[1]: Entering directory `/usr/local/avifile-0.53.5/include'
make  all-recursive
make[2]: Entering directory `/usr/local/avifile-0.53.5/include'
Making all in wine
make[3]: Entering directory `/usr/local/avifile-0.53.5/include/wine'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/avifile-0.53.5/include/wine'
make[3]: Entering directory `/usr/local/avifile-0.53.5/include'
make[3]: Leaving directory `/usr/local/avifile-0.53.5/include'
make[2]: Leaving directory `/usr/local/avifile-0.53.5/include'
make[1]: Leaving directory `/usr/local/avifile-0.53.5/include'
Making all in lib
make[1]: Entering directory `/usr/local/avifile-0.53.5/lib'
Making all in loader
make[2]: Entering directory `/usr/local/avifile-0.53.5/lib/loader'
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -DWIN32_PATH=\"/usr/lib/win32\" -D__WINE__ -Ddbg_printf=__vprintf 
-DTRACE=__vprintf -fno-omit-frame-pointer -fno-inline -c pe_image.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -DWIN32_PATH=\"/usr/lib/win32\" -D__WINE__ -Ddbg_printf=__vprintf 
-DTRACE=__vprintf -fno-omit-frame-pointer -fno-inline -c module.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -DWIN32_PATH=\"/usr/lib/win32\" -D__WINE__ -Ddbg_printf=__vprintf 
-DTRACE=__vprintf -fno-omit-frame-pointer -fno-inline -c ext.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -DWIN32_PATH=\"/usr/lib/win32\" -D__WINE__ -Ddbg_printf=__vprintf 
-DTRACE=__vprintf -fno-omit-frame-pointer -fno-inline -c win32.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -DWIN32_PATH=\"/usr/lib/win32\" -D__WINE__ -Ddbg_printf=__vprintf 
-DTRACE=__vprintf -fno-omit-frame-pointer -fno-inline -c driver.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -DWIN32_PATH=\"/usr/lib/win32\" -D__WINE__ -Ddbg_printf=__vprintf 
-DTRACE=__vprintf -fno-omit-frame-pointer -fno-inline -c pe_resource.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -DWIN32_PATH=\"/usr/lib/win32\" -D__WINE__ -Ddbg_printf=__vprintf 
-DTRACE=__vprintf -fno-omit-frame-pointer -fno-inline -c resource.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -DWIN32_PATH=\"/usr/lib/win32\" -D__WINE__ -Ddbg_printf=__vprintf 
-DTRACE=__vprintf -fno-omit-frame-pointer -fno-inline -c registry.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -DWIN32_PATH=\"/usr/lib/win32\" -D__WINE__ -Ddbg_printf=__vprintf 
-DTRACE=__vprintf -fno-omit-frame-pointer -fno-inline -c elfdll.c
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -DWIN32_PATH=\"/usr/lib/win32\" -D__WINE__ -Ddbg_printf=__vprintf 
-DTRACE=__vprintf -fno-omit-frame-pointer -fno-inline -c afl.c
gcc -c ./stubs.s -o stubs.lo
/bin/sh ../../libtool --silent --mode=link gcc  -I../../include 
-DWIN32_PATH=\"/usr/lib/win32\" -D__WINE__ -Ddbg_printf=__vprintf -DTRACE=__vprintf 
-fno-omit-frame-pointer -fno-inline -L/usr/X11R6/lib -L/usr/lib/qt-2.3.0/lib -o 
libloader.la   pe_image.lo module.lo ext.lo win32.lo driver.lo pe_resource.lo 
resource.lo registry.lo elfdll.lo afl.lo stubs.lo 
make[2]: Leaving directory `/usr/local/avifile-0.53.5/lib/loader'
Making all in videocodec
make[2]: Entering directory `/usr/local/avifile-0.53.5/lib/videocodec'
Making all in DirectShow
make[3]: Entering directory `/usr/local/avifile-0.53.5/lib/videocodec/DirectShow'
/bin/sh ../../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -I../../../include -march=i586 -c guids.cpp
/bin/sh ../../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -I../../../include -march=i586 -c inputpin.cpp
/bin/sh ../../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -I../../../include -march=i586 -c outputpin.cpp
/bin/sh ../../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -I../../../include -march=i586 -c allocator.cpp
/bin/sh ../../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -I../../../include -march=i586 -c cmediasample.cpp
/bin/sh ../../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -I../../../include -march=i586 -c DS_VideoDecoder.cpp
/bin/sh ../../../libtool --silent --mode=link c++  -I../../../include -march=i586 
-L/usr/X11R6/lib -L/usr/lib/qt-2.3.0/lib -o libds_videocodec.la   guids.lo inputpin.lo 
outputpin.lo allocator.lo cmediasample.lo DS_VideoDecoder.lo  
make[3]: Leaving directory `/usr/local/avifile-0.53.5/lib/videocodec/DirectShow'
make[3]: Entering directory `/usr/local/avifile-0.53.5/lib/videocodec'
/bin/sh ../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -c VideoEncoder.cpp
/bin/sh ../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -c VideoDecoder.cpp
/bin/sh ../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -c Module.cpp
/bin/sh ../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -c ldt_keeper.cpp
/bin/sh ../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -c image.cpp
c++ -I../../include  -O0 -fPIC -c codeckeeper.cpp -o codeckeeper.lo
In file included from ../../include/infotypes.h:8,
                 from ../../include/videoencoder.h:19,
                 from VideoEncoder.h:10,
                 from codeckeeper.cpp:1:
../../include/com.h:63:6: warning: no newline at end of file
../../include/com.h:63:6: warning: no newline at end of file
In file included from ../../include/videoencoder.h:19,
                 from VideoEncoder.h:10,
                 from codeckeeper.cpp:1:
../../include/infotypes.h:74:6: warning: no newline at end of file
../../include/infotypes.h:74:6: warning: no newline at end of file
/bin/sh ../../libtool --silent --mode=link c++  -I../../include -L/usr/X11R6/lib 
-L/usr/lib/qt-2.3.0/lib -o libvideocodec.la   VideoEncoder.lo VideoDecoder.lo 
Module.lo ldt_keeper.lo image.lo codeckeeper.lo 
make[3]: Leaving directory `/usr/local/avifile-0.53.5/lib/videocodec'
make[2]: Leaving directory `/usr/local/avifile-0.53.5/lib/videocodec'
Making all in avifile
make[2]: Entering directory `/usr/local/avifile-0.53.5/lib/avifile'
/bin/sh ../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -Wno-multichar -march=i586 -fno-omit-frame-pointer -c AVIIndex.cpp
/bin/sh ../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -Wno-multichar -march=i586 -fno-omit-frame-pointer -c AVIIndex2.cpp
/bin/sh ../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -Wno-multichar -march=i586 -fno-omit-frame-pointer -c 
AVIReadHandler.cpp
/bin/sh ../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -Wno-multichar -march=i586 -fno-omit-frame-pointer -c 
AVIReadHandler2.cpp
/bin/sh ../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -Wno-multichar -march=i586 -fno-omit-frame-pointer -c 
FastReadStream.cpp
/bin/sh ../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -Wno-multichar -march=i586 -fno-omit-frame-pointer -c List.cpp
/bin/sh ../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -Wno-multichar -march=i586 -fno-omit-frame-pointer -c File64.cpp
/bin/sh ../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -Wno-multichar -march=i586 -fno-omit-frame-pointer -c AviRead.cpp
/bin/sh ../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -Wno-multichar -march=i586 -fno-omit-frame-pointer -c Cache.cpp
/bin/sh ../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -Wno-multichar -march=i586 -fno-omit-frame-pointer -c AviWrite.cpp
/bin/sh ../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -Wno-multichar -march=i586 -fno-omit-frame-pointer -c 
AviSegWrite.cpp
/bin/sh ../../libtool --silent --mode=link c++  -I../../include -Wno-multichar 
-march=i586 -fno-omit-frame-pointer -L/usr/X11R6/lib -L/usr/lib/qt-2.3.0/lib -o 
libavi_io.la   AVIIndex.lo AVIIndex2.lo AVIReadHandler.lo AVIReadHandler2.lo 
FastReadStream.lo List.lo File64.lo AviRead.lo Cache.lo AviWrite.lo AviSegWrite.lo  
make[2]: Leaving directory `/usr/local/avifile-0.53.5/lib/avifile'
Making all in audiodecoder
make[2]: Entering directory `/usr/local/avifile-0.53.5/lib/audiodecoder'
Making all in mpeg
make[3]: Entering directory `/usr/local/avifile-0.53.5/lib/audiodecoder/mpeg'
/bin/sh ../../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -I../../../include -march=i586 -O2 -c bitwindow.cpp
/bin/sh ../../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -I../../../include -march=i586 -O2 -c filter.cpp
/bin/sh ../../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -I../../../include -march=i586 -O2 -c filter_2.cpp
/bin/sh ../../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -I../../../include -march=i586 -O2 -c huffmantable.cpp
/bin/sh ../../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -I../../../include -march=i586 -O2 -c mpeglayer1.cpp
/bin/sh ../../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -I../../../include -march=i586 -O2 -c mpeglayer2.cpp
/bin/sh ../../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -I../../../include -march=i586 -O2 -c mpeglayer3.cpp
/bin/sh ../../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -I../../../include -march=i586 -O2 -c mpegtable.cpp
/bin/sh ../../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -I../../../include -march=i586 -O2 -c mpegtoraw.cpp
/bin/sh ../../../libtool --silent --mode=link c++  -I../../../include -march=i586 -O2 
-L/usr/X11R6/lib -L/usr/lib/qt-2.3.0/lib -o libmpeg.la   bitwindow.lo filter.lo 
filter_2.lo huffmantable.lo mpeglayer1.lo mpeglayer2.lo mpeglayer3.lo mpegtable.lo 
mpegtoraw.lo  
make[3]: Leaving directory `/usr/local/avifile-0.53.5/lib/audiodecoder/mpeg'
make[3]: Entering directory `/usr/local/avifile-0.53.5/lib/audiodecoder'
/bin/sh ../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -DWIN32_PATH=\"/usr/lib/win32\"  -c audiodecoder.cpp
/bin/sh ../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -DWIN32_PATH=\"/usr/lib/win32\"  -c acm.cpp
/bin/sh ../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -DWIN32_PATH=\"/usr/lib/win32\"  -c adpcm.cpp
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -g  -march=i586 -I/usr/X11R6/include -c adpcm_impl.c
/bin/sh ../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -DWIN32_PATH=\"/usr/lib/win32\"  -c gsm61dec.cpp
/bin/sh ../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -DWIN32_PATH=\"/usr/lib/win32\"  -c pcm.cpp
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -g  -march=i586 -I/usr/X11R6/include -c xa_gsm.c
/bin/sh ../../libtool --silent --mode=link c++  -I../../include 
-DWIN32_PATH=\"/usr/lib/win32\"  -L/usr/X11R6/lib -L/usr/lib/qt-2.3.0/lib -o 
libaudiodec.la   audiodecoder.lo acm.lo adpcm.lo adpcm_impl.lo gsm61dec.lo pcm.lo 
xa_gsm.lo  
make[3]: Leaving directory `/usr/local/avifile-0.53.5/lib/audiodecoder'
make[2]: Leaving directory `/usr/local/avifile-0.53.5/lib/audiodecoder'
Making all in audioencoder
make[2]: Entering directory `/usr/local/avifile-0.53.5/lib/audioencoder'
Making all in lame3.70
make[3]: Entering directory `/usr/local/avifile-0.53.5/lib/audioencoder/lame3.70'
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c brhist.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c formatBitstream.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c fft.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c get_audio.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c l3bitstream.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c id3tag.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c ieeefloat.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c lame.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c newmdct.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c parse.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c portableio.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c psymodel.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c quantize.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c quantize-pvt.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c vbrquantize.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c reservoir.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c tables.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c takehiro.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c timestatus.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c util.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c VbrTag.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c version.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c common.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c dct64_i386.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c decode_i386.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c layer3.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c tabinit.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c interface.c
/bin/sh ../../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -w  -DLAMEPARSE -DNDEBUG -D__NO_MATH_INLINES -O3 -fomit-frame-pointer 
-funroll-loops -ffast-math  -finline-functions -Wall -c main.c
/bin/sh ../../../libtool --silent --mode=link gcc  -DLAMEPARSE -DNDEBUG 
-D__NO_MATH_INLINES -O3 -fomit-frame-pointer -funroll-loops -ffast-math  
-finline-functions -Wall -L/usr/X11R6/lib -L/usr/lib/qt-2.3.0/lib -o libmp3lame.la   
brhist.lo formatBitstream.lo fft.lo get_audio.lo l3bitstream.lo id3tag.lo ieeefloat.lo 
lame.lo newmdct.lo parse.lo portableio.lo psymodel.lo quantize.lo quantize-pvt.lo 
vbrquantize.lo reservoir.lo tables.lo takehiro.lo timestatus.lo util.lo VbrTag.lo 
version.lo common.lo dct64_i386.lo decode_i386.lo layer3.lo tabinit.lo interface.lo 
main.lo  
make[3]: Leaving directory `/usr/local/avifile-0.53.5/lib/audioencoder/lame3.70'
make[3]: Entering directory `/usr/local/avifile-0.53.5/lib/audioencoder'
/bin/sh ../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -c audioencoder.cpp
/bin/sh ../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -I../../include -c mp3encoder.cpp
/bin/sh ../../libtool --silent --mode=link c++  -I../../include -L/usr/X11R6/lib 
-L/usr/lib/qt-2.3.0/lib -o libaudioenc.la   audioencoder.lo mp3encoder.lo  
make[3]: Leaving directory `/usr/local/avifile-0.53.5/lib/audioencoder'
make[2]: Leaving directory `/usr/local/avifile-0.53.5/lib/audioencoder'
Making all in aviplay
make[2]: Entering directory `/usr/local/avifile-0.53.5/lib/aviplay'
/bin/sh ../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -march=i586 -I../../include -I/usr/include/SDL -D_REENTRANT -c audio.cpp
/bin/sh ../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -march=i586 -I../../include -I/usr/include/SDL -D_REENTRANT -c aviplay.cpp
/bin/sh ../../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. 
-I../../include   -g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT 
-w  -march=i586 -I../../include -I/usr/include/SDL -D_REENTRANT -c aviutil.cpp
/bin/sh ../../libtool --silent --mode=link c++  -march=i586 -I../../include 
-I/usr/include/SDL -D_REENTRANT -L/usr/X11R6/lib -L/usr/lib/qt-2.3.0/lib -o 
libaviplay.la   audio.lo aviplay.lo aviutil.lo  
make[2]: Leaving directory `/usr/local/avifile-0.53.5/lib/aviplay'
make[2]: Entering directory `/usr/local/avifile-0.53.5/lib'
/bin/sh ../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../include   
-g  -march=i586 -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -w  -g  -c 
dummy.cpp
/bin/sh ../libtool --silent --mode=link c++  -g  -L/usr/lib -Wl,-rpath,/usr/lib -lSDL 
-lpthread   -o libaviplay.la -rpath /usr/local/lib  dummy.lo loader/libloader.la 
videocodec/libvideocodec.la avifile/libavi_io.la aviplay/libaviplay.la 
audiodecoder/libaudiodec.la audioencoder/libaudioenc.la audiodecoder/mpeg/libmpeg.la 
audioencoder/lame3.70/libmp3lame.la videocodec/DirectShow/libds_videocodec.la 
-L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lpthread -ldl 
make[2]: Leaving directory `/usr/local/avifile-0.53.5/lib'
make[1]: Leaving directory `/usr/local/avifile-0.53.5/lib'
Making all in player
make[1]: Entering directory `/usr/local/avifile-0.53.5/player'
c++ -DHAVE_CONFIG_H -I. -I. -I../include   -g  -march=i586 -I/usr/X11R6/include 
-I/usr/include/SDL -D_REENTRANT -w  -I../include -I/usr/X11R6/include 
-I/usr/lib/qt-2.3.0/include -I/usr/include/SDL -D_REENTRANT     
-DSHARE_PATH=\"/usr/local/share/avifile\" -DWIN32_PATH=\"/usr/lib/win32\" -march=i586 
-c main.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../include   -g  -march=i586 -I/usr/X11R6/include 
-I/usr/include/SDL -D_REENTRANT -w  -I../include -I/usr/X11R6/include 
-I/usr/lib/qt-2.3.0/include -I/usr/include/SDL -D_REENTRANT     
-DSHARE_PATH=\"/usr/local/share/avifile\" -DWIN32_PATH=\"/usr/lib/win32\" -march=i586 
-c renderer.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../include   -g  -march=i586 -I/usr/X11R6/include 
-I/usr/include/SDL -D_REENTRANT -w  -I../include -I/usr/X11R6/include 
-I/usr/lib/qt-2.3.0/include -I/usr/include/SDL -D_REENTRANT     
-DSHARE_PATH=\"/usr/local/share/avifile\" -DWIN32_PATH=\"/usr/lib/win32\" -march=i586 
-c mywidget_if.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../include   -g  -march=i586 -I/usr/X11R6/include 
-I/usr/include/SDL -D_REENTRANT -w  -I../include -I/usr/X11R6/include 
-I/usr/lib/qt-2.3.0/include -I/usr/include/SDL -D_REENTRANT     
-DSHARE_PATH=\"/usr/local/share/avifile\" -DWIN32_PATH=\"/usr/lib/win32\" -march=i586 
-c MyConfig.cpp
/usr/lib/qt-2.3.0/bin/moc <MyConfig.h >MyConfig.moc
/usr/lib/qt-2.3.0/bin/moc <MyConfigImpl.h >MyConfigImpl.moc
c++ -DHAVE_CONFIG_H -I. -I. -I../include   -g  -march=i586 -I/usr/X11R6/include 
-I/usr/include/SDL -D_REENTRANT -w  -I../include -I/usr/X11R6/include 
-I/usr/lib/qt-2.3.0/include -I/usr/include/SDL -D_REENTRANT     
-DSHARE_PATH=\"/usr/local/share/avifile\" -DWIN32_PATH=\"/usr/lib/win32\" -march=i586 
-c MyConfigImpl.cpp
/usr/lib/qt-2.3.0/bin/moc <mywidget.h >mywidget.moc
c++ -DHAVE_CONFIG_H -I. -I. -I../include   -g  -march=i586 -I/usr/X11R6/include 
-I/usr/include/SDL -D_REENTRANT -w  -I../include -I/usr/X11R6/include 
-I/usr/lib/qt-2.3.0/include -I/usr/include/SDL -D_REENTRANT     
-DSHARE_PATH=\"/usr/local/share/avifile\" -DWIN32_PATH=\"/usr/lib/win32\" -march=i586 
-c mywidget.cpp
/usr/lib/qt-2.3.0/bin/moc < decoder_config.cpp > decoder_config.moc
c++ -DHAVE_CONFIG_H -I. -I. -I../include   -g  -march=i586 -I/usr/X11R6/include 
-I/usr/include/SDL -D_REENTRANT -w  -I../include -I/usr/X11R6/include 
-I/usr/lib/qt-2.3.0/include -I/usr/include/SDL -D_REENTRANT     
-DSHARE_PATH=\"/usr/local/share/avifile\" -DWIN32_PATH=\"/usr/lib/win32\" -march=i586 
-c decoder_config.cpp
c++ -I../include -I/usr/X11R6/include -I/usr/lib/qt-2.3.0/include -I/usr/include/SDL 
-D_REENTRANT     -DSHARE_PATH=\"/usr/local/share/avifile\" 
-DWIN32_PATH=\"/usr/lib/win32\" -march=i586  -O0 -fno-inline -fno-unroll-loops -c 
mmx.cpp
mmx.cpp:505:2: warning: #warning FIXME
/bin/sh ../libtool --silent --mode=link c++  -I../include -I/usr/X11R6/include 
-I/usr/lib/qt-2.3.0/include -I/usr/include/SDL -D_REENTRANT     
-DSHARE_PATH=\"/usr/local/share/avifile\" -DWIN32_PATH=\"/usr/lib/win32\" -march=i586 
-lpthread -ldl  -L/usr/X11R6/lib -lX11 -lXext -L/usr/lib/qt-2.3.0/lib  -lqt-mt 
-L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -o aviplay  main.o renderer.o 
mywidget_if.o MyConfig.o MyConfigImpl.o mywidget.o decoder_config.o    mmx.o 
../lib/libaviplay.la -lXxf86vm -lXxf86dga  -lpthread -ldl 
../lib/.libs/libaviplay.so: undefined reference to `Mpegtoraw::generate(void)'
../lib/.libs/libaviplay.so: undefined reference to `Mpegtoraw::generate_2(void)'
collect2: ld returned 1 exit status
make[1]: *** [aviplay] Error 1
make[1]: Leaving directory `/usr/local/avifile-0.53.5/player'
make: *** [all-recursive] Error 1
[root@rama avifile-0.53.5]# 


-- 
-----------------------------------------
    Bruno Muller Junior em 08/08/2001

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to