Re: [gut-users] Help with GL setup API?
Status: Alpha
Brought to you by:
jason379
|
From: Pierre P. <pp...@lu...> - 2000-08-04 22:01:02
|
> The download runs about 100K. It`s a simple on-screen menu allowing > you to select an OpenGL driver and a video mode. It should behave > as you would expect, no surprises. For those interested, the source > code for the demo and the library it`s built on is available at > http://www.379.com/gut/ I tried it, but it is linked statically with libMesaGL.so.3 and libMesaGLU.so.3, which is Wrong. I have libGL.so.1 and libGLU.1. If it pretends to be able to select an OpenGL driver at run type, I would have expected it *not* to be linked against *any* OpenGL driver, loading them with dlopen() instead, no? -- "There are two major products that come out of Berkeley: LSD and Unix. We don't believe this to be a coincidence." -- Jeremy S. Anderson |