From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KKgGB-0000uM-5G for mharc-grub-devel@gnu.org; Sun, 20 Jul 2008 17:16:03 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KKgG9-0000tn-FC for grub-devel@gnu.org; Sun, 20 Jul 2008 17:16:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KKgG8-0000tX-Pr for grub-devel@gnu.org; Sun, 20 Jul 2008 17:16:00 -0400 Received: from [199.232.76.173] (port=48656 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKgG8-0000tS-Kz for grub-devel@gnu.org; Sun, 20 Jul 2008 17:16:00 -0400 Received: from c60.cesmail.net ([216.154.195.49]:16642) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1KKgG8-0004D1-Oy for grub-devel@gnu.org; Sun, 20 Jul 2008 17:16:00 -0400 Received: from unknown (HELO relay.cesmail.net) ([192.168.1.81]) by c60.cesmail.net with ESMTP; 20 Jul 2008 17:15:58 -0400 Received: from [192.168.0.21] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by relay.cesmail.net (Postfix) with ESMTP id CBFAA618F22 for ; Sun, 20 Jul 2008 17:15:58 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: References: <87ej5okg3s.fsf@xs4all.nl> Content-Type: text/plain Date: Sun, 20 Jul 2008 17:15:57 -0400 Message-Id: <1216588557.14762.19.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-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: I've a problem to compile i386 grub-emu 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: Sun, 20 Jul 2008 21:16:01 -0000 On Sun, 2008-07-20 at 16:59 +0200, Felix Zielcke wrote: > From: "Marco Gerards" > > > I wonder why this got through the autoconf test. > > Rerunning ./configure with --enable-grub-emu and then make grub-emu did work > > Maybe it's possible to disallow compiling grub-emu if --enable-grub-emu wasn't given to configure? It's possible, but it will make the makefiles more complex. I think the focus should be on refactoring the build system. Then making such improvements could be done in one place, not for every platform. -- Regards, Pavel Roskin