From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thomas Wawrzinek Newsgroups: gmane.lisp.guile.user Subject: Re: guile-1.6.0: loading libraries Date: Wed, 27 Nov 2002 12:27:40 +0100 (MET) Sender: guile-user-admin@gnu.org Message-ID: <200211271127.gARBRes24390@escudo.cs.tu-berlin.de> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1038396752 30827 80.91.224.249 (27 Nov 2002 11:32:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 27 Nov 2002 11:32:32 +0000 (UTC) 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 18H0Qf-00080q-00 for ; Wed, 27 Nov 2002 12:32:29 +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 18H0RF-0007D4-00; Wed, 27 Nov 2002 06:33:05 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18H0QV-0006wi-00 for guile-user@gnu.org; Wed, 27 Nov 2002 06:32:19 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18H0QQ-0006w6-00 for guile-user@gnu.org; Wed, 27 Nov 2002 06:32:17 -0500 Original-Received: from mail.cs.tu-berlin.de ([130.149.17.13]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18H0QP-0006vg-00 for guile-user@gnu.org; Wed, 27 Nov 2002 06:32:13 -0500 Original-Received: from escudo.cs.tu-berlin.de (daemon@escudo.cs.tu-berlin.de [130.149.17.195]) by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id MAA02452; Wed, 27 Nov 2002 12:27:41 +0100 (MET) Original-Received: (from wawrzin@localhost) by escudo.cs.tu-berlin.de (8.11.6+Sun/8.9.3) id gARBRes24390; Wed, 27 Nov 2002 12:27:40 +0100 (MET) Original-To: david@altosw.be, guile-user@gnu.org 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:1389 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1389 david@altosw.be writes: > 1. the lib is there: > > root@faust:/usr/local/lib 3 $ ll libgtrees.so* lrwxrwxrwx 1 david alto 14 2002-11-26 07:52 libgtrees.so -> libgtrees.so.0 > -rwxrwxr-x 1 david alto 22892 2002-11-26 07:51 > libgtrees.so.0 Is there another libgtrees.* library installed in some other directory (e.g. /lib or /usr/lib)? Does /usr/local/lib precede /lib and /usr/lib in your search path for shared libs (LD_LIBRARY_PATH, LTLD_LIBRARY_PATH)? When you grep through the output of 'strace' for 'libgtrees', what do you see? Regards, Thomas _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user