Quote Originally Posted by Ken Fitlike
>>In my copy of Dev-C++ the OpenGL example compiles fine<<

That's because the opengl template sets the linker options for you (check it yourself within the ide or open either the project or template file with a text editor) although in that case it only links with -lopengl32 since that's all it needs.
That's right. I was wondering whether Dev-C++ did that for you, but was too lazy to check .