Hello misc@, First my appoligy for this intrusion, for I am a former member of this list. Second I am not sure if this has to go to ports@ or [EMAIL PROTECTED]
I have installed 3.7 recently on my laptop allong with most SDL packages, GLU and GLUT from ports. The system further itself is pretty basic. Generic kernel. No further modifications While ports depending on glu and glut compile and install fine. I am not able to compile custom code or example code with glu or glut. I took for a test SDLgears from the SDL website and tried to configure and compile it. Configure halted with: checking for OpenGL support... no configure: error: Unable to find OpenGL headers and libraries Compiling the suplied gears.c, the first error was: $ gcc gears.c gears.c:39:21: GL/glut.h: No such file or directory I've tried adding -gl,-glu,-glut,-I/usr/local/include/GL/glut.h in several combinations (some capped) without result. Can somebody help me, give pointers and rants into the right direction into fixing this library problem? Thanks in advance and greetings, Sacha Ligthert PS: Compiling PyOpenGL results in the same batch of errors.