[Mono-bugs] [Bug 31750][Wis] Changed - Unresolved GC_MALLOC and GC_REGISTER_FINALIZER with Boehm-Lib

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
8 Nov 2002 20:15:37 -0000


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 fn@hungry.com.

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

--- shadow/31750	Fri Oct  4 11:31:24 2002
+++ shadow/31750.tmp.29449	Fri Nov  8 15:15:37 2002
@@ -20,6 +20,17 @@
 used. These cannot be resolved because gc.h (Boehm) cannot be
 included. First because there already is one in mono/metadata,
 and second because various defs would be missing.
 
 ------- Additional Comments From miguel@ximian.com  2002-10-04 11:31 -------
 Moved to Mono.Runtime
+
+------- Additional Comments From fn@hungry.com  2002-11-08 15:15 -------
+FYI: If you use Boehm's GC from ports on FreeBSD, you *need* something
+like
+
+#include "/usr/local/include/gc.h"
+
+in mono/mono/metadata/gc.h.
+
+
+