problems with lapack



On 10/22/07, S. Newhouse <sen1 at math.msu.edu> wrote:

> Load failed for /usr/local/share/maxima/5.13.0/share/lapack/load-lapack.lisp
>  -- an error.  To debug this try debugmode(true);

Try :lisp (load "/usr/local/share/maxima/5.13.0/share/lapack/load-lapack.lisp")
I think that will display the Lisp error (seems to be eaten otherwise).

If that is not any more informative, there might be a way to
compile the lapack functions outside of Maxima entirely (via DEFSYSTEM
or whatever it is called) but I don't know the appropriate incantation.

I know it's not very helpful, but load(lapack) works for me with
SBCL 1.0 + Linux (Fedora 2).

HTH

Robert Dodier