[Mono-bugs] [Bug 55000][Nor] Changed - libgc used by mono-build-win32.sh is too old (6.1)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 29 Feb 2004 17:49:09 -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 vargaz@freemail.hu.

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

--- shadow/55000	2004-02-29 09:50:02.000000000 -0500
+++ shadow/55000.tmp.4664	2004-02-29 17:49:09.000000000 -0500
@@ -1,23 +1,23 @@
 Bug#: 55000
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: vargaz@freemail.hu               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: windows build broken
+Summary: libgc used by mono-build-win32.sh is too old (6.1)
 
 Reported by Urs Muff:
 
 make[3]: Entering directory
 `/cygdrive/d/CVS-Repositories/go-mono.com/mono/mono/interpreter'
 
@@ -64,6 +64,15 @@
 /cygdrive/d/CVS-Repositories/go-mono.com/mono/mono/metadata/gc.c:670:
 undefined reference to `_GC_enable'
 
 collect2: ld returned 1 exit status
 
 make[3]: *** [mint.exe] Error 1
+
+------- Additional Comments From vargaz@freemail.hu  2004-02-29 17:49 -------
+Fixed in CVS. The problem is that the libgc version used by 
+mono-build-win32.sh, available here:
+
+http://www.go-mono.com/archive/libgc-dev.zip
+
+is rather old, and does not include the GC_enable and GC_disable 
+functions.