clisp



Pedro,

 The new maxima users' manual has the procedure to build clisp maxima.
....
Change into the directory
$HOME/maxima/src (or $HOME/maxima-5.6/src - whatever your setup
dictates.) For newer versions of clisp, you need to change
a couple lines in the
 compile-clisp.lisp:
< (lisp:gc) ---> (ext:gc)
< lisp:saveinitmem "maxima-clisp.mem" ---> ext:saveinitmem "maxima-clisp.mem"
Then run the following commands:
make clisp-compile CLISP=clisp
make maxima-clisp.mem CLISP=clisp
make test-clisp CLISP=clisp
Once that is complete, you can either leave maxima where you built it,
or move the directory to a more suitable place.
....

Osman