[MPlayer-users] Re: [20/5] problems compiling MPlayer-1.0pre7 on Solaris 9 with gcc 3.4.2

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Thu Aug 25 10:26:27 CEST 2005


Hi,
On Tue, Aug 23, 2005 at 12:51:32PM +1000, Craig Dewick wrote:
> ld.so.1: mplayer: fatal: libstdc++.so.5: open failed: No such file or directory
> Killed
> 
> ---- stop ----
> 
> One possibility is that part of the make process is not recognising the
> defaults I use for the -L and -R linker flags which are:
> 
> LDFLAGS=-L/usr/sfw/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/ssl/lib
> -R/usr/sfw/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/ssl/lib

I wonder why libstdc++ is needed at all, the only c++ part of MPlayer is
live.com support.
But the problem is that this library obviously isn't in you library
path (you can override it with the LD_LIBRARY_PATH environment
variable).
But why do you set LDFLAGS instead of the correct --with-extralibdir
configure option?

Greetings,
Reimar Döffinger




More information about the MPlayer-users mailing list