[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Better support for transition to guile-1.6
From: |
Rob Browning |
Subject: |
Re: Better support for transition to guile-1.6 |
Date: |
Thu, 25 Oct 2001 00:25:31 -0500 |
User-agent: |
Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 |
Steve Tell <address@hidden> writes:
> I was able to get libqthreads and libguilereadline pushed into a
> subdirectory simply with "configure --libdir=/usr/lib/guile-$VERSION"
> Guile itself ran and found libguile OK, but was unable to find additional
> .so's with dynamic-call (for example, libguilereadline).
>
> I'd need to learn more about libtool and dynamic linking in guile to fix
> this.
All you have to do is make sure that the LD_LIBRARY_PATH (or
LTDL_LIBRARY_PATH) contains the relevant directory. Guile *could*
just append it's internal directory to LD_LIBRARY_PATH (or
LTDL_LIBRARY_PATH) at startup, but the would have to be done in code
that's loaded even if you're just using libguile, and we'd need to
think carefully about interactions with any LTDL_LIBRARY_PATH that may
already be in effect when this code runs.
The other option might be adding an -rpath to guile for the internal
lib dir.
> But does it seem reasonable that configure and the Makefiles should always
> try to arrange for a libdir that isn't in LD_LIBRARY_PATH or
> /etc/ld.so.conf to work for loading the guile-internal libs?
Good question.
--
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG=1C58 8B2C FB5E 3F64 EA5C 64AE 78FE E5FE F0CB A0AD
- Re: Better support for transition to guile-1.6, (continued)
- Re: Better support for transition to guile-1.6, Neil Jerram, 2001/10/06
- Re: Better support for transition to guile-1.6, Marius Vollmer, 2001/10/07
- Re: Better support for transition to guile-1.6, Rob Browning, 2001/10/07
- Re: Better support for transition to guile-1.6, Neil Jerram, 2001/10/14
- Re: Better support for transition to guile-1.6, Marius Vollmer, 2001/10/15
- Re: Better support for transition to guile-1.6, Steve Tell, 2001/10/23
- Re: Better support for transition to guile-1.6, Rob Browning, 2001/10/23
- Re: Better support for transition to guile-1.6, Steve Tell, 2001/10/24
- Re: Better support for transition to guile-1.6, Rob Browning, 2001/10/24
- Re: Better support for transition to guile-1.6, Steve Tell, 2001/10/25
- Re: Better support for transition to guile-1.6,
Rob Browning <=
- Re: Better support for transition to guile-1.6, Neil Jerram, 2001/10/25
- Re: Better support for transition to guile-1.6, Rob Browning, 2001/10/25
Re: Better support for transition to guile-1.6, Marius Vollmer, 2001/10/06
Re: Better support for transition to guile-1.6, Thomas Wawrzinek, 2001/10/15