building maxima, questions



Rainer Joswig wrote:
> Hi,
> 
> I was compiling Maxima 5.12.0 and got
> a few errors:
> 
> 
> 1)
> 
> 
> numerical/slatec/zasyi.lisp (and a few other files) have code like this:
> 
>       (multiple-value-bind (var-0 var-1 var-2 var-3)
>           (f2cl-lib:zsqrt ak1r ak1i ak1r ak1i)
>         (declare (ignore var-0 var-1))

I have a fix for this in f2cl now.  All of the slatec code needs to be 
translated again, and there is an erroneous (I think) external 
declaration in dspenc.f (dlog should not be external).

With that change, all places that use zsqrt now use zsqrt instead of 
f2cl-lib:zsqrt.

Thanks for pointing this out!

Ray