This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: LANG/CTAX are your friends



aarchiba@undergrad.math.uwaterloo.ca writes:
> 
> Installation quirks:
> 
> It is not entirely clear where compiled libraries guile is supposed to
> dynamically link are supposed to go.  There are two problems.  It's
> not clear where the Right Place is.  And the Right Place isn't on
> guile's %load-path; in fact, guile's %load-path doesn't include
> anything system-dependent at all.  So if you're using this in a
> partially-shared multi-architecture environment, Bad Things will
> happen.
>  

The simple way I've seen (which is probably not totally right) is to
make a symlink from the right place in /usr/share/guile to the .so
file in /usr/lib (or whatever, depending on the prefix).

However, recent versions of the guile-gtk package have a better way of
handling dynamic linking which may be worth copying.

 - Maciej