Compile problem under RH 8.0 using CLisp (cont)



After make distclean and reconfigure and make:




;; Loading file binary-clisp/mdefun.fas ...
;; Loaded file binary-clisp/mdefun.fas
;    - Compiling module "numerical-functions" 
;      - Compiling source file "bessel.lisp" 
Compiling file /usr/local/maxima/src/bessel.lisp ...
WARNING in BESSEL-I in lines 189..240 :
variable V-NZ is not used.
Misspelled or missing IGNORE declaration?
WARNING in BESSEL-K in lines 242..293 :
variable V-NZ is not used.
Misspelled or missing IGNORE declaration?
WARNING in BESSEL-Y in lines 432..537 :
$BESSELARRAY is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in BESSEL-Y in lines 432..537 :
variable J is not used.
Misspelled or missing IGNORE declaration?
WARNING in BESSEL-Y in lines 432..537 :
variable V-NZ is not used.
Misspelled or missing IGNORE declaration?

Wrote file binary-clisp/bessel.fas
;      - Loading binary file "binary-clisp/bessel.fas" 
;; Loading file binary-clisp/bessel.fas ...make[1]: ***
[binary-clisp/maxima.mem] Error 139
make[1]: Leaving directory `/usr/local/maxima/src'
make: *** [all-recursive] Error 1
[root@jsmith maxima]# 

--