I haven't tried OSX myself, but with recent versions of MzScheme you should no longer use the "-m" option. Try just "mzscheme -f as.scm" and see if that helps.
Also, if you try just "mzscheme" without any arguments, do you get an mzscheme prompt like this?
Welcome to MzScheme v4.2.4 [3m], Copyright (c) 2004-2010 PLT Scheme Inc.
>
if you still get the "Abort Trap", there's a problem with your MzScheme installation. You could try downloading directly from http://racket-lang.org/download/ (mzscheme got renamed to Racket). If you can't get MzScheme / Racket to work, you can also ask for help over on http://racket-lang.org/community.html
It's wrong. "racket -i -f as.scm" works fine and I've been using it for a few months. (Note that this is for arc3.1, which you are using, so that should be fine.)
thanks waterhouse. Did you install from src? I'm a little unsure about the configure option. I'm assuming "--prefix=/usr/local/racket --enable-macprefix" ?
I didn't install from source, and have no idea about doing that. What I do to install is: Download DrRacket from racket-lang.org. Move it to the Applications folder as is conventional. Add to the ~/.bash_profile the following line:
Now you'll be able to use the "racket" and "mzscheme" and "raco" and all other programs from the "bin" subdirectory by just typing their names. (This applies to any terminal windows opened after you've changed .bash_profile.)