Luigi Marino wrote:
> What is this message in wxmMaxima 5.19 for WindowsXP ( from
> load(lapack)):
> ; - Source file
> ;
> /Programmi/Maxima-5.19.0/share/maxima/5.19.0/share/lapack/lapack/dlamc3.lisp
> ; and binary file C:/Documents and
> ;
> Settings/marino/maxima/binary/binary-gcl/share/lapack/binary-gcl/lapack/dlamc3.o
> ; not found, not loading.
> Load failed for
> C:/Programmi/Maxima-5.19.0/share/maxima/5.19.0/share/lapack/load-lapack.lisp
> -- an error. To debug this try debugmode(true); ?
>
> Where are the files ? :
> dlamc3.lisp
> dlamc3.o
>
Dang. Looks like the Makefile was not updated to include these new
files so they're not installed. If you have a source distribution, you
can probably copy them from share/lapack/lapack.
Sorry about that!
Ray