Hi,

Im using solaris with bash.

I have entered CC -o Demo demo.cc and I get the following error:

Code :
Error: Could not open include file<GL/gl.h>.
I get several more for glx, glext and glut

This means that the linker can not find the GL files as they are not in the system path. How do you do this in Solaris & Bash?

Thanks For your help
-Alex