Subject: Re: Installing CMU CL. Missing files?
From: rpw3@rigden.engr.sgi.com (Rob Warnock)
Date: 1999/02/21
Newsgroups: comp.lang.lisp
Message-ID: <7ap2cl$7gequ@fido.engr.sgi.com>
Stig Hemmer  <stig@pvv.ntnu.no> wrote:
+---------------
| I decided to try to install CMU CL, but are having some problems.
| 3490672  cmucl-18b.source.tgz
| 2061397  cmucl-18b.x86.freebsd22.extra.tgz
| 4417322  cmucl-18b.x86.freebsd22.tgz
| Then I untarred everything and started wondering what to do next.
+---------------

Well, I haven't tried to use any of the "extra" stuff yet, but the base
image ran on my FreeBSD 2.2.6 system right out of the box after I did this:

	% mkdir -p /usr/local/lib/cmucl
	% cd /usr/local/lib/cmucl
	% zcat $WHERE_I_PUT_IT/cmucl-18b.x86.freebsd22.tgz | tar xvBf -
	...tar chatter...
	% zcat $WHERE_I_PUT_IT/cmucl-18b.x86.freebsd22.extra.tgz | tar xvBf -
	...tar chatter...
	# the next line is personal preference, use ".../lisp" if you like.
	% ln -s /usr/local/lib/cmucl/bin/lisp /usr/local/bin/cmucl
	# make "man cmucl" and "man lisp" work
	% cd /usr/local/man/man1
	% ln -s /usr/local/lib/cmucl/man/*.1 .
	% cd
	% rehash
	% cmucl
	CMU Common Lisp 18b, running on [machine-name]
	Send questions and bug reports to your local CMU CL maintainer,
	or to cmucl-help@cons.org. and cmucl-imp@cons.org. respectively.
	Loaded subsystems:
	    Python 1.0, target Intel x86
	    CLOS based on PCL version:  September 16 92 PCL (f)
	*  (values (+ 2 3) (* 2 3))

	5
	6
	* (quit)
	% 

Hope that helps...


-Rob

p.s. You may also want to edit /usr/local/lib/cmucl/lib/site-init.lisp
(but since there's just me using it, I haven't bothered yet).

-----
Rob Warnock, 8L-855		rpw3@sgi.com
Applied Networking		http://reality.sgi.com/rpw3/
Silicon Graphics, Inc.		Phone: 650-933-1673
2011 N. Shoreline Blvd.		FAX: 650-964-0811
Mountain View, CA  94043	PP-ASEL-IA