From: Chia-I Wu <ol...@gm...> - 2010-03-24 00:52:40
|
On Wed, Mar 24, 2010 at 4:25 AM, Dan Nicholson <dbn...@gm...> wrote: > On Tue, Mar 23, 2010 at 12:27 PM, Chris Ball <cj...@la...> 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_join@@GLIBC_2.0' is defined in DSO /lib/libpthread.so.0 so try adding it to the linker command line >> /lib/libpthread.so.0: could not read symbols: Invalid operation >> collect2: ld returned 1 exit status >> gmake[2]: *** [xeglthreads] Error 1 >> This error started after upgrading one of the build machines to Fedora >> 14 (Rawhide). Any ideas? > 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. I've made xeglthreads link against -lpthread. Hope it fixes the issue in next build round. -- ol...@Lu... |