Re: !(fun) with tls

2006-06-22 Thread NZG
> /lib/libc.so.6 is provided by glibc whereas /usr/lib/libc.so is > provided by glibc-devel. Ah, if this is true then I probably need to be building against a sysroot containing glibc-devel. I'll try that, thx. NZG

Re: !(fun) with tls

2006-06-22 Thread Daniel Jacobowitz
On Fri, Jun 23, 2006 at 12:30:22AM +0530, Niklaus wrote: > i think this is something to do with --with-sysroot. > Try removing the sysroot but i am not sure well sysroot/lib should > contain libc.so > > /lib/libc.so.6 is provided by glibc whereas /usr/lib/libc.so is > provided by glibc-devel. > >

Re: !(fun) with tls

2006-06-22 Thread Niklaus
i think this is something to do with --with-sysroot. Try removing the sysroot but i am not sure well sysroot/lib should contain libc.so /lib/libc.so.6 is provided by glibc whereas /usr/lib/libc.so is provided by glibc-devel. Maybe some one experienced can help you out. On 6/22/06, NZG <[EMAIL P