[Mono-devel-list] Libgc now included in mono

martin at ximian.com martin at ximian.com
Sun Jun 8 16:29:35 EDT 2003


Hi guys,

the `libgc' module is now included in the `mono' module.

If you're compiling from CVS, you need to re-checkout the `mono' module
(or move the already checked out `libgc' module into the `mono' module)
since you won't get it with a normal `cvs update'.

The --with-gc argument of mono's configure script now how three options:

   no       build Mono without GC
   boehm    build Mono with the system-installed Boehm GC
   included use the included libgc

The default is `included' which is also what's needed by the debugger. 
Since we don't install anything from the included libgc, you can now
safely use it without messing up your system-installed Boehm GC.

Please let me know if you have any questions.

Martin





More information about the Mono-devel-list mailing list