hi,
Can you tell me how to compile a C file which use the
following libraries :
GL
GLU
glut
I have tried with :
gcc -o file -Wall -lglut -lGL -lGLU file.c
but I recieved the following message :
/usr/lib/gcc-lib/i686-pc-cygwin/3.2/ ../../../../i686-
pc-cygwin/bin/ld : cannot find -lGLU
/usr
Hi,
I cannot compile a file.c where there is the following
include :
GL\glut.h
GL\glu.h
GL\gl.h
I'm sure I have installed the file opengltar.bz2
Can you propose me some technics to reslove my problem :
-compile? I use : -lglut -lGLU -lGL -lopengl
-configure some path???
-set up the librari
2 matches
Mail list logo