|
From: Thomas D. D. <to...@wa...> - 2014-03-07 17:29:55
|
On 03/07/14 08:32, andre maute wrote:
> Maxima 5.31.3 is installed via
> ./configure \
> --enable-gcl --with-gcl=gcl \
> --enable-sbcl --with-sbcl=sbcl \
> --prefix=/home/user/opt/maxima
When I do this in the 5.32.1 source tree, I get
> cd ../maxima-5.32.1/
> ./configure --enable-gcl --with-gcl=gcl \
> --enable-sbcl --with-sbcl=sbcl \
> --prefix=/home/user/opt/maxima
checking for a BSD-compatible install... /usr/bin/install -c
...
config.status: creating src/lisp
Summary:
SBCL enabled. Executable name: "sbcl"
GCL enabled. Executable name: "gcl"
default lisp: sbcl
wish executable name: "wish"
and, I believe the resultant maxima will use sbcl. Correct?
(%o83) ?%build_info("5.32.1","2014-03-02
18:35:41","x86_64-unknown-linux-gnu",
"GNU Common Lisp (GCL)","GCL 2.6.10")
All your examples work here.
Tom Dean
|