Linking

I am using KDevelop and am trying to link to OpenGl. I go to the Project dialog and on the Linking Options tab and say “-lGL -lGLU -lglut -lX11 -lXmu -lXi -lXext -lm” bu I get errors saying it can’t find “GL”. I have Mesa, Mesa Common, and Mesa Common Development installed–any ideas what I am doing wrong?

Trivial. If you really have the libraries, add -L/path/to/libraries before trying to link them.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.