Installing Mesa w/ X 4.1.0

Hello, i am attemping to manuallly install mesa on a system using X 4.1.0 but keep getting an error when i try ‘make check’, the error is with ld that libglut.so having an undefined reference to XmuLookupStandardColormap. I tried compiliing my own simple gl programs and received errors like:
libXext.so.6 need by libGL.so not found.
Both of these errors have to do with linking but i previously installed the same version of mesa on the identical system but with X 4.0.3 so i am wondering if anyone knows of any adjustments to properly install mesa with X 4.1.0
thanks in advance

Hi !

You may be missing the Xmu library. or the -lXmu option is missing, not sure why though.

Mikael

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