[Mplayer-users] unresolved symbol with gcc-3.0, OT

joy_ping joy at pingfm.org
Mon Aug 20 08:56:27 CEST 2001


as wanted the full bugreport now:

-----------------------------------------------------
Distro: Mandrake 7.1
Kernel: 2.2.15
libc: 2.1.3
X-version: 4.0.3
gcc: 3.0
ld: GNU ld version 2.9.5 (with BFD 2.9.5.0.31)
as: GNU assembler 2.9.5

HARDWARE:
cpu:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 6
model		: 4
model name	: AMD Athlon(tm) Processor
stepping	: 2
cpu MHz		: 801.838865
cache size	: 256 KB
fdiv_bug	: no
hlt_bug		: no
sep_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr 6 mce cx8 sep mtrr pge 14 cmov fcmov 17 psn 22 mmx 24 30 3dnow
bogomips	: 1599.08

Video Card:
SIS 3D PRO AGP, chipset SIS6326 4MB

videodriver:
sis-module: vers. 0.6.0
ABI class: XFree86 Video Driver, version 0.3

soundcard:
Multimedia audio controller: Ensoniq 5880 AudioPCI (rev 03)
Subsystem: Giga-byte Technology: Unknown device a000
Flags: bus master, slow devsel, latency 64, IRQ 10
I/O ports at d000
Capabilities: [dc] Power Management version 2

--------------------------------------------------------------

the error-output when i start mplayer WITHOUT --disable-dshow in configure turned on is:
./mplayer: error in loading shared libraries: /usr/local/objdir/gcc-3.0/lib//libstdc++.so.3: undefined symbol: __dso_handle

as i said this error only happens when i don't turn on --disable-dshow in configure inspite of ++libstdc is present and linked.
i thought this would be interesting for the programmers, i don't want to make trouble cause of this mini-bug. otherwise mplayer works really fine, (i dont need this dshow-feature till now). its the best (and first working) video-player for linux i found.

configure-out and make-out are attached.

regards

z.


On Sun, 19 Aug 2001, Arpi wrote:

> mplayer DOES compiles with gcc 3.0 for me.
> so please include deailed error messages and info (see DOCS/BUGREPORTS),
> unless your bugreport is useless.
> 
> 
> A'rpi / Astral & ESP-team
> 
> --
> mailto:arpi at thot.banki.hu
> http://esp-team.scene.hu
> 
> _______________________________________________
> Mplayer-users mailing list
> Mplayer-users at lists.sourceforge.net
> http://lists.sourceforge.net/lists/listinfo/mplayer-users
> 
-------------- next part --------------

# -------- Generated by ./configure -----------

prefix = /usr/local
AR=ar
CC=gcc3
# OPTFLAGS=-O4   -march=athlon -mcpu=athlon -pipe -fomit-frame-pointer -ffast-math
OPTFLAGS=-O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer
EXTRA_INC=-I/usr/local/include
WIN32_PATH=-DWIN32_PATH=\"/usr/lib/win32\"

X11_INC=
X11DIR=-L/usr/X11R6/lib
X_LIBS=-L/usr/X11R6/lib -L/usr/local/lib   -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread -lXxf86dga -lX11 -lXext -lXdpms -lXv -lXxf86vm -lvgagl -lvga -lpng -lz  -lnsl

TERMCAP_LIB=-ltermcap
XMM_LIBS = 
LIRC_LIBS = 
CSS_LIB = 
CSS_INC = 
SDL_INC = -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT
DS_DEP = loader/DirectShow/libDS_Filter.a libavcodec/libavcodec.a
DS_LIB = -Lloader/DirectShow -lDS_Filter -lstdc++ -Llibavcodec -lavcodec
ALSA_LIB = -lasound
ESD_LIB = 
ARCH_LIBS = -lrt -ldl -lpthread
STREAM_SRCS = 

# --- Some stuff for autoconfigure ----
TARGET_ARCH_X86=yes
TARGET_CPU=686
TARGET_MMX=yes
TARGET_MMX2=no
TARGET_3DNOW=yes
TARGET_3DNOWEX=no
TARGET_SSE=no

BINUTILS=yes
-------------- next part --------------

include ../config.mak

OPTIONAL_SRCS= vo_png.c vo_sdl.c vo_x11.c vo_xv.c vo_mga.c vo_xmga.c vo_syncfb.c vo_svga.c vo_dga.c vo_dga.c vo_fbdev.c
OPTIONAL_OBJS=vo_png.o vo_sdl.o vo_x11.o vo_xv.o vo_mga.o vo_xmga.o vo_syncfb.o vo_svga.o vo_dga.o vo_dga.o vo_fbdev.o

-------------- next part --------------
./mplayer: error in loading shared libraries: /usr/local/objdir/gcc-3.0/lib//libstdc++.so.3: undefined symbol: __dso_handle
-------------- next part --------------

/* -------- Generated by ./configure ----------- */

/* Define this to enable avg. byte/sec-based AVI sync method by default:
   (use -bps or -nobps commandline option for run-time method selection)    */
#undef AVI_SYNC_BPS

/* Undefine this if you want soundcard-only timing by default:
   You can still change this with the -alsa or -noalsa command-line option!
   (This function was originally impemented to solve ALSA driver's big
   buffer problems, but it seems to be useful for every soundcard drivers) */
#define ALSA_TIMER

/* Undefine this if you don't want to select mono audio (left or right)
   with a stereo MPEG layer 2/3 audio stream. The command-line option
   -stereo has three possible values (0 for stereo, 1 for left-only, 2 for
   right-only), with 0 being the default.
   */
#define USE_FAKE_MONO

/* Undefine this if your soundcard driver has no working select().
   If you have kernel Oops, player hangups, or just no audio, you should
   try to recompile MPlayer with this option disabled! */
#define HAVE_AUDIO_SELECT

/* You have a choice for MP3 decoding: mp3lib(mpg123) or Win32(l3codeca.acm)
   #define this if you prefer mpg123 (with 3Dnow! support) than l3codeca.acm
   (with mmx/sse optimizations)
   You can still change it runtime using -afm 1 (mpg123) or -afm 4 (l3codeca)*/
#define DEFAULT_MPG123


/* XMMP support: (test code) */
#undef USE_XMMP_AUDIO
#define LIBDIR "/usr/local/lib"
#define PLUGINDIR LIBDIR "/xmmp/Plugins"
#define XMMP_AUDIO_DRIVER PLUGINDIR "/Sound/oss.so"

/* set up max. outburst. use 65536 for ALSA 0.5, for others 16384 is enough */
#define MAX_OUTBURST 65536

/* set up audio OUTBURST. Do not change this! */
#ifdef USE_XMMP_AUDIO
#define OUTBURST 4096
#else
//#define OUTBURST 1024
#define OUTBURST 512
#endif

/* Define this if your system has the header file for the OSS sound interface */
#define HAVE_SYS_SOUNDCARD_H 1


/* Define this if you have the kstat kernel statistics library */
#undef	HAVE_KSTAT


/* LIRC (remote control, see www.lirc.org) support: */
#undef HAVE_LIRC

/* DeCSS support using libcss */
#undef HAVE_LIBCSS

/* Define this to enable MPEG 1/2 image postprocessing (requires FAST cpu!) */
#define MPEG12_POSTPROC

/* DirectShow support */
#define USE_DIRECTSHOW

/* ffmpeg's libavcodec support (requires libavcodec source) */
#define USE_LIBAVCODEC

/* Use 3dnow/mmxext/sse/mmx optimized fast memcpy() [maybe buggy... signal 4]*/
#define USE_FASTMEMCPY

/* gui support, please do not edit this option */
#undef HAVE_GUI
#define PREFIX "/usr/local"

/* Audio lib drivers */
#define USE_OSS_AUDIO
#define HAVE_ALSA5
#undef HAVE_ALSA9
#undef HAVE_ESD
#undef USE_SUN_AUDIO

/* Enable fast OSD/SUB renderer (looks ugly, but uses less CPU power) */
#undef FAST_OSD
#undef FAST_OSD_TABLE

/* Define if your processor stores words with the most significant
   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
/* #define WORDS_BIGENDIAN */

#define ARCH_X86

/* Define this to any prefered value from 386 up to infinity with step 100 */
#define __CPU__ 686

/*----------------------------------------------------------------------------
**
** NOTE: Instead of modifying these definitions here, use the
**       --enable/--disable options of the ./configure script!
**       See ./configure --help for details.
**
*---------------------------------------------------------------------------*/

/* termcap flag for getch2.c */
#define USE_TERMCAP

#define HAVE_PNG

#undef STREAMING

/* Extension defines */
#undef HAVE_MLIB     // available only on solaris
#define HAVE_3DNOW   // only define if you have 3DNOW (AMD k6-2, AMD Athlon, iDT WinChip, etc.)
#undef HAVE_3DNOWEX // only define if you have 3DNOWEX (AMD Athlon, etc.)
#define HAVE_MMX      // only define if you have MMX
#undef HAVE_MMX2     // only define if you have MMX2
#undef HAVE_SSE     // only define if you have SSE (Intel Pentium III or Celeron II)

/* libvo options */
#define SCREEN_SIZE_X 1
#define SCREEN_SIZE_Y 1
#define HAVE_X11
#define HAVE_XV
#define HAVE_XF86VM
#undef HAVE_GL
#define HAVE_DGA
#define HAVE_DGA2
#define HAVE_SDL
/* defined for SDLlib with keyrepeat bugs (before 1.2.1) */
#define BUGGY_SDL
#undef HAVE_GGI
#undef HAVE_3DFX
#define HAVE_MGA
#define HAVE_XMGA
#define HAVE_SYNCFB
#define HAVE_FBDEV
#define HAVE_SVGALIB

#if defined(HAVE_GL)||defined(HAVE_X11)||defined(HAVE_XV)
#define X11_FULLSCREEN
#endif

-------------- next part --------------
You can get detailed help on configure with: ./configure --help
Please wait while ./configure discovers your software and hardware environment!
Checking version of gcc3 ... 3.0, ok
GL includes not found!
Checking assembler (as) ... 2.9.5, ok
Checking Linux kernel version ... 2.2.15-4mdk, ok
Install prefix: /usr/local
Checking for cpu vendor ... AuthenticAMD ( 6:4:2 )
Checking for cpu type ...  AMD Athlon(tm) Processor
Optimizing to ... athlon
Checking for mmx support ... yes
Checking for mmx2 support ... no
Checking for 3dnow support ... yes
Checking for 3dnowex support ... no
Checking for sse support ... no
Checking for mtrr support ... yes
Screen size ... 1x1
Checking for X11 libs ... -L/usr/X11R6/lib
Checking for X11 headers ... 
Checking mga_vid device ... yes
Checking for xmga ... yes
Checking for SDL ... yes
Checking for GGI ... no
Checking for OpenGL ... no
Checking for Xv ... yes
Checking for X11 ... yes
Checking for DGA ... yes
Checking for DGA 2.0 .. yes
Checking for Xf86VM ... yes
Checking for SVGAlib ... yes
Checking for FBDev ... yes
Checking for OSS Audio ... yes
Checking for ALSA Audio ... 0.5.x
Checking for ESD Audio ... yes
Checking for Sun Audio ... no
Checking for DeCSS support ... no
Checking for PNG support ... yes
Checking for DirectShow ... yes
Checking for libavcodec ... yes
Checking for fastmemcpy ... yes
Extra libs : -L/usr/local/lib
Extra headers : -I/usr/local/include
Creating config.h

Creating config.mak
Creating libvo/config.mak
Creating libao2/config.mak

Config files successfully generated by ./configure !
Please check config.h and config.mak files, tune CPU
and optimization flags if you don't like these defaults.
You can compile the program with 'make' and
install with  'make install'. Good luck!

Please check mtrr settings at /proc/mtrr (see DOCS/MTRR)

Ok, found Win32 codecs directory at /usr/lib/win32.
-------------- next part --------------
./version.sh
make distclean
make[1]: Entering directory `/usr/local/src/MPlayer-0.18pre5'
make[2]: Entering directory `/usr/local/src/MPlayer-0.18pre5/mp3lib'
rm -f *~ *.o *.a Makefile.bak .depend
make[2]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/mp3lib'
make[2]: Entering directory `/usr/local/src/MPlayer-0.18pre5/libac3'
rm -f Makefile.bak *.o *.a *~ downmix/*.o downmix/*~ .depend
make[2]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/libac3'
make[2]: Entering directory `/usr/local/src/MPlayer-0.18pre5/libmpeg2'
rm -f Makefile.bak *.o *.a *~ .depend
make[2]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/libmpeg2'
make[2]: Entering directory `/usr/local/src/MPlayer-0.18pre5/opendivx'
rm -f Makefile.bak *.o *.a *~ .depend
make[2]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/opendivx'
make[2]: Entering directory `/usr/local/src/MPlayer-0.18pre5/encore'
rm -f Makefile.bak *.o *.a *~ .depend
make[2]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/encore'
make[2]: Entering directory `/usr/local/src/MPlayer-0.18pre5/libvo'
rm -f Makefile.bak *.o *.a *~ .depend
make[2]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/libvo'
make[2]: Entering directory `/usr/local/src/MPlayer-0.18pre5/libao2'
rm -f Makefile.bak *.o *.a *~ .depend
make[2]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/libao2'
make[2]: Entering directory `/usr/local/src/MPlayer-0.18pre5/loader'
rm -f *.o libloader.a
make[2]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/loader'
make[2]: Entering directory `/usr/local/src/MPlayer-0.18pre5/loader/DirectShow'
rm -f Makefile.bak *.o *.a *~ .depend test test.raw
make[2]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/loader/DirectShow'
make[2]: Entering directory `/usr/local/src/MPlayer-0.18pre5/drivers'
rm -f *.o *~
rm -f mga_vid_test
make[2]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/drivers'
make[2]: Entering directory `/usr/local/src/MPlayer-0.18pre5/drivers/syncfb'
rm -f *.o
rm -f syncfb_test syncfbtv syncfb_off
rm -f *~
rm -f *.bak
make[2]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/drivers/syncfb'
rm -f *~ mplayer fibmap_mplayer mplayerHQ aviparse tvision find_sub.o aviprint.o dll_init.o dec_audio.o dec_video.o aviwrite.o aviheader.o asfheader.o demux_avi.o demux_asf.o demux_mpg.o demuxer.o stream.o codec-cfg.o subreader.o linux/getch2.o linux/timer-lx.o linux/shmem.o xa/xa_gsm.o lirc_mp.o cfgparser.o mixer.o dvdauth.o spudec.o  *.o *.a .depend
make[1]: Leaving directory `/usr/local/src/MPlayer-0.18pre5'
make depend
make[1]: Entering directory `/usr/local/src/MPlayer-0.18pre5'
./version.sh
gcc3 -MM -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  mplayer.c find_sub.c aviprint.c dll_init.c dec_audio.c dec_video.c aviwrite.c aviheader.c asfheader.c demux_avi.c demux_asf.c demux_mpg.c demuxer.c stream.c codec-cfg.c subreader.c linux/getch2.c linux/timer-lx.c linux/shmem.c xa/xa_gsm.c lirc_mp.c cfgparser.c mixer.c dvdauth.c spudec.c  1>.depend
make[2]: Entering directory `/usr/local/src/MPlayer-0.18pre5/mp3lib'
gcc3 -MM -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I/usr/local/include sr1.c d_cpu.s decode_i586.s decode_MMX.s dct64_MMX.s tabinit_MMX.s dct36_3dnow.s dct64_3dnow.s 1>.depend
make[2]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/mp3lib'
make[2]: Entering directory `/usr/local/src/MPlayer-0.18pre5/libac3'
gcc3 -MM -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -DHAVE_CONFIG_H bit_allocate.c bitstream.c coeff.c crc.c debug.c decode.c dither.c exponent.c imdct.c parse.c rematrix.c sanity_check.c srfft.c stats.c downmix/downmix_3dnow.S 1>.depend
make[2]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/libac3'
make[2]: Entering directory `/usr/local/src/MPlayer-0.18pre5/libmpeg2'
gcc3 -MM -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I../libvo -I.. -I/usr/local/include -DMPG12PLAY header.c idct.c idct_mmx.c motion_comp.c motion_comp_mmx.c slice.c stats.c decode.c 1>.depend
make[2]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/libmpeg2'
make[2]: Entering directory `/usr/local/src/MPlayer-0.18pre5/libvo'
gcc3 -MM -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT  -I/usr/local/include -DMPG12PLAY aclib.c osd.c font_load.c rgb15to16mmx.c yuv2rgb_mmx.c yuv2rgb.c video_out.c vo_null.c vo_pgm.c vo_md5.c vo_odivx.c x11_common.c vo_png.c vo_sdl.c vo_x11.c vo_xv.c vo_mga.c vo_xmga.c vo_syncfb.c vo_svga.c vo_dga.c vo_dga.c vo_fbdev.c 1>.depend
x11_common.c:92:2: warning: #warning Better local display detection method is needed.
make[2]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/libvo'
make[2]: Entering directory `/usr/local/src/MPlayer-0.18pre5/libao2'
gcc3 -MM -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT -I/usr/local/include audio_out.c ao_null.c ao_pcm.c ao_alsa5.c ao_oss.c ao_sdl.c 1>.depend
make[2]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/libao2'
make[2]: Entering directory `/usr/local/src/MPlayer-0.18pre5/opendivx'
gcc3 -MM -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I../libmpeg2 -I/usr/local/include -D_DECORE -DO_BINARY=0 -DLINUX  basic_prediction.c decore.c getbits.c idct.c mp4_block.c mp4_decoder.c mp4_header.c mp4_mblock.c mp4_picture.c mp4_predict.c mp4_recon.c mp4_vld.c postprocess.c 1>.depend
make[2]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/opendivx'
make[2]: Entering directory `/usr/local/src/MPlayer-0.18pre5/encore'
gcc3 -MM -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include encore.c mom_access.c bitstream.c mom_util.c mot_code.c mot_est_comp.c mot_est_mb.c mot_util.c putvlc.c rc_hist.c rc_q2.c rgb2yuv.c text_bits.c text_code.c text_code_mb.c text_dct.c vop_code.c 1>.depend
make[2]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/encore'
make[2]: Entering directory `/usr/local/src/MPlayer-0.18pre5/loader/DirectShow'
gcc3 -MM -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I../wine -I/usr/local/include -fexceptions  DS_AudioDec.cpp DS_VideoDec.cpp DS_Filter.cpp allocator.cpp cmediasample.cpp guids.cpp inputpin.cpp outputpin.cpp 1>.depend
make[2]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/loader/DirectShow'
make[1]: Leaving directory `/usr/local/src/MPlayer-0.18pre5'
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o mplayer.o mplayer.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o find_sub.o find_sub.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o aviprint.o aviprint.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o dll_init.o dll_init.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o dec_audio.o dec_audio.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o dec_video.o dec_video.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o aviwrite.o aviwrite.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o aviheader.o aviheader.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o asfheader.o asfheader.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o demux_avi.o demux_avi.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o demux_asf.o demux_asf.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o demux_mpg.o demux_mpg.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o demuxer.o demuxer.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o stream.o stream.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o codec-cfg.o codec-cfg.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o subreader.o subreader.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o linux/getch2.o linux/getch2.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o linux/timer-lx.o linux/timer-lx.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o linux/shmem.o linux/shmem.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o xa/xa_gsm.o xa/xa_gsm.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o lirc_mp.o lirc_mp.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o cfgparser.o cfgparser.c
cfgparser.c: In function `parse_config_file':
cfgparser.c:408: warning: deprecated use of label at end of compound statement
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o mixer.o mixer.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o dvdauth.o dvdauth.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o spudec.o spudec.c
make -C loader
make[1]: Entering directory `/usr/local/src/MPlayer-0.18pre5/loader'
gcc3 -g -I. -rdynamic -fPIC -DWIN32_PATH=\"/usr/lib/win32\" -g -D__WINE__ -Ddbg_printf=__vprintf -DTRACE=__vprintf  -c setup_FS.c
gcc3 -g -I. -rdynamic -fPIC -DWIN32_PATH=\"/usr/lib/win32\" -g -D__WINE__ -Ddbg_printf=__vprintf -DTRACE=__vprintf  -c pe_image.c
gcc3 -g -I. -rdynamic -fPIC -DWIN32_PATH=\"/usr/lib/win32\" -g -D__WINE__ -Ddbg_printf=__vprintf -DTRACE=__vprintf  -c module.c
gcc3 -g -I. -rdynamic -fPIC -DWIN32_PATH=\"/usr/lib/win32\" -g -D__WINE__ -Ddbg_printf=__vprintf -DTRACE=__vprintf  -c ext.c
ext.c:445:2: warning: #warning FIXME
gcc3 -g -I. -rdynamic -fPIC -DWIN32_PATH=\"/usr/lib/win32\" -g -D__WINE__ -Ddbg_printf=__vprintf -DTRACE=__vprintf  -c win32.c
win32.c:1116:2: warning: #warning FIXME
win32.c:1134:15: warning: multi-line string literals are deprecated
win32.c:1138:15: warning: multi-line string literals are deprecated
win32.c:1661:15: warning: multi-line string literals are deprecated
win32.c:1665:15: warning: multi-line string literals are deprecated
gcc3 -g -I. -rdynamic -fPIC -DWIN32_PATH=\"/usr/lib/win32\" -g -D__WINE__ -Ddbg_printf=__vprintf -DTRACE=__vprintf  -c driver.c
gcc3 -g -I. -rdynamic -fPIC -DWIN32_PATH=\"/usr/lib/win32\" -g -D__WINE__ -Ddbg_printf=__vprintf -DTRACE=__vprintf  -c pe_resource.c
gcc3 -g -I. -rdynamic -fPIC -DWIN32_PATH=\"/usr/lib/win32\" -g -D__WINE__ -Ddbg_printf=__vprintf -DTRACE=__vprintf  -c resource.c
gcc3 -g -I. -rdynamic -fPIC -DWIN32_PATH=\"/usr/lib/win32\" -g -D__WINE__ -Ddbg_printf=__vprintf -DTRACE=__vprintf  -c registry.c
gcc3 -g -I. -rdynamic -fPIC -DWIN32_PATH=\"/usr/lib/win32\" -g -D__WINE__ -Ddbg_printf=__vprintf -DTRACE=__vprintf  -c elfdll.c
gcc3 -g -I. -rdynamic -fPIC -DWIN32_PATH=\"/usr/lib/win32\" -g -D__WINE__ -Ddbg_printf=__vprintf -DTRACE=__vprintf  -c afl.c
gcc3 -g -I. -rdynamic -fPIC -DWIN32_PATH=\"/usr/lib/win32\" -g -D__WINE__ -Ddbg_printf=__vprintf -DTRACE=__vprintf  -c vfl.c
gcc3 -c ./stubs.s -o stubs.o
ar -r libloader.a setup_FS.o pe_image.o module.o ext.o win32.o driver.o pe_resource.o resource.o registry.o elfdll.o afl.o vfl.o stubs.o
make[1]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/loader'
make -C loader/DirectShow
make[1]: Entering directory `/usr/local/src/MPlayer-0.18pre5/loader/DirectShow'
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I../wine -I/usr/local/include -fexceptions  -o DS_AudioDec.o DS_AudioDec.cpp
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I../wine -I/usr/local/include -fexceptions  -o DS_VideoDec.o DS_VideoDec.cpp
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I../wine -I/usr/local/include -fexceptions  -o DS_Filter.o DS_Filter.cpp
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I../wine -I/usr/local/include -fexceptions  -o allocator.o allocator.cpp
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I../wine -I/usr/local/include -fexceptions  -o cmediasample.o cmediasample.cpp
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I../wine -I/usr/local/include -fexceptions  -o guids.o guids.cpp
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I../wine -I/usr/local/include -fexceptions  -o inputpin.o inputpin.cpp
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I../wine -I/usr/local/include -fexceptions  -o outputpin.o outputpin.cpp
ar r libDS_Filter.a DS_AudioDec.o DS_VideoDec.o DS_Filter.o allocator.o cmediasample.o guids.o inputpin.o outputpin.o
make[1]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/loader/DirectShow'
make -C libmpeg2
make[1]: Entering directory `/usr/local/src/MPlayer-0.18pre5/libmpeg2'
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I../libvo -I.. -I/usr/local/include -DMPG12PLAY -o header.o header.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I../libvo -I.. -I/usr/local/include -DMPG12PLAY -o idct.o idct.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I../libvo -I.. -I/usr/local/include -DMPG12PLAY -o idct_mmx.o idct_mmx.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I../libvo -I.. -I/usr/local/include -DMPG12PLAY -o motion_comp.o motion_comp.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I../libvo -I.. -I/usr/local/include -DMPG12PLAY -o motion_comp_mmx.o motion_comp_mmx.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I../libvo -I.. -I/usr/local/include -DMPG12PLAY -o slice.o slice.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I../libvo -I.. -I/usr/local/include -DMPG12PLAY -o stats.o stats.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I../libvo -I.. -I/usr/local/include -DMPG12PLAY -o decode.o decode.c
ar r libmpeg2.a header.o idct.o idct_mmx.o motion_comp.o motion_comp_mmx.o slice.o stats.o decode.o
make[1]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/libmpeg2'
make -C opendivx
make[1]: Entering directory `/usr/local/src/MPlayer-0.18pre5/opendivx'
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I../libmpeg2 -I/usr/local/include -D_DECORE -DO_BINARY=0 -DLINUX  -o basic_prediction.o basic_prediction.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I../libmpeg2 -I/usr/local/include -D_DECORE -DO_BINARY=0 -DLINUX  -o decore.o decore.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I../libmpeg2 -I/usr/local/include -D_DECORE -DO_BINARY=0 -DLINUX  -o getbits.o getbits.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I../libmpeg2 -I/usr/local/include -D_DECORE -DO_BINARY=0 -DLINUX  -o idct.o idct.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I../libmpeg2 -I/usr/local/include -D_DECORE -DO_BINARY=0 -DLINUX  -o mp4_block.o mp4_block.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I../libmpeg2 -I/usr/local/include -D_DECORE -DO_BINARY=0 -DLINUX  -o mp4_decoder.o mp4_decoder.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I../libmpeg2 -I/usr/local/include -D_DECORE -DO_BINARY=0 -DLINUX  -o mp4_header.o mp4_header.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I../libmpeg2 -I/usr/local/include -D_DECORE -DO_BINARY=0 -DLINUX  -o mp4_mblock.o mp4_mblock.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I../libmpeg2 -I/usr/local/include -D_DECORE -DO_BINARY=0 -DLINUX  -o mp4_picture.o mp4_picture.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I../libmpeg2 -I/usr/local/include -D_DECORE -DO_BINARY=0 -DLINUX  -o mp4_predict.o mp4_predict.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I../libmpeg2 -I/usr/local/include -D_DECORE -DO_BINARY=0 -DLINUX  -o mp4_recon.o mp4_recon.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I../libmpeg2 -I/usr/local/include -D_DECORE -DO_BINARY=0 -DLINUX  -o mp4_vld.o mp4_vld.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I../libmpeg2 -I/usr/local/include -D_DECORE -DO_BINARY=0 -DLINUX  -o postprocess.o postprocess.c
ar r libdecore.a basic_prediction.o decore.o getbits.o idct.o mp4_block.o mp4_decoder.o mp4_header.o mp4_mblock.o mp4_picture.o mp4_predict.o mp4_recon.o mp4_vld.o postprocess.o
make[1]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/opendivx'
make -C libvo
make[1]: Entering directory `/usr/local/src/MPlayer-0.18pre5/libvo'
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT  -I/usr/local/include -DMPG12PLAY -o aclib.o aclib.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT  -I/usr/local/include -DMPG12PLAY -o osd.o osd.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT  -I/usr/local/include -DMPG12PLAY -o font_load.o font_load.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT  -I/usr/local/include -DMPG12PLAY -o rgb15to16mmx.o rgb15to16mmx.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT  -I/usr/local/include -DMPG12PLAY -o yuv2rgb_mmx.o yuv2rgb_mmx.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT  -I/usr/local/include -DMPG12PLAY -o yuv2rgb.o yuv2rgb.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT  -I/usr/local/include -DMPG12PLAY -o video_out.o video_out.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT  -I/usr/local/include -DMPG12PLAY -o vo_null.o vo_null.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT  -I/usr/local/include -DMPG12PLAY -o vo_pgm.o vo_pgm.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT  -I/usr/local/include -DMPG12PLAY -o vo_md5.o vo_md5.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT  -I/usr/local/include -DMPG12PLAY -o vo_odivx.o vo_odivx.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT  -I/usr/local/include -DMPG12PLAY -o x11_common.o x11_common.c
x11_common.c:92:2: warning: #warning Better local display detection method is needed.
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT  -I/usr/local/include -DMPG12PLAY -o vo_png.o vo_png.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT  -I/usr/local/include -DMPG12PLAY -o vo_sdl.o vo_sdl.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT  -I/usr/local/include -DMPG12PLAY -o vo_x11.o vo_x11.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT  -I/usr/local/include -DMPG12PLAY -o vo_xv.o vo_xv.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT  -I/usr/local/include -DMPG12PLAY -o vo_mga.o vo_mga.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT  -I/usr/local/include -DMPG12PLAY -o vo_xmga.o vo_xmga.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT  -I/usr/local/include -DMPG12PLAY -o vo_syncfb.o vo_syncfb.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT  -I/usr/local/include -DMPG12PLAY -o vo_svga.o vo_svga.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT  -I/usr/local/include -DMPG12PLAY -o vo_dga.o vo_dga.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT  -I/usr/local/include -DMPG12PLAY -o vo_fbdev.o vo_fbdev.c
ar r libvo.a aclib.o osd.o font_load.o rgb15to16mmx.o yuv2rgb_mmx.o yuv2rgb.o video_out.o vo_null.o vo_pgm.o vo_md5.o vo_odivx.o x11_common.o vo_png.o vo_sdl.o vo_x11.o vo_xv.o vo_mga.o vo_xmga.o vo_syncfb.o vo_svga.o vo_dga.o vo_dga.o vo_fbdev.o
make[1]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/libvo'
make -C libao2
make[1]: Entering directory `/usr/local/src/MPlayer-0.18pre5/libao2'
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT -I/usr/local/include -o audio_out.o audio_out.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT -I/usr/local/include -o ao_null.o ao_null.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT -I/usr/local/include -o ao_pcm.o ao_pcm.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT -I/usr/local/include -o ao_alsa5.o ao_alsa5.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT -I/usr/local/include -o ao_oss.o ao_oss.c
ao_oss.c: In function `control':
ao_oss.c:97: warning: deprecated use of label at end of compound statement
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT -I/usr/local/include -o ao_sdl.o ao_sdl.c
ar r libao2.a audio_out.o ao_null.o ao_pcm.o ao_alsa5.o ao_oss.o ao_sdl.o
make[1]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/libao2'
make -C libac3
make[1]: Entering directory `/usr/local/src/MPlayer-0.18pre5/libac3'
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -DHAVE_CONFIG_H -o bit_allocate.o bit_allocate.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -DHAVE_CONFIG_H -o bitstream.o bitstream.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -DHAVE_CONFIG_H -o coeff.o coeff.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -DHAVE_CONFIG_H -o crc.o crc.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -DHAVE_CONFIG_H -o debug.o debug.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -DHAVE_CONFIG_H -o decode.o decode.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -DHAVE_CONFIG_H -o dither.o dither.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -DHAVE_CONFIG_H -o exponent.o exponent.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -DHAVE_CONFIG_H -o imdct.o imdct.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -DHAVE_CONFIG_H -o parse.o parse.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -DHAVE_CONFIG_H -o rematrix.o rematrix.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -DHAVE_CONFIG_H -o sanity_check.o sanity_check.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -DHAVE_CONFIG_H -o srfft.o srfft.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I.. -I/usr/local/include -DHAVE_CONFIG_H -o stats.o stats.c
gcc3    -c -o downmix/downmix_3dnow.o downmix/downmix_3dnow.S
ar r libac3.a bit_allocate.o bitstream.o coeff.o crc.o debug.o decode.o dither.o exponent.o imdct.o parse.o rematrix.o sanity_check.o srfft.o stats.o downmix/downmix_3dnow.o
make[1]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/libac3'
make -C mp3lib
make[1]: Entering directory `/usr/local/src/MPlayer-0.18pre5/mp3lib'
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I/usr/local/include -o sr1.o sr1.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I/usr/local/include -o d_cpu.o d_cpu.s
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I/usr/local/include -o decode_i586.o decode_i586.s
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I/usr/local/include -o decode_MMX.o decode_MMX.s
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I/usr/local/include -o dct64_MMX.o dct64_MMX.s
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I/usr/local/include -o tabinit_MMX.o tabinit_MMX.s
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I/usr/local/include -o dct36_3dnow.o dct36_3dnow.s
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I/usr/local/include -o dct64_3dnow.o dct64_3dnow.s
ar r libMP3.a sr1.o d_cpu.o decode_i586.o decode_MMX.o dct64_MMX.o tabinit_MMX.o dct36_3dnow.o dct64_3dnow.o
make[1]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/mp3lib'
make -C encore
make[1]: Entering directory `/usr/local/src/MPlayer-0.18pre5/encore'
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -o encore.o encore.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -o mom_access.o mom_access.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -o bitstream.o bitstream.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -o mom_util.o mom_util.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -o mot_code.o mot_code.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -o mot_est_comp.o mot_est_comp.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -o mot_est_mb.o mot_est_mb.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -o mot_util.o mot_util.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -o putvlc.o putvlc.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -o rc_hist.o rc_hist.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -o rc_q2.o rc_q2.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -o rgb2yuv.o rgb2yuv.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -o text_bits.o text_bits.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -o text_code.o text_code.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -o text_code_mb.o text_code_mb.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -o text_dct.o text_dct.c
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -o vop_code.o vop_code.c
ar r libencore.a encore.o mom_access.o bitstream.o mom_util.o mot_code.o mot_est_comp.o mot_est_mb.o mot_util.o putvlc.o rc_hist.o rc_q2.o rgb2yuv.o text_bits.o text_code.o text_code_mb.o text_dct.o vop_code.o
make[1]: Leaving directory `/usr/local/src/MPlayer-0.18pre5/encore'
gcc3 -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o mplayer mplayer.o find_sub.o aviprint.o dll_init.o dec_audio.o dec_video.o aviwrite.o aviheader.o asfheader.o demux_avi.o demux_asf.o demux_mpg.o demuxer.o stream.o codec-cfg.o subreader.o linux/getch2.o linux/timer-lx.o linux/shmem.o xa/xa_gsm.o lirc_mp.o cfgparser.o mixer.o dvdauth.o spudec.o    -Lmp3lib -lMP3 -Llibac3 -lac3 -lasound  -lm -ltermcap -Lloader -lloader -Lloader/DirectShow -lDS_Filter -lstdc++ -Llibavcodec -lavcodec -Llibmpeg2 -lmpeg2 -Lopendivx -ldecore -Llibao2 -lao2 -Llibvo -lvo -L/usr/X11R6/lib -L/usr/local/lib   -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread -lXxf86dga -lX11 -lXext -lXdpms -lXv -lXxf86vm -lvgagl -lvga -lpng -lz  -lnsl  -Lencore -lencore -lrt -ldl -lpthread
gcc3 -c -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -Iloader -Ilibvo  -I/usr/local/include  -o fibmap_mplayer.o fibmap_mplayer.c
gcc3 -o fibmap_mplayer fibmap_mplayer.o


More information about the MPlayer-users mailing list