I'm trying to configure screenkast-0.1.2 and get this error in the cofigure:
checking for glutInit in -lglut... no
configure: error: *** glut missing - please install glut development package ***
As far as I can tell I have the glut dev package installed. I could be wrong as there seems to be a million. GLUT, openglut, freeglut, etc. How do I solve this issue?
I've seen a couple posts about glutInit and ubuntu but haven't seen a fix.
One thing that seems funny is when I see glut.h posted on the web, it has a lot of stuff including glutInit in it. But on my system there are just about a dozen lines and most of them are comments.
checking for glutInit in -lglut... no
configure: error: *** glut missing - please install glut development package ***
As far as I can tell I have the glut dev package installed. I could be wrong as there seems to be a million. GLUT, openglut, freeglut, etc. How do I solve this issue?
I've seen a couple posts about glutInit and ubuntu but haven't seen a fix.
One thing that seems funny is when I see glut.h posted on the web, it has a lot of stuff including glutInit in it. But on my system there are just about a dozen lines and most of them are comments.