Path: utzoo!utgpu!watmath!clyde!mcdchg!chinet!att!osu-cis!tut.cis.ohio-state.edu!cwjcc!gatech!ukma!psuvm.bitnet!cunyvm!nyser!itsgw!imagine!rpics!harrisr From: harrisr@rpics (Richard Harris) Newsgroups: comp.lang.lisp Subject: Re: CLX with KCL. How do I load TCP? Message-ID: <1574@imagine.PAWL.RPI.EDU> Date: 28 Oct 88 17:18:48 GMT References: Sender: news@imagine.PAWL.RPI.EDU Reply-To: harrisr@turing.cs.rpi.edu (Richard Harris) Organization: RPI CS Dept. Lines: 15 Either you do not have a BSD based system (I don't know what you can do in this case), or you made some mistakes when installing your KCL. Installation directions are in the file doc/porting. In particular, the first line of the files o/makefile and unixport/makefile should be MACHINE = your-machine-type, where the allowed machine types are the ones checked for in the file h/include.h. If your machine type is not listed there, you will need to do the things listed in doc/porting. The function SI:FASLINK will not be defined unless h/include.h does a #define BSD for your machine type (see the file c/unixfasl.c). Rick Harris