-
Missing lib for program using glut to compile
Hi, guys!
I'm trying to compile my first glut program for Linux, and I'm getting the following error at link time:
/usr/lib/libglut.so: undefined reference to 'XmuLookupStandardColormap'
I haven't done any X programming, but this looks like an X function call to me. Does anyone know what lib I need to link to?
Thankee-sai, all!
venTure
-
Re: Missing lib for program using glut to compile
Try -lXmu I believe it is libXmu
-
Re: Missing lib for program using glut to compile
That did the trick! Thanks Woody!
-
Re: Missing lib for program using glut to compile
I'm having the same problem, only mine appear to be with all the glut calls themselves(glutInit, glutCreateWidow... etc) Anyone have any idea for those?
-=Nelson=-
-
Junior Member
Regular Contributor
Re: Missing lib for program using glut to compile
are you using -lglut?
Chris
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules