Make looking for libGLU.a

I get a message: can’t find -lGLU.
How do I proceed?

Originally posted by hardiman:
I get a message: can’t find -lGLU.
How do I proceed?

Try

$ locate libGLU

If nothing turns up, you don’t have that library.
You can download and build Mesa’s GLU library
from www.mesa3d.org .

If something does turn up, look at the path.
Make sure you tell GCC about that path with -L

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