Hello,
As root, here is what happens when I try to compile lapack.
[root at gumbie ~]# rmaxima
Maxima 5.13.0 http://maxima.sourceforge.net
Using Lisp SBCL 1.0.7
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
This is a development version of Maxima. The function bug_report()
provides bug reporting information.
(%i1) build_info();
Maxima version: 5.13.0
Maxima build date: 21:33 9/7/2007
host type: i686-pc-linux-gnu
lisp-implementation-type: SBCL
lisp-implementation-version: 1.0.7
(%o1)
(%i2) load(lapack);
;; loading
#P"/usr/local/share/maxima/5.13.0/share/lapack/lapack-package.fasl"
;; loading
#P"/usr/local/share/maxima/5.13.0/share/lapack/blas/binary-sbcl/daxpy.fasl"
;; loading
#P"/usr/local/share/maxima/5.13.0/share/lapack/blas/binary-sbcl/dcopy.fasl"
;; loading
#P"/usr/local/share/maxima/5.13.0/share/lapack/blas/binary-sbcl/ddot.fasl"
;; loading
#P"/usr/local/share/maxima/5.13.0/share/lapack/blas/binary-sbcl/dnrm2.fasl"
;; loading
#P"/usr/local/share/maxima/5.13.0/share/lapack/blas/binary-sbcl/dscal.fasl"
[snip]
;; loading
#P"/usr/local/share/maxima/5.13.0/share/lapack/lapack/binary-sbcl/dgeqrf.fasl"
;; loading
#P"/usr/local/share/maxima/5.13.0/share/lapack/lapack/binary-sbcl/dgesdd.fasl"
;
; compilation unit aborted
; caught 1 fatal ERROR condition
;
; compilation unit aborted
; caught 1 fatal ERROR condition
;
; compilation unit aborted
; caught 1 fatal ERROR condition
Load failed for /usr/local/share/maxima/5.13.0/share/lapack/load-lapack.lisp
-- an error. To debug this try debugmode(true);
Any ideas?
TIA,
-sen