PDA

View Full Version : installing Mesa w/ X 4.1.0



09-04-2001, 09:58 AM
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

mikael_aronsson
09-04-2001, 09:35 PM
Hi !

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

Mikael