From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: primus Newsgroups: gmane.lisp.guile.bugs Subject: Re: [1.9.12] configure and --with-libltdl-prefix ... Date: Sun, 5 Sep 2010 22:20:17 +0100 Message-ID: <20100905212017.GO32103@x.lence.net> References: <20100905171223.GN32103@x.lence.net> <8762yj29sn.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1283721635 26231 80.91.229.12 (5 Sep 2010 21:20:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 5 Sep 2010 21:20:35 +0000 (UTC) Cc: bug-guile@gnu.org To: Ludovic Court?s Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sun Sep 05 23:20:34 2010 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OsMdd-0005Aa-JA for guile-bugs@m.gmane.org; Sun, 05 Sep 2010 23:20:33 +0200 Original-Received: from localhost ([127.0.0.1]:48606 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OsMdc-0006c5-Ts for guile-bugs@m.gmane.org; Sun, 05 Sep 2010 17:20:32 -0400 Original-Received: from [140.186.70.92] (port=54642 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OsMdU-0006Zn-22 for bug-guile@gnu.org; Sun, 05 Sep 2010 17:20:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OsMdS-0003BP-TD for bug-guile@gnu.org; Sun, 05 Sep 2010 17:20:23 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:35347) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OsMdR-0003B9-Ht; Sun, 05 Sep 2010 17:20:21 -0400 Original-Received: by bwz6 with SMTP id 6so3698070bwz.0 for ; Sun, 05 Sep 2010 14:20:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=q5ZKM1BHMAC5SE5a30iGeflZY3Pb0v249oXdds8fXQ8=; b=ZmdIEybEUJJE6sPmWDYQ0Zk3JSpuOs+PDvB/DNagJ4rMLiT2UECp4nvPpemDHADY13 ayIVNQifAxngwQfhWlz/aZdpTXzSRmQr8IOsl06zgn6JkC8FK3+pRC3r3ygXxY9Yq5ka tm8VWnoMgnvtfH9JtollQEiYbuQ9FLeaPLlb4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=IhKwObqcIcAUCLpu1VkArEPeNvQwJhjwFkZ/AFl78+M1TOUJqnf81rjuo04XR1A8Bv Uw2OyEdjcic2PPgOXYgNpkNEnrOp3gSAaANMl0YpBPhE9WMUfUPOJMpLs2VJBkLvW8he 70bULDUlH/OAobnXfrLRX8ul2MdI4U+TxfeRo= Original-Received: by 10.204.117.205 with SMTP id s13mr2439726bkq.140.1283721620507; Sun, 05 Sep 2010 14:20:20 -0700 (PDT) Original-Received: from x.lence.net (lence.net [93.97.42.123]) by mx.google.com with ESMTPS id y2sm3670250bkx.20.2010.09.05.14.20.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 05 Sep 2010 14:20:19 -0700 (PDT) Content-Disposition: inline In-Reply-To: <8762yj29sn.fsf@gnu.org> User-Agent: Mutt/1.5.17 (2007-11-01) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4764 Archived-At: On Sun, Sep 05, 2010 at 10:51:52PM +0200, Ludovic Court?s wrote: > Hi, > > Thanks for trying out the latest & greatest! > > primus writes: > > > # pkg_info | grep ltdl > > libltdl-1.5.26p0 GNU libtool system independent dlopen wrapper > > That???s old; I strongly recommend Libtool 2.x, though I think 1.5 should > work too. > > > # ./configure --with-libltdl-prefix=/usr/local 2>&1 | tee configure.l1g > > > > # head -1 configure.l1g > > configure: WARNING: unrecognized options: --with-libltdl-prefix > > Yes, that option isn???t supported, but I agree it should. :-) Sun Sep 5 22:01:44 BST 2010 The README implies that the option is available. > > Instead you probably need to do: > > $ CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" \ > ./configure ... I did set LDFLAGS (using env), and the configure completed. (That was included in the paste.) Thanks. -- -primus "It isn't what you make, it's what you don't lose!"