[Mono-bugs] [Bug 59255][Cri] Changed - cvs version configured with boehm garbage collector won't build
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 28 May 2004 14:00:49 -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 bopm@udaff.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59255
--- shadow/59255 2004-05-28 13:54:56.000000000 -0400
+++ shadow/59255.tmp.18861 2004-05-28 14:00:49.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 59255
Product: Mono: Compilers
Version: unspecified
OS: Debian Woody
OS Details:
-Status: RESOLVED
+Status: CLOSED
Resolution: INVALID
Severity: Unknown
Priority: Critical
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: bopm@udaff.com
@@ -68,6 +68,12 @@
Boehm version 3.0
------- Additional Comments From lupus@ximian.com 2004-05-28 13:54 -------
Boehm version 3.0 seems old even for Woody:-)
Use a recent version of libgc or, better, use the included gc
(use no --with-gc option: it's the default).
+
+------- Additional Comments From bopm@udaff.com 2004-05-28 14:00 -------
+On boehm site there is link described as "Usually you should first try
+to use gc_source/gc.tar.gz, which is normally an older, more stable
+version.". According to this link you get boehm 3.0 ;)
+Is there any reasons to use boehm instead of included?