> 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 "$@"
Thank you, Harald. I made "cmucl.sh" under the /etc/profile.d to execute this shell script when Slackware boot up. (But I made the last senctence comment out, because I want to let the system know where is CMUCLLIB is.) Now, cmucl work! :-D --------------------------------------------------------------------- Yoichiro Takehora [EMAIL PROTECTED]
