%general-entities; ]> $LastChangedBy$ $Date$ Clisp-&clisp-version; Clisp Introduction to Clisp GNU Clisp is a Common Lisp implementation which includes an interpreter, compiler, debugger, and many extensions. &lfs83_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &clisp-md5sum; Download size: &clisp-size; Estimated disk space required: &clisp-buildsize; Estimated build time: &clisp-time; Additional Downloads Optional patch: (required if building against libffcall) Clisp Dependencies Recommended Optional libffcall User Notes: Installation of Clisp This package does not support parallel build. Remove two tests, which fail for unknown reasons: sed -i -e '/socket/d' -e '/"streams"/d' tests/tests.lisp Install Clisp by running the following commands: If you are building clisp against libffcall, apply the patch to fix a build failure with current readline: patch -Np1 -i ../clisp-&clisp-version;-readline7_fixes-1.patch Install Clisp by running the following commands: mkdir build && cd build && ../configure --srcdir=../ \ --prefix=/usr \ --docdir=/usr/share/doc/clisp-&clisp-version; \ --with-libsigsegv-prefix=/usr && ulimit -s 16384 && make -j1 To test the results, issue: make check. Now, as the root user: make install Command Explanations ulimit -s 16384: this increases the maximum stack size, as recommended by the configure. --docdir=/usr/share/doc/clisp-&clisp-version;: this ensures the html documentation will go into a versioned directory instead of straight into /usr/share/html/. --with-libsigsegv-prefix=/usr: use this to tell configure that you have installed libsigsegv in /usr, otherwise it will not be found. : use this to tell configure that you have installed the optional libffcall in /usr, otherwise like libsigsegv it will not be found. Contents Installed Programs Installed Libraries Installed Directories clisp, clisp-link various static libraries in /usr/lib/clisp-&clisp-version;/base/ /usr/lib/clisp-&clisp-version; /usr/share/doc/clisp-&clisp-version; /usr/share/emacs/site-lisp; Short Descriptions clisp is an ANSI Common Lisp compiler, interpreter, and debugger clisp clisp-link is used to link an external module to clisp clisp-link