I built this last night, starting from the 20090107 snapshot; it worked fine.
FYI, I did the following, after removing all mit-scheme stuff from /usr/local/bin and /usr/local/lib: tar xzf mit-scheme-c-20090107.tar.gz cd mit-scheme-c-20090107/src etc/make-liarc.sh make install cd ...../mit-scheme/src etc/make-native.sh --enable-native-code=x86-64 The last line overrides the default code generator which is i386 -- incorrect for snow leopard, and perhaps the source of the problems here. On Tue, Dec 8, 2009 at 6:25 PM, Chris Hanson <[email protected]> wrote: > I have Snow Leopard but haven't yet tried it. I'll give it a try > later tonight if I have the energy. > > On Tue, Dec 8, 2009 at 4:52 PM, Arthur A. Gleckler <[email protected]> > wrote: >>> By the way, if your goal is just to build the latest Scheme, you can >>> start with >>> >>> <http://people.csail.mit.edu/riastradh/tmp/mit-scheme-20091116-x86-64.tar.gz> >>> >>> by untarring it in $prefix and then running `./configure && make && >>> make install' in the microcode alone, without needing any prior Scheme >>> system or a C build. >> >> Cool. Thanks. >> >> For now, I'm running a build I did successfully on Snow Leopard in >> early November. But I'll do that when I need to get the latest. >> >> >> _______________________________________________ >> MIT-Scheme-devel mailing list >> [email protected] >> http://lists.gnu.org/mailman/listinfo/mit-scheme-devel >> > _______________________________________________ MIT-Scheme-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/mit-scheme-devel
