Arnold Meijster wrote: > > 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. The person who make the autoconfigure scripts doesn't seem to be fixing bugs anymore. You may be better off using the old-style compilation instructions: cd Mesa-3.2 cp Makefile.X11 Makefile make make <config> // i.e. one of the configs listed -Brian _______________________________________________ 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
