From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1GmYJ6-0005rE-Dw for mharc-grub-devel@gnu.org; Tue, 21 Nov 2006 11:17:12 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GmYJ4-0005oO-9l for grub-devel@gnu.org; Tue, 21 Nov 2006 11:17:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GmYIy-0005he-UP for grub-devel@gnu.org; Tue, 21 Nov 2006 11:17:09 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GmYIy-0005hB-JB for grub-devel@gnu.org; Tue, 21 Nov 2006 11:17:04 -0500 Received: from [32.97.182.146] (helo=e6.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 1GmYIw-0003qP-Ls for grub-devel@gnu.org; Tue, 21 Nov 2006 11:17:04 -0500 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e6.ny.us.ibm.com (8.13.8/8.12.11) with ESMTP id kALGHFEN025415 for ; Tue, 21 Nov 2006 11:17:15 -0500 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay04.pok.ibm.com (8.13.6/8.13.6/NCO v8.1.1) with ESMTP id kALGGZvv138436 for ; Tue, 21 Nov 2006 11:16:37 -0500 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id kALGGZUR031180 for ; Tue, 21 Nov 2006 11:16:35 -0500 Received: from [9.53.41.42] (basalt.austin.ibm.com [9.53.41.42]) by d01av04.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id kALGGYRo031118 for ; Tue, 21 Nov 2006 11:16:34 -0500 From: Hollis Blanchard To: The development of GRUB 2 In-Reply-To: <212696550611210127t2d4a9265i9127a2f4089a9d42@mail.gmail.com> References: <212696550611181942ja737a24uf938c5553fae2b63@mail.gmail.com> <1164049811.32262.42.camel@basalt> <212696550611210127t2d4a9265i9127a2f4089a9d42@mail.gmail.com> Content-Type: text/plain Date: Tue, 21 Nov 2006 10:16:16 -0600 Message-Id: <1164125776.29331.22.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: Tue, 21 Nov 2006 16:17:10 -0000 It is in the top level source directory, next to "configure". -Hollis On Tue, 2006-11-21 at 17:27 +0800, zhihang wang wrote: > what is autogen.sh? > Where can I download it? > > On 11/21/06, Hollis Blanchard wrote: > 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