On Mit, 2003-01-08 at 02:24, Ian Romanick wrote:
> 
> My next try was to use the XVidMode extension (based on xvidtune.c). 
> This was somewhat problematic until I realized that I had to make 
> libGL.so link with libXxf86vm.a.  Is this a good idea?  The only other 
> libraries that libGL is linked with are "core" libraries (libm, libX11, 
> libc, etc.).  Is it okay for libGL to use an XFree86 extension?

One potential problem I see is that libXxf86vm.a may not be built with
-fPIC, and mixing code built with and without that can cause problems on
most architectures except i386. But then IIRC libGL isn't built with
-fPIC, and I think this is finally getting tackled in XFree86, so this
may not be an issue at all. Just something to keep in mind.


-- 
Earthling Michel D�nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to