[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: dynamic-link and LD_LIBRARY_PATH
From: |
Martin Grabmueller |
Subject: |
Re: dynamic-link and LD_LIBRARY_PATH |
Date: |
Tue, 18 Dec 2001 13:03:07 +0100 |
> From: Martin Grabmueller <address@hidden>
> Date: Mon, 17 Dec 2001 17:54:48 +0100 (MET)
>
> Currently, I'm on
>
> SunOS pepita 5.8 Generic_108528-12 sun4u sparc SUNW,Sun-Fire
>
> using
>
> Guile 1.5.4
>
> and it works fine:
>
> guile> (dynamic-link "libc.so")
> #<dynamic-object "libc.so">
>
> and even like this:
>
> guile> (dynamic-link "libc")
> #<dynamic-object "libc">
>
> > I am running guile 1.4 on a Debian sid machine, if that helps anyone.
>
> I will try this tomorrow on under Debian, and let you know.
Even though it seems Bill cleared this up, I tried it under Debian
Potato and get the same error as you. I wonder why libc.so should
have unresolved references...
'martin