[Plib-users] Compiling on a machine with NVidia's drivers
Brought to you by:
sjbaker
From: Bob S. <rc...@ma...> - 2003-03-23 01:18:29
|
Can't get plib-1.6.0 to ./configure on my laptop, which uses a GeForce 2 Go card with recent NVidia drivers (from their site). I assume this is due to the fact that NVidia messes with the previously installed OpenGL stuff: [root@lapdance: /usr/local/src/plib-1.6.0]$ ./configure <snip> checking for glNewList in -lGL... yes checking for gluLookAt in -lGLU... no checking for gluLookAt in -lMesaGLU... no configure: error: could not find working GLU library [root@lapdance: /usr/local/src/plib-1.6.0]$ ls -lFa /usr/lib/libGL* lrwxrwxrwx 1 root root 21 Sep 14 2002 /usr/lib/libGLcore.so.1 -> libGLcore.so.1.0.2960* -r-xr-xr-x 1 root root 3572572 May 14 2002 /usr/lib/libGLcore.so.1.0.2960* lrwxrwxrwx 1 root root 10 Sep 14 2002 /usr/lib/libGL.so -> libGL.so.1* lrwxrwxrwx 1 root root 17 Sep 14 2002 /usr/lib/libGL.so.1 -> libGL.so.1.0.2960* -r-xr-xr-x 1 root root 281244 May 14 2002 /usr/lib/libGL.so.1.0.2960* Anyone figured out how to get this to compile? TIA - Bob -- ________________________________________ Bob Sully - Simi Valley, California, USA http://www.malibyte.net "The waiting is the hardest part." - T. Petty |