On 02/20/04 Varga Zoltan wrote: > This problem seems to be caused by the usage of the __thread > keyword in mono which was recently added. It can be turned > off by > passing the --with-nptl=no option to configure. > > I would be grateful if somebody could track down the cause > of this > problem, and either: > - provide a fix > - provide a small test program which exibits this problem, > so I could add > it as an additional configure check.
A test could be to build a shared library with a __thread in it and try to access it. It's not easy to build test shared libraries from configure, I think (it would need to use libtool etc). I think the issue is in the gentoo toolchain, so it's better if they fix their system. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
