On 8/9/10 5:37 PM, Niitsuma Hirotaka wrote:
> tested FreeBSD maxima installed by ports
>
> $ maxima
>> load(lapack);
> ....
>
> ;; loading ~/.maxima/binary/binary-sbcl/share/lapack/binary-sbcl/eigensys.fasl"
>
> ; - Source file /usr/local/share/maxima/5.22.0/share/lapack/dgesv.lisp and
> ; binary file
> ; ~/.maxima/binary/binary-sbcl/share/lapack/binary-sbcl/dgesv.fasl
> ; not found, not loading.;
> ; compilation unit aborted
> ; caught 1 fatal ERROR condition
> ;
> ; compilation unit aborted
> ; caught 1 fatal ERROR condition
>
> Load failed for /usr/local/share/maxima/5.22.0/share/lapack/load-lapack.lisp
> -- an error. To debug this try: debugmode(true);
Thanks for the report. It seems to be some confusion on where the fasl
file is written when compiling and where the fasl file is located when
loading. I'll take a look at it and see what the problem is.
Ray