[Mono-bugs] [Bug 74629][Maj] Changed - Error compiling mono 1.1.6 on ppc
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 16 Apr 2005 06:24:27 -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 flashdict@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74629
--- shadow/74629 2005-04-15 21:28:41.000000000 -0400
+++ shadow/74629.tmp.21836 2005-04-16 06:24:27.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 74629
Product: Mono: Runtime
Version: 1.1
-OS:
+OS: unknown
OS Details: linux on ppc (yellowdog 4.0)
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: GC
AssignedTo: mono-bugs@ximian.com
ReportedBy: javier@cofradia.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -376,6 +376,19 @@
`/home/javier/Projects/Mono/mono-1.1.6/mono/metadata'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/javier/Projects/Mono/mono-1.1.6/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/javier/Projects/Mono/mono-1.1.6'
make: *** [all] Error 2
+
+------- Additional Comments From flashdict@gmail.com 2005-04-16 06:24 -------
+A quick workaround: define -DTHREAD_LOCAL_ALLOC and -DGC_LINUX_THREADS
+in libgc/Makefile, make clean, and rebuild.
+
+The real problem here though, is why isn't your system being
+recognized as one of:
+
+ x86-*-linux* | ia64-*-linux* | i586-*-linux* | i686-*-linux* |
+x86_64-*-linux* | alpha-*-linux* | s390*-*-linux* | powerpc-*-linux*)
+
+Figure that out, and you wont need a workaround.
+