From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.bugs Subject: Re: can't configure --with-libgmp-prefix; header search order Date: Tue, 04 Aug 2009 21:17:08 +0200 Message-ID: References: <58800630-69E7-4769-9F19-398AE2D9509A@raeburn.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1249413804 31005 80.91.229.12 (4 Aug 2009 19:23:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Aug 2009 19:23:24 +0000 (UTC) Cc: bug-guile@gnu.org To: Ken Raeburn Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Aug 04 21:23:17 2009 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.50) id 1MYPbR-0005gN-62 for guile-bugs@m.gmane.org; Tue, 04 Aug 2009 21:23:17 +0200 Original-Received: from localhost ([127.0.0.1]:49681 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYPbQ-00071T-HP for guile-bugs@m.gmane.org; Tue, 04 Aug 2009 15:23:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MYPbK-0006zb-1R for bug-guile@gnu.org; Tue, 04 Aug 2009 15:23:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MYPbF-0006vD-BW for bug-guile@gnu.org; Tue, 04 Aug 2009 15:23:09 -0400 Original-Received: from [199.232.76.173] (port=50740 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYPbF-0006uv-4z for bug-guile@gnu.org; Tue, 04 Aug 2009 15:23:05 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:36789 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MYPbE-0003RJ-Os for bug-guile@gnu.org; Tue, 04 Aug 2009 15:23:05 -0400 Original-Received: from localhost.localdomain (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 662971D015; Tue, 4 Aug 2009 15:23:04 -0400 (EDT) Original-Received: from unquote (unknown [82.123.246.238]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id AFF641D014; Tue, 4 Aug 2009 15:23:02 -0400 (EDT) In-Reply-To: <58800630-69E7-4769-9F19-398AE2D9509A@raeburn.org> (Ken Raeburn's message of "Tue, 4 Aug 2009 05:26:22 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Pobox-Relay-ID: 3B7693D2-812C-11DE-AA57-AEF1826986A2-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:4294 Archived-At: On Tue 04 Aug 2009 11:26, Ken Raeburn writes: > First, a minor nit: > > % ./configure --help |& head -1 > `configure' configures guile 1.9.0 to adapt to many kinds of systems. > % ./configure --version | head -1 > guile configure 1.9.0 > % > > But I downloaded 1.9.1, not 1.9.0; the version number reported here is > wrong. That's odd. Current git yields 1.9.1 as the version. Perhaps Ludo ran distcheck before bumping the GUILE-VERSION. > % ../configure --prefix=`pwd`/I --with-libgmp-prefix=/opt/local --with- > libunistring-prefix=`cd ../../libunistring-0.9.1/I/&&pwd` > [...] > checking whether csqrt is usable... yes > checking how to link with libgmp... -L/opt/local/lib -lgmp > checking for __gmpz_init in -lgmp... no > configure: error: GNU MP not found, see README > % > > In config.log I see that it's not using the -L option when testing for > __gmpz_init: I think I've fixed this. Can you pull from git and give it another go? Thanks, Andy -- http://wingolog.org/