Contents
/usr/lib/clisp-$clisp-version;/base/
GNU Clisp is a Common Lisp implementation which includes an interpreter, compiler, debugger, and many extensions.
This package is known to build and work properly using an LFS-7.6 platform.
Download (HTTP): http://ftp.gnu.org/pub/gnu/clisp/latest/clisp-2.49.tar.bz2
Download (FTP): ftp://ftp.gnu.org/pub/gnu/clisp/latest/clisp-2.49.tar.bz2
Download MD5 sum: 1962b99d5e530390ec3829236d168649
Download size: 7.8 MB
Estimated disk space required: 163 MB
Estimated build time: 0.9 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/clisp
This package does not support parallel build.
Install Clisp by running the following commands:
mkdir build && cd build && ../configure --srcdir=../ \ --prefix=/usr \ --docdir=/usr/share/doc/clisp-2.49 \ --with-libsigsegv-prefix=/usr && ulimit -s 16384 && make -j1
For reasons which are not understood, the testsuite for this package fails.
Now, as the root
user:
make install
uimit -s 16384: this increases the maximum stack size, as recommended by the configure.
/usr/lib/clisp-$clisp-version;/base/
Last updated on 2014-09-18 12:44:10 -0700