Mingw32 OpenGL includes - was Re: Link errors with mingw32 on Win98 - SOLVED

libopengl32.a and libglu32.a are included in mingw32 but
strangely
not the include files !

Yeah, I discovered that just after sending the email…
I’ve managed to get the needed header files (from my LCC
includes), and my little test compiled and ran fine…

Take a look at GCC Win32 Build Environment and grab
http://www.libsdl.org/Xmingw32/opengl-cross.tar.gz

I grabbed that and checked it out, since I’d prefer a more
“correct” set of includes, rather than just ones borrowed
from LCC. That tarball only includes gl/gl.h, no sign of
gl/glu.h or gl/glext.h…

I’ve had a brief look around opengl.org and oss.sgi.com for
the includes, but I didn’t come up with anything…

Thanks.