DSL Ideas and Suggestions :: libc NPTL/TLS & Wine



I tried out the "--with-tls" version to compile patch-2.5.9:
Code Sample
$ ./configure --prefix=/opt/compile
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
See `config.log' for more details.
$ cat config.log
...
configure:1655: gcc -I/opt/build/include  -L/opt/build/lib conftest.c  >&5
/opt/build/i686-pc-linux-gnu/bin/as: error while loading shared libraries: libc.so.6: cannot handle TLS data

If I delete the "--with-tls" libc.so.6 and create a symlink to the base dsl libc.so.6 the compile works.

It's interesting that the deb version does not have this error...

Did anyone manage to make any progress with the TLS thing?

I just tried to run acrobat reader v8 on dsl but got:
Code Sample
$ /opt/acrobat_reader-8.1.1/Adobe/Reader8/bin/acroread
: error while loading shared libraries: libstdc++.so.6: cannot handle TLS data


original here.