[Mono-bugs] [Bug 54694][Nor] Changed - runtime compilation failure (__tls_get_addr) [HELPWANTED]
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 23 Feb 2004 09:31:33 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=54694
--- shadow/54694 2004-02-23 09:24:57.000000000 -0500
+++ shadow/54694.tmp.16835 2004-02-23 09:31:33.000000000 -0500
@@ -71,6 +71,11 @@
gcc test.c testmain.c -o test
./test ... ok]
------- Additional Comments From lupus@ximian.com 2004-02-23 09:24 -------
*** Bug 53525 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From lupus@ximian.com 2004-02-23 09:31 -------
+It looks like the build tools and the runtime on gentoo don't properly
+support __thread in shared libraries. It's a bug in gentoo, people can
+workaround it with --with-nptl=no as suggested by Zoltan.