realrbman
June 20th, 2006, 11:36 PM
I upgraded my xorg drivers from xorg's to the proprietary ATI drivers. I messed around with things to get direct rendering to work.
Some where along the way i messed up my OpenGL lib's.
So now i can't compile my OpenGL code.
When i try i get:
burny@sixtybit:~/code/GL_examples$ make
gcc -L/usr/lib -L/usr/X11R6/lib -O2 lightposition.o glm.o sgi.o -lX11 -lGL -lGLU -lglut -lm -lXmu -lXi -o lightposition
/usr/bin/ld: cannot find -lGL
collect2: ld returned 1 exit status
make: *** [lightposition] Error 1
Any idea's on how i could reverse this?
I've already tried reinstalling xorg-server, xorg-core and the regular xorg-firegl drivers.
Brian,
Some where along the way i messed up my OpenGL lib's.
So now i can't compile my OpenGL code.
When i try i get:
burny@sixtybit:~/code/GL_examples$ make
gcc -L/usr/lib -L/usr/X11R6/lib -O2 lightposition.o glm.o sgi.o -lX11 -lGL -lGLU -lglut -lm -lXmu -lXi -o lightposition
/usr/bin/ld: cannot find -lGL
collect2: ld returned 1 exit status
make: *** [lightposition] Error 1
Any idea's on how i could reverse this?
I've already tried reinstalling xorg-server, xorg-core and the regular xorg-firegl drivers.
Brian,