1. Check if you did not install necessary development tools comes with Fedora9
2. ./configure --help (it will show you configure option) and you can disable the module creating problem while compiling. Example "./configure --enable-gui --enable-mencoder --enable-largefiles --enable-esd --with-xvidlibdir=/usr/local/lib/libxvidcore.a --with-xvidincdir=/usr/local/include/ --with-codecsdir=/usr/local/lib/" the xvidcore is 3rd party lib. So you need to install it first and them send parameter to the ./configure to install mplayer with support of xvidlib (same as DIVX) Suppouse you are having problem in compile esd part. So the solution is ./configure --disable-esd 3. Try with an older version of Mplayer to compile. check the software requirements http://www.mplayerhq.hu/DOCS/HTML/en/softreq.html --- In [email protected], "rawhide09" <[EMAIL PROTECTED]> wrote: > > Hi ,everybody EID MUBARAK > > > Hope all of your EID is going well. > > I use fedora9 in my box.I do use yum to install packages. > Yum can't dl all the packages.So, need to manually install > some package.But, i'm facing error in manual installtion of > *.tar.gz extensions. > > I do follow .. > > tar -zxvf *.tar.gz > /.configure [or ./bootstrap if need] > make > make install > > There is error ..when i command "make"........ > > Then ..[make] leaving directory../xx/xxx/xx > > suppose :. > > make[1]: Entering directory > `/home/per/install/mplayer/MPlayer-1.0rc2/loader' > make[1]: Nothing to be done for `libs'. > make[1]: Leaving directory `/home/per/install/mplayer/MPlayer- > 1.0rc2/loader' > make -C mp3lib > make[1]: Entering directory > `/home/per/install/mplayer/MPlayer-1.0rc2/mp3lib' > make[1]: Nothing to be done for `libs'. > make[1]: Leaving directory `/home/per/install/mplayer/MPlayer- > 1.0rc2/mp3lib' > make -C liba52 > make[1]: Entering directory > `/home/per/install/mplayer/MPlayer-1.0rc2/liba52' > make[1]: Nothing to be done for `libs'. > make[1]: Leaving directory `/home/per/install/mplayer/MPlayer- > 1.0rc2/liba52' > make -C libmpeg2 > make[1]: Entering directory > `/home/per/install/mplayer/MPlayer-1.0rc2/libmpeg2' > make[1]: Nothing to be done for `libs'. > make[1]: Leaving directory > `/home/per/install/mplayer/MPlayer-1.0rc2/libmpeg2' > make -C libfaad2 > make[1]: Entering directory > `/home/per/install/mplayer/MPlayer-1.0rc2/libfaad2' > make[1]: Nothing to be done for `libs'. > make[1]: Leaving directory > `/home/per/install/mplayer/MPlayer-1.0rc2/libfaad2' > make -C dvdread > make[1]: Entering directory > `/home/per/install/mplayer/MPlayer-1.0rc2/dvdread' > make[1]: Nothing to be done for `libs'. > make[1]: Leaving directory > `/home/per/install/mplayer/MPlayer-1.0rc2/dvdread' > make -C libdvdcss > make[1]: Entering directory > `/home/per/install/mplayer/MPlayer-1.0rc2/libdvdcss' > make[1]: Nothing to be done for `libs'. > make[1]: Leaving directory > `/home/per/install/mplayer/MPlayer-1.0rc2/libdvdcss' > make -C libass > make[1]: Entering directory > `/home/per/install/mplayer/MPlayer-1.0rc2/libass' > make[1]: Nothing to be done for `libs'. > make[1]: Leaving directory `/home/per/install/mplayer/MPlayer- > 1.0rc2/libass' > make -C osdep > make[1]: Entering directory `/home/per/install/mplayer/MPlayer- > 1.0rc2/osdep' > make[1]: Nothing to be done for `libs'. > make[1]: Leaving directory `/home/per/install/mplayer/MPlayer- > 1.0rc2/osdep' > cc -o mplayer mplayer.o m_property.o mp_fifo.o mp_msg.o mixer.o > parser-mpcmd.o subopt-helper.o command.o asxparser.o codec-cfg.o > cpudetect.o edl.o find_sub.o get_path.o m_config.o m_option.o > m_struct.o > mpcommon.o parser-cfg.o playtree.o playtreeparser.o spudec.o sub_cc.o > subreader.o vobsub.o unrarlib.o libvo/libvo.a libao2/libao2.a > input/libinput.a vidix/libvidix.a gui/libgui.a > libmpcodecs/libmpcodecs.a > libaf/libaf.a libmpdemux/libmpdemux.a stream/stream.a > libswscale/libswscale.a libvo/libosd.a libavformat/libavformat.a > libavcodec/libavcodec.a libavutil/libavutil.a > libpostproc/libpostproc.a > loader/libloader.a mp3lib/libmp3.a liba52/liba52.a libmpeg2/libmpeg2.a > libfaad2/libfaad2.a tremor/libvorbisidec.a dvdread/libdvdread.a > libdvdcss/libdvdcss.a libass/libass.a osdep/libosdep.a -lXext -lX11 > -lpthread -lXv -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lgtk-x11-2.0 > -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 > -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lglib-2.0 > -Wl,-z,noexecstack -lpng -lz -lcdda_interface -lcdda_paranoia > -lfreetype -lz -lfontconfig -lz -lxvidcore -lm -lpthread -ldl - > rdynamic > -llirc_client -lm > mplayer.o: In function `main': > mplayer.c:(.text+0x5c49): undefined reference to `ass_track' > libmpcodecs/libmpcodecs.a(vf_ass.o): In function `put_image': > vf_ass.c:(.text+0x531): undefined reference to `ass_track' > collect2: ld returned 1 exit status > make: *** [mplayer] Fel 1 > > > Anyone..please help me in this matter.. >
