compiling maxima on Allegro Common Lisp



It took less than one hour to figure this out and
do it, but it is rough around the edges.  I still
have to read how to make a "dump" of the system.

I had to recall that there is a file  dump-excl
(excl is "extended common lisp", previous designation
for Allegro).

This is different from defsys, which does not
seem to be in Allegro.

There are many warnings and stuff, some of which
presumably are relevant for other compilers, but
which perhaps are less informative.  I have
posted this on my web page as 
http://www.cs.berkeley.edu/~fateman/papers/maximalog.txt

More later.


(I get a command prompt and can do x+x,  integrate(1/x,x) etc.

)
RJF