From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1DHQgf-00034P-0I for mharc-grub-devel@gnu.org; Fri, 01 Apr 2005 13:16:05 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DHQgU-00030O-Du for grub-devel@gnu.org; Fri, 01 Apr 2005 13:15:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DHQgO-0002xf-KJ for grub-devel@gnu.org; Fri, 01 Apr 2005 13:15:51 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DHQgL-0002ss-3T for grub-devel@gnu.org; Fri, 01 Apr 2005 13:15:45 -0500 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DHQIw-0006ks-VJ for grub-devel@gnu.org; Fri, 01 Apr 2005 12:51:35 -0500 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id D4C50FF9F3F7 for ; Fri, 1 Apr 2005 19:51:32 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=localhost) by ASSP-nospam ; 1 Apr 05 17:51:32 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Fri, 1 Apr 2005 19:51:32 +0200 User-Agent: KMail/1.7.1 References: <424CF241.3030306@gmail.com> <87mzsio30p.fsf@student.han.nl> In-Reply-To: <87mzsio30p.fsf@student.han.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504011951.32741.okuji@enbug.org> Subject: Re: Test GRUB2 compiled by MingW 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: Fri, 01 Apr 2005 18:15:56 -0000 On Friday 01 April 2005 06:49 pm, Marco Gerards wrote: > This is not normal. Perhaps there is still a problem with the > compiler or linker or so. MingW is just a modified gcc, right? I think this is normal. IIRC, Windows does not use ELF, while GRUB 2 depends on ELF. Okuji