Building mplayer problems

2010-11-17 Thread JD
I tried to build mplayer from source rpm. mplayer-1.0-0.117.20100703svn.fc13.src.rpm The build seems to die at the last step of linking all the objects to produce the binary mplayer. The failure is: /usr/bin/ld: osdep/getch2.o: undefined reference to symbol 'tgetnum' /usr/bin/ld: note: 'tgetnum'

Re: Building mplayer problems

2010-11-17 Thread stan
On Wed, 17 Nov 2010 08:30:39 -0800 JD jd1...@gmail.com wrote: I tried to build mplayer from source rpm. mplayer-1.0-0.117.20100703svn.fc13.src.rpm The build seems to die at the last step of linking all the objects to produce the binary mplayer. The failure is: /usr/bin/ld:

Re: Building mplayer problems

2010-11-17 Thread Andrew Haley
On 11/17/2010 05:05 PM, stan wrote: On Wed, 17 Nov 2010 08:30:39 -0800 JD jd1...@gmail.com wrote: I tried to build mplayer from source rpm. mplayer-1.0-0.117.20100703svn.fc13.src.rpm The build seems to die at the last step of linking all the objects to produce the binary mplayer. The

Re: Building mplayer problems

2010-11-17 Thread JD
On 11/17/2010 09:22 AM, Andrew Haley wrote: On 11/17/2010 05:05 PM, stan wrote: On Wed, 17 Nov 2010 08:30:39 -0800 JDjd1...@gmail.com wrote: I tried to build mplayer from source rpm. mplayer-1.0-0.117.20100703svn.fc13.src.rpm The build seems to die at the last step of linking all the

Re: Building mplayer problems

2010-11-17 Thread JD
On 11/17/2010 09:05 AM, stan wrote: On Wed, 17 Nov 2010 08:30:39 -0800 JDjd1...@gmail.com wrote: I tried to build mplayer from source rpm. mplayer-1.0-0.117.20100703svn.fc13.src.rpm The build seems to die at the last step of linking all the objects to produce the binary mplayer. The

Re: Building mplayer problems

2010-11-17 Thread stan
On Wed, 17 Nov 2010 15:06:40 -0800 JD jd1...@gmail.com wrote: Hi Stan, thanks for your input. I took a look at the spec file, and I added to the configure command options: --extra-libs-mplayer=-ltinfo \\\ This worked as far as the compiler no longer complaining about not finding

Re: Building mplayer problems

2010-11-17 Thread stan
On Wed, 17 Nov 2010 17:35:21 -0700 stan gr...@q.com wrote: On Wed, 17 Nov 2010 15:06:40 -0800 JD jd1...@gmail.com wrote: Hi Stan, thanks for your input. I took a look at the spec file, and I added to the configure command options: --extra-libs-mplayer=-ltinfo \\\ This

Re: Building mplayer problems : solved

2010-11-17 Thread JD
On 11/17/2010 09:05 AM, stan wrote: On Wed, 17 Nov 2010 08:30:39 -0800 JDjd1...@gmail.com wrote: I tried to build mplayer from source rpm. mplayer-1.0-0.117.20100703svn.fc13.src.rpm The build seems to die at the last step of linking all the objects to produce the binary mplayer. The