[Mono-devel-list] Re: mac os x
Urs C Muff
umuff at quark.com
Thu Mar 11 12:00:54 EST 2004
use the boehm gc rather then the internal one: when getting mono from
CVS use autogen.sh --with-gc=boehm
also make sure your mcs is using mint rather then mono, and start your
apps using mint rather then mono...
you have to manually change mcs/build/config-default.make
Index: build/config-default.make
===================================================================
RCS file: /mono/mcs/build/config-default.make,v
retrieving revision 1.6
diff -u -r1.6 config-default.make
--- build/config-default.make 8 Dec 2003 05:51:03 -0000 1.6
+++ build/config-default.make 11 Mar 2004 16:54:55 -0000
@@ -12,7 +12,7 @@
LIBRARY_FLAGS = /noconfig
CFLAGS = -g -O2
INSTALL = /usr/bin/install
-RUNTIME = mono $(RUNTIME_FLAGS)
+RUNTIME = mint $(RUNTIME_FLAGS)
TEST_RUNTIME=$(PLATFORM_RUNTIME)
prefix = /usr/local
On Mar 11, 2004, at 8:31 AM, Attila Balogh wrote:
> hello Urs,
>
> uhh that's bad news. I was really hoping to get a working environment
> for c# on mac os x.
> Though i have problems with mono itself, when i install the fink
> package, .30.2-1, it goes okay, but if i want to build from scratch
> (virtually any versions), it hangs at mcs, it has some problems with
> gc. One of my pals who is using freebsd says he has the same problems.
> Perhaps You have an idea how to move on?
> Thanks in advance. Regards;
>
> Attila
More information about the Mono-devel-list
mailing list