Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!pacbell.com!ucsd!ucbvax!tut.cis.ohio-state.edu!unreplyable!garbage From: jonl%kuwait@LUCID.COM (Jon L White) Newsgroups: comp.lang.clos Subject: Problem - compiling PCL on Mips running Lucid 4.0beta Message-ID: <9104130031.AA06718@kuwait> Date: 13 Apr 91 00:31:04 GMT References: <9104121655.AA13430@cs.utah.edu> Sender: welch@tut.cis.ohio-state.edu Distribution: inet Organization: CommonLoops Lines: 21 Another thought just occured to me -- Possibly the PARC MayDay sources might never have been updated for the Lucid MIPS platforms. Please look in your copy of the file file "fin.lisp", near the comment: ;;; Egad! Binary patching! ;;; See comment following definition of MAKE-TRAMPOLINE -- this is just ;;; the "hand-optimized" machine instructions to make it work. in the end part of the following defvar, and see if there is a line like: #+MIPS '(#x8FD4 #x1E #x2785 #x2EEF #xA0 #x8 #x14 #xF000) If not, then just add this "line" before the part which looks like: #-(or MC68000 SPARC BSP I386 VAX PA MIPS) '(0 0 0 0))) -- JonL --