From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KKW5S-0006Yh-2R for mharc-grub-devel@gnu.org; Sun, 20 Jul 2008 06:24:18 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KKW5Q-0006Xq-CU for grub-devel@gnu.org; Sun, 20 Jul 2008 06:24:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KKW5P-0006X3-9b for grub-devel@gnu.org; Sun, 20 Jul 2008 06:24:15 -0400 Received: from [199.232.76.173] (port=47883 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKW5O-0006Wq-UF for grub-devel@gnu.org; Sun, 20 Jul 2008 06:24:14 -0400 Received: from smtp-vbr8.xs4all.nl ([194.109.24.28]:4691) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KKW5O-00008i-Gi for grub-devel@gnu.org; Sun, 20 Jul 2008 06:24:14 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr8.xs4all.nl (8.13.8/8.13.8) with ESMTP id m6KAOALD054819 for ; Sun, 20 Jul 2008 12:24:11 +0200 (CEST) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: Mail-Copies-To: mgerards@xs4all.nl Date: Sun, 20 Jul 2008 12:24:55 +0200 In-Reply-To: (Felix Zielcke's message of "Sun, 20 Jul 2008 12:08:48 +0200") Message-ID: <87ej5okg3s.fsf@xs4all.nl> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.6-4.9 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 10:24:16 -0000 "Felix Zielcke" writes: > I have a x86_64 Kernel and want to have a 32bit grub-emu so modules are working. > Even in a 32bit chroot running a shell with linux32 so uname -m reports i686 I can't get it to compile You need to install ncurses and the -dev package. Which distribution do you use? > Btw. make distclean didn't worked for my already used 64bit grub2 SVN directory I needed to do a clean checkout > > > # ./configure --enable-grub-emu > checking build system type... i686-pc-linux-gnu > checking host system type... i686-pc-linux-gnu > checking target system type... i686-pc-linux-gnu > > # make grub-emu > cd . && autoheader > echo timestamp > ./stamp-h.in > gcc -Iutil -I./util -I. -Iinclude -I./include -Wall -W > -DGRUB_LIBDIR=\"/usr/local/lib/`echo grub/i386-pc | sed 's,x,x,'`\" -g > -O2 -DGRUB_UTIL=1 -MD -c -o grub_emu-util_console.o util/console.c > util/console.c: In function 'grub_ncurses_putchar': I wonder why this got through the autoconf test. -- Marco