On Sun, May 21, 2006 at 10:31:07AM -0400, Daniel Jacobowitz wrote: > On Sun, May 21, 2006 at 04:14:41AM +0000, Aurelien Jarno wrote: > > Well since glibc 2.3.6-7, all our "flavours" of the glibc now have > > TLS enabled, since it is needed by libstdc++. So I doubt it will > > work. > > Wrong TLS configure option. It's still fine: > > [EMAIL PROTECTED]:~% readelf -Ds /lib/libc-2.3.6.so|grep errno > 1120 124: 0011f360 4 OBJECT GLOBAL DEFAULT 29 errno > > > [EMAIL PROTECTED]:~% readelf -Ds /lib/tls/libc-2.3.6.so|grep errno > 290 124: 00000008 4 TLS GLOBAL DEFAULT 20 errno
Oh, you didn't mean 2.3.6-7, you meant 2.3.6-8. [EMAIL PROTECTED]:~% readelf -Ds /lib/libc-2.3.6.so|grep errno 291 124: 00000008 4 TLS GLOBAL DEFAULT 19 errno There's no reason given in the changelog and I did not see a message about this anywhere. Why is it needed? I'm really not fond of this change and I can not see why libstdc++ would need it. -- Daniel Jacobowitz CodeSourcery -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]