Maxima 5.18.0 release



On ??????????? 06 ?????? 2009 15:09:26 you wrote:
> On 4/5/09, Valery Pipin <pip at iszf.irk.ru> wrote:
> > I guess the problem is that the directory structure is incorrect.
>
> Looks right to me. What's wrong with it?
>
> What happens if you assign something to maxima_objdir
> e.g. maxima_objdir:"/tmp/foodir" and then try load(lapack) ?
>
the result is the same
I have done maxima_objdir:"/home/pub/maxima"; 
and then all the binaries go there but the finish is the same. 
..............
 /home/pub/maxima/share/lapack/binary-sbcl/lapack/dlaed6.fasl written
; compilation finished in 0:00:00.075
;; loading #P"/home/pub/maxima/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
.............

Perhaps somtthing is not compatible with sbcl-1.0.25?