Re: [Mesa3d-dev] Current tinderbox regression (xeglthreads)

2010-03-23 Thread Chris Ball
Hi, > I've made xeglthreads link against -lpthread. Hope it fixes the > issue in next build round. Looks like it did, thanks very much. All of the tinderbox machines are passing the mesa build successfully now. - Chris. -- Chris Ball One Laptop Per Child

Re: [Mesa3d-dev] Current tinderbox regression (xeglthreads)

2010-03-23 Thread Chia-I Wu
On Wed, Mar 24, 2010 at 4:25 AM, Dan Nicholson wrote: > On Tue, Mar 23, 2010 at 12:27 PM, Chris Ball wrote: >> http://tinderbox.x.org/builds/2010-03-23-0034/logs/libGL/#build >> /usr/bin/ld: xeglthreads.o: undefined reference to symbol >> 'pthread_join@@GLIBC_2.0' >> /usr/bin/ld: note: 'pthread_

Re: [Mesa3d-dev] Current tinderbox regression (xeglthreads)

2010-03-23 Thread Sedat Dilek
On Tue, Mar 23, 2010 at 10:14 PM, Dan Nicholson wrote: > On Tue, Mar 23, 2010 at 2:04 PM, Sedat Dilek > wrote: >>>We have a hack in the xdemos directory to link the programs with >>>-lpthread for the same reason (I think). Probably need to carry that >>>hack to the progs/egl directory for xeglth

Re: [Mesa3d-dev] Current tinderbox regression (xeglthreads)

2010-03-23 Thread Dan Nicholson
On Tue, Mar 23, 2010 at 2:04 PM, Sedat Dilek wrote: >>We have a hack in the xdemos directory to link the programs with >>-lpthread for the same reason (I think). Probably need to carry that >>hack to the progs/egl directory for xeglthreads, too. > > Reasons for the hack in xdemos was linking with

Re: [Mesa3d-dev] Current tinderbox regression (xeglthreads)

2010-03-23 Thread Sedat Dilek
>We have a hack in the xdemos directory to link the programs with >-lpthread for the same reason (I think). Probably need to carry that >hack to the progs/egl directory for xeglthreads, too. Reasons for the hack in xdemos was linking with binutils-gold. See explanations in [1] concerning X11. --

Re: [Mesa3d-dev] Current tinderbox regression (xeglthreads)

2010-03-23 Thread Dan Nicholson
On Tue, Mar 23, 2010 at 12:27 PM, Chris Ball wrote: > Hi, > > http://tinderbox.x.org/builds/2010-03-23-0034/logs/libGL/#build > > /usr/bin/ld: xeglthreads.o: undefined reference to symbol > 'pthread_join@@GLIBC_2.0' > /usr/bin/ld: note: 'pthread_join@@GLIBC_2.0' is defined in DSO > /lib/libpthre

[Mesa3d-dev] Current tinderbox regression (xeglthreads)

2010-03-23 Thread Chris Ball
Hi, http://tinderbox.x.org/builds/2010-03-23-0034/logs/libGL/#build /usr/bin/ld: xeglthreads.o: undefined reference to symbol 'pthread_join@@GLIBC_2.0' /usr/bin/ld: note: 'pthread_join@@GLIBC_2.0' is defined in DSO /lib/libpthread.so.0 so try adding it to the linker command line /lib/libpthread