Results 1 to 1 of 1
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.
...
- 11-14-2008 #1
problem with symlinks?? during compile
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.
Any ideas what to do with this?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


Reply With Quote