/ Samuel Mahy <[EMAIL PROTECTED]> wrote: | 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 opengl....tar.bz2
Which opengl?? Could it be one runtime, and one developer version? run: find /usr/include -name glut.h -print if no success, run: find / -name glut.h -print to see if they are around.. | Can you propose me some technics to reslove my problem : | -compile? I use : -lglut -lGLU -lGL -lopengl This problem is not due to missing libraries, it is due to the compilation can't find the includes, throw the line issued for compilation this way and we can see if you need to add a -I[path] to the compilation.. How is the makefile done? /Andy -- The eye of the beholder rests on the beauty! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/