Changeset 10914 for trunk/source/doc/src/install.xml
- Timestamp:
- Sep 29, 2008, 2:37:02 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/doc/src/install.xml
r10218 r10914 413 413 <para>By default &CCL; tries to load the file 414 414 <literal>"home:ccl-init.lisp"</literal> or the compiled 415 416 <literal>"home:ccl-init.fasl"</literal> upon starting up. For 417 the sake of backward compatibility, it also tries to load the 418 file <literal>"home:openmcl-init.lisp"</literal>, or its compiled 419 equivalent. &CCL; does this by executing <literal>(load 415 <literal>"home:ccl-init.fasl"</literal> upon starting up. 416 &CCL; does this by executing <literal>(load 420 417 "home:ccl-init")</literal>. If it's unable to load the file 421 418 (for example because the file doesn't exist), &CCL; doesn't 422 419 signal an error or warning, it just completes its startup 423 420 normally.</para> 421 <para> 422 On Unix systems, if <literal>"ccl-init.lisp"</literal> is not 423 present, &CCL; will look for <literal>".ccl-init.lisp"</literal> 424 (post 1.2 versions only). 425 </para> 424 426 <para>The <literal>"home:"</literal> prefix to the filename is a 425 427 Common Lisp logical host, which &CCL; initializes to refer to
Note: See TracChangeset
for help on using the changeset viewer.