|
发表于 2003-3-29 18:20:27
|
显示全部楼层
第六章出错。准备用三位版本号的binutils试试。
到了glibc,下面是config.log的部份内容。
configure:5581: $? = 0
configure:5589: result: yes
configure:5599: checking for __thread
configure:5608: gcc -O2 -pipe -c conftest.c >&5
conftest.c:1: syntax error before "int"
configure:5611: $? = 1
configure:5619: result: no
configure:5662: checking for libgd
configure:5688: gcc -o conftest -O2 -pipe -s conftest.c -lgd -lpng -lz -lm >&5
configure:5693:16: gd.h: No such file or directory
configure:5691: $? = 1
configure: failed program was:
| #line 5671 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "c-library"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "glibc"
| #define USE_REGPARMS 1
| #define ASM_GLOBAL_DIRECTIVE .globl
| #define HAVE_ASM_SET_DIRECTIVE 1
| #define ASM_TYPE_DIRECTIVE_PREFIX @
| #define DO_VERSIONING 1
| #define HAVE_ASM_PREVIOUS_DIRECTIVE 1
| #define HAVE_PROTECTED 1
| #define HAVE_HIDDEN 1
| #define HAVE_INITFINI_ARRAY 1
| #define HAVE_Z_COMBRELOC 1
| #define NO_UNDERSCORES 1
| #define HAVE_ASM_WEAK_DIRECTIVE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_SUBTRACT_LOCAL_LABELS 1
| /* end confdefs.h. */
| #include <gd.h>
| int
| main ()
| {
| gdImagePng (0, 0)
| ;
| return 0;
| }
configure:5713: result: no
configure:5718: checking for egrep
configure:5728: result: grep -E
configure:5733: checking for ANSI C header files
configure:5759: gcc -c -O2 -pipe conftest.c >&5
configure:5762: $? = 0
configure:5765: test -s conftest.o
configure:5768: $? = 0
configure:5857: gcc -o conftest -O2 -pipe -s conftest.c >&5
configure:5860: $? = 0
configure:5862: ./conftest
../glibc-2.3.2/configure: line 1: ./conftest: No such file or directory
configure:5865: $? = 127
configure: program exited with status 127
configure: failed program was:
| #line 5828 "configure"
| /* confdefs.h. */
| |
|