Maxima with clisp-2.29 under cygwin 1.3.10



Has anyone tried building maxima with clisp-2.29 under cygwin 1.3.10?
I'm using maxima from CVS, with bootstrap; bootstrap and configure
run fine, but the make fails. Any idea where I went wrong?

Many thanks,

Mike.

../lisp-utils/maxima-run-lisp -i ../lisp-utils/defsystem \
        -x '(funcall (intern "OPERATE-ON-SYSTEM" :mk) "maxima" :compile :verbose
 t)' && \
        ../lisp-utils/maxima-run-lisp -i ../lisp-utils/defsystem \
        -x '(funcall (intern "OPERATE-ON-SYSTEM" :mk) "maxima" :load :verbose t)
' \
         -f user::run -d binary-clisp/maxima
clisp -norc -q -x (progn (setq #+lisp=cl ext:*load-paths* #-lisp=cl lisp:*load-p
aths* '(#P"")) (let ((argv '())) (declare (ignorable argv)) (progn (load "../lis
p-utils/defsystem") (funcall (intern "OPERATE-ON-SYSTEM" :mk) "maxima" :compile
:verbose t)) (values)))
;; Loading file /cygdrive/c/tmp/prog/maxima/co/maxima/lisp-utils/defsystem.lisp
...
;; Loading of file /cygdrive/c/tmp/prog/maxima/co/maxima/lisp-utils/defsystem.li
sp is finished.
;; Loading file /cygdrive/c/tmp/prog/maxima/co/maxima/src/maxima.system ...
;; Loading of file /cygdrive/c/tmp/prog/maxima/co/maxima/src/maxima.system is fi
nished.
;  - Compiling defsystem "maxima"
*** - UNIX error 9 (EBADF): Bad file number
0 errors, 0 warnings
make[1]: *** [binary-clisp/maxima.mem] Error 1
make[1]: Leaving directory `/cygdrive/c/tmp/prog/maxima/co/maxima/src'
make: *** [all-recursive] Error 1