Hi, I tried to install mesa according to the installation docs. Compiling Mesa itself went fine, however, compiling the tests using 'make check' resulted in undef. references (Xmu....). This is correct since -lXmu should be added. Besides the command line looks like cc ....... file.c ..... -lXext -lXt .... while on my linux system the -lXext -lXt must really be the end of the command line. By adding -lXmu and putting the -lXXXX to the end of the command line compilation worked fine. Hope this helps. Arnold _______________________________________________ Mesa-bug maillist - [EMAIL PROTECTED] http://lists.mesa3d.org/mailman/listinfo/mesa-bug _______________________________________________ Mesa-dev maillist - [EMAIL PROTECTED] http://lists.mesa3d.org/mailman/listinfo/mesa-dev
