On Tue, Mar 23, 2010 at 11:09 AM, Chris Ball <c...@laptop.org> wrote: > Hi, > > http://tinderbox.x.org/builds/2010-03-23-0024/logs/libGL/#build > > mklib: Making Linux shared library: mach64_dri.so.tmp > gcc -o mach64_dri.so.test > ../../../../../src/mesa/drivers/dri/common/dri_test.o mach64_dri.so.tmp > -L../../../../../lib -lGL > /usr/bin/ld: cannot find -lGL > collect2: ld returned 1 exit status > make[6]: *** [mach64_dri.so] Error 1 > > (The 12pm GMT build today worked, but the 2pm and later builds fail.)
That's from this commit: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3e17a5b047124c46ee45dbd1848127c67e0d62f3 This is because we build src/mesa (with the drivers subdir) before we build the src/glx directory (where libGL is built). This commit should probably be reverted until it can work better. -- Dan ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Mesa3d-dev mailing list Mesa3d-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mesa3d-dev