From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1GmEXl-0007PT-5r for mharc-grub-devel@gnu.org; Mon, 20 Nov 2006 14:11:01 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GmEXj-0007Mw-I0 for grub-devel@gnu.org; Mon, 20 Nov 2006 14:10:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GmEXh-0007KP-Tk for grub-devel@gnu.org; Mon, 20 Nov 2006 14:10:59 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GmEXh-0007KI-Pu for grub-devel@gnu.org; Mon, 20 Nov 2006 14:10:57 -0500 Received: from [32.97.182.143] (helo=e3.ny.us.ibm.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GmEXg-0000We-Q6 for grub-devel@gnu.org; Mon, 20 Nov 2006 14:10:57 -0500 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e3.ny.us.ibm.com (8.13.8/8.12.11) with ESMTP id kAKJAofW028990 for ; Mon, 20 Nov 2006 14:10:50 -0500 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay04.pok.ibm.com (8.13.6/8.13.6/NCO v8.1.1) with ESMTP id kAKJASFE203462 for ; Mon, 20 Nov 2006 14:10:28 -0500 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id kAKJAS3G019626 for ; Mon, 20 Nov 2006 14:10:28 -0500 Received: from [9.53.41.42] (basalt.austin.ibm.com [9.53.41.42]) by d01av02.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id kAKJARWF019602 for ; Mon, 20 Nov 2006 14:10:28 -0500 From: Hollis Blanchard To: The development of GRUB 2 In-Reply-To: <212696550611181942ja737a24uf938c5553fae2b63@mail.gmail.com> References: <212696550611181942ja737a24uf938c5553fae2b63@mail.gmail.com> Content-Type: text/plain Date: Mon, 20 Nov 2006 13:10:11 -0600 Message-Id: <1164049811.32262.42.camel@basalt> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Content-Transfer-Encoding: 7bit Subject: Re: why I can't build grub under the ubuntu 6.10? Here is the log file. X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Nov 2006 19:10:59 -0000 On Sat, 2006-11-18 at 22:42 -0500, zhihang wang wrote: > > configure:2132: checking for C compiler default output file name > configure:2135: gcc conftest.c >&5 > as: unrecognized option `--32' This seems to be the problem. I cannot see anything in GRUB that uses this (invalid) switch, so I wonder where it could come from. Does running "autogen.sh" fix it? -Hollis