>
> I could not load(lapack) within maxima-5.18.0.
> The last message I have is
> ..................
> ; compiling (IN-PACKAGE #:CL-USER)
>
> ; /home/va/.maxima/binary/binary-sbcl/share/lapack/binary-
> sbcl/lapack/dlaed6.fasl written
> ; compilation finished in 0:00:00.027
> ;; loading #P"/home/va/.maxima/binary/binary-sbcl/share/lapack/binary-
> sbcl/lapack/dlaed6.fasl"
> ;
> ; compilation unit aborted
> ; caught 1 fatal ERROR condition
> ; caught 3 WARNING conditions
> ; caught 3 STYLE-WARNING conditions
> ; printed 3 notes
> ;
> ; compilation unit aborted
> ; caught 1 fatal ERROR condition
> ;
> ; compilation unit aborted
> ; caught 1 fatal ERROR condition
> Load failed for /usr/share/maxima/5.18.0/share/lapack/load-lapack.lisp
>
>
> I guess the problem is that the directory structure is incorrect.
I've tried to load lapack in the "old way". Just replace the current
share/lapack with version from 5.17.1. This is work for me.
...................
; compiling (DEFUN $DLANGE ...)
; compiling (DEFUN $ZLANGE ...)
; /usr/share/maxima/5.18.0/share/lapack/eigensys.fasl written
; compilation finished in 0:00:00.134
;; loading #P"/usr/share/maxima/5.18.0/share/lapack/eigensys.fasl"
(%o1) /usr/share/maxima/5.18.0/share/lapack/lapack.mac
(%i2) build_info();
Maxima version: 5.18.0
Maxima build date: 10:37 4/6/2009
host type: x86_64-unknown-linux-gnu
lisp-implementation-type: SBCL
lisp-implementation-version: 1.0.25
(%o2)