[Mono-devel-list] Re: mac os x
Griffin Caprio
griffincaprio at mac.com
Thu Mar 11 22:11:14 EST 2004
Check out the write up I did about getting Mono to run on the Mac.
http://homepage.mac.com/griffincaprio/mono/RunningMonoOnMacOSX.html
It's a evolving document, so if you have any other experiences, let me
know.
-Griffin
On Mar 11, 2004, at 11:00 AM, Urs C Muff wrote:
> 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
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
More information about the Mono-devel-list
mailing list