From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JzHCn-0001Lo-OA for mharc-grub-devel@gnu.org; Thu, 22 May 2008 16:16:05 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JzHCl-0001JW-M6 for grub-devel@gnu.org; Thu, 22 May 2008 16:16:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JzHCi-0001G0-Vk for grub-devel@gnu.org; Thu, 22 May 2008 16:16:03 -0400 Received: from [199.232.76.173] (port=51787 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JzHCi-0001Fh-Hq for grub-devel@gnu.org; Thu, 22 May 2008 16:16:00 -0400 Received: from mailout10.t-online.de ([194.25.134.21]:58414) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JzHCi-0007oy-8W for grub-devel@gnu.org; Thu, 22 May 2008 16:16:00 -0400 Received: from fwd27.aul.t-online.de by mailout10.sul.t-online.de with smtp id 1JzHCg-0004SO-06; Thu, 22 May 2008 22:15:58 +0200 Received: from [10.3.2.2] (bNhgHOZX8hWHrTssg6CyqHwWH0ldrRjiJxfHzsps17BjlT0Y2HN2c03LXd39lZWgDj@[217.235.210.138]) by fwd27.aul.t-online.de with esmtp id 1JzHCa-1B4bnU0; Thu, 22 May 2008 22:15:52 +0200 Message-ID: <4835D47C.1090604@t-online.de> Date: Thu, 22 May 2008 22:15:56 +0200 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7 MIME-Version: 1.0 To: The development of GRUB 2 References: <60FA19EB42F4447AB4EAB995AE13BEB8@ES4ZEXI> In-Reply-To: <60FA19EB42F4447AB4EAB995AE13BEB8@ES4ZEXI> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: bNhgHOZX8hWHrTssg6CyqHwWH0ldrRjiJxfHzsps17BjlT0Y2HN2c03LXd39lZWgDj X-TOI-MSGID: 95ec66ba-c8d7-4fb5-9414-717ebb2a1eb2 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: Compile Grub2 on cygwin 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: Thu, 22 May 2008 20:16:04 -0000 apollo wrote: > I installed latest cygwin, and get the Christian's `grub2 for cygwin', but i failed to configure this grub2 with the error: > > 'configure: error: GRUB requires a working absolute objcopy; upgrade your binutils'. > > so i tred the 'ubuntu' latest version of Grub2 from > > `http://merges.ubuntu.com/g/grub2/`, and this time, i failed with 'configure: error: neither start nor _start is defined'. > > > so, how can I get a working copy of grub2 on cygwin? Any suggestion please? > > Run Cygwin's setup.exe, select "Exp"erimental packages, and install the grub package grub :-) The corresponding source package compiles OOTB on Cygwin without the above problems. Christian