Re: [Mesa3d-dev] piglit linking

2010-04-09 Thread Xavier Chantry
On Fri, Apr 9, 2010 at 8:46 AM, Dave Airlie wrote: > So I don't understand cmake, > > but there is a lot of implicit linking going on in piglit, and in > Fedora 13 our linker doesn't like that anymore. > > So for example the fp-rfl test uses sqrt which means it needs to link > to libm not get libm

[Mesa3d-dev] piglit linking

2010-04-08 Thread Dave Airlie
So I don't understand cmake, but there is a lot of implicit linking going on in piglit, and in Fedora 13 our linker doesn't like that anymore. So for example the fp-rfl test uses sqrt which means it needs to link to libm not get libm via other links, glx-multithread needs to link to pthread etc.