[Mono-bugs] [Bug 58095][Nor] Changed - Release note advice incorrect on Mac OS-X source install

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 9 May 2004 16:08:48 -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 miguel@ximian.com.

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

--- shadow/58095	2004-05-05 18:32:50.000000000 -0400
+++ shadow/58095.tmp.25212	2004-05-09 16:08:48.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 58095
 Product: Mono: Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: OS-X Panther
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: steve@inkbyte.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -21,6 +21,16 @@
 in the release notes.  However the "./configure" step of installing 
 Mono still insists:  
  
     configure: WARNING: "Compiling mono without GC." 
  
 Even AFTER the garbage collector was installed as specified.
+
+------- Additional Comments From miguel@ximian.com  2004-05-09 16:08 -------
+You need for MacOS to specify 
+
+   --with-gc=boehm
+
+Also, for this to work Boehm GC must be accessible, review your
+config.log to find out why it fails.
+
+Miguel.