selden wrote:Fridger,
Yes, there are libraries I couldn't find for showGL
I did manage to get DevIL installed.
It didn't include any library named IL, but one named "devil" seemed to satify the unresolved references for TexConvert. I don't know if it actually works, though.
Cygwin only includes the OpenGL libraries libblui.a and libgluix.a. GLUT is separate, for example.
The library simply called "GL" was my stumbling block. I don't know enough about OpenGL to know what Windows package that corresonds to.
This confirms my original suspicion that Cygwin does not provide a openGL developer's environment: libGL.so is the /main/ openGL shared library. Of course, you also need libglu and libglut along with /all/ corresponding header files.
The 'texconvert' tool should work, however, if you correctly installed DevIL. For Linux, it contains libIL and libILU. And a number of further
multimedia libs like libSDL etc.
Bye Fridger