views:

169

answers:

1
+1  A: 

The glut.h header just declares the functions. You need to link with the library that implements them, which should be described in the glut documentation.

anon
http://stackoverflow.com/questions/677547/what-does-this-opengl-compilation-error-mean # Original Question.
Kent Fredric
the linker is correct..
noob88