guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Where should I install compiled modules please?


From: Neil Jerram
Subject: Re: Where should I install compiled modules please?
Date: 15 Oct 2000 01:05:29 +0100

>>>>> "Marius" == Marius Vollmer <address@hidden> writes:

    Marius> address@hidden writes:
    >> Is there a correct architecture/OS specific place to put this,
    >> or is my only option the existing location in the shared area?

    Marius> You can put a architecture-dependent directory on
    Marius> GUILE_LOAD_PATH.  Then guile will be able to find your
    Marius> library.

I was just integrating this snippet into the reference manual...

I noticed that the current dynamic-link implementation doesn't set
libltdl's user_search_path, so, at least at the dynamic-link level,
the value of GUILE_LOAD_PATH or %load-path does not get propagated
into lt_dlopen.  Do you think that we should call
lt_dlsetsearchpath(%load-path) somewhere?

(I understand that %load-path is used at the module level, thanks to
the explicit searching performed in boot-9.scm.)

Regards,
        Neil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]