Re: [Plib-users] Where does plib look for gl.h?
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2004-03-26 16:36:20
|
Darrell Blake wrote: > I've just removed all GL directories and libGL* files from my system but > now I have a bit of a problem. When I install my ATI drivers it doesn't > come with any gl.h files or libGL* files. It just has a file called > glxATI.h. Which, incidentally, is installed in /usr/include/GL! I tried > to install MesaGL but that failed. !?! Well, you can get gl.h and other GL headers from www.opengl.org somewhere. However, 'libGL.so' utterly has to be there - that *is* the interface and if it's not there then no OpenGL programs will work. Probably, you have the 'back end' part of the OpenGL driver that X uses installed but don't have the 'front end' part. I'm not really familiar with ATI cards so I don't know how it works. Probably, this is something tied up with the DRI stuff. Sorry I can't help. However, it's safe to say that this isn't a PLIB issue. There isn't an OpenGL program on the planet that doesn't need libGL.so! ---------------------------- Steve Baker ------------------------- HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://www.sjbaker.org Projects : http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net -----BEGIN GEEK CODE BLOCK----- GCS d-- s:+ a+ C++++$ UL+++$ P--- L++++$ E--- W+++ N o+ K? w--- !O M- V-- PS++ PE- Y-- PGP-- t+ 5 X R+++ tv b++ DI++ D G+ e++ h--(-) r+++ y++++ -----END GEEK CODE BLOCK----- |