From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Raeburn Newsgroups: gmane.lisp.guile.bugs Subject: Re: can't configure --with-libgmp-prefix; header search order Date: Thu, 6 Aug 2009 02:45:41 -0400 Message-ID: <875E2245-1A19-47E0-980C-02E4D8CF459D@raeburn.org> References: <58800630-69E7-4769-9F19-398AE2D9509A@raeburn.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1249541169 24691 80.91.229.12 (6 Aug 2009 06:46:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Aug 2009 06:46:09 +0000 (UTC) Cc: bug-guile@gnu.org To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Aug 06 08:46:02 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 1MYwjh-0002iD-L1 for guile-bugs@m.gmane.org; Thu, 06 Aug 2009 08:46:01 +0200 Original-Received: from localhost ([127.0.0.1]:58275 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYwjg-0004JG-T6 for guile-bugs@m.gmane.org; Thu, 06 Aug 2009 02:46:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MYwjb-0004HJ-Ua for bug-guile@gnu.org; Thu, 06 Aug 2009 02:45:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MYwjX-0004Cq-CI for bug-guile@gnu.org; Thu, 06 Aug 2009 02:45:55 -0400 Original-Received: from [199.232.76.173] (port=59242 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYwjX-0004Cg-9s for bug-guile@gnu.org; Thu, 06 Aug 2009 02:45:51 -0400 Original-Received: from splat.raeburn.org ([69.25.196.39]:55040 helo=raeburn.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MYwjP-0006id-3u for bug-guile@gnu.org; Thu, 06 Aug 2009 02:45:50 -0400 Original-Received: from [10.0.0.172] (squish.raeburn.org [10.0.0.172]) by raeburn.org (8.14.3/8.14.1) with ESMTP id n766jfXg025391; Thu, 6 Aug 2009 02:45:41 -0400 (EDT) In-Reply-To: X-Mailer: Apple Mail (2.935.3) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:4298 Archived-At: On Aug 4, 2009, at 15:17, Andy Wingo wrote: >> In config.log I see that it's not using the -L option when testing =20= >> for >> __gmpz_init: > > I think I've fixed this. Can you pull from git and give it another go? Starting with the current git code, and fixing an autogen problem (on =20= Mac OS X we want to run "glibtool" because "libtool" is some other =20 program), configure with --with-libgmp-prefix seems to work fine. Compilation fails, first for unrelated reasons: cc1: warnings being treated as errors ../../libguile/srfi-13.c: In function =91string_titlecase_x=92: ../../libguile/srfi-13.c:2517: warning: comparison is always false due =20= to limited range of data type ../../libguile/srfi-13.c:2517: warning: comparison is always false due =20= to limited range of data type If I disable -Werror with "make GCC_CFLAGS=3D", it gets a bit further, =20= and then: Making all in guile-readline ../libguile/guile-snarf -o readline.x ../../guile-readline/readline.c -=20= DHAVE_CONFIG_H -I. -I.. -I../../guile-readline/.. -I../../guile-=20 readline/lib -I./lib -g -O2 In file included from ../../guile-readline/readline.c:29: ../../guile-readline/../libguile.h:25:17: error: gmp.h: No such file =20 or directory