[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: guile-1.6.0: loading libraries
From: |
David Pirotte |
Subject: |
Re: guile-1.6.0: loading libraries |
Date: |
Tue, 26 Nov 2002 23:17:49 -0500 |
On Wed, 27 Nov 2002 12:27:40 +0100 (MET)
Thomas Wawrzinek <address@hidden> wrote:
> Is there another libgtrees.* library installed in some other directory
> (e.g. /lib or /usr/lib)?
no
> Does /usr/local/lib precede /lib and /usr/lib in your search path for
> shared libs (LD_LIBRARY_PATH, LTLD_LIBRARY_PATH)?
no, here it the path
address@hidden:/usr/local/share/guile/alto 6 $ echo $LD_LIBRARY_PATH
/lib:/usr/lib:/usr/lib/X11:/usr/local/lib:/usr/local/pgsql/lib:/opt/gnome/lib
address@hidden:/usr/local/share/guile/alto 7 $ echo $LTLD_LIBRARY_PATH
address@hidden:/usr/local/share/guile/alto 8 $
> When you grep through the output of 'strace' for 'libgtrees', what do
> you see?
it only looks for .la files?
thanks a lot for your help,
david
...
read(4, "\n(define-module (struct gtrees))"..., 4096) = 84
open("/lib/libgtrees.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libgtrees.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/X11/libgtrees.la", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/usr/local/lib/libgtrees.la", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/usr/local/pgsql/lib/libgtrees.la", O_RDONLY) = -1 ENOENT (No such file
or directory)
open("/opt/gnome/lib/libgtrees.la", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/lib/libgtrees.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libgtrees.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("libgtrees.la", O_RDONLY) = -1 ENOENT (No such file or directory)
write(2, "ERROR", 5) = 5
...