build maxima with allegro free express 8.1 on windows



Helmut Preininger wrote:
> hi
>
> i tried to build maxima:
>
> (compile-maxima) run util to the file slatec\zunk1.lisp 
>
> ; While compiling ZUNK1:
> Warning: tag LABEL96 is never referenced
> Error: An explicit gc call caused a need for 5505024 more bytes of heap.
> This request cannot
>        be satisfied because you have hit the Allegro CL Free Express heap
> limit.  The Student
>        Edition has an unlimited heap.  For more information on the Student
> Edition, see
>        http://www.franz.com/downloads/student.lhtml.  For an evaluation of
> our Enterprise or
>        Professional Editions please contact us at sales at franz.com or (510)
> 452-2000.
> [condition type: STORAGE-CONDITION]
>
>
> same hints to solve this problem?
>
>   
You have several options.  You can do as Allegro suggests and get the 
student version.  You can use a different lisp such as clisp, gcl, or 
sbcl, which all work on Windows (I think).  Or if you really want to use 
Allegro, you can comment out the section in maxima.system that builds 
the slatec routines.   You won't be able to compute some functions, but 
perhaps that will work for you.

Ray