I was trying to compile a simple .c file which using glut and I get some errors. It should compile without problem and I got no idea what to do.
Code:
valemon@suse-linux:~> gcc -Wall -o myGame introGlutLib.c myGame.c -lglut -lGL -lGLU
/usr/X11R6/lib/libGLcore.so.1: undefined reference to `_nv000042gl'
/usr/lib/gcc/i586-suse-linux/4.2.1/../../../libGL.so: undefined reference to `_nv000044gl'
collect2: ld returned 1 exit status
Any ideas what to do with this?