Hi, Tom Browder <tom.brow...@gmail.com> writes:
> On Thu, Jan 29, 2009 at 7:33 AM, Ludovic Courtès <l...@gnu.org> wrote: >> The important point with this sentence is that SLIB is third-party >> software, so it's the section of the SLIB manual referenced here that >> has the last word anyway. > > Its instructions don't work, either. Then it's an SLIB bug that ought to be reported. >> To me more precise, it's $datarootdir/guile/site and >> $datarootdir/guile/1.8 that are produced. So if you choose >> $datarootdir_!=_/usr/local/share, then no, that directory is not >> created---but it's not in Guile's `%load-path' either. > > Not correct for guile 1.8.6, I used the defaults, > /usr/local/share/guile/site was not produced. Hmm, you're right, sorry for the confusion. Anyway, the ../1.8 directory is usually populated only by Guile-provided files, while ../site is where third-party modules should be installed. Thanks, Ludo'.