[Mono-list] Mono 0.91 on Mac OS X 10.3

Attila Balogh d0lphin@mail.edu-net.hu
Wed, 05 May 2004 20:00:07 +0200


Peter Moffe wrote:

> Attila & Ben,
>
> Thanks for your responses.
>
> I got the latest stable sources from the link you posted for Boehm GC 
> - 6.2.  I configured it with the --enable-threads=pthreads switch and 
> compiled and installed them without a hitch.
>
> Here is the configuration, compilation, and installation output of 
> mono-0.91.  I received a different error this time when doing the 
> "make install" portion:
>
hi Peter,

first of all, try this instead of 6.2: 
http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc6.3alpha5.tar.gz
(don't worry about it being unstable).
second, i always used autogen.sh instead of configure, plus i prefer the 
cvs version always:
if You're not familiar with cvs:
export CVSROOT=:pserver:anonymous@anoncvs.go-mono.com:/mono
cvs login
cvs -z3 co mono mcs gtk-sharp

(using cvs co -c  You get a list of all the packages available)

good luck ;]

Attila