Le Mercredi 24 Octobre 2001 22:32, vous avez �crit :
> On Wed, Oct 24, 2001 at 09:13:01PM +0200, emmanuel simonnet wrote:
> > Le Mercredi 24 Octobre 2001 17:47, vous avez �crit :
> > > I get avifile 0.6.0.20011018 and I have Qt 2.3.0 installed by RPM
> > >
> > > I don't have any /etc/profile/qt.sh neither qt.csh , do I create one?
> > > I wrote the path of qt in /etc/profile and it didn't change anything,I
> > > still have the same answer when compiling
> >
> > What can I do to find out what's wrong with my QT? Is there an easy way
> > to test it ? Is there a file missing or one corrupted?
>
> Please report me the log of this:
>
>
> download CVS
>
> cd avifile-0.6
> ./autogen.sh
> configure
> make
>
> - do it fast - you make get fast answer & solution

In fact I've just found it already compiled in RPM for my distrib ,I 
installed it and it works ,but it' s version 0.53.5.63 
Anyway I'd like to understand why it's not compiling from tar.gz and I'd like 
to try version 0.6

So: I dowloaded avifile-0.6.0.20011018.tar.gz from the homepage of avifile
I run autogen.sh (see the log joined loggen.txt)
then configure (logconf.txt joined)
and then make (logmake.txt) which stops with the following errors (still the 
same(:

user@linux:~/avifile-0.6.0.20011018 > make >>logmake.txt
AsfNetworkInputStream.cpp:186: warning: #warning IMPLEMENT REMOVE
AsfReadStream.cpp:51: warning: #warning dissable for a moment FIXME
BaseError.cpp: In method `BaseError::BaseError(const BaseError &)':
../../include/except.h:24: warning: member initializers for `char * 
BaseError::description'
../../include/except.h:25: warning:   and `char * BaseError::severity'
BaseError.cpp:32: warning:   will be re-ordered to match declaration order
util.cpp: In method `class CodecInfo & CodecInfo::operator =(const CodecInfo 
&)':
util.cpp:132: warning: control reaches end of non-void function 
`CodecInfo::operator =(const CodecInfo &)'
adpcm.cpp:27: warning: #warning TEST WITH MONO
../../lib/.libs/libaviplay.so: undefined reference to 
`XF40VidModeLockModeSwitch'
../../lib/.libs/libaviplay.so: undefined reference to `XDGAOpenFramebuffer'
../../lib/.libs/libaviplay.so: undefined reference to `XDGAQueryModes'
../../lib/.libs/libaviplay.so: undefined reference to `esd_close'
../../lib/.libs/libaviplay.so: undefined reference to `XDGAGetViewportStatus'
../../lib/.libs/libaviplay.so: undefined reference to `XDGAFillRectangle'
../../lib/.libs/libaviplay.so: undefined reference to `XDGAQueryVersion'
../../lib/.libs/libaviplay.so: undefined reference to 
`XDGACopyTransparentArea' ../../lib/.libs/libaviplay.so: undefined reference 
to `XF40VidModeGetModeLine'
../../lib/.libs/libaviplay.so: undefined reference to `XDGASetViewport'
../../lib/.libs/libaviplay.so: undefined reference to 
`XF40VidModeQueryExtension'
../../lib/.libs/libaviplay.so: undefined reference to `XDGACloseFramebuffer'
../../lib/.libs/libaviplay.so: undefined reference to `XDGACopyArea'
../../lib/.libs/libaviplay.so: undefined reference to `XDGASync'
../../lib/.libs/libaviplay.so: undefined reference to `XDGAInstallColormap'
../../lib/.libs/libaviplay.so: undefined reference to 
`XF40VidModeQueryVersion' ../../lib/.libs/libaviplay.so: undefined reference 
to `XF40VidModeGetAllModeLines'
../../lib/.libs/libaviplay.so: undefined reference to `XDGAQueryExtension'
../../lib/.libs/libaviplay.so: undefined reference to `XF86DGAQueryVersion'
../../lib/.libs/libaviplay.so: undefined reference to `XF40VidModeSetViewPort'
../../lib/.libs/libaviplay.so: undefined reference to `XDGASelectInput'
../../lib/.libs/libaviplay.so: undefined reference to `XF40VidModeGetViewPort'
../../lib/.libs/libaviplay.so: undefined reference to 
`XF86DGAQueryDirectVideo'
../../lib/.libs/libaviplay.so: undefined reference to 
`XDGAKeyEventToXKeyEvent'
../../lib/.libs/libaviplay.so: undefined reference to `XDGASetMode'
../../lib/.libs/libaviplay.so: undefined reference to `XF86DGAQueryExtension'
../../lib/.libs/libaviplay.so: undefined reference to `XDGAGetMappedMemory'
../../lib/.libs/libaviplay.so: undefined reference to `XF86DGADirectVideo'
../../lib/.libs/libaviplay.so: undefined reference to `XF40VidModeSetGamma'
../../lib/.libs/libaviplay.so: undefined reference to `XF40VidModeGetGamma'
../../lib/.libs/libaviplay.so: undefined reference to `esd_play_stream'
../../lib/.libs/libaviplay.so: undefined reference to 
`XF40VidModeSwitchToMode'
../../lib/.libs/libaviplay.so: undefined reference to `esd_open_sound'
../../lib/.libs/libaviplay.so: undefined reference to `XDGACreateColormap'
collect2: ld returned 1 exit status
make[2]: *** [test] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

I know ,it's a bit long but I hope you have enough datas to help me solve it

Thanks :)

PS: I don't know if I already specify :distrib Suse 7.2 (i386) , XFree 4.0.3 
Qt 2.3.0, SDL 1.2.0
Generating build information...
Running libtoolize...
Running aclocal ...
Running autoheader...
Running autoconf...
Running automake...
Now you are ready to run ./configure
Making all in libmmxnow
make[1]: Entering directory `/home/internet/avifile-0.6.0.20011018/libmmxnow'
Making all in doc
make[2]: Entering directory `/home/internet/avifile-0.6.0.20011018/libmmxnow/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/internet/avifile-0.6.0.20011018/libmmxnow/doc'
Making all in include
make[2]: Entering directory `/home/internet/avifile-0.6.0.20011018/libmmxnow/include'
cd .. && autoheader
make[2]: Leaving directory `/home/internet/avifile-0.6.0.20011018/libmmxnow/include'
Making all in src
make[2]: Entering directory `/home/internet/avifile-0.6.0.20011018/libmmxnow/src'
Making all in generic
make[3]: Entering directory 
`/home/internet/avifile-0.6.0.20011018/libmmxnow/src/generic'
Making all in video
make[4]: Entering directory 
`/home/internet/avifile-0.6.0.20011018/libmmxnow/src/generic/video'
/bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include 
  -I../..    -c create.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../.. -Wp,-MD,.deps/create.pp -c 
create.c  -fPIC -DPIC -o .libs/create.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../.. -Wp,-MD,.deps/create.pp -c 
create.c -o create.o >/dev/null 2>&1
mv -f .libs/create.lo create.lo
/bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include 
  -I../..    -c rgb_yuv.c
rm -f .libs/rgb_yuv.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../.. -Wp,-MD,.deps/rgb_yuv.pp -c 
rgb_yuv.c  -fPIC -DPIC -o .libs/rgb_yuv.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../.. -Wp,-MD,.deps/rgb_yuv.pp -c 
rgb_yuv.c -o rgb_yuv.o >/dev/null 2>&1
mv -f .libs/rgb_yuv.lo rgb_yuv.lo
/bin/sh ../../../libtool --mode=link gcc    -o libgenericvideo.la   create.lo 
rgb_yuv.lo  
rm -fr .libs/libgenericvideo.la .libs/libgenericvideo.* .libs/libgenericvideo.*
ar cru .libs/libgenericvideo.al create.lo rgb_yuv.lo
ranlib .libs/libgenericvideo.al
creating libgenericvideo.la
(cd .libs && rm -f libgenericvideo.la && ln -s ../libgenericvideo.la 
libgenericvideo.la)
make[4]: Leaving directory 
`/home/internet/avifile-0.6.0.20011018/libmmxnow/src/generic/video'
make[4]: Entering directory 
`/home/internet/avifile-0.6.0.20011018/libmmxnow/src/generic'
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include   
-I../../include -I..    -c create.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I.. 
-Wp,-MD,.deps/create.pp -c create.c  -fPIC -DPIC -o .libs/create.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I.. 
-Wp,-MD,.deps/create.pp -c create.c -o create.o >/dev/null 2>&1
mv -f .libs/create.lo create.lo
/bin/sh ../../libtool --mode=link gcc    -o libgeneric.la   create.lo 
video/libgenericvideo.la 
rm -fr .libs/libgeneric.la .libs/libgeneric.* .libs/libgeneric.*
rm -fr .libs/libgeneric.lax
mkdir .libs/libgeneric.lax
rm -fr .libs/libgeneric.lax/libgenericvideo.al
mkdir .libs/libgeneric.lax/libgenericvideo.al
(cd .libs/libgeneric.lax/libgenericvideo.al && ar x 
/home/internet/avifile-0.6.0.20011018/libmmxnow/src/generic/video/.libs/libgenericvideo.al)
ar cru .libs/libgeneric.al create.lo .libs/libgeneric.lax/libgenericvideo.al/create.lo 
.libs/libgeneric.lax/libgenericvideo.al/rgb_yuv.lo 
ranlib .libs/libgeneric.al
rm -fr .libs/libgeneric.lax
creating libgeneric.la
(cd .libs && rm -f libgeneric.la && ln -s ../libgeneric.la libgeneric.la)
make[4]: Leaving directory 
`/home/internet/avifile-0.6.0.20011018/libmmxnow/src/generic'
make[3]: Leaving directory 
`/home/internet/avifile-0.6.0.20011018/libmmxnow/src/generic'
Making all in i386
make[3]: Entering directory `/home/internet/avifile-0.6.0.20011018/libmmxnow/src/i386'
Making all in video
make[4]: Entering directory 
`/home/internet/avifile-0.6.0.20011018/libmmxnow/src/i386/video'
/bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include 
  -I../.. -I..    -c create.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../.. -I.. -Wp,-MD,.deps/create.pp -c 
create.c  -fPIC -DPIC -o .libs/create.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../.. -I.. -Wp,-MD,.deps/create.pp -c 
create.c -o create.o >/dev/null 2>&1
mv -f .libs/create.lo create.lo
/bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include 
  -I../.. -I..    -c yuv2rgb_mmx.c
rm -f .libs/yuv2rgb_mmx.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../.. -I.. 
-Wp,-MD,.deps/yuv2rgb_mmx.pp -c yuv2rgb_mmx.c  -fPIC -DPIC -o .libs/yuv2rgb_mmx.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../.. -I.. 
-Wp,-MD,.deps/yuv2rgb_mmx.pp -c yuv2rgb_mmx.c -o yuv2rgb_mmx.o >/dev/null 2>&1
mv -f .libs/yuv2rgb_mmx.lo yuv2rgb_mmx.lo
/bin/sh ../../../libtool --mode=link gcc    -o libi386video.la   create.lo 
yuv2rgb_mmx.lo  
rm -fr .libs/libi386video.la .libs/libi386video.* .libs/libi386video.*
ar cru .libs/libi386video.al create.lo yuv2rgb_mmx.lo
ranlib .libs/libi386video.al
creating libi386video.la
(cd .libs && rm -f libi386video.la && ln -s ../libi386video.la libi386video.la)
make[4]: Leaving directory 
`/home/internet/avifile-0.6.0.20011018/libmmxnow/src/i386/video'
make[4]: Entering directory `/home/internet/avifile-0.6.0.20011018/libmmxnow/src/i386'
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include   
-I../../include -I..    -c create.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I.. 
-Wp,-MD,.deps/create.pp -c create.c  -fPIC -DPIC -o .libs/create.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I.. 
-Wp,-MD,.deps/create.pp -c create.c -o create.o >/dev/null 2>&1
mv -f .libs/create.lo create.lo
/bin/sh ../../libtool --mode=link gcc    -o libi386.la   create.lo 
video/libi386video.la 
rm -fr .libs/libi386.la .libs/libi386.* .libs/libi386.*
rm -fr .libs/libi386.lax
mkdir .libs/libi386.lax
rm -fr .libs/libi386.lax/libi386video.al
mkdir .libs/libi386.lax/libi386video.al
(cd .libs/libi386.lax/libi386video.al && ar x 
/home/internet/avifile-0.6.0.20011018/libmmxnow/src/i386/video/.libs/libi386video.al)
ar cru .libs/libi386.al create.lo .libs/libi386.lax/libi386video.al/create.lo 
.libs/libi386.lax/libi386video.al/yuv2rgb_mmx.lo 
ranlib .libs/libi386.al
rm -fr .libs/libi386.lax
creating libi386.la
(cd .libs && rm -f libi386.la && ln -s ../libi386.la libi386.la)
make[4]: Leaving directory `/home/internet/avifile-0.6.0.20011018/libmmxnow/src/i386'
make[3]: Leaving directory `/home/internet/avifile-0.6.0.20011018/libmmxnow/src/i386'
make[3]: Entering directory `/home/internet/avifile-0.6.0.20011018/libmmxnow/src'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include   
-I../include    -c mmxnow.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -Wp,-MD,.deps/mmxnow.pp -c 
mmxnow.c  -fPIC -DPIC -o .libs/mmxnow.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -Wp,-MD,.deps/mmxnow.pp -c 
mmxnow.c -o mmxnow.o >/dev/null 2>&1
mv -f .libs/mmxnow.lo mmxnow.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include   
-I../include    -c names.c
rm -f .libs/names.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -Wp,-MD,.deps/names.pp -c 
names.c  -fPIC -DPIC -o .libs/names.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -Wp,-MD,.deps/names.pp -c 
names.c -o names.o >/dev/null 2>&1
mv -f .libs/names.lo names.lo
/bin/sh ../libtool --mode=link gcc    -o libmmxnow.la -rpath /usr/local/lib -release 
0.1 -version-info 1:0:1 mmxnow.lo names.lo generic/libgeneric.la         
i386/libi386.la 
rm -fr .libs/libmmxnow.la .libs/libmmxnow.* .libs/libmmxnow-0.1.*
gcc -shared  mmxnow.lo names.lo -Wl,--whole-archive generic/.libs/libgeneric.al 
i386/.libs/libi386.al -Wl,--no-whole-archive   -Wl,-soname -Wl,libmmxnow-0.1.so.0 -o 
.libs/libmmxnow-0.1.so.0.1.0
(cd .libs && rm -f libmmxnow-0.1.so.0 && ln -s libmmxnow-0.1.so.0.1.0 
libmmxnow-0.1.so.0)
(cd .libs && rm -f libmmxnow.so && ln -s libmmxnow-0.1.so.0.1.0 libmmxnow.so)
rm -fr .libs/libmmxnow.lax
mkdir .libs/libmmxnow.lax
rm -fr .libs/libmmxnow.lax/libgeneric.al
mkdir .libs/libmmxnow.lax/libgeneric.al
(cd .libs/libmmxnow.lax/libgeneric.al && ar x 
/home/internet/avifile-0.6.0.20011018/libmmxnow/src/generic/.libs/libgeneric.al)
rm -fr .libs/libmmxnow.lax/libi386.al
mkdir .libs/libmmxnow.lax/libi386.al
(cd .libs/libmmxnow.lax/libi386.al && ar x 
/home/internet/avifile-0.6.0.20011018/libmmxnow/src/i386/.libs/libi386.al)
ar cru .libs/libmmxnow.a  mmxnow.o names.o  
.libs/libmmxnow.lax/libgeneric.al/create.lo 
.libs/libmmxnow.lax/libgeneric.al/rgb_yuv.lo  .libs/libmmxnow.lax/libi386.al/create.lo 
.libs/libmmxnow.lax/libi386.al/yuv2rgb_mmx.lo 
ranlib .libs/libmmxnow.a
rm -fr .libs/libmmxnow.lax
creating libmmxnow.la
(cd .libs && rm -f libmmxnow.la && ln -s ../libmmxnow.la libmmxnow.la)
make[3]: Leaving directory `/home/internet/avifile-0.6.0.20011018/libmmxnow/src'
make[2]: Leaving directory `/home/internet/avifile-0.6.0.20011018/libmmxnow/src'
Making all in test
make[2]: Entering directory `/home/internet/avifile-0.6.0.20011018/libmmxnow/test'
gcc -DHAVE_CONFIG_H -I. -I. -I../include     -I../include   -c rw_pgm.c
/bin/sh ../libtool --mode=link gcc  -I../include    -o yv12test  rw_pgm.o 
../src/libmmxnow.la -lm 
mkdir .libs
gcc -I../include -o .libs/yv12test rw_pgm.o ../src/.libs/libmmxnow.so -lm -Wl,--rpath 
-Wl,/usr/local/lib
creating yv12test
make[2]: Leaving directory `/home/internet/avifile-0.6.0.20011018/libmmxnow/test'
make[2]: Entering directory `/home/internet/avifile-0.6.0.20011018/libmmxnow'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/internet/avifile-0.6.0.20011018/libmmxnow'
make[1]: Leaving directory `/home/internet/avifile-0.6.0.20011018/libmmxnow'
Making all in lib
make[1]: Entering directory `/home/internet/avifile-0.6.0.20011018/lib'
Making all in aviplay
make[2]: Entering directory `/home/internet/avifile-0.6.0.20011018/lib/aviplay'
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -Wall -Wno-unused -I../subtitles  
 -g -O2 -march=i686 -pipe -c aviplay.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -Wall -Wno-unused -I../subtitles -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/aviplay.pp -c aviplay.cpp  -fPIC -DPIC -o aviplay.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -Wall -Wno-unused -I../subtitles  
 -g -O2 -march=i686 -pipe -c aviplayprop.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -Wall -Wno-unused -I../subtitles -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/aviplayprop.pp -c aviplayprop.cpp  -fPIC -DPIC -o aviplayprop.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -Wall -Wno-unused -I../subtitles  
 -g -O2 -march=i686 -pipe -c aviplayth.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -Wall -Wno-unused -I../subtitles -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/aviplayth.pp -c aviplayth.cpp  -fPIC -DPIC -o aviplayth.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -Wall -Wno-unused -I../subtitles  
 -g -O2 -march=i686 -pipe -c aviplay2.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -Wall -Wno-unused -I../subtitles -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/aviplay2.pp -c aviplay2.cpp  -fPIC -DPIC -o aviplay2.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -Wall -Wno-unused -I../subtitles  
 -g -O2 -march=i686 -pipe -c AudioCleaner.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -Wall -Wno-unused -I../subtitles -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/AudioCleaner.pp -c AudioCleaner.cpp  -fPIC -DPIC -o AudioCleaner.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -Wall -Wno-unused -I../subtitles  
 -g -O2 -march=i686 -pipe -c AudioQueue.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -Wall -Wno-unused -I../subtitles -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/AudioQueue.pp -c AudioQueue.cpp  -fPIC -DPIC -o AudioQueue.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -Wall -Wno-unused -I../subtitles  
 -g -O2 -march=i686 -pipe -c AudioFpHQResampler.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -Wall -Wno-unused -I../subtitles -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/AudioFpHQResampler.pp -c AudioFpHQResampler.cpp  -fPIC -DPIC -o 
AudioFpHQResampler.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -Wall -Wno-unused -I../subtitles  
 -g -O2 -march=i686 -pipe -c AudioIntResampler.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -Wall -Wno-unused -I../subtitles -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/AudioIntResampler.pp -c AudioIntResampler.cpp  -fPIC -DPIC -o 
AudioIntResampler.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -Wall -Wno-unused -I../subtitles  
 -g -O2 -march=i686 -pipe -c CopyAudioRenderer.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -Wall -Wno-unused -I../subtitles -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/CopyAudioRenderer.pp -c CopyAudioRenderer.cpp  -fPIC -DPIC -o 
CopyAudioRenderer.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -Wall -Wno-unused -I../subtitles  
 -g -O2 -march=i686 -pipe -c IAudioRenderer.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -Wall -Wno-unused -I../subtitles -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/IAudioRenderer.pp -c IAudioRenderer.cpp  -fPIC -DPIC -o IAudioRenderer.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -Wall -Wno-unused -I../subtitles  
 -g -O2 -march=i686 -pipe -c Statistic.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -Wall -Wno-unused -I../subtitles -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/Statistic.pp -c Statistic.cpp  -fPIC -DPIC -o Statistic.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -Wall -Wno-unused -I../subtitles  
 -g -O2 -march=i686 -pipe -c VideoDPMS.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -Wall -Wno-unused -I../subtitles -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/VideoDPMS.pp -c VideoDPMS.cpp  -fPIC -DPIC -o VideoDPMS.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -Wall -Wno-unused -I../subtitles  
 -g -O2 -march=i686 -pipe -c SdlAudioRenderer.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -Wall -Wno-unused -I../subtitles -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/SdlAudioRenderer.pp -c SdlAudioRenderer.cpp  -fPIC -DPIC -o 
SdlAudioRenderer.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -Wall -Wno-unused -I../subtitles  
 -g -O2 -march=i686 -pipe -c SunAudioRenderer.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -Wall -Wno-unused -I../subtitles -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/SunAudioRenderer.pp -c SunAudioRenderer.cpp  -fPIC -DPIC -o 
SunAudioRenderer.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -Wall -Wno-unused -I../subtitles  
 -g -O2 -march=i686 -pipe -c OssAudioRenderer.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -Wall -Wno-unused -I../subtitles -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/OssAudioRenderer.pp -c OssAudioRenderer.cpp  -fPIC -DPIC -o 
OssAudioRenderer.lo
/bin/sh ../../libtool --mode=link c++  -g -O2 -march=i686 -pipe -L/usr/X11R6/lib 
-L/usr/lib/qt2/lib -o libaviplay.la   aviplay.lo aviplayprop.lo aviplayth.lo 
aviplay2.lo AudioCleaner.lo AudioQueue.lo AudioFpHQResampler.lo AudioIntResampler.lo 
CopyAudioRenderer.lo IAudioRenderer.lo Statistic.lo VideoDPMS.lo SdlAudioRenderer.lo 
SunAudioRenderer.lo OssAudioRenderer.lo -lXv  
mkdir .libs
ar cru .libs/libaviplay.al aviplay.lo aviplayprop.lo aviplayth.lo aviplay2.lo 
AudioCleaner.lo AudioQueue.lo AudioFpHQResampler.lo AudioIntResampler.lo 
CopyAudioRenderer.lo IAudioRenderer.lo Statistic.lo VideoDPMS.lo SdlAudioRenderer.lo 
SunAudioRenderer.lo OssAudioRenderer.lo
ranlib .libs/libaviplay.al
creating libaviplay.la
(cd .libs && rm -f libaviplay.la && ln -s ../libaviplay.la libaviplay.la)
make[2]: Leaving directory `/home/internet/avifile-0.6.0.20011018/lib/aviplay'
Making all in aviread
make[2]: Entering directory `/home/internet/avifile-0.6.0.20011018/lib/aviread'
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I../common -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c AsfFileInputStream.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../common -Wall -Wno-unused -g -O2 
-march=i686 -pipe -Wp,-MD,.deps/AsfFileInputStream.pp -c AsfFileInputStream.cpp  -fPIC 
-DPIC -o AsfFileInputStream.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I../common -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c AsfInputStream.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../common -Wall -Wno-unused -g -O2 
-march=i686 -pipe -Wp,-MD,.deps/AsfInputStream.pp -c AsfInputStream.cpp  -fPIC -DPIC 
-o AsfInputStream.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I../common -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c AsfNetworkInputStream.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../common -Wall -Wno-unused -g -O2 
-march=i686 -pipe -Wp,-MD,.deps/AsfNetworkInputStream.pp -c AsfNetworkInputStream.cpp  
-fPIC -DPIC -o AsfNetworkInputStream.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I../common -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c AsfReadHandler.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../common -Wall -Wno-unused -g -O2 
-march=i686 -pipe -Wp,-MD,.deps/AsfReadHandler.pp -c AsfReadHandler.cpp  -fPIC -DPIC 
-o AsfReadHandler.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I../common -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c AsfReadStream.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../common -Wall -Wno-unused -g -O2 
-march=i686 -pipe -Wp,-MD,.deps/AsfReadStream.pp -c AsfReadStream.cpp  -fPIC -DPIC -o 
AsfReadStream.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I../common -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c AsfRedirectInputStream.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../common -Wall -Wno-unused -g -O2 
-march=i686 -pipe -Wp,-MD,.deps/AsfRedirectInputStream.pp -c 
AsfRedirectInputStream.cpp  -fPIC -DPIC -o AsfRedirectInputStream.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I../common -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c AsfStreamSeekInfo.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../common -Wall -Wno-unused -g -O2 
-march=i686 -pipe -Wp,-MD,.deps/AsfStreamSeekInfo.pp -c AsfStreamSeekInfo.cpp  -fPIC 
-DPIC -o AsfStreamSeekInfo.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I../common -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c AsxReader.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../common -Wall -Wno-unused -g -O2 
-march=i686 -pipe -Wp,-MD,.deps/AsxReader.pp -c AsxReader.cpp  -fPIC -DPIC -o 
AsxReader.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I../common -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c asffmt.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../common -Wall -Wno-unused -g -O2 
-march=i686 -pipe -Wp,-MD,.deps/asffmt.pp -c asffmt.cpp  -fPIC -DPIC -o asffmt.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I../common -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c asf_guids.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../common -Wall -Wno-unused -g -O2 
-march=i686 -pipe -Wp,-MD,.deps/asf_guids.pp -c asf_guids.cpp  -fPIC -DPIC -o 
asf_guids.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I../common -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c AviMediaReadHandler.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../common -Wall -Wno-unused -g -O2 
-march=i686 -pipe -Wp,-MD,.deps/AviMediaReadHandler.pp -c AviMediaReadHandler.cpp  
-fPIC -DPIC -o AviMediaReadHandler.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I../common -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c AviMediaReadStream.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../common -Wall -Wno-unused -g -O2 
-march=i686 -pipe -Wp,-MD,.deps/AviMediaReadStream.pp -c AviMediaReadStream.cpp  -fPIC 
-DPIC -o AviMediaReadStream.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I../common -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c AviRead.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../common -Wall -Wno-unused -g -O2 
-march=i686 -pipe -Wp,-MD,.deps/AviRead.pp -c AviRead.cpp  -fPIC -DPIC -o AviRead.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I../common -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c AviReadStreamA.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../common -Wall -Wno-unused -g -O2 
-march=i686 -pipe -Wp,-MD,.deps/AviReadStreamA.pp -c AviReadStreamA.cpp  -fPIC -DPIC 
-o AviReadStreamA.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I../common -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c AviReadStreamV.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../common -Wall -Wno-unused -g -O2 
-march=i686 -pipe -Wp,-MD,.deps/AviReadStreamV.pp -c AviReadStreamV.cpp  -fPIC -DPIC 
-o AviReadStreamV.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I../common -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c AviReadStream.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../common -Wall -Wno-unused -g -O2 
-march=i686 -pipe -Wp,-MD,.deps/AviReadStream.pp -c AviReadStream.cpp  -fPIC -DPIC -o 
AviReadStream.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I../common -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c Cache.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../common -Wall -Wno-unused -g -O2 
-march=i686 -pipe -Wp,-MD,.deps/Cache.pp -c Cache.cpp  -fPIC -DPIC -o Cache.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I../common -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c FileIterator.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../common -Wall -Wno-unused -g -O2 
-march=i686 -pipe -Wp,-MD,.deps/FileIterator.pp -c FileIterator.cpp  -fPIC -DPIC -o 
FileIterator.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I../common -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c NetworkIterator.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../common -Wall -Wno-unused -g -O2 
-march=i686 -pipe -Wp,-MD,.deps/NetworkIterator.pp -c NetworkIterator.cpp  -fPIC -DPIC 
-o NetworkIterator.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I../common -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c StreamInfo.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../common -Wall -Wno-unused -g -O2 
-march=i686 -pipe -Wp,-MD,.deps/StreamInfo.pp -c StreamInfo.cpp  -fPIC -DPIC -o 
StreamInfo.lo
/bin/sh ../../libtool --mode=link c++  -g -O2 -march=i686 -pipe -L/usr/X11R6/lib 
-L/usr/lib/qt2/lib -o libaviread.la   AsfFileInputStream.lo AsfInputStream.lo 
AsfNetworkInputStream.lo AsfReadHandler.lo AsfReadStream.lo AsfRedirectInputStream.lo 
AsfStreamSeekInfo.lo AsxReader.lo asffmt.lo asf_guids.lo AviMediaReadHandler.lo 
AviMediaReadStream.lo AviRead.lo AviReadStreamA.lo AviReadStreamV.lo AviReadStream.lo 
Cache.lo FileIterator.lo NetworkIterator.lo StreamInfo.lo  -lpthread -lnsl -ldl -lm
mkdir .libs
ar cru .libs/libaviread.al AsfFileInputStream.lo AsfInputStream.lo 
AsfNetworkInputStream.lo AsfReadHandler.lo AsfReadStream.lo AsfRedirectInputStream.lo 
AsfStreamSeekInfo.lo AsxReader.lo asffmt.lo asf_guids.lo AviMediaReadHandler.lo 
AviMediaReadStream.lo AviRead.lo AviReadStreamA.lo AviReadStreamV.lo AviReadStream.lo 
Cache.lo FileIterator.lo NetworkIterator.lo StreamInfo.lo
ranlib .libs/libaviread.al
creating libaviread.la
(cd .libs && rm -f libaviread.la && ln -s ../libaviread.la libaviread.la)
make[2]: Leaving directory `/home/internet/avifile-0.6.0.20011018/lib/aviread'
Making all in aviwrite
make[2]: Entering directory `/home/internet/avifile-0.6.0.20011018/lib/aviwrite'
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I../aviread -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c AviWrite.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../aviread -Wall -Wno-unused -g -O2 
-march=i686 -pipe -Wp,-MD,.deps/AviWrite.pp -c AviWrite.cpp  -fPIC -DPIC -o AviWrite.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I../aviread -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c AviSegWrite.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../aviread -Wall -Wno-unused -g -O2 
-march=i686 -pipe -Wp,-MD,.deps/AviSegWrite.pp -c AviSegWrite.cpp  -fPIC -DPIC -o 
AviSegWrite.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I../aviread -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c AviAudioWriteStream.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../aviread -Wall -Wno-unused -g -O2 
-march=i686 -pipe -Wp,-MD,.deps/AviAudioWriteStream.pp -c AviAudioWriteStream.cpp  
-fPIC -DPIC -o AviAudioWriteStream.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I../aviread -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c AviVideoWriteStream.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../aviread -Wall -Wno-unused -g -O2 
-march=i686 -pipe -Wp,-MD,.deps/AviVideoWriteStream.pp -c AviVideoWriteStream.cpp  
-fPIC -DPIC -o AviVideoWriteStream.lo
/bin/sh ../../libtool --mode=link c++  -g -O2 -march=i686 -pipe -L/usr/X11R6/lib 
-L/usr/lib/qt2/lib -o libaviwrite.la   AviWrite.lo AviSegWrite.lo 
AviAudioWriteStream.lo AviVideoWriteStream.lo  -lpthread -lnsl -ldl -lm
mkdir .libs
ar cru .libs/libaviwrite.al AviWrite.lo AviSegWrite.lo AviAudioWriteStream.lo 
AviVideoWriteStream.lo
ranlib .libs/libaviwrite.al
creating libaviwrite.la
(cd .libs && rm -f libaviwrite.la && ln -s ../libaviwrite.la libaviwrite.la)
make[2]: Leaving directory `/home/internet/avifile-0.6.0.20011018/lib/aviwrite'
Making all in common
make[2]: Entering directory `/home/internet/avifile-0.6.0.20011018/lib/common'
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c BaseError.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -Wall -Wno-unused -g 
-O2 -march=i686 -pipe -Wp,-MD,.deps/BaseError.pp -c BaseError.cpp  -fPIC -DPIC -o 
BaseError.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c BitmapInfo.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -Wall -Wno-unused -g 
-O2 -march=i686 -pipe -Wp,-MD,.deps/BitmapInfo.pp -c BitmapInfo.cpp  -fPIC -DPIC -o 
BitmapInfo.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c ConfigEntry.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -Wall -Wno-unused -g 
-O2 -march=i686 -pipe -Wp,-MD,.deps/ConfigEntry.pp -c ConfigEntry.cpp  -fPIC -DPIC -o 
ConfigEntry.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c ConfigFile.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -Wall -Wno-unused -g 
-O2 -march=i686 -pipe -Wp,-MD,.deps/ConfigFile.pp -c ConfigFile.cpp  -fPIC -DPIC -o 
ConfigFile.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c Locker.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -Wall -Wno-unused -g 
-O2 -march=i686 -pipe -Wp,-MD,.deps/Locker.pp -c Locker.cpp  -fPIC -DPIC -o Locker.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c Registry.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -Wall -Wno-unused -g 
-O2 -march=i686 -pipe -Wp,-MD,.deps/Registry.pp -c Registry.cpp  -fPIC -DPIC -o 
Registry.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c image.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -Wall -Wno-unused -g 
-O2 -march=i686 -pipe -Wp,-MD,.deps/image.pp -c image.cpp  -fPIC -DPIC -o image.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c impl_video.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -Wall -Wno-unused -g 
-O2 -march=i686 -pipe -Wp,-MD,.deps/impl_video.pp -c impl_video.cpp  -fPIC -DPIC -o 
impl_video.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c impl_audio.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -Wall -Wno-unused -g 
-O2 -march=i686 -pipe -Wp,-MD,.deps/impl_audio.pp -c impl_audio.cpp  -fPIC -DPIC -o 
impl_audio.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c util.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -Wall -Wno-unused -g 
-O2 -march=i686 -pipe -Wp,-MD,.deps/util.pp -c util.cpp  -fPIC -DPIC -o util.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c mmx.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -Wall -Wno-unused -g 
-O2 -march=i686 -pipe -Wp,-MD,.deps/mmx.pp -c mmx.cpp  -fPIC -DPIC -o mmx.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c fcc_type.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -Wall -Wno-unused -g 
-O2 -march=i686 -pipe -Wp,-MD,.deps/fcc_type.pp -c fcc_type.c  -fPIC -DPIC -o 
fcc_type.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c utils.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -Wall -Wno-unused -g 
-O2 -march=i686 -pipe -Wp,-MD,.deps/utils.pp -c utils.c  -fPIC -DPIC -o utils.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c wave_type.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -Wall -Wno-unused -g 
-O2 -march=i686 -pipe -Wp,-MD,.deps/wave_type.pp -c wave_type.c  -fPIC -DPIC -o 
wave_type.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -Wall -Wno-unused  -g -O2 -march=i686 -pipe -c ldt_keeper.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -Wall -Wno-unused -g 
-O2 -march=i686 -pipe -Wp,-MD,.deps/ldt_keeper.pp -c ldt_keeper.cpp  -fPIC -DPIC -o 
ldt_keeper.lo
/bin/sh ../../libtool --mode=link c++  -g -O2 -march=i686 -pipe -L/usr/X11R6/lib 
-L/usr/lib/qt2/lib -o libcommon.la   BaseError.lo BitmapInfo.lo ConfigEntry.lo 
ConfigFile.lo Locker.lo Registry.lo image.lo impl_video.lo impl_audio.lo util.lo 
mmx.lo fcc_type.lo utils.lo wave_type.lo ldt_keeper.lo  -lpthread -lnsl -ldl -lm
mkdir .libs
ar cru .libs/libcommon.al BaseError.lo BitmapInfo.lo ConfigEntry.lo ConfigFile.lo 
Locker.lo Registry.lo image.lo impl_video.lo impl_audio.lo util.lo mmx.lo fcc_type.lo 
utils.lo wave_type.lo ldt_keeper.lo
ranlib .libs/libcommon.al
creating libcommon.la
(cd .libs && rm -f libcommon.la && ln -s ../libcommon.la libcommon.la)
make[2]: Leaving directory `/home/internet/avifile-0.6.0.20011018/lib/common'
Making all in subtitle
make[2]: Entering directory `/home/internet/avifile-0.6.0.20011018/lib/subtitle'
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include   
-Wall -Wno-unused  -g -O2 -march=i686 -pipe -c subtitle.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -Wall -Wno-unused -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/subtitle.pp -c subtitle.c  -fPIC -DPIC -o subtitle.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include   
-Wall -Wno-unused  -g -O2 -march=i686 -pipe -c subread.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -Wall -Wno-unused -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/subread.pp -c subread.c  -fPIC -DPIC -o subread.lo
/bin/sh ../../libtool --mode=link gcc  -g -O2 -march=i686 -pipe -L/usr/X11R6/lib 
-L/usr/lib/qt2/lib -o libsubtitle.la   subtitle.lo subread.lo  -lpthread -lnsl -ldl -lm
mkdir .libs
ar cru .libs/libsubtitle.al subtitle.lo subread.lo
ranlib .libs/libsubtitle.al
creating libsubtitle.la
(cd .libs && rm -f libsubtitle.la && ln -s ../libsubtitle.la libsubtitle.la)
gcc -DHAVE_CONFIG_H -I. -I. -I../../include   -Wall -Wno-unused  -g -O2 -march=i686 
-pipe -c subread.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include   -Wall -Wno-unused  -g -O2 -march=i686 
-pipe -c subtitle.c
/bin/sh ../../libtool --mode=link gcc  -g -O2 -march=i686 -pipe -L/usr/X11R6/lib 
-L/usr/lib/qt2/lib -o subtest  subread.o subtitle.o  -lpthread -lnsl -ldl -lm
gcc -g -O2 -march=i686 -pipe -L/usr/X11R6/lib -L/usr/lib/qt2/lib -o subtest subread.o 
subtitle.o -lpthread -lnsl -ldl -lm
make[2]: Leaving directory `/home/internet/avifile-0.6.0.20011018/lib/subtitle'
Making all in video
make[2]: Entering directory `/home/internet/avifile-0.6.0.20011018/lib/video'
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -Wall -Wno-unused -I../subtitles  
 -g -O2 -march=i686 -pipe -c renderer.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -I/usr/include/SDL 
-D_REENTRANT -Wall -Wno-unused -I../subtitles -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/renderer.pp -c renderer.cpp  -fPIC -DPIC -o renderer.lo
/bin/sh ../../libtool --mode=link c++  -g -O2 -march=i686 -pipe -L/usr/X11R6/lib 
-L/usr/lib/qt2/lib -o libvideo.la   renderer.lo  
mkdir .libs
ar cru .libs/libvideo.al renderer.lo
ranlib .libs/libvideo.al
creating libvideo.la
(cd .libs && rm -f libvideo.la && ln -s ../libvideo.la libvideo.la)
make[2]: Leaving directory `/home/internet/avifile-0.6.0.20011018/lib/video'
make[2]: Entering directory `/home/internet/avifile-0.6.0.20011018/lib'
/bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../include   -Wall 
-Wno-unused -DPLUGIN_PATH=\"/usr/local/lib/avifile0.6\"  -g -O2 -march=i686 -pipe 
-finline-limit-300 -c codeckeeper.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../include -Wall -Wno-unused 
-DPLUGIN_PATH=\"/usr/local/lib/avifile0.6\" -g -O2 -march=i686 -pipe 
-finline-limit-300 -Wp,-MD,.deps/codeckeeper.pp -c codeckeeper.cpp  -fPIC -DPIC -o 
codeckeeper.lo
/bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../include   -Wall 
-Wno-unused -DPLUGIN_PATH=\"/usr/local/lib/avifile0.6\"  -g -O2 -march=i686 -pipe 
-finline-limit-300 -c Uncompressed.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../include -Wall -Wno-unused 
-DPLUGIN_PATH=\"/usr/local/lib/avifile0.6\" -g -O2 -march=i686 -pipe 
-finline-limit-300 -Wp,-MD,.deps/Uncompressed.pp -c Uncompressed.cpp  -fPIC -DPIC -o 
Uncompressed.lo
/bin/sh ../libtool --mode=link c++  -g -O2 -march=i686 -pipe -finline-limit-300 
-L/usr/X11R6/lib -L/usr/lib/qt2/lib -o libaviplay.la -rpath /usr/local/lib -release 
0.6 -version-info 3:0:3 codeckeeper.lo Uncompressed.lo aviplay/libaviplay.la        
aviread/libaviread.la   aviwrite/libaviwrite.la         common/libcommon.la     
subtitle/libsubtitle.la         video/libvideo.la -L/usr/X11R6/lib -lXv -L/usr/lib 
-Wl,-rpath,/usr/lib -lSDL -lpthread    -lXxf86vm -lXi -lXft -lpthread -lnsl -ldl  -lm
mkdir .libs
(cd . && ln -s codeckeeper.lo codeckeeper.o)
(cd . && ln -s Uncompressed.lo Uncompressed.o)
gcc -shared  codeckeeper.lo Uncompressed.lo -Wl,--whole-archive 
aviplay/.libs/libaviplay.al aviread/.libs/libaviread.al aviwrite/.libs/libaviwrite.al 
common/.libs/libcommon.al subtitle/.libs/libsubtitle.al video/.libs/libvideo.al 
-Wl,--no-whole-archive  -L/usr/X11R6/lib -L/usr/lib/qt2/lib -lXv -lpthread -lnsl -ldl 
-lm -lpthread -lnsl -ldl -lm -lpthread -lnsl -ldl -lm -lpthread -lnsl -ldl -lm -lXv 
-L/usr/lib -lSDL -lpthread -lXxf86vm -lXi -lXft -lpthread -lnsl -ldl -lm  -Wl,-soname 
-Wl,libaviplay-0.6.so.0 -o .libs/libaviplay-0.6.so.0.3.0
(cd .libs && rm -f libaviplay-0.6.so.0 && ln -s libaviplay-0.6.so.0.3.0 
libaviplay-0.6.so.0)
(cd .libs && rm -f libaviplay.so && ln -s libaviplay-0.6.so.0.3.0 libaviplay.so)
creating libaviplay.la
(cd .libs && rm -f libaviplay.la && ln -s ../libaviplay.la libaviplay.la)
make[2]: Leaving directory `/home/internet/avifile-0.6.0.20011018/lib'
make[1]: Leaving directory `/home/internet/avifile-0.6.0.20011018/lib'
Making all in plugins
make[1]: Entering directory `/home/internet/avifile-0.6.0.20011018/plugins'
Making all in libaudiodec
make[2]: Entering directory `/home/internet/avifile-0.6.0.20011018/plugins/libaudiodec'
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-Wall -Wno-unused  -g -O2 -march=i686 -pipe  -c audiodecoder.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -Wall -Wno-unused -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/audiodecoder.pp -c audiodecoder.cpp  -fPIC -DPIC -o audiodecoder.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-Wall -Wno-unused  -g -O2 -march=i686 -pipe  -c adpcm.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -Wall -Wno-unused -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/adpcm.pp -c adpcm.cpp  -fPIC -DPIC -o adpcm.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include   
-Wall -Wno-unused  -g -O2 -march=i686 -pipe -c adpcm_impl.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -Wall -Wno-unused -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/adpcm_impl.pp -c adpcm_impl.c  -fPIC -DPIC -o adpcm_impl.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-Wall -Wno-unused  -g -O2 -march=i686 -pipe  -c gsm61dec.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -Wall -Wno-unused -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/gsm61dec.pp -c gsm61dec.cpp  -fPIC -DPIC -o gsm61dec.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-Wall -Wno-unused  -g -O2 -march=i686 -pipe  -c pcm.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -Wall -Wno-unused -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/pcm.pp -c pcm.cpp  -fPIC -DPIC -o pcm.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-Wall -Wno-unused  -g -O2 -march=i686 -pipe  -c aulaw.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -Wall -Wno-unused -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/aulaw.pp -c aulaw.cpp  -fPIC -DPIC -o aulaw.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include   
-Wall -Wno-unused  -g -O2 -march=i686 -pipe -c xa_gsm.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -Wall -Wno-unused -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/xa_gsm.pp -c xa_gsm.c  -fPIC -DPIC -o xa_gsm.lo
/bin/sh ../../libtool --mode=link c++  -g -O2 -march=i686 -pipe  -L/usr/X11R6/lib 
-L/usr/lib/qt2/lib -o libaudiodec.la -rpath /usr/local/lib/avifile0.6 -module -release 
0.6 -version-info 3:0:3 audiodecoder.lo adpcm.lo adpcm_impl.lo gsm61dec.lo pcm.lo 
aulaw.lo xa_gsm.lo  -lpthread -lnsl -ldl -lm
mkdir .libs
(cd . && ln -s audiodecoder.lo audiodecoder.o)
(cd . && ln -s adpcm.lo adpcm.o)
(cd . && ln -s adpcm_impl.lo adpcm_impl.o)
(cd . && ln -s gsm61dec.lo gsm61dec.o)
(cd . && ln -s pcm.lo pcm.o)
(cd . && ln -s aulaw.lo aulaw.o)
(cd . && ln -s xa_gsm.lo xa_gsm.o)
gcc -shared  audiodecoder.lo adpcm.lo adpcm_impl.lo gsm61dec.lo pcm.lo aulaw.lo 
xa_gsm.lo  -L/usr/X11R6/lib -L/usr/lib/qt2/lib -lpthread -lnsl -ldl -lm  -Wl,-soname 
-Wl,libaudiodec-0.6.so.0 -o .libs/libaudiodec-0.6.so.0.3.0
(cd .libs && rm -f libaudiodec-0.6.so.0 && ln -s libaudiodec-0.6.so.0.3.0 
libaudiodec-0.6.so.0)
(cd .libs && rm -f libaudiodec.so && ln -s libaudiodec-0.6.so.0.3.0 libaudiodec.so)
creating libaudiodec.la
(cd .libs && rm -f libaudiodec.la && ln -s ../libaudiodec.la libaudiodec.la)
make[2]: Leaving directory `/home/internet/avifile-0.6.0.20011018/plugins/libaudiodec'
Making all in libmpeg_audiodec
make[2]: Entering directory 
`/home/internet/avifile-0.6.0.20011018/plugins/libmpeg_audiodec'
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-Wall -Wno-unused  -O2 -ffast-math -fomit-frame-pointer -funroll-loops -g -O2 
-march=i686 -pipe  -c bitwindow.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -Wall -Wno-unused -O2 -ffast-math 
-fomit-frame-pointer -funroll-loops -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/bitwindow.pp -c bitwindow.cpp  -fPIC -DPIC -o bitwindow.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-Wall -Wno-unused  -O2 -ffast-math -fomit-frame-pointer -funroll-loops -g -O2 
-march=i686 -pipe  -c filter.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -Wall -Wno-unused -O2 -ffast-math 
-fomit-frame-pointer -funroll-loops -g -O2 -march=i686 -pipe -Wp,-MD,.deps/filter.pp 
-c filter.cpp  -fPIC -DPIC -o filter.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-Wall -Wno-unused  -O2 -ffast-math -fomit-frame-pointer -funroll-loops -g -O2 
-march=i686 -pipe  -c filter_2.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -Wall -Wno-unused -O2 -ffast-math 
-fomit-frame-pointer -funroll-loops -g -O2 -march=i686 -pipe -Wp,-MD,.deps/filter_2.pp 
-c filter_2.cpp  -fPIC -DPIC -o filter_2.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-Wall -Wno-unused  -O2 -ffast-math -fomit-frame-pointer -funroll-loops -g -O2 
-march=i686 -pipe  -c huffmantable.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -Wall -Wno-unused -O2 -ffast-math 
-fomit-frame-pointer -funroll-loops -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/huffmantable.pp -c huffmantable.cpp  -fPIC -DPIC -o huffmantable.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-Wall -Wno-unused  -O2 -ffast-math -fomit-frame-pointer -funroll-loops -g -O2 
-march=i686 -pipe  -c mpeglayer1.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -Wall -Wno-unused -O2 -ffast-math 
-fomit-frame-pointer -funroll-loops -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/mpeglayer1.pp -c mpeglayer1.cpp  -fPIC -DPIC -o mpeglayer1.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-Wall -Wno-unused  -O2 -ffast-math -fomit-frame-pointer -funroll-loops -g -O2 
-march=i686 -pipe  -c mpeglayer2.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -Wall -Wno-unused -O2 -ffast-math 
-fomit-frame-pointer -funroll-loops -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/mpeglayer2.pp -c mpeglayer2.cpp  -fPIC -DPIC -o mpeglayer2.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-Wall -Wno-unused  -O2 -ffast-math -fomit-frame-pointer -funroll-loops -g -O2 
-march=i686 -pipe  -c mpeglayer3.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -Wall -Wno-unused -O2 -ffast-math 
-fomit-frame-pointer -funroll-loops -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/mpeglayer3.pp -c mpeglayer3.cpp  -fPIC -DPIC -o mpeglayer3.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-Wall -Wno-unused  -O2 -ffast-math -fomit-frame-pointer -funroll-loops -g -O2 
-march=i686 -pipe  -c mpegtable.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -Wall -Wno-unused -O2 -ffast-math 
-fomit-frame-pointer -funroll-loops -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/mpegtable.pp -c mpegtable.cpp  -fPIC -DPIC -o mpegtable.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-Wall -Wno-unused  -O2 -ffast-math -fomit-frame-pointer -funroll-loops -g -O2 
-march=i686 -pipe  -c mpegtoraw.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -Wall -Wno-unused -O2 -ffast-math 
-fomit-frame-pointer -funroll-loops -g -O2 -march=i686 -pipe 
-Wp,-MD,.deps/mpegtoraw.pp -c mpegtoraw.cpp  -fPIC -DPIC -o mpegtoraw.lo
/bin/sh ../../libtool --mode=link c++  -O2 -ffast-math -fomit-frame-pointer 
-funroll-loops -g -O2 -march=i686 -pipe  -L/usr/X11R6/lib -L/usr/lib/qt2/lib -o 
libmpeg_audiodec.la -rpath /usr/local/lib/avifile0.6 -module -release 0.6 
-version-info 3:0:3 bitwindow.lo filter.lo filter_2.lo huffmantable.lo mpeglayer1.lo 
mpeglayer2.lo mpeglayer3.lo mpegtable.lo mpegtoraw.lo  -lpthread -lnsl -ldl -lm
mkdir .libs
(cd . && ln -s bitwindow.lo bitwindow.o)
(cd . && ln -s filter.lo filter.o)
(cd . && ln -s filter_2.lo filter_2.o)
(cd . && ln -s huffmantable.lo huffmantable.o)
(cd . && ln -s mpeglayer1.lo mpeglayer1.o)
(cd . && ln -s mpeglayer2.lo mpeglayer2.o)
(cd . && ln -s mpeglayer3.lo mpeglayer3.o)
(cd . && ln -s mpegtable.lo mpegtable.o)
(cd . && ln -s mpegtoraw.lo mpegtoraw.o)
gcc -shared  bitwindow.lo filter.lo filter_2.lo huffmantable.lo mpeglayer1.lo 
mpeglayer2.lo mpeglayer3.lo mpegtable.lo mpegtoraw.lo  -L/usr/X11R6/lib 
-L/usr/lib/qt2/lib -lpthread -lnsl -ldl -lm  -Wl,-soname -Wl,libmpeg_audiodec-0.6.so.0 
-o .libs/libmpeg_audiodec-0.6.so.0.3.0
(cd .libs && rm -f libmpeg_audiodec-0.6.so.0 && ln -s libmpeg_audiodec-0.6.so.0.3.0 
libmpeg_audiodec-0.6.so.0)
(cd .libs && rm -f libmpeg_audiodec.so && ln -s libmpeg_audiodec-0.6.so.0.3.0 
libmpeg_audiodec.so)
creating libmpeg_audiodec.la
(cd .libs && rm -f libmpeg_audiodec.la && ln -s ../libmpeg_audiodec.la 
libmpeg_audiodec.la)
make[2]: Leaving directory 
`/home/internet/avifile-0.6.0.20011018/plugins/libmpeg_audiodec'
Making all in libdivx4
make[2]: Entering directory `/home/internet/avifile-0.6.0.20011018/plugins/libdivx4'
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include   
-Wall -Wno-unused  -I../../include -g -DLINUX -c divx4.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../include -Wall -Wno-unused -I../../include -g 
-DLINUX -Wp,-MD,.deps/divx4.pp -c divx4.cpp  -fPIC -DPIC -o divx4.lo
/bin/sh ../../libtool --mode=link c++  -I../../include -g -DLINUX -L/usr/X11R6/lib 
-L/usr/lib/qt2/lib -o libdivx4.la -rpath /usr/local/lib/avifile0.6 -L/usr/local/lib 
-module -ldivxdecore -ldivxencore -release 0.6 -version-info 3:0:3 divx4.lo  -lpthread 
-lnsl -ldl -lm
mkdir .libs
(cd . && ln -s divx4.lo divx4.o)
gcc -shared  divx4.lo  -L/usr/X11R6/lib -L/usr/lib/qt2/lib -L/usr/local/lib 
-ldivxdecore -ldivxencore -lpthread -lnsl -ldl -lm  -Wl,-soname -Wl,libdivx4-0.6.so.0 
-o .libs/libdivx4-0.6.so.0.3.0
(cd .libs && rm -f libdivx4-0.6.so.0 && ln -s libdivx4-0.6.so.0.3.0 libdivx4-0.6.so.0)
(cd .libs && rm -f libdivx4.so && ln -s libdivx4-0.6.so.0.3.0 libdivx4.so)
creating libdivx4.la
(cd .libs && rm -f libdivx4.la && ln -s ../libdivx4.la libdivx4.la)
c++ -DHAVE_CONFIG_H -I. -I. -I../../include   -Wall -Wno-unused  -I../../include -g 
-DLINUX -c test.cpp
/bin/sh ../../libtool --mode=link c++  -I../../include -g -DLINUX -L/usr/X11R6/lib 
-L/usr/lib/qt2/lib -o test -L/usr/local/lib ../../lib/libaviplay.la -L/usr/lib 
-Wl,-rpath,/usr/lib -lSDL -lpthread  -ldivxdecore -ldivxencore  test.o  -lpthread 
-lnsl -ldl -lm
c++ -I../../include -g -DLINUX -L/usr/X11R6/lib -L/usr/lib/qt2/lib -o .libs/test 
-L/usr/local/lib ../../lib/.libs/libaviplay.so -lXv -lpthread -lnsl -ldl -lm -lpthread 
-lnsl -ldl -lm -lpthread -lnsl -ldl -lm -lpthread -lnsl -ldl -lm -lXv -L/usr/lib -lSDL 
-lpthread -lXxf86vm -lXi -lXft -lpthread -lnsl -ldl -lm -L/usr/lib -Wl,-rpath,/usr/lib 
-lSDL -lpthread -ldivxdecore -ldivxencore test.o -lpthread -lnsl -ldl -lm -Wl,--rpath 
-Wl,/usr/local/lib
make[2]: Leaving directory `/home/internet/avifile-0.6.0.20011018/plugins/libdivx4'
make[1]: Leaving directory `/home/internet/avifile-0.6.0.20011018/plugins'
creating cache ./config.cache
avifile configure options: 
checking host system type... i686-suse-linux
checking target system type... i686-suse-linux
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 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 how to run the C++ preprocessor... c++ -E
checking for a BSD compatible install... /usr/bin/install -c
checking build system type... i686-suse-linux
checking for ranlib... ranlib
checking for ld used by GCC... /usr/i486-suse-linux/bin/ld
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
updating cache ./config.cache
loading cache ./config.cache within ltconfig
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/i486-suse-linux/bin/ld) is GNU ld... yes
checking whether the linker (/usr/i486-suse-linux/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/i486-suse-linux/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
updating cache ./config.cache
loading cache ./config.cache
checking for dlopen in -ldl... yes
checking for nanosleep in -lposix4... no
checking for socket in -lsocket... no
checking for gethostbyname in -lnsl... yes
checking for kstat_open in -lkstat... no
checking for lseek64 in -lc... 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 unistd.h... yes
checking for stdint.h... yes
checking for sys/types.h... yes
checking for sys/ioctl.h... yes
checking for sys/ioccom.h... no
checking for sys/time.h... yes
checking for valid sysinfo struct... 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 setenv... yes
checking for unsetenv... yes
checking for scandir... yes
checking for nanosleep... yes
checking for OSS audio support... yes
checking for _oss_ioctl in -lossaudio... no
checking for Sun audio support... no
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for Qt... checking for main in -lqt-mt... yes
libraries /usr/lib/qt2/lib, headers /usr/lib/qt2/include
checking for moc... /usr/lib/qt2/bin/moc
checking for uic... /usr/lib/qt2/bin/uic
checking whether we like this Qt installation... checking for 
/usr/lib/qt2/include/qvariant.h... yes
checking whether to build QtVidcap... checking for /usr/lib/qt2/include/qtable.h... yes
checking for jpeglib.h... yes
checking for jpeg_start_compress in -ljpeg... yes
checking for XF86DGAQueryExtension in -lXxf86dga... yes
checking for XF86VidModeSwitchMode in -lXxf86vm... yes
checking for DPMSQueryExtension in -lXdpms... no
checking for XGetExtensionVersion in -lXi... yes
checking for X11/Xft/Xft.h... yes
checking for XftDrawString32 in -lXft... yes
checking for X11/extensions/Xv.h... yes
checking for X11/extensions/dpms.h... yes
checking whether system declares DPMS functions in X11/extensions/dpms.h... yes
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.1.3... yes
checking for lame_decode_init in -lmp3lame... no
checking C compiler version... gcc 2.95.3
checking for nasm... no
No nasm -> disabling ffmpeg support for now
checking for Ogg... no
*** Could not run Ogg test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means Ogg was incorrectly installed
*** or that you have moved Ogg since it was installed. In the latter case, you
*** may want to edit the ogg-config script: 
checking for Vorbis... no
*** Could not run Vorbis test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means Vorbis was incorrectly installed
*** or that you have moved Vorbis since it was installed.
=== configuring mmxnow ===
Generating build information...
Running libtoolize...
Running aclocal ...
Running autoheader...
Running autoconf...
Running automake...
Now you are ready to run ./configure
creating cache ./config.cache
libmmxnow configure options: 
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 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 host system type... i686-suse-linux
checking build system type... i686-suse-linux
checking for ranlib... ranlib
checking for ld used by GCC... /usr/i486-suse-linux/bin/ld
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
updating cache ./config.cache
loading cache ./config.cache within ltconfig
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/i486-suse-linux/bin/ld) is GNU ld... yes
checking whether the linker (/usr/i486-suse-linux/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/i486-suse-linux/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... yes
checking for objdir... .libs
creating libtool
updating cache ./config.cache
loading cache ./config.cache
checking for working alloca.h... yes
checking for alloca... yes
checking for 8-bit clean memcmp... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating doc/Makefile
creating include/Makefile
creating src/Makefile
creating src/generic/Makefile
creating src/generic/video/Makefile
creating src/i386/Makefile
creating src/i386/video/Makefile
creating test/Makefile
creating mmxnow-config
creating include/config.h
checking for decore in -ldivxdecore... yes
checking for encore in -ldivxencore... yes
checking for decore.h... yes
checking for encore2.h... yes
checking whether to build ac3 decoder module... no
checking whether to use --tag=CXX with libtool... no
updating cache ./config.cache
creating ./config.status
creating ./Makefile
creating plugins/Makefile
creating plugins/libwin32/loader/Makefile
creating plugins/libwin32/loader/wine/Makefile
creating plugins/libwin32/videocodec/Makefile
creating plugins/libwin32/Makefile
creating plugins/libwin32/DirectShow/Makefile
creating plugins/libwin32/audiodec/Makefile
creating plugins/libac3pass/Makefile
creating plugins/libaudiodec/Makefile
creating plugins/libmpeg_audiodec/Makefile
creating plugins/libdivx4/Makefile
creating plugins/libffmpeg/Makefile
creating plugins/libffmpeg/libavcodec/Makefile
creating plugins/libffmpeg/libavcodec/i386/Makefile
creating plugins/libffmpeg/libavcodec/libac3/Makefile
creating plugins/libmp3lame_audioenc/Makefile
creating plugins/libmp3lame_audioenc/lame3.70/Makefile
creating plugins/libmp3lamebin_audioenc/Makefile
creating plugins/libvorbis/Makefile
creating lib/Makefile
creating lib/aviread/Makefile
creating lib/aviwrite/Makefile
creating lib/aviplay/Makefile
creating lib/common/Makefile
creating lib/subtitle/Makefile
creating lib/video/Makefile
creating player/Makefile
creating doc/Makefile
creating debian/Makefile
creating include/Makefile
creating samples/Makefile
creating samples/misc/Makefile
creating samples/mjpeg_plugin/Makefile
creating samples/qtrecompress/Makefile
creating samples/qtvidcap/Makefile
creating bin/Makefile
creating drivers/Makefile
creating libavqt/Makefile
creating avifile-config
creating avifile.spec
creating include/config.h

Building summary:
qt           yes
sdl          yes
xft          yes
oss audio    yes
sun audio    no
mga_vid      no
Plugins:
  ac3passthrough  yes  (with SBLive only)
  divx4           yes  (DivX :-), OpenDivX, DivX4) 
  ffmpeg          no  (DivX :-), OpenDivX, MJPEG, AC3)
  lame runtime    yes
  os motion jpeg  yes  (MJPEG)
  ogg/vorbis      no
  win32           yes  (DivX, WMF1/2, DV, MJPEG, Ati, Asus,...)

Reply via email to