unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: David Pirotte <david@altosw.be>
Cc: guile-user@gnu.org
Subject: Re: guile-1.6.0: loading libraries
Date: Tue, 26 Nov 2002 23:17:49 -0500	[thread overview]
Message-ID: <20021126231749.0ffcb7dc.david@altosw.be> (raw)
In-Reply-To: <200211271127.gARBRes24390@escudo.cs.tu-berlin.de>

On Wed, 27 Nov 2002 12:27:40 +0100 (MET)
Thomas Wawrzinek <wawrzin@cs.tu-berlin.de> 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

	david@faust:/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
	david@faust:/usr/local/share/guile/alto 7 $ echo $LTLD_LIBRARY_PATH

	david@faust:/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
...


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


  reply	other threads:[~2002-11-27  4:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-27 11:27 guile-1.6.0: loading libraries Thomas Wawrzinek
2002-11-27  4:17 ` David Pirotte [this message]
2002-11-27 16:27   ` Paul Emsley
  -- strict thread matches above, loose matches on Subject: below --
2002-11-28  7:25 Thomas Wawrzinek
2002-11-26 13:11 David Pirotte

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021126231749.0ffcb7dc.david@altosw.be \
    --to=david@altosw.be \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).