Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!pt.cs.cmu.edu!spice.cs.cmu.edu!af From: af@spice.cs.cmu.edu (Alessandro Forin) Newsgroups: comp.lang.lisp Subject: Re: lisp under Mach? Message-ID: <6332@pt.cs.cmu.edu> Date: 28 Sep 89 22:44:10 GMT References: <5100008@m.cs.uiuc.edu> Organization: Carnegie-Mellon University, CS/RI Lines: 22 In article <5100008@m.cs.uiuc.edu>, kaplan@m.cs.uiuc.edu writes: > > Does anyone out there in Netland know of: > > 1. A pd lisp with compiler running under the Mach OS > Mach is usually binary compatible with the native OS on the machines to which it has been ported. Any pd lisp that runs on machine X will also run under Mach. Send mail to sef@cs.cmu.edu for details on CMU Common Lisp. > > 2. How to make KCL or AKCL produce Mach executable images rather than > a.out-format images? > You mean, on a NeXT box. Just pretend it is a Sun (e.g. 68020) and fix c/unixsave.c and c/unixfasl.c as appropriate. Have fun. sandro-