From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1L9qqB-0003pw-16 for mharc-grub-devel@gnu.org; Mon, 08 Dec 2008 19:52:43 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L9qq8-0003pZ-FC for grub-devel@gnu.org; Mon, 08 Dec 2008 19:52:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L9qq7-0003pN-Bg for grub-devel@gnu.org; Mon, 08 Dec 2008 19:52:40 -0500 Received: from [199.232.76.173] (port=33919 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9qq7-0003pK-7n for grub-devel@gnu.org; Mon, 08 Dec 2008 19:52:39 -0500 Received: from c60.cesmail.net ([216.154.195.49]:30932) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1L9qq6-0002fU-RC for grub-devel@gnu.org; Mon, 08 Dec 2008 19:52:39 -0500 Received: from unknown (HELO smtprelay2.cesmail.net) ([192.168.1.112]) by c60.cesmail.net with ESMTP; 08 Dec 2008 19:52:38 -0500 Received: from [192.168.0.21] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay2.cesmail.net (Postfix) with ESMTPSA id 9245534C6A for ; Mon, 8 Dec 2008 19:59:47 -0500 (EST) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <493d1565.4403be0a.0a23.ffffefb8@mx.google.com> References: <493d1565.4403be0a.0a23.ffffefb8@mx.google.com> Content-Type: text/plain Date: Mon, 08 Dec 2008 19:52:36 -0500 Message-Id: <1228783956.18346.5.camel@dv> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: RE: configure fail for grub 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, 09 Dec 2008 00:52:41 -0000 On Mon, 2008-12-08 at 07:39 -0500, James Shewey wrote: > When I configure grub-1.96, I got following error message: > > configure: error: neither start nor _start is defined > > Could anybody give me some ideas for it? This happens if tools for 32-bit compilation are not available. Compiling on x86_64 defaults to 32-bit PC platform. It's possible to compile for 64-bit EFI platform by specifying: ./configure --with-platform=efi -- Regards, Pavel Roskin