gcc, dev-c++, and glut

I’ve got gl.h and glu.h working ok but not glut.h. I am using gcc ported over to windows running with the dev-c++ ide (www.bloodshed.net). Standard “w32” libs don’t work. Has anyone used glut with gcc on windows? I need help setting it up

Hi !

I have never used glut with gcc, but make sure that have the correct import library (a .a file), and sign up on the MinGW32 forum and ask there for help, the MinGW32 compiler (gcc) is the one that is used with DevC++.

Mikael