Common Lisp on DEC/mips & Ultrix 4.0 (was: KCl on DECsystem 5820)

Michel Fingerhut mf at ircam.ircam.fr
Sun Nov 4 03:10:54 AEST 1990


In article <KAGEYAMA.90Oct31164853 at spld2.ccs.mt.nec.co.jp> 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 <sys/regdef.h>
	to
		#include <machine/regdef.h>

    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)



More information about the Comp.unix.ultrix mailing list