On 2013-03-02, Marco Maggesi <maggesi at math.unifi.it> wrote:
> I have a problem with the lapack package. I try to load the lapack package with
>
> $ maxima
> Maxima 5.29.1 http://maxima.sourceforge.net
> using Lisp SBCL 1.1.3.nixos
> Distributed under the GNU Public License. See the file COPYING.
> (%i1) load(lapack);
>
> and I get the following error:
>
> ; compiling file
> "/nix/store/lrryaf5n0ldyp8zd4rivalnggbg9sap6-maxima-5.29.1/share/maxima/5.29.1/share/lapack/lapack/dgesvd.lisp"
> (written 01 JAN 1970 01:00:01 AM):
> ; compiling (IN-PACKAGE :LAPACK)
> ; compiling (LET* (# #) ...)Heap exhausted during garbage collection:
I get the same error w/ SBCL 1.0.49 on Xubuntu 8.04. I don't have any
advice except maybe there's an option to tell SBCL to allocate more
memory. Just a guess.
best
Robert Dodier