ellipt.lisp compile problems with the new make system



>>>>> "CY" == C Y <smustudent1@yahoo.com> writes:

    CY> I was trying to compile the new CVS using the new build system, and
    CY> things went bad when I got to ellipt.lisp.  Here's what happened (this
    CY> is with GCL)

Shoot.  I know it works ok with Clisp and CMUCL.  I haven't been able
to compile with gcl.
    CY> ;      - Compiling source file "ellipt.lisp" 
    CY> Compiling ellipt.lisp.
    CY> ; (DEFUN SIMP-%JACOBI_SN ...) is being compiled.
    CY> ;; The variable CONST is undefined.
    CY> ;; The compiler will assume this variable is a global.
    CY> ;; The variable LIN is undefined.
    CY> ;; The compiler will assume this variable is a global.

Is this because destructuring-bind doesn't work in gcl?  It looks like
it.

Ray