~/mono> mono --version
Mono JIT compiler version 0.31.99, (C) 2002-2004 Novell, Inc and 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=/usr/local/ --with-gc=boehm ... config.status: executing depfiles commands
GC: boehm
ICU: no, if you want full i18n support download it 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.� Now, though, I get "Bus Error" every time I run mcs.� (And yes, "mcs" is actually a script that runs mcs.exe via mint as described in the Mac OS X write-up.)� I can do "mcs --help" and "mcs --about" w/o problems.� But I can't compile anything due to said error.
�
Thanks.
-Abe
_______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
