[comp.lang.lisp] Help making KCL on Ultrix 1.2A

biesack@mercutio.steinmetz (Biesack) (09/23/87)

A previous posting detailed trouble building Kyoto Common Lisp on an
Ultrix 2.0 system. I too had trouble, except that my trouble was
building KCL on a MicroVAX Ultrix 1.2A w/ 5Mb.  Everything worked
until the init_kcl.lsp tried to execute the 
  (system:save-system "saved_kcl")
during which I [consistently] get a "Memory fault - core dumped"
I tried to start up raw_kcl and do a save-system right off the
bat, and I the same problem.

Any ideas? (Note that I got further than the
(load "../lsp/setdoc.lsp") in the init file...)

djb