Xref: utzoo comp.lang.lisp:3955 comp.unix.ultrix:5192 Path: utzoo!attcan!uunet!mcsun!inria!ircam!mf From: mf@ircam.ircam.fr (Michel Fingerhut) Newsgroups: comp.lang.lisp,comp.unix.ultrix Subject: Common Lisp on DEC/mips & Ultrix 4.0 (was: KCl on DECsystem 5820) Message-ID: <1990Nov3.161054.729@ircam.ircam.fr> Date: 3 Nov 90 16:10:54 GMT References: Distribution: comp Organization: IRCAM, Paris (France) Lines: 39 In article Tatsuro Kageyama rites: > >Has any body gotten KCl to compile on a DECsystem 5820 running Ultrix 4.0? I did; actually I did compile AKCL (the Austin Kyoto Common Lisp) on a DECsystem 5820 (reduced to 5810 by doctor's orders), Ultrix 4.0. Here is what I did: 1. Get the original KCL distribution (of June 1987), as well as akcl-1-492 (e.g., from cli.com, or from rascal.ics.utexas.edu). 2. Follow the instructions in the akcl README, with the following precisions (assuming you're in the akcl distribution home directory): a. modify line 1 of c/sgi4d_emul.s from #include to #include b. Let NAME be "dec3100". c. While modifying h/dec3100.defs, I chose the following values CC = cc -DVOL= -Olimit 798 -G 8 -I${AKCLDIR}/o ... MAINDIR = (my path to the kcl source tree) ... INITFORM=(setq compiler::*cc* "cc -DVOL= -G 0 ")(load "../lsp/setdoc.lsp") d. No modifications to h/dec3100.h were required. e. Proceed as described in the README file. (with thanks to Bill Schelter). Michael Fingerhut IRCAM, Paris (France)