manbaum / qilang

Automatically exported from code.google.com/p/qilang
0 stars 0 forks source link

install.txt for CMUCL PPC #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install with PPC CMUCL

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
7.2 on Mac OS/X

Please provide any additional information below.
Someone please test this on an x86 -

((EQUAL Imp "CMU Common Lisp")
#+PPC (LOAD "Qi 7.2.ppcf")
#+x86 (LOAD "Qi 7.2.x86f")
)

Original issue reported on code.google.com by n2kra....@gmail.com on 13 Mar 2007 at 7:25

GoogleCodeExporter commented 8 years ago
and Towards future CL hosts -

(MAKE-PACKAGE "qi"
          :USE '("COMMON-LISP")) ;default for CLisp & CMU

not every CL does this...

Original comment by n2kra....@gmail.com on 13 Mar 2007 at 7:29