: undefined reference to `XmuLookupStandardColormap'

i get this error when compiling simple openGL
program
: undefined reference to `XmuLookupStandardColormap’

You must include the library paths for X11. You will need to do something like this:

g++ … -L/usr/X11R6/lib -L/usr/lib -lGL -lGLU -lglut -lXi -lXmu

Originally posted by razorsnake:
i get this error when compiling simple openGL
program
: undefined reference to `XmuLookupStandardColormap’

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