>>>>> "wjm" == MCENANEY WILLIAM J <[EMAIL PROTECTED]> writes:

  wjm> I'll delete generic-site.lisp from /usr/local/lib/cmucl.  But cmucl still
  wjm> doesn't know that its source code is in /opt/cmucl-18e/source.  What
  wjm> should I do now to tell it where its source code lives?  Thanks.

modify the file /opt/cmucl-18e/lib/cmucl/lib/generic-site.lisp, to
include

  (setf (search-list "target:") "/opt/cmucl-18e/source/")


BTW: the "target:" denotes a search-list, which is a CMUCL-specific
extension to CL pathnames. They are documented in the User's Manual.
  
-- 
Eric Marsden                          <URL:http://www.laas.fr/~emarsden/>

Reply via email to