Please help! ...../libglut.so.3: undefined symbol: XmuLookupStandardColormap

I have linux Slackware 9.0
I have downloaded glut-3.7.tar.gz, made all what was in README for linux, but while I run my programm, which uses GLUT it throw me this error “relocation error: /usr/lib/glut-3.5/lib/glut/libglut.so.3: undefined symbol: XmuLookupStandardColormap” %((( What i must do? THX

You need to link with the Xmu library i.e. add ‘-lXmu’ when compiling.

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