ronchen65
04-19-2004, 05:50 PM
This is my command line.
gcc file.c -L/home/Mesa-6.0/lib -lgulg -lGL -lGLU -lm
but it shows this error.
/usr/bin/ld: cannot find -lglut
collect2: ld returned 1 exit status
I'm using RedHat 8.
Does there anyone know how to solve this problem?
Thanks
gcc file.c -L/home/Mesa-6.0/lib -lgulg -lGL -lGLU -lm
but it shows this error.
/usr/bin/ld: cannot find -lglut
collect2: ld returned 1 exit status
I'm using RedHat 8.
Does there anyone know how to solve this problem?
Thanks