Everybody, I'll delete generic-site.lisp from /usr/local/lib/cmucl. But cmucl still doesn't know that its source code is in /opt/cmucl-18e/source. What should I do now to tell it where its source code lives? Thanks.
On Sun, 27 Jul 2003, Eric Marsden wrote: > >>>>> "wjm" == MCENANEY WILLIAM J <[EMAIL PROTECTED]> writes: > > wjm> 1. Untarred the cmucl-18e tarballs, including the source tarball, into > wjm> /opt/cmucl-18e. > > fine. > > wjm> 5. Copied the edited generic-site.lisp file to /usr/local/lib/cmucl/ > > no: the generic-site.lisp file should be with the rest of your CMUCL > installation, so under /opt/cmucl-18e/lib/cmucl/lib/generic-site.lisp > in your case. > > wjm> Have I forgotten anything? Maybe I should add /opt/cmucl-18e/ to my path? > > you could add /opt/cmucl-18e/bin to your $PATH, but this is not > necessary, given that you are invoking CMUCL via the wrapper script, > which you have installed in /usr/local/bin. > > -- > Eric Marsden <URL:http://www.laas.fr/~emarsden/> >
