[comp.lang.lisp] AKCL 1.492 on VAX

edguer@alpha.ces.cwru.edu (Aydin Edguer) (10/09/90)

I am currently trying to install AKCL 1.492 on a VAX running ULTRIX 3.1.
I have run into problems during the recompilation phase.  Specifically,
I am seeing the message included at the bottom.  I have used gcc-1.37.1
with the ULTRIX /bin/ld (gcc-ld did not function properly) to compile
raw_kcl.  If anyone could give me some hints or ideas of things to examine
I would appreciate it.  If anyone has AKCL (any version) running on a VAX,
I would appreciate communicating with you (maybe I can figure out what the
difference is).

Thank you,
Aydin Edguer
-- Cut here
(cd lsp; make all)

Compiling arraylib.lsp.
Loading ./cmpinit.lsp
Loading sys-proclaim.lisp
Finished loading sys-proclaim.lisp
Finished loading ./cmpinit.lsp

Error: The variable COMPILER::BODY is unbound.
Error signalled by COMPILER::C1BODY.
Backtrace:  > when > let > let > compile-file > loop > setq > apply > compiler::compile-file1 > let > unwind-protect > progn > let* > let > unwind-protect > progn > progn > let* > unwind-protect > do > cond > compiler::t1expr > catch > when > let > cond > cond > funcall > compiler::t1defun > tagbody > let > setq > compiler::c1lambda-expr > multiple-value-setq > COMPILER::C1BODY
Bye.
-- end snapshot