From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Roland Orre Newsgroups: gmane.lisp.guile.user Subject: LTDL path problems guile 1.8.5 Date: Tue, 15 Jul 2008 17:19:28 +0200 Message-ID: <1216135169.17895.143.camel@localhost.localdomain> References: <49dd78620807121215p11b1b1a1l6d72e50f7334a7ff@mail.gmail.com> <873amb379c.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1216135191 19182 80.91.229.12 (15 Jul 2008 15:19:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Jul 2008 15:19:51 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Jul 15 17:20:37 2008 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KImKO-0008Au-Ux for guile-user@m.gmane.org; Tue, 15 Jul 2008 17:20:33 +0200 Original-Received: from localhost ([127.0.0.1]:44262 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KImJW-0001Zf-L9 for guile-user@m.gmane.org; Tue, 15 Jul 2008 11:19:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KImJT-0001ZP-4t for guile-user@gnu.org; Tue, 15 Jul 2008 11:19:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KImJR-0001ZD-Gz for guile-user@gnu.org; Tue, 15 Jul 2008 11:19:33 -0400 Original-Received: from [199.232.76.173] (port=45433 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KImJR-0001ZA-BU for guile-user@gnu.org; Tue, 15 Jul 2008 11:19:33 -0400 Original-Received: from csmtp2.b-one.net ([195.47.247.206]:38036) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KImJQ-0002Y2-VE for guile-user@gnu.org; Tue, 15 Jul 2008 11:19:33 -0400 Original-Received: from dyna224-183.nada.kth.se (dyna224-183.nada.kth.se [130.237.224.183]) by csmtp2.b-one.net (Postfix) with ESMTP id 91908160002B9; Tue, 15 Jul 2008 17:19:30 +0200 (CEST) In-Reply-To: <873amb379c.fsf@gnu.org> X-Mailer: Evolution 2.6.1 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:6662 Archived-At: I finally see the only way out of my 64-bits problems to upgrade to 1.8 The problem, configure fails in the test for ltdl I downloaded libtool-2.2.4, which seemed to be the latest from http://www.gnu.org/software/libtool/ I installed it under the guile directory so that the libltdl/lib/ is first in LD_LIBRARY_PATH and libltdl/bin is first in PATH but configure fails on checking for lt_dlinit in -lltdl... test ${ac_cv_lib_ltdl_lt_dlinit+set} = set configure: error: libltdl not found. See README. The README was not very helpful on this issue and I can not find where the ac_cv_lib_ltdl_lt_dlinit+set would possibly be set, I don't even understand what the syntax ${ac_cv_lib_ltdl_lt_dlinit+set} means I also tried with a git snapshot, but when running ./autogen.sh it needs a utility named gnulib-tool which is referenced at several places on the web, but not found anywhere. Is this the same as above libtool so I'm expected to make a link from libtool to gnulib-tool ? Best regards Roland