Contents
/usr/lib/clisp-2.49.95+/base/
GNU Clisp is a Common Lisp implementation which includes an interpreter, compiler, debugger, and many extensions.
This package has not had a 'stable' release since 2010. The package here was created from the upstream git repository in order to enable it to be built with gcc-15. The most recent commit was May 2025.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://anduin.linuxfromscratch.org/BLFS/clisp/clisp-2.49.95.tar.xz
Download MD5 sum: e3b3ba6b3432280e4d4a766404f02d6f
Download size: 7.1 MB
Estimated disk space required: 146 MB (with tests; 34 MB installed)
Estimated build time: 0.6 SBU (Using parallelism=4; add 0.3 SBU for tests)
Install Clisp by running the following commands:
mkdir build && cd build && ../configure --srcdir=../ \ --prefix=/usr \ --docdir=/usr/share/doc/clisp-2.49.95 && make
To test the results, issue: make check.
Now, as the root
user:
make install
--docdir=/usr/share/doc/clisp-2.49.95
:
this switch forces the HTML documentation to be installed into a
versioned directory.
--with-libffcall-prefix=/usr
: use this
to tell configure
that you have installed the optional libffcall package.
/usr/lib/clisp-2.49.95+/base/