I removed the finline option from the makefile, and it got further, but now it stops again. I didnt have any problems last time compiling, it worked oh so nicely eheh. So this is the last bit of output that i got:
gcc -O4 -mcpu=ev56 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Ilibmpdemux -Iloader -Ilibvo -o mplayer mplayer.o mp_msg.o xacodec.o cpudetect.o codec-cfg.o cfgparser.o my_profile.o spudec.o playtree.o playtreeparser.o asxparser.o vobsub.o subreader.o find_sub.o lirc_mp.o mixer.o mp-opt-reg.o -Llibvo -lvo -Llibmpcodecs -lmpcodecs -Lmp3lib -lMP3 -Lliba52 -la52 -Llibmpeg2 -lmpeg2 -Llibavcodec -lavcodec -Llibmpdemux -lmpdemux -Linput -linput -Llibmpdvdkit -lmpdvdkit -lpthread -ldl -Lpostproc -lpostproc -Llinux -losdep -ltermcap -lnsl -lm -Llibao2 -lao2 -lnsl libmpeg2/libmpeg2.a(idct_alpha.o): In function `idct_block_copy_alpha': idct_alpha.o(.text+0xa48): undefined reference to `__builtin_alpha_zap' idct_alpha.o(.text+0xa4c): undefined reference to `__builtin_alpha_zap' idct_alpha.o(.text+0xa68): undefined reference to `__builtin_alpha_maxsw4' idct_alpha.o(.text+0xa6c): undefined reference to `__builtin_alpha_maxsw4' idct_alpha.o(.text+0xa80): undefined reference to `__builtin_alpha_minsw4' idct_alpha.o(.text+0xa84): undefined reference to `__builtin_alpha_minsw4' idct_alpha.o(.text+0xa94): undefined reference to `__builtin_alpha_pkwb' idct_alpha.o(.text+0xa98): undefined reference to `__builtin_alpha_pkwb' idct_alpha.o(.text+0xab0): undefined reference to `__builtin_alpha_maxsw4' idct_alpha.o(.text+0xab4): undefined reference to `__builtin_alpha_maxsw4' idct_alpha.o(.text+0xac8): undefined reference to `__builtin_alpha_minsw4' idct_alpha.o(.text+0xacc): undefined reference to `__builtin_alpha_minsw4' idct_alpha.o(.text+0xadc): undefined reference to `__builtin_alpha_pkwb' idct_alpha.o(.text+0xae0): undefined reference to `__builtin_alpha_pkwb' libmpeg2/libmpeg2.a(idct_alpha.o): In function `idct_block_add_alpha': idct_alpha.o(.text+0xb6c): undefined reference to `__builtin_alpha_zap' idct_alpha.o(.text+0xb70): undefined reference to `__builtin_alpha_zap' idct_alpha.o(.text+0xb8c): undefined reference to `__builtin_alpha_zap' idct_alpha.o(.text+0xb90): undefined reference to `__builtin_alpha_zap' idct_alpha.o(.text+0xbb8): undefined reference to `__builtin_alpha_unpkbw' idct_alpha.o(.text+0xbbc): undefined reference to `__builtin_alpha_unpkbw' idct_alpha.o(.text+0xbdc): undefined reference to `__builtin_alpha_maxsw4' idct_alpha.o(.text+0xbe0): undefined reference to `__builtin_alpha_maxsw4' idct_alpha.o(.text+0xbf8): undefined reference to `__builtin_alpha_minsw4' idct_alpha.o(.text+0xbfc): undefined reference to `__builtin_alpha_minsw4' idct_alpha.o(.text+0xc0c): undefined reference to `__builtin_alpha_pkwb' idct_alpha.o(.text+0xc10): undefined reference to `__builtin_alpha_pkwb' idct_alpha.o(.text+0xc28): undefined reference to `__builtin_alpha_unpkbw' idct_alpha.o(.text+0xc2c): undefined reference to `__builtin_alpha_unpkbw' idct_alpha.o(.text+0xc4c): undefined reference to `__builtin_alpha_maxsw4' idct_alpha.o(.text+0xc50): undefined reference to `__builtin_alpha_maxsw4' idct_alpha.o(.text+0xc68): undefined reference to `__builtin_alpha_minsw4' idct_alpha.o(.text+0xc6c): undefined reference to `__builtin_alpha_minsw4' idct_alpha.o(.text+0xc7c): undefined reference to `__builtin_alpha_pkwb' idct_alpha.o(.text+0xc80): undefined reference to `__builtin_alpha_pkwb' collect2: ld returned 1 exit status make: *** [mplayer] Error 1 Richard Fillion [EMAIL PROTECTED] On Fri, Mar 28, 2003 at 08:51:25AM +0100, Falk Hueffner wrote: > Richard Fillion <[EMAIL PROTECTED]> writes: > > > Hi, im trying to compile mplayer, the tarball that someone gave me about > > a year about that made divx work on my old alpha. And i'm getting this: > > > > make -C libmpeg2 > > make[1]: Entering directory `/seagate/src/mplayer/libmpeg2' > > gcc -c -O4 -mcpu=ev56 -pipe -ffast-math -fomit-frame-pointer > > -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I../libvo > > -I.. -DMPG12PLAY -finline-limit=100000 -fforce-addr -o header.o > > header.c > > cc1: Invalid option `-finline-limit=100000' > > make[1]: *** [header.o] Error 1 > > make[1]: Leaving directory `/seagate/src/mplayer/libmpeg2' > > make: *** [libmpeg2/libmpeg2.a] Error 2 > > -finline-limit is a new option in gcc 3. Try upgrading your gcc, or > remove this option from the Makefile. > > -- > Falk > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

