From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Roger Mc Murtrie Newsgroups: gmane.lisp.guile.bugs Subject: Re: guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t Date: Wed, 23 Jan 2008 10:42:13 +1100 Message-ID: References: <87prw9354g.fsf@ossau.uklinux.net> <881AD488-9F97-4F0D-B078-BEBD5BB684B8@iinet.net.au> <87tzll1eel.fsf@ossau.uklinux.net> <35E22493-6C5F-4DEE-A261-9D0ED2998C2A@iinet.net.au> <871w89fr5w.fsf@ossau.uklinux.net> <59FFDD5A-34E7-46EB-822D-323F1014700F@iinet.net.au> <87fxwpe9tv.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1201045365 22335 80.91.229.12 (22 Jan 2008 23:42:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jan 2008 23:42:45 +0000 (UTC) Cc: bug-guile@gnu.org To: Neil Jerram Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Jan 23 00:43:04 2008 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 1JHSlh-0006XT-O1 for guile-bugs@m.gmane.org; Wed, 23 Jan 2008 00:43:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHSlI-0000Vx-2d for guile-bugs@m.gmane.org; Tue, 22 Jan 2008 18:42:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JHSlE-0000Vh-9I for bug-guile@gnu.org; Tue, 22 Jan 2008 18:42:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JHSlC-0000VV-VJ for bug-guile@gnu.org; Tue, 22 Jan 2008 18:42:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHSlC-0000VS-RV for bug-guile@gnu.org; Tue, 22 Jan 2008 18:42:30 -0500 Original-Received: from outbound.icp-qv1-irony-out1.iinet.net.au ([203.59.1.108]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JHSlC-0006CN-BF for bug-guile@gnu.org; Tue, 22 Jan 2008 18:42:30 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAI8OlkfL2Tu0/2dsb2JhbAAIrQQ X-IronPort-AV: E=Sophos;i="4.25,235,1199631600"; d="scan'208";a="278036547" Original-Received: from unknown (HELO [10.0.1.2]) ([203.217.59.180]) by outbound.icp-qv1-irony-out1.iinet.net.au with ESMTP; 23 Jan 2008 08:42:23 +0900 In-Reply-To: <87fxwpe9tv.fsf@ossau.uklinux.net> X-Mailer: Apple Mail (2.915) X-detected-kernel: 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:3717 Archived-At: On 23/01/2008, at 10:09 AM, Neil Jerram wrote: > I'm sorry, I wasn't clear. I meant what output do you see when you > run ./config.guess on the command line, on each of the systems where > you've been trying to build Guile? > ./config.guess produces: i386-apple-darwin9.1.0 and on the PowerBook G4: powerpc-apple-darwin8.11.0 Roger