Newsgroups: comp.lang.lisp Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!harrisr From: harrisr@cs.rpi.edu (Richard Harris) Subject: Re: CLX won't compile using akcl under akcl on i386 Message-ID: <2p.gzyp@rpi.edu> Keywords: CLX akcl kcl i386 Nntp-Posting-Host: cs.rpi.edu Organization: Rensselaer Computer Science, Troy NY References: <1991Mar24.174450.3398@uicbert.eecs.uic.edu> Distribution: comp Date: 2 Apr 91 16:54:48 GMT Lines: 16 Here is what you need to do if you want to run CLX in AKCL, and you do not have a BSD based system: First, run akcl, load the CLX file named defsystem, and run compile-clx in order to compile socket.c. Second, edit the akcl defs file for your machine, adding the line EXTRAS = /yourCLXdirectory/socket.o Then run add-defs again, cd to the unixport directory, and run make. Third, edit the CLX file defsystem to make the form that compiles sockcl be just (compile-and-load "sockcl"), and the form that loads it be (load-binary "sockcl"). --- Richard Harris