[Mono-list] More Mac OS X problems
Urs C Muff
umuff@quark.com
Tue, 23 Mar 2004 12:07:40 -0700
what do you get on
~/mono> mono --version
Mono JIT compiler version 0.31.99, (C) 2002-2004 Novell, Inc and=20
Contributors. www.go-mono.com
TLS: normal
GC: System Boehm (with typed GC)
SIGSEGV : normal
Globalization: none
and you should get
~/mono> mcs --version
Mono C# compiler version 0.31.99.0
when making mono using autogen.sh you should see:
~/mono/mono> ./autogen.sh --prefix=3D/usr/local/ --with-gc=3Dboehm
...
config.status: executing depfiles commands
GC: boehm
ICU: no, if you want full i18n support download it=20
from: http://oss.software.ibm.com/icu/index.html
NPTL: yes
SIGALTSTACK: no
Engine: Building the JIT, defaulting to the interpreter
Now type `make' to compile
[note I'm not using ICU, but that should have no effect]
- Urs
On Mar 23, 2004, at 12:11 PM, Abe Gillespie wrote:
> Thanks to the help of this list I finally got Mono compiled.=A0 Now,=20=
> though, I get "Bus Error" every time I run mcs.=A0 (And yes, "mcs" is=20=
> actually a script that runs mcs.exe via mint as described in the Mac=20=
> OS X write-up.)=A0 I can do "mcs --help" and "mcs --about" w/o=20
> problems.=A0 But I can't compile anything due to said error.
> =A0
> Thanks.
> -Abe