[MPlayer-users] A few small irritations in 0.90pre3

sverkere sverkere at fmi.mh.se
Wed May 8 20:42:01 CEST 2002


Hi a few things for ver. 0.90pre3

1. On Solaris we need -lresolv otherwise in
configure.log:

============ Checking for SDL ============
gcc    /tmp/mplayer-conf--17401.c -o /tmp/mplayer-conf--17401.o -I/usr/local/in
clude -I/usr/local/include/SDL -D_REENTRANT -L/usr/local/lib -R/usr/local/lib -
lSDL -lpthread -lposix4
/usr/X11R6/lib/libX11.so.6.2: undefined reference to `connect'
/usr/X11R6/lib/libX11.so.6.2: undefined reference to `getservbyname_r'
etc.

2. Problems with all these -soname in vidix/drivers/Makefile
   Here $(LD) is pointing to Solaris ld which do not understand -soname
   Would it not be better if $(LD) pointed to /usr/local/bin/ld (binutils)?
   
   g++ -L../../libdha -ldha -lm -shared -soname radeon_vid.so -o radeon_vid.so
   radeon_vid.o
   g++: radeon_vid.so: No such file or directory
   g++: unrecognized option `-soname'

3. 
widgets.c:57: `MSGT_GPLAYER' undeclared (first use in this function)
widgets.c:57: (Each undeclared identifier is reported only once
widgets.c:57: for each function it appears in.)
widgets.c:57: `MSGL_DBG2' undeclared (first use in this function)
Leaving directory `/tmp/MPlayer-0.90pre3/Gui/mplayer'

Thx!


Sverker






More information about the MPlayer-users mailing list