>>>>> "Yoichiro" == Yoichiro Takehora <[EMAIL PROTECTED]> writes:
>> Set CMUCLLIB in the environment. For example, I use the following
>> shell script to start cmucl:
>>
>> #!/bin/sh
>> where=/store/lib/cmucl
>> CMUCLLIB=$where/lib
>> export CMUCLLIB
>> exec $where/lisp "$@"
Yoichiro> Thank you, Harald.
Yoichiro> I made "cmucl.sh" under the /etc/profile.d to execute this shell script
Yoichiro> when Slackware boot up.
Yoichiro> (But I made the last senctence comment out, because I want to let the
Yoichiro> system know where is CMUCLLIB is.)
Yoichiro> Now, cmucl work! :-D
Note that in the recent snapshots and for the 19a release, cmucl will
try to be a little bit smarter and search in some various well-known
places to find lisp.core.
The shell script should be needed then, if you use the standard cmucl
directory layout.
Ray