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 -- Daniel Jacobowitz CodeSourcery -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

