Hi,

Greg Troxel <[EMAIL PROTECTED]> writes:

> [EMAIL PROTECTED] (Ludovic Courtès) writes:
>
>> So `(load-from-path "guile.init")' (rather than "slib/guile.init") is OK
>> for everyone?
>
> No, on pkgsrc(NetBSD), which isn't trying to change paths, you need
> slib/guile.init.

What you're saying seems to be specific to pkgsrc.

Leaving packaging systems aside, instructions in the Guile manual read
this:

  1. Unpack slib somewhere, e.g., `/usr/local/share/slib'.

  2. Create a symlink in the Guile site directory to slib, e.g.,:

          ln -s /usr/local/share/slib /usr/local/share/guile/site/slib


So `(load-from-path "slib/guile.init")' would be consistent with these
instructions.

Thanks,
Ludovic.



_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to