diff options
author | Andy Wingo <wingo@pobox.com> | 2012-01-27 13:11:58 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2012-01-27 16:33:11 +0100 |
commit | 0740cb49d1509c56184fc6802b4347ed8fc80a28 (patch) | |
tree | e3e6380f45c6850db0797b4ed210a7440684cdda /doc/ref/scheme-using.texi | |
parent | 40e92f09fc3330aa33a169ad1aa6bf458633984c (diff) | |
download | guile-0740cb49d1509c56184fc6802b4347ed8fc80a28.tar.gz |
more documentation on the process of loading source and compiled files
* doc/ref/api-evaluation.texi (Load Paths): Move documentation of
%load-path and related procedures here, from Build Config. Add docs
for %load-compiled-path.
* doc/ref/api-foreign.texi:
* doc/ref/api-modules.texi:
* doc/ref/api-options.texi:
* doc/ref/scheme-using.texi: Update xrefs.
Diffstat (limited to 'doc/ref/scheme-using.texi')
-rw-r--r-- | doc/ref/scheme-using.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/ref/scheme-using.texi b/doc/ref/scheme-using.texi index 07096bb41..ae608d70a 100644 --- a/doc/ref/scheme-using.texi +++ b/doc/ref/scheme-using.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Guile Reference Manual. -@c Copyright (C) 2006, 2010, 2011 +@c Copyright (C) 2006, 2010, 2011, 2012 @c Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. @@ -780,7 +780,8 @@ site packages will be Note that a @code{.go} file will only be loaded in preference to a @code{.scm} file if it is newer. For that reason, you should install -your Scheme files first, and your compiled files second. +your Scheme files first, and your compiled files second. @code{Load +Paths}, for more on the loading process. Finally, although this section is only about Scheme, sometimes you need to install C extensions too. Shared libraries should be installed in |