[Mono-bugs] [Bug 61111][Nor] New - Mono 1.0 can't compile on Gentoo

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 2 Jul 2004 17:14:16 -0400 (EDT)


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 anbesan@hotmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=61111

--- shadow/61111	2004-07-02 17:14:16.000000000 -0400
+++ shadow/61111.tmp.24368	2004-07-02 17:14:16.000000000 -0400
@@ -0,0 +1,58 @@
+Bug#: 61111
+Product: Mono: Runtime
+Version: unspecified
+OS: GNU/Linux [Other]
+OS Details: Gentoo Base System version 1.4.16
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: anbesan@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mono 1.0 can't compile on Gentoo
+
+Description of Problem:
+Mono 1.0 runtime doesn't compile on Gentoo
+
+Steps to reproduce the problem:
+1. Download Mono-1.0
+2. ./configure
+3. make
+
+Actual Results:
+
+The compilation stops!
+
+Additional Information: (transcript)
+
+make[4]: Entering directory `/root/mono/mono-1.0/mono/mini'
+/bin/sh ../../libtool --mode=link gcc  -g -O2 -fno-strict-aliasing -g -Wall 
+-Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes  
+-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual 
+-Wcast-align -Wwrite-strings   -o mono -export-dynamic main.o libmono.la 
+-pthread -lgthread-2.0 -lglib-2.0   -Wl,--export-dynamic -lgmodule-2.0 -ldl 
+-lglib-2.0   -lm -lpthread -lm -L/usr/lib -licui18n -licuuc -licudata 
+-lpthread -lm -lnsl -lpthread -lm -lrt
+gcc -g -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes 
+-Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes 
+-Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings 
+-o .libs/mono main.o -pthread -Wl,--export-dynamic -Wl,--export-dynamic  ./.
+libs/libmono.so -L/usr/lib /usr/lib/libgthread-2.0.so /usr/lib/libgmodule-2.0.
+so -ldl /usr/lib/libglib-2.0.so -licui18n -licuuc -licudata -lnsl -lpthread 
+-lm -lrt -Wl,--rpath -Wl,/usr/local/mono/lib
+./.libs/libmono.so: undefined reference to `___tls_get_addr'
+collect2: ld returned 1 exit status
+make[4]: *** [mono] Error 1
+make[4]: Leaving directory `/root/mono/mono-1.0/mono/mini'
+make[3]: *** [all] Error 2
+make[3]: Leaving directory `/root/mono/mono-1.0/mono/mini'
+make[2]: *** [all-recursive] Error 1
+make[2]: Leaving directory `/root/mono/mono-1.0/mono'
+make[1]: *** [all-recursive] Error 1
+make[1]: Leaving directory `/root/mono/mono-1.0'
+make: *** [all] Error 2