From: Dan N. <dbn...@gm...> - 2010-03-23 20:25:34
|
On Tue, Mar 23, 2010 at 12:27 PM, Chris Ball <cj...@la...> 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/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. -- Dan |