From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1L9tG2-000358-GV for mharc-grub-devel@gnu.org; Mon, 08 Dec 2008 22:27:34 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L9tG1-00034l-8N for grub-devel@gnu.org; Mon, 08 Dec 2008 22:27:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L9tFz-000349-Hu for grub-devel@gnu.org; Mon, 08 Dec 2008 22:27:32 -0500 Received: from [199.232.76.173] (port=35208 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9tFz-000343-BR for grub-devel@gnu.org; Mon, 08 Dec 2008 22:27:31 -0500 Received: from mail-qy0-f17.google.com ([209.85.221.17]:63474) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L9tFz-0007FO-2S for grub-devel@gnu.org; Mon, 08 Dec 2008 22:27:31 -0500 Received: by qyk10 with SMTP id 10so1604393qyk.18 for ; Mon, 08 Dec 2008 19:27:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:mime-version:content-class :subject:date:importance:x-priority:to:content-transfer-encoding :content-type:from:message-id; bh=UhCtz3rVy2dt7szLB+7KgRCcc8Y67Us4Xpzdo9twMD4=; b=Dh3GsLBXzO786LWezOhdq8wxaG34XP62hV+5Quhy6JJ/We+MVsusKeOWYaCQIqtREv J0LcRY0JfTQKJjc5LAazDmg3OmlSPk7NUJipe/PVunfOZNn137LdN/DNAfopfmWJs8Q/ 4LcqntJ7hG5GDErWxvAXv1PvaJUNLL45fYx4g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:content-class:subject:date:importance:x-priority:to :content-transfer-encoding:content-type:from:message-id; b=A8ggBqNLifIqvleUwM/jadSj2c0um5jl9cx0HOUjA451tpXK6uOU3P4esaARjXLL0A qWObDmo3CFbKEUy2stONsKU4bRhf40YSxC4WEyMe9KYhtnkn6FQKVZHcIKxKgpEYr2Lm T/WnlAdrbABEQ0a6geIARO596vo7BInUyUTvc= Received: by 10.214.243.20 with SMTP id q20mr3230647qah.361.1228793250244; Mon, 08 Dec 2008 19:27:30 -0800 (PST) Received: from Inbox (68-244-36-244.pools.spcsdns.net [68.244.36.244]) by mx.google.com with ESMTPS id 4sm1134863yxj.7.2008.12.08.19.27.27 (version=SSLv3 cipher=RC4-MD5); Mon, 08 Dec 2008 19:27:28 -0800 (PST) MIME-Version: 1.0 content-class: Date: Mon, 8 Dec 2008 22:27:41 -0500 Importance: normal X-Priority: 3 To: The development of GRUB 2 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" From: James Shewey Message-ID: <493de5a0.4403be0a.3a5f.0392@mx.google.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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 03:27:33 -0000 This might be good to include in the wiki... -----Original Message----- From: Viswesh S Sent: Monday, December 08, 2008 9:37 PM To: The development of GRUB 2 Subject: Re: configure fail for grub =0A= =0A= =0A= =0A= ----- Original Message ----=0A= > From: Pavel Roskin =0A= > To: The development of GRUB 2 =0A= > Sent: Tuesday, 9 December, 2008 6:22:36 AM=0A= > Subject: RE: configure fail for grub=0A= > =0A= > On Mon, 2008-12-08 at 07:39 -0500, James Shewey wrote:=0A= > =0A= > > When I configure grub-1.96, I got following error message:=0A= > > =0A= > > configure: error: neither start nor _start is defined=0A= > > =0A= > > Could anybody give me some ideas for it?=0A= > =0A= > This happens if tools for 32-bit compilation are not available.=0A= > Compiling on x86_64 defaults to 32-bit PC platform.=A0 It's possible to= =0A= > compile for 64-bit EFI platform by specifying:=0A= > =0A= > ./configure --with-platform=3Defi=0A= > =0A= > -- =0A= > Regards,=0A= > Pavel Roskin=0A= > =0A= > =0A= =0A= Hi,=0A= =0A= As mentioned above, it is because of the 32 bit compilation tools not avail= able.I have faced the same problem in which my compiler was gcc-4.2.1 and t= o compile this I installed gcc-3.4.3 and made the CC point to the proper co= mpiler and it worked.=0A= =0A= Viswesh=0A= =0A= =0A= Connect with friends all over the world. Get Yahoo! India Messenger a= t http://in.messenger.yahoo.com/?wm=3Dn/ _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel