For the record, here are the results I get when building Maxima with
multiple Lisps.
I'm working on Ubuntu 8.04 + current Maxima from Git (5.28 + a few
changes) + automake 1.10.1 + autoconf 2.61.
Lisp versions: Clisp 2.49, SBCL 1.0.49, CMUCL 19a, ECL 12.2.1,
GCL 2.6.8 (ANSI), CCL 1.8.
./configure --enable-clisp --enable-sbcl --enable-cmucl --enable-ecl \
--enable-gcl --enable-ccl --with-ccl=/home/robert/clozure-cl/ccl/lx86cl
=> OK
make clean && make
=> OK
run_testsuite:
Clisp: no unexpected failures
SBCL: rtest16: failed 402, 403
CMUCL: rtest4: failed 86
rtest16: failed 402, 403
rtest8: failed 101, 110
GCL: rtest16: failed 196, 197
rtest_integrate: "Unrecoverable error: Can't allocate. Good-bye!." (program died)
ECL: no unexpected failures
CCL: rtest15: failed 37, 193, 196
Hope this helps,
Robert Dodier