echo "Checking for openGL"

cat > test.c << EOF
#include <GL/gl.h>
#include <GL/glext.h>
int main( void ) { glViewport( 0, 0, 0, 0 ); return 0; }
EOF

[EMAIL PROTECTED]:~/mms-1.1.0-rc7$ gcc -o test.o test.c -lGL
/usr/bin/ld: cannot find -lGL
collect2: ld returned 1 exit status

[EMAIL PROTECTED]:~$ ls /usr/lib/libGL.*
/usr/lib/libGL.la  /usr/lib/libGL.so.1
/usr/lib/libGL.so  /usr/lib/libGL.so.177.13

[EMAIL PROTECTED]:~$ sudo apt-get install nvidia-glx-177-*
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut       
Lese Status-Informationen ein... Fertig
Achtung, wähle nvidia-glx-177 für regulären Ausdruck »nvidia-glx-177-*«
Achtung, wähle nvidia-glx-177-dev für regulären Ausdruck »nvidia-glx-177-*«
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.

-- 
common OpenGL check fails on Ibex
https://bugs.launchpad.net/bugs/254444
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to