rebuild the installed image: how to?



Hello!

Thank you all for replying!
 I have used the James's suggestions and rebuilt the clisp(2.31) and 
cmucl(18-e) images of maxima. In extracting Makefile.am, I made the following 
script
#/bash/sh
LISPTYPE=clisp ; export LISPTYPE ;
CLISP=clisp ; export CLISP ;
../lisp-utils/maxima-run-lisp -x '(load 
"../lisp-utils/defsystem.lisp")(funcall (intern "OPERATE-ON-SYSTEM" :mk) 
"maxima" :compile :verbose t)' 

../lisp-utils/maxima-run-lisp -x '(load 
"../lisp-utils/defsystem.lisp")(funcall (intern "OPERATE-ON-SYSTEM" :mk) 
"maxima" :load :verbose t)' -f user::run -d binary-clisp/maxima
cp -fr binary-clisp/maxima.mem /usr/lib/maxima/5.9.0.1cvs/binary-clisp

And similar (with a little variation) for cmucl.

Camm wrote:
>Greetings!  If you are using GCL as your underlying lisp:
>:lisp (si::save-system "/tmp/foog")
>and then
>/tmp/foog -eval '(run)'

That's work. However  is the new image using the new version of maxima system 
files? The procedure :lisp (si::save-system "/tmp/foog") takes less than a 
second. 

best regards 

Valery