On 3/27/06, Peter Seibel <[EMAIL PROTECTED]> wrote: > I don't know, however, if anyone has tried running CLISP under Rosetta.
CLISP 2.37 built natively on 10.4.4; 10.4.5 broke it. Alex Faaborg got 2.38 working with the following steps: "Download the source code for CLISP 2.38: http://prdownloads.sourceforge.net/clisp/clisp-2.38.tar.gz?use_mirror=easynews ./configure --ignore-absence-of-libsigsegv cd src ./makemake > Makefile make config.lisp ulimit -s 8192 [add "-falign-functions=4" to the start of "CFLAGS" and "CPPFLAGS" in src/Makefile which has been automatically generated, should look like this:] CPPFLAGS = -falign-functions=4 CFLAGS = -falign-functions=4 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O2 -fexpensive-optimizations -DUNIX_BINARY_DISTRIB -DUNICODE -DNO_GETTEXT -DNO_SIGSEGV -I. make make check The make check still reports some errors, but everything seems to work fine." I've had no problems building recent CVS checkouts of SBCL from source (I used CLISP to bootstrap the first Intel-compatible CVS release of SBCL, and have used that to build itself since then). Bill _______________________________________________ Gardeners mailing list [email protected] http://www.lispniks.com/mailman/listinfo/gardeners
