From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0ltv-00011u-6j for mharc-grub-devel@gnu.org; Wed, 12 Jul 2006 17:05:43 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0ltu-00011d-41 for grub-devel@gnu.org; Wed, 12 Jul 2006 17:05:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0lts-00011F-Ed for grub-devel@gnu.org; Wed, 12 Jul 2006 17:05:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0lts-00011A-Ar for grub-devel@gnu.org; Wed, 12 Jul 2006 17:05:40 -0400 Received: from [194.109.24.21] (helo=smtp-vbr1.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0lvU-0000y9-Az for grub-devel@gnu.org; Wed, 12 Jul 2006 17:07:20 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr1.xs4all.nl (8.13.6/8.13.6) with ESMTP id k6CL5c6E067940 for ; Wed, 12 Jul 2006 23:05:39 +0200 (CEST) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB Mail-Copies-To: mgerards@xs4all.nl Date: Wed, 12 Jul 2006 23:10:31 +0200 Message-ID: <87mzbeedh4.fsf@xs4all.nl> User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner Subject: 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:05:42 -0000 Hi, Either I missed some commit and the instructions how to build on the AMD64. 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. Thanks, Marco configure:6331: checking if start is defined by the compiler configure:6352: gcc -o conftest -Wall -W -Wshadow -Wpointer-arith -Wmissing-prototypes -Wundef -Wstrict-prototypes -g -Os -falign-jumps=1 -falign-loops=1 -falign-functions=1 -m32 -m32 conftest.c >&5 conftest.c:30: warning: function declaration isn't a prototype /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../libc.so when searching for -lc /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../libc.a when searching for -lc /usr/bin/ld: skipping incompatible /usr/bin/../lib/libc.so when searching for -lc /usr/bin/ld: skipping incompatible /usr/bin/../lib/libc.a when searching for -lc /usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc /usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc /usr/bin/ld: cannot find -lc collect2: ld returned 1 exit status configure:6358: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GRUB" | #define PACKAGE_TARNAME "grub" | #define PACKAGE_VERSION "1.94" | #define PACKAGE_STRING "GRUB 1.94" | #define PACKAGE_BUGREPORT "bug-grub@gnu.org" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_VOID_P 8 | #define SIZEOF_LONG 8 | #define HAVE_LZO1X_H 1 | #define HAVE_NCURSES_H 1 | #define HAVE_CURSES_H 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | /* end confdefs.h. */ | | int | main () | { | asm ("incl start") | ; | return 0; | }