> adpcm.cpp:27: warning: #warning TEST WITH MONO
> ../../lib/.libs/libaviplay.so: undefined reference to 
> `XF40VidModeLockModeSwitch'
> ../../lib/.libs/libaviplay.so: undefined reference to `XDGAOpenFramebuffer'
> ../../lib/.libs/libaviplay.so: undefined reference to `XDGAQueryModes'
> ../../lib/.libs/libaviplay.so: undefined reference to `esd_close'
> ../../lib/.libs/libaviplay.so: undefined reference to `XDGAGetViewportStatus'
> ../../lib/.libs/libaviplay.so: undefined reference to `XDGAFillRectangle'

I think the reason for these messages is bad  sdl-config  command
installed by your distributions - and as  RedHat seems to be producing
broken distribution every second day I guess we will have to
add some dectection for this situation in configure script 

probably the most easiest way is to link some test program with
sdl and from the log try to add some necessary libraries 

mine sdl-config --libs    gives this output:

$ sdl-config --libs
-L/usr/lib -lSDL -lpthread -L/usr/X11R6/lib -lXxf86dga -lXxf86vm -lXv

and yours ?


(as a quick fix you might modify sdl-condif shell script to give
some reasonable values - either by modifing sdl-config itself
or by changing the part of configure.in where sdl-config is being read
but you need some skill for this)

-- 
  .''`.  Which fundamental human right do you want to give up today?
 : :' :      Debian GNU/Linux maintainer - www.debian.{org,cz}
 `. `'  Zdenek Kabelac  kabi@{debian.org, users.sf.net, fi.muni.cz}
   `-         Resistance is futile. You all will be packaged

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to