From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0mKe-0003Tr-B9 for mharc-grub-devel@gnu.org; Wed, 12 Jul 2006 17:33:20 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0mKd-0003SE-0o for grub-devel@gnu.org; Wed, 12 Jul 2006 17:33:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0mKa-0003Q7-Us for grub-devel@gnu.org; Wed, 12 Jul 2006 17:33:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0mKa-0003Pt-Lk for grub-devel@gnu.org; Wed, 12 Jul 2006 17:33:16 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0mMD-0003OR-4f for grub-devel@gnu.org; Wed, 12 Jul 2006 17:34:57 -0400 Received: from kotoba.oasis.nexedi.com (kotoba.oasis.nexedi.com [212.85.152.101]) by kotoba.storever.com (Postfix) with ESMTP id 9E9283C6F40CC for ; Thu, 13 Jul 2006 01:26:15 +0200 (CEST) Received: from [??1] (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 605CF3C6F40CB for ; Thu, 13 Jul 2006 01:26:15 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Wed, 12 Jul 2006 23:33:15 +0200 User-Agent: KMail/1.8.2 References: <87mzbeedh4.fsf@xs4all.nl> In-Reply-To: <87mzbeedh4.fsf@xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607122333.15187.okuji@enbug.org> X-Bogosity: No, tests=bogofilter, spamicity=0.485606, version=0.17.2 Subject: Re: Autoconf 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: Wed, 12 Jul 2006 21:33:19 -0000 On Wednesday 12 July 2006 23:10, Marco Gerards wrote: > Either I missed some commit and the instructions how to build on the > AMD64. Ah, you have a good machine... > Below I included the config.log output. As you can see it > tries to compile the test for the target machine and it uses glibc. I > think we have to disable the use of glibc for these autoconf tests. > But I am asking to make sure I am not wasting a lot of time by doing > the wrong thing. I think so. I guess Jeroen simply has installed 32-bit libraries, right? Okuji