openGL problem

hey guys.. help me out.. im new to sfml.. im using codeblocks and i've already set up the sfml library with codeblocks, it works fine. but when i try the code snippet for openGl given at the sfml tutorial it come up with this error:

undefined reference to 'gluPerspective@32'

is there other configuration that i must do to tune up my codeblock and sfml with opengl?? thanks..

regards..
maybe you need to link to glu32.lib? (I don't know if sfml does that for you)
Add -lGL to your linker options.
Topic archived. No new replies allowed.