[Mesa-dev] [Bug 30203] Mesa 7.8.3-rc1 fails to compile

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Sep 16 07:07:36 PDT 2010


https://bugs.freedesktop.org/show_bug.cgi?id=30203

--- Comment #16 from Jos van Wolput <wolput at onsneteindhoven.nl> 2010-09-16 07:07:36 PDT ---
(In reply to comment #14)
> BTW, do you have these problems with Mesa 7.8.2?

I just tried and yes, 7.8.2 too doesn't compile when using gcc-4.5
but contrary to 7.8.3 I get:
~/src/xorg/mesa-7.8.2$ grep X11_LIBS configs/current configs/autoconf
configs/autoconf.in
configs/current:X11_LIBS = -lX11
configs/autoconf:X11_LIBS = -lX11
configs/autoconf.in:X11_LIBS = @X11_LIBS@

The compilation error is the same as given by 7.8.3:
---
/usr/bin/ld: xeglthreads.o: undefined reference to symbol
'pthread_join@@GLIBC_2.2.5'
/usr/bin/ld: note: 'pthread_join@@GLIBC_2.2.5' is defined in DSO
//lib64/libpthread.so.0 so try adding it to the linker command line
//lib64/libpthread.so.0: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[2]: *** [xeglthreads] Error 1
make[2]: Leaving directory `/home/jos/src/xorg/mesa-7.8.2/progs/egl'
make[1]: *** [subdirs] Error 1
---
No compilation error when using gcc4.4

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list