From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Bill Schottstaedt" Newsgroups: gmane.lisp.guile.devel Subject: Re: Guile 1.7.91 has been released. Date: Mon, 13 Feb 2006 10:40:18 -0800 Message-ID: <20060213183752.M90135@ccrma.Stanford.EDU> References: <87y80gyxrq.fsf@zagadka.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Trace: sea.gmane.org 1139856045 31068 80.91.229.2 (13 Feb 2006 18:40:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2006 18:40:45 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Feb 13 19:40:44 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F8ice-0000uN-Ko for guile-devel@m.gmane.org; Mon, 13 Feb 2006 19:40:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8ice-0004lN-0V for guile-devel@m.gmane.org; Mon, 13 Feb 2006 13:40:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F8icb-0004l3-GZ for guile-devel@gnu.org; Mon, 13 Feb 2006 13:40:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F8icZ-0004kL-QA for guile-devel@gnu.org; Mon, 13 Feb 2006 13:40:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8icZ-0004kI-Lr for guile-devel@gnu.org; Mon, 13 Feb 2006 13:40:23 -0500 Original-Received: from [171.67.16.138] (helo=smtp3.Stanford.EDU) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F8ih4-0004b3-LF for guile-devel@gnu.org; Mon, 13 Feb 2006 13:45:02 -0500 Original-Received: from cm-mail.stanford.edu (cm-mail.Stanford.EDU [171.64.197.135]) by smtp3.Stanford.EDU (8.12.11/8.12.11) with ESMTP id k1DIeJVL007414; Mon, 13 Feb 2006 10:40:20 -0800 Original-Received: from ccrma.stanford.edu (ccrma.stanford.edu [171.64.197.141]) by cm-mail.stanford.edu (8.11.6/8.11.6) with ESMTP id k1DIeJG28849; Mon, 13 Feb 2006 10:40:19 -0800 Original-Received: from ccrma.Stanford.EDU (localhost.localdomain [127.0.0.1]) by ccrma.stanford.edu (8.12.8/8.12.5) with ESMTP id k1DIeIre018456; Mon, 13 Feb 2006 10:40:18 -0800 Original-To: Marius Vollmer , guile-devel@gnu.org In-Reply-To: <87y80gyxrq.fsf@zagadka.de> X-Mailer: Open WebMail 2.41 20040926 X-OriginatingIP: 24.23.251.119 (bil) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:5690 Archived-At: I was trying to build the new guile on a MacIntel box, got this error in gmp: tmp-dive_1.s:98:invalid character '@' in first operand make[2]: *** [dive_1.lo] Error 1 I sent a bug report to the gmp bug list and got this reply: -------- Date: 13 Feb 2006 17:26:45 +0100 From: Torbjorn Granlund To: "Bill Schottstaedt" CC: gmp-bugs@swox.com Subject: Re: gmp 4.1.4 on x86 Mac All headers "Bill Schottstaedt" writes: During make in MacIntel (OS X 10.4.4, i686-apple-darwin8-gcc-4.0.1), I get this error: [snip] tmp-dive_1.s:98:invalid character '@' in first operand make[2]: *** [dive_1.lo] Error 1 MacIntel is not a platform we support in GMP 4.1. (For most new platforms, things would just work. But Darwin, both for POWER and x86, uses its private assembly syntax and object file relocations.) -------- which I guess means the new Guile won't work on either kind of Mac? _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel