GL/glut.h not found!

Hi there!

I installed OpenGL and Glut and everything seems to work fine so far. I can run all the compiled progs that have been built in glut’s test directory BUT: I’m not able to compile myself. I always get the error: GL/glut.h not found.
I checked with find / glut.h but it didn’t come up with nothing.
Although I find glu.h and gl.h in /usr/local/include/GL

Isn’t that strange??
What’s wrong and what can I do about it ?

Thanx alot.

[This message has been edited by nuno (edited 04-03-2001).]

Well… what’s wrong is you’re missing the header file. Do you have libglut.a or libglut*.so? If not, you didn’t (really) install glut. If so, you’re header file just went missing. Just try reinstalling.

Yup, that did it!

Thanx alot!

Originally posted by rts:
Well… what’s wrong is you’re missing the header file. Do you have libglut.a or libglut*.so? If not, you didn’t (really) install glut. If so, you’re header file just went missing. Just try reinstalling.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.