From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.user Subject: Re: guile-1.6.0: loading libraries Date: Tue, 26 Nov 2002 23:17:49 -0500 Organization: Alto Air Services Sender: guile-user-admin@gnu.org Message-ID: <20021126231749.0ffcb7dc.david@altosw.be> References: <200211271127.gARBRes24390@escudo.cs.tu-berlin.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1038407050 11065 80.91.224.249 (27 Nov 2002 14:24:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 27 Nov 2002 14:24:10 +0000 (UTC) Cc: guile-user@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18H36h-0002rB-00 for ; Wed, 27 Nov 2002 15:24:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18H30w-0008Vo-00; Wed, 27 Nov 2002 09:18:06 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18H30m-0008RJ-00 for guile-user@gnu.org; Wed, 27 Nov 2002 09:17:56 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18H30j-0008M0-00 for guile-user@gnu.org; Wed, 27 Nov 2002 09:17:54 -0500 Original-Received: from out1.prserv.net ([32.97.166.31] helo=prserv.net) by monty-python.gnu.org with esmtp (Exim 4.10) id 18H30j-0008Lw-00 for guile-user@gnu.org; Wed, 27 Nov 2002 09:17:53 -0500 Original-Received: from faust.local (slip-12-65-49-229.mis.prserv.net[12.65.49.229]) by prserv.net (out1) with SMTP id <2002112714175020100k540be>; Wed, 27 Nov 2002 14:17:51 +0000 Original-To: Thomas Wawrzinek In-Reply-To: <200211271127.gARBRes24390@escudo.cs.tu-berlin.de> X-Mailer: Sylpheed version 0.8.6 (GTK+ 1.2.10; i586-pc-linux-gnu) Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:1390 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1390 On Wed, 27 Nov 2002 12:27:40 +0100 (MET) Thomas Wawrzinek 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