Which version of clisp are you using. The most recent release of clisp
required a few changes to maxima.
-----------------------------------
|abacus>clisp --version
GNU CLISP 2.27 (released 2001-07-17) (built 3209213108) (memory
3209213322)
|abacus>cvs diff compile-clisp.lisp
Index: compile-clisp.lisp
===================================================================
RCS file: /home/cvs/maxima/maxima/src/compile-clisp.lisp,v
retrieving revision 1.8
diff -r1.8 compile-clisp.lisp
11,12c11,12
< (lisp:gc)
< (lisp:saveinitmem "maxima-clisp.mem"
---
> (ext:gc)
> (ext:saveinitmem "maxima-clisp.mem"
--------------------------------------
I hope this helps.
--Jim
C Y wrote:
>
> Well, since GCL won't work, I've been trying clisp. It will run
> through the whole compile, with one change, excpet at the end, where it
> gives the error: *** - EVAL: the function SAVEMEM is undefined. Can
> someone give me a hint as to what I'm doing wrong?
>
> CY
>
> __________________________________________________
> Do You Yahoo!?
> NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
> http://geocities.yahoo.com/ps/info1
> _______________________________________________
> Maxima mailing list
> Maxima@www.math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima