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

2004-05-05 Thread Peter Moffe
$ uname -a Darwin Gentle.local 7.3.0 Darwin Kernel Version 7.3.0: Fri Mar 5 14:22:55 PST 2004; root:xnu/xnu-517.3.15.obj~4/RELEASE_PPC Power Macintosh powerpc $ gcc --version gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495) Copyright (C) 2002 Free Software Foundation, Inc. This is free

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

2004-05-05 Thread Benjamin Reed
Peter Moffe wrote: It built fine without the --with-gc=included switch, but some of my code exits with a NoGCHandler error. Any ideas to get around the compilation issue, but still use GC? read the readme, that says to use an external libgc? =) -- Benjamin Reed, a.k.a. RangerRick [EMAIL PROTEC

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

2004-05-05 Thread Peter Moffe
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 mo

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

2004-05-05 Thread Attila Balogh
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 install

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

2004-05-05 Thread Peter Moffe
After using gc6.3alpha5, everything worked great. Thanks for all your help, Attila! On May 5, 2004, at 2:00 PM, Attila Balogh wrote: 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 t