This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNU C Library configure (see version.h), which was generated by GNU Autoconf 2.61. Invocation command line was $ ../glibc-20080915/configure --prefix=/tools --host=i686-pc-linux-gnu --build=i686-cross-linux-gnu --disable-profile --enable-add-ons --with-tls --enable-kernel=2.6.0 --with-__thread --with-binutils=/cross-tools/bin --with-headers=/tools/include --cache-file=config.cache ## --------- ## ## Platform. ## ## --------- ## hostname = dev uname -m = i686 uname -r = 2.6.25.10-x86 uname -s = Linux uname -v = #1 SMP Thu Aug 21 22:16:11 Local time zone must be set--see zic /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /cross-tools/bin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1752: loading cache config.cache configure:2182: checking build system type configure:2200: result: i686-cross-linux-gnu configure:2222: checking host system type configure:2237: result: i686-pc-linux-gnu configure:2417: running configure fragment for add-on libidn configure:2417: running configure fragment for add-on nptl configure:2554: checking sysdep dirs configure:2790: result: sysdeps/generic/elf sysdeps/generic configure:2868: checking for a BSD-compatible install configure:2924: result: /usr/bin/install -c configure:2939: checking whether ln -s works configure:2943: result: yes configure:2959: checking for i686-pc-linux-gnu-gcc configure:2986: result: i686-pc-linux-gnu-gcc configure:3264: checking for C compiler version configure:3271: i686-pc-linux-gnu-gcc --version >&5 i686-pc-linux-gnu-gcc (GCC) 4.3.2 Copyright (C) 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3274: $? = 0 configure:3281: i686-pc-linux-gnu-gcc -v >&5 Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc-4.3.2/configure --prefix=/cross-tools --build=i686-cross-linux-gnu --host=i686-cross-linux-gnu --target=i686-pc-linux-gnu --disable-multilib --with-local-prefix=/tools --disable-nls --without-headers --with-newlib --disable-decimal-float --disable-libgomp --disable-libmudflap --disable-libssp --disable-shared --disable-threads --enable-languages=c Thread model: single gcc version 4.3.2 (GCC) configure:3284: $? = 0 configure:3291: i686-pc-linux-gnu-gcc -V >&5 i686-pc-linux-gnu-gcc: '-V' option must have argument configure:3294: $? = 1 configure:3298: checking for suffix of object files configure:3324: i686-pc-linux-gnu-gcc -c -march=i686 -mtune=generic -g -O2 conftest.c >&5 configure:3327: $? = 0 configure:3350: result: o configure:3354: checking whether we are using the GNU C compiler configure:3383: i686-pc-linux-gnu-gcc -c -march=i686 -mtune=generic -g -O2 conftest.c >&5 configure:3389: $? = 0 configure:3406: result: yes configure:3411: checking whether i686-pc-linux-gnu-gcc accepts -g configure:3441: i686-pc-linux-gnu-gcc -c -g conftest.c >&5 configure:3447: $? = 0 configure:3546: result: yes configure:3563: checking for i686-pc-linux-gnu-gcc option to accept ISO C89 configure:3637: i686-pc-linux-gnu-gcc -c -march=i686 -mtune=generic -g -O2 conftest.c >&5 conftest.c:11:19: error: stdio.h: No such file or directory conftest.c:12:23: error: sys/types.h: No such file or directory conftest.c:13:22: error: sys/stat.h: No such file or directory conftest.c:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token conftest.c:50: error: expected declaration specifiers or '...' before 'FILE' configure:3643: $? = 1 configure: failed program was: | /* 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 HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3637: i686-pc-linux-gnu-gcc -qlanglvl=extc89 -c -march=i686 -mtune=generic -g -O2 conftest.c >&5 i686-pc-linux-gnu-gcc: unrecognized option '-qlanglvl=extc89' conftest.c:11:19: error: stdio.h: No such file or directory conftest.c:12:23: error: sys/types.h: No such file or directory conftest.c:13:22: error: sys/stat.h: No such file or directory conftest.c:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token conftest.c:50: error: expected declaration specifiers or '...' before 'FILE' configure:3643: $? = 1 configure: failed program was: | /* 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 HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3637: i686-pc-linux-gnu-gcc -qlanglvl=ansi -c -march=i686 -mtune=generic -g -O2 conftest.c >&5 i686-pc-linux-gnu-gcc: unrecognized option '-qlanglvl=ansi' conftest.c:11:19: error: stdio.h: No such file or directory conftest.c:12:23: error: sys/types.h: No such file or directory conftest.c:13:22: error: sys/stat.h: No such file or directory conftest.c:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token conftest.c:50: error: expected declaration specifiers or '...' before 'FILE' configure:3643: $? = 1 configure: failed program was: | /* 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 HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3637: i686-pc-linux-gnu-gcc -std -c -march=i686 -mtune=generic -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std" configure:3643: $? = 1 configure: failed program was: | /* 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 HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3637: i686-pc-linux-gnu-gcc -Ae -c -march=i686 -mtune=generic -g -O2 conftest.c >&5 : error: missing '(' after predicate conftest.c:11:19: error: stdio.h: No such file or directory conftest.c:12:23: error: sys/types.h: No such file or directory conftest.c:13:22: error: sys/stat.h: No such file or directory conftest.c:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token conftest.c:50: error: expected declaration specifiers or '...' before 'FILE' configure:3643: $? = 1 configure: failed program was: | /* 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 HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3637: i686-pc-linux-gnu-gcc -Aa -D_HPUX_SOURCE -c -march=i686 -mtune=generic -g -O2 conftest.c >&5 : error: missing '(' after predicate conftest.c:11:19: error: stdio.h: No such file or directory conftest.c:12:23: error: sys/types.h: No such file or directory conftest.c:13:22: error: sys/stat.h: No such file or directory conftest.c:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token conftest.c:50: error: expected declaration specifiers or '...' before 'FILE' configure:3643: $? = 1 configure: failed program was: | /* 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 HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3637: i686-pc-linux-gnu-gcc -Xc -D__EXTENSIONS__ -c -march=i686 -mtune=generic -g -O2 conftest.c >&5 i686-pc-linux-gnu-gcc: unrecognized option '-Xc' conftest.c:11:19: error: stdio.h: No such file or directory conftest.c:12:23: error: sys/types.h: No such file or directory conftest.c:13:22: error: sys/stat.h: No such file or directory conftest.c:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token conftest.c:50: error: expected declaration specifiers or '...' before 'FILE' configure:3643: $? = 1 configure: failed program was: | /* 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 HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:3669: result: unsupported configure:3689: checking for gcc configure:3716: result: gcc configure:3734: checking how to run the C preprocessor configure:3774: i686-pc-linux-gnu-gcc -E conftest.c configure:3780: $? = 0 configure:3811: i686-pc-linux-gnu-gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:3817: $? = 1 configure: failed program was: | /* 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 HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | /* end confdefs.h. */ | #include configure:3850: result: i686-pc-linux-gnu-gcc -E configure:3879: i686-pc-linux-gnu-gcc -E conftest.c configure:3885: $? = 0 configure:3916: i686-pc-linux-gnu-gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:3922: $? = 1 configure: failed program was: | /* 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 HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | /* end confdefs.h. */ | #include configure:3974: checking for i686-pc-linux-gnu-g++ configure:3990: found /usr/bin/i686-pc-linux-gnu-g++ configure:4001: result: i686-pc-linux-gnu-g++ configure:4076: checking for C++ compiler version configure:4083: i686-pc-linux-gnu-g++ --version >&5 i686-pc-linux-gnu-g++ (GCC) 4.2.4 Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:4086: $? = 0 configure:4093: i686-pc-linux-gnu-g++ -v >&5 Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc-4.2.4/configure --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ --enable-c99 --enable-long-long --disable-multilib --disable-libstdcxx-pch --disable-bootstrap Thread model: posix gcc version 4.2.4 configure:4096: $? = 0 configure:4103: i686-pc-linux-gnu-g++ -V >&5 i686-pc-linux-gnu-g++: '-V' option must have argument configure:4106: $? = 1 configure:4109: checking whether we are using the GNU C++ compiler configure:4138: i686-pc-linux-gnu-g++ -c conftest.cpp >&5 configure:4144: $? = 0 configure:4161: result: yes configure:4166: checking whether i686-pc-linux-gnu-g++ accepts -g configure:4196: i686-pc-linux-gnu-g++ -c -g conftest.cpp >&5 configure:4202: $? = 0 configure:4301: result: yes configure:4444: checking whether /mount/clfs/cross-tools/bin/../lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../i686-pc-linux-gnu/bin/as is GNU as configure:4458: result: yes configure:4463: checking whether /mount/clfs/cross-tools/bin/../lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../i686-pc-linux-gnu/bin/ld is GNU ld configure:4477: result: yes configure:4487: checking for /mount/clfs/cross-tools/bin/../lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../i686-pc-linux-gnu/bin/as configure:4514: result: /mount/clfs/cross-tools/bin/../lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../i686-pc-linux-gnu/bin/as configure:4529: checking version of /mount/clfs/cross-tools/bin/../lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../i686-pc-linux-gnu/bin/as configure:4539: result: 2.18.0, ok configure:4550: checking for /mount/clfs/cross-tools/bin/../lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../i686-pc-linux-gnu/bin/ld configure:4577: result: /mount/clfs/cross-tools/bin/../lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../i686-pc-linux-gnu/bin/ld configure:4592: checking version of /mount/clfs/cross-tools/bin/../lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../i686-pc-linux-gnu/bin/ld configure:4602: result: 2.18.0, ok configure:4617: checking for pwd configure:4635: found /bin/pwd configure:4648: result: /bin/pwd configure:4668: checking for i686-pc-linux-gnu-gcc configure:4695: result: i686-pc-linux-gnu-gcc configure:4710: checking version of i686-pc-linux-gnu-gcc configure:4720: result: 4.3.2, ok configure:4731: checking for gnumake configure:4761: result: no configure:4731: checking for gmake configure:4761: result: no configure:4731: checking for make configure:4747: found /usr/bin/make configure:4758: result: make configure:4773: checking version of make configure:4783: result: 3.81, ok configure:4795: checking for gnumsgfmt configure:4825: result: no configure:4795: checking for gmsgfmt configure:4825: result: no configure:4795: checking for msgfmt configure:4811: found /usr/bin/msgfmt configure:4822: result: msgfmt configure:4837: checking version of msgfmt configure:4847: result: 0.17, ok configure:4858: checking for makeinfo configure:4874: found /usr/bin/makeinfo configure:4885: result: makeinfo configure:4900: checking version of makeinfo configure:4910: result: 4.12, ok configure:4921: checking for sed configure:4937: found /bin/sed configure:4948: result: sed configure:4963: checking version of sed configure:4973: result: 4.1.5, ok configure:4985: checking for autoconf configure:5001: found /usr/bin/autoconf configure:5012: result: autoconf configure:5027: checking whether autoconf works configure:5038: result: yes configure:5088: checking whether ranlib is necessary configure:5109: result: no configure:5122: checking LD_LIBRARY_PATH variable configure:5132: result: ok configure:5146: checking whether GCC supports -static-libgcc configure:5157: result: -static-libgcc configure:5163: checking for bash configure:5181: found /bin/bash configure:5194: result: /bin/bash configure:5269: checking for gawk configure:5285: found /usr/bin/gawk configure:5296: result: gawk configure:5309: checking for perl configure:5327: found /usr/bin/perl configure:5340: result: /usr/bin/perl configure:5354: checking for install-info configure:5373: found /usr/bin/install-info configure:5386: result: /usr/bin/install-info configure:5396: checking for bison configure:5415: found /usr/bin/bison configure:5428: result: /usr/bin/bison configure:5437: checking for signed size_t type configure:5452: result: no configure:5462: checking for libc-friendly stddef.h configure:5496: i686-pc-linux-gnu-gcc -c -march=i686 -mtune=generic -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:22: warning: incompatible implicit declaration of built-in function 'abort' configure:5502: $? = 0 configure:5517: result: yes configure:5524: checking whether we need to use -P to assemble .S files configure:5534: i686-pc-linux-gnu-gcc -c conftest.S 1>&5 configure:5537: $? = 0 configure:5545: result: no configure:5552: checking whether .text pseudo-op must be used configure:5562: i686-pc-linux-gnu-gcc -c conftest.s 1>&5 configure:5565: $? = 0 configure:5576: result: yes configure:5580: checking for assembler global-symbol directive configure:5593: i686-pc-linux-gnu-gcc -c conftest.s 1>&5 configure:5596: $? = 0 configure:5604: result: .globl configure:5617: checking for .set assembler directive configure:5643: result: yes configure:5652: checking for assembler .type directive prefix configure:5668: i686-pc-linux-gnu-gcc -c conftest.s 1>&5 configure:5671: $? = 0 configure:5679: result: @ configure:5688: checking for .symver assembler directive configure:5705: result: yes configure:5707: checking for ld --version-script configure:5733: i686-pc-linux-gnu-gcc -march=i686 -mtune=generic -g -O2 -shared -o conftest.so conftest.o -nostartfiles -nostdlib -Wl,--version-script,conftest.map 1>&5 configure:5736: $? = 0 configure:5751: result: yes configure:5775: checking for .previous assembler directive configure:5785: i686-pc-linux-gnu-gcc -c conftest.s 1>&5 configure:5788: $? = 0 configure:5796: result: yes configure:5834: checking for .protected and .hidden assembler directive configure:5846: i686-pc-linux-gnu-gcc -c conftest.s 1>&5 configure:5849: $? = 0 configure:5859: result: yes configure:5863: checking whether __attribute__((visibility())) is supported configure:5874: i686-pc-linux-gnu-gcc -Werror -S conftest.c -o conftest.s 1>&5 configure:5877: $? = 0 configure:5888: result: yes configure:5898: checking for broken __attribute__((visibility())) configure:5910: i686-pc-linux-gnu-gcc -Werror -S conftest.c -o conftest.s1>&5 configure:5913: $? = 0 configure:5922: result: no configure:5931: checking for broken __attribute__((alias())) configure:5946: i686-pc-linux-gnu-gcc -Werror -S conftest.c -o conftest.s 1>&5 configure:5949: $? = 0 configure:5959: result: no configure:5968: checking whether to put _rtld_local into .sdata section configure:5982: result: no configure:5992: checking for .preinit_array/.init_array/.fini_array support configure:6005: i686-pc-linux-gnu-gcc -march=i686 -mtune=generic -g -O2 -o conftest conftest.c -static -nostartfiles -nostdlib 1>&5 configure:6008: $? = 0 configure:6021: result: yes configure:6029: checking for libunwind-support in compiler configure:6046: result: no configure:6056: checking whether to link against libgcc_eh configure:6073: result: no configure:6083: checking for -z nodelete option configure:6095: i686-pc-linux-gnu-gcc -march=i686 -mtune=generic -g -O2 -fPIC -shared -o conftest.so conftest.c -nostartfiles -nostdlib -Wl,--enable-new-dtags,-z,nodelete 1>&5 configure:6098: $? = 0 configure:6109: result: yes configure:6112: checking for -z nodlopen option configure:6124: i686-pc-linux-gnu-gcc -march=i686 -mtune=generic -g -O2 -fPIC -shared -o conftest.so conftest.c -nostartfiles -nostdlib -Wl,--enable-new-dtags,-z,nodlopen 1>&5 configure:6127: $? = 0 configure:6138: result: yes configure:6141: checking for -z initfirst option configure:6153: i686-pc-linux-gnu-gcc -march=i686 -mtune=generic -g -O2 -fPIC -shared -o conftest.so conftest.c -nostartfiles -nostdlib -Wl,--enable-new-dtags,-z,initfirst 1>&5 configure:6156: $? = 0 configure:6167: result: yes configure:6172: checking for -z relro option configure:6179: i686-pc-linux-gnu-gcc -v --help 2>&1|grep z relro 1>&5 -z relro Create RELRO program header configure:6182: $? = 0 configure:6186: i686-pc-linux-gnu-gcc -Wl,--verbose 2>&1|grep DATA_SEGMENT_RELRO_END 1>&5 . = DATA_SEGMENT_RELRO_END (12, .); configure:6189: $? = 0 configure:6196: result: yes configure:6207: checking for -Bgroup option configure:6218: i686-pc-linux-gnu-gcc -march=i686 -mtune=generic -g -O2 -fPIC -shared -o conftest.so conftest.c -Wl,-Bgroup -nostdlib 1>&5 configure:6221: $? = 0 configure:6230: result: yes configure:6234: checking for libgcc_s suffix configure:6248: result: configure:6252: checking for --as-needed option configure:6264: i686-pc-linux-gnu-gcc -march=i686 -mtune=generic -g -O2 -fPIC -shared -o conftest.so conftest.c -lgcc_s -Wl,--as-needed -nostdlib 1>&5 /mount/clfs/cross-tools/bin/../lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lgcc_s collect2: ld returned 1 exit status configure:6267: $? = 1 configure:6276: result: no configure:6281: checking whether --noexecstack is desirable for .S files configure:6291: i686-pc-linux-gnu-gcc -march=i686 -mtune=generic -g -O2 -S -o conftest.s conftest.c 1>&5 configure:6294: $? = 0 configure:6299: i686-pc-linux-gnu-gcc -Wa,--noexecstack -c -o conftest.o conftest.s 1>&5 configure:6302: $? = 0 configure:6311: result: yes configure:6318: checking for -z combreloc configure:6332: i686-pc-linux-gnu-gcc -march=i686 -mtune=generic -g -O2 -fPIC -shared -o conftest.so conftest.c -nostdlib -nostartfiles -Wl,-z,combreloc 1>&5 configure:6335: $? = 0 configure:6348: result: yes configure:6358: checking for -z execstack configure:6370: i686-pc-linux-gnu-gcc -march=i686 -mtune=generic -g -O2 -fPIC -shared -o conftest.so conftest.c -Wl,-z,execstack -nostdlib 1>&5 configure:6373: $? = 0 configure:6382: result: yes configure:6386: checking for -fpie configure:6397: i686-pc-linux-gnu-gcc -march=i686 -mtune=generic -g -O2 -pie -fpie -o conftest conftest.c 1>&5 /mount/clfs/cross-tools/bin/../lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../i686-pc-linux-gnu/bin/ld: Scrt1.o: No such file: No such file or directory collect2: ld returned 1 exit status configure:6400: $? = 1 configure:6409: result: no configure:6414: checking for --hash-style option configure:6425: i686-pc-linux-gnu-gcc -march=i686 -mtune=generic -g -O2 -fPIC -shared -o conftest.so conftest.c -Wl,--hash-style=both -nostdlib 1>&5 configure:6428: $? = 0 configure:6437: result: yes configure:6442: checking for -fno-toplevel-reorder -fno-section-anchors configure:6452: i686-pc-linux-gnu-gcc -march=i686 -mtune=generic -g -O2 -S -fno-toplevel-reorder -fno-section-anchors conftest.c 1>&5 configure:6455: $? = 0 configure:6464: result: yes configure:6473: checking for -fstack-protector configure:6484: i686-pc-linux-gnu-gcc -march=i686 -mtune=generic -g -O2 -Werror -fstack-protector -o conftest conftest.c 1>&5 /mount/clfs/cross-tools/bin/../lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../i686-pc-linux-gnu/bin/ld: crt1.o: No such file: No such file or directory collect2: ld returned 1 exit status configure:6487: $? = 1 configure:6496: result: no configure:6500: checking for -fgnu89-inline configure:6515: i686-pc-linux-gnu-gcc -march=i686 -mtune=generic -g -O2 -S -std=gnu99 -fgnu89-inline -o conftest.s conftest.c 1>&5 conftest.c:3: warning: return type defaults to 'int' configure:6518: $? = 0 configure:6527: result: yes configure:6597: checking whether cc puts quotes around section names configure:6618: result: no configure:6732: checking for assembler .weak directive configure:6745: i686-pc-linux-gnu-gcc -c conftest.s 1>&5 configure:6748: $? = 0 configure:6756: result: yes configure:6803: checking whether CFI directives are supported configure:6822: i686-pc-linux-gnu-gcc -c conftest.s 1>&5 configure:6825: $? = 0 configure:6833: result: yes configure:6842: checking for ld --no-whole-archive configure:6855: i686-pc-linux-gnu-gcc -march=i686 -mtune=generic -g -O2 -nostdlib -nostartfiles -Wl,--no-whole-archive -o conftest conftest.c 1>&5 configure:6858: $? = 0 configure:6866: result: yes configure:6872: checking for gcc -fexceptions configure:6885: i686-pc-linux-gnu-gcc -march=i686 -mtune=generic -g -O2 -nostdlib -nostartfiles -fexceptions -o conftest conftest.c 1>&5 configure:6888: $? = 0 configure:6896: result: yes configure:6962: checking for __builtin_expect configure:6977: i686-pc-linux-gnu-gcc -march=i686 -mtune=generic -g -O2 -nostdlib -nostartfiles -o conftest conftest.c -lgcc >&5 /mount/clfs/cross-tools/bin/../lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../i686-pc-linux-gnu/bin/ld: warning: cannot find entry symbol _start; defaulting to 08048080 configure:6980: $? = 0 configure:6988: result: yes configure:6997: checking for __builtin_memset configure:7009: i686-pc-linux-gnu-gcc -O3 -S conftest.c -o - | fgrep memset > /dev/null configure:7012: $? = 1 configure:7021: result: yes configure:7030: checking for redirection of built-in functions configure:7043: i686-pc-linux-gnu-gcc -O3 -S conftest.c -o - | fgrep my_strstr > /dev/null configure:7046: $? = 0 configure:7055: result: yes configure:7065: checking for __thread configure:7074: i686-pc-linux-gnu-gcc -march=i686 -mtune=generic -g -O2 -c conftest.c >&5 configure:7077: $? = 0 configure:7085: result: yes configure:7098: checking for tls_model attribute configure:7107: i686-pc-linux-gnu-gcc -march=i686 -mtune=generic -g -O2 -S -Werror conftest.c >&5 configure:7110: $? = 0 configure:7118: result: yes configure:7157: checking for libgd configure:7187: i686-pc-linux-gnu-gcc -o conftest -march=i686 -mtune=generic -g -O2 conftest.c -lgd -lpng -lz -lm >&5 conftest.c:24:16: error: gd.h: No such file or directory configure:7193: $? = 1 configure: failed program was: | /* 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 HAVE_LIBIDN 1 | #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_Z_COMBRELOC 1 | #define NO_UNDERSCORES 1 | #define HAVE_ASM_WEAK_DIRECTIVE 1 | #define HAVE_ASM_CFI_DIRECTIVES 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_BUILTIN_MEMSET 1 | #define HAVE_BUILTIN_REDIRECTION 1 | #define HAVE___THREAD 1 | #define HAVE_TLS_MODEL_ATTRIBUTE 1 | /* end confdefs.h. */ | #include | int | main () | { | gdImagePng (0, 0) | ; | return 0; | } configure:7215: result: no configure:7224: checking for is_selinux_enabled in -lselinux configure:7259: i686-pc-linux-gnu-gcc -o conftest -march=i686 -mtune=generic -g -O2 conftest.c -lselinux >&5 /mount/clfs/cross-tools/bin/../lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../i686-pc-linux-gnu/bin/ld: crt1.o: No such file: No such file or directory collect2: ld returned 1 exit status configure:7265: $? = 1 configure: failed program was: | /* 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 HAVE_LIBIDN 1 | #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_Z_COMBRELOC 1 | #define NO_UNDERSCORES 1 | #define HAVE_ASM_WEAK_DIRECTIVE 1 | #define HAVE_ASM_CFI_DIRECTIVES 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_BUILTIN_MEMSET 1 | #define HAVE_BUILTIN_REDIRECTION 1 | #define HAVE___THREAD 1 | #define HAVE_TLS_MODEL_ATTRIBUTE 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char is_selinux_enabled (); | int | main () | { | return is_selinux_enabled (); | ; | return 0; | } configure:7283: result: no configure:7517: checking for grep that handles long lines and -e configure:7591: result: /bin/grep configure:7596: checking for egrep configure:7674: result: /bin/grep -E configure:7679: checking for ANSI C header files configure:7709: i686-pc-linux-gnu-gcc -c -march=i686 -mtune=generic -g -O2 conftest.c >&5 conftest.c:24:20: error: stdlib.h: No such file or directory conftest.c:26:20: error: string.h: No such file or directory configure:7715: $? = 1 configure: failed program was: | /* 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 HAVE_LIBIDN 1 | #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_Z_COMBRELOC 1 | #define NO_UNDERSCORES 1 | #define HAVE_ASM_WEAK_DIRECTIVE 1 | #define HAVE_ASM_CFI_DIRECTIVES 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_BUILTIN_MEMSET 1 | #define HAVE_BUILTIN_REDIRECTION 1 | #define HAVE___THREAD 1 | #define HAVE_TLS_MODEL_ATTRIBUTE 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:7843: result: no configure:7867: checking for sys/types.h configure:7888: i686-pc-linux-gnu-gcc -c -march=i686 -mtune=generic -g -O2 conftest.c >&5 conftest.c:24:19: error: stdio.h: No such file or directory conftest.c:58:23: error: sys/types.h: No such file or directory configure:7894: $? = 1 configure: failed program was: | /* 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 HAVE_LIBIDN 1 | #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_Z_COMBRELOC 1 | #define NO_UNDERSCORES 1 | #define HAVE_ASM_WEAK_DIRECTIVE 1 | #define HAVE_ASM_CFI_DIRECTIVES 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_BUILTIN_MEMSET 1 | #define HAVE_BUILTIN_REDIRECTION 1 | #define HAVE___THREAD 1 | #define HAVE_TLS_MODEL_ATTRIBUTE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:7910: result: no configure:7867: checking for sys/stat.h configure:7888: i686-pc-linux-gnu-gcc -c -march=i686 -mtune=generic -g -O2 conftest.c >&5 conftest.c:24:19: error: stdio.h: No such file or directory conftest.c:58:22: error: sys/stat.h: No such file or directory configure:7894: $? = 1 configure: failed program was: | /* 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 HAVE_LIBIDN 1 | #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_Z_COMBRELOC 1 | #define NO_UNDERSCORES 1 | #define HAVE_ASM_WEAK_DIRECTIVE 1 | #define HAVE_ASM_CFI_DIRECTIVES 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_BUILTIN_MEMSET 1 | #define HAVE_BUILTIN_REDIRECTION 1 | #define HAVE___THREAD 1 | #define HAVE_TLS_MODEL_ATTRIBUTE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:7910: result: no configure:7867: checking for stdlib.h configure:7888: i686-pc-linux-gnu-gcc -c -march=i686 -mtune=generic -g -O2 conftest.c >&5 conftest.c:24:19: error: stdio.h: No such file or directory conftest.c:58:20: error: stdlib.h: No such file or directory configure:7894: $? = 1 configure: failed program was: | /* 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 HAVE_LIBIDN 1 | #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_Z_COMBRELOC 1 | #define NO_UNDERSCORES 1 | #define HAVE_ASM_WEAK_DIRECTIVE 1 | #define HAVE_ASM_CFI_DIRECTIVES 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_BUILTIN_MEMSET 1 | #define HAVE_BUILTIN_REDIRECTION 1 | #define HAVE___THREAD 1 | #define HAVE_TLS_MODEL_ATTRIBUTE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:7910: result: no configure:7867: checking for string.h configure:7888: i686-pc-linux-gnu-gcc -c -march=i686 -mtune=generic -g -O2 conftest.c >&5 conftest.c:24:19: error: stdio.h: No such file or directory conftest.c:58:20: error: string.h: No such file or directory configure:7894: $? = 1 configure: failed program was: | /* 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 HAVE_LIBIDN 1 | #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_Z_COMBRELOC 1 | #define NO_UNDERSCORES 1 | #define HAVE_ASM_WEAK_DIRECTIVE 1 | #define HAVE_ASM_CFI_DIRECTIVES 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_BUILTIN_MEMSET 1 | #define HAVE_BUILTIN_REDIRECTION 1 | #define HAVE___THREAD 1 | #define HAVE_TLS_MODEL_ATTRIBUTE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:7910: result: no configure:7867: checking for memory.h configure:7888: i686-pc-linux-gnu-gcc -c -march=i686 -mtune=generic -g -O2 conftest.c >&5 conftest.c:24:19: error: stdio.h: No such file or directory conftest.c:58:20: error: memory.h: No such file or directory configure:7894: $? = 1 configure: failed program was: | /* 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 HAVE_LIBIDN 1 | #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_Z_COMBRELOC 1 | #define NO_UNDERSCORES 1 | #define HAVE_ASM_WEAK_DIRECTIVE 1 | #define HAVE_ASM_CFI_DIRECTIVES 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_BUILTIN_MEMSET 1 | #define HAVE_BUILTIN_REDIRECTION 1 | #define HAVE___THREAD 1 | #define HAVE_TLS_MODEL_ATTRIBUTE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:7910: result: no configure:7867: checking for strings.h configure:7888: i686-pc-linux-gnu-gcc -c -march=i686 -mtune=generic -g -O2 conftest.c >&5 conftest.c:24:19: error: stdio.h: No such file or directory conftest.c:58:21: error: strings.h: No such file or directory configure:7894: $? = 1 configure: failed program was: | /* 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 HAVE_LIBIDN 1 | #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_Z_COMBRELOC 1 | #define NO_UNDERSCORES 1 | #define HAVE_ASM_WEAK_DIRECTIVE 1 | #define HAVE_ASM_CFI_DIRECTIVES 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_BUILTIN_MEMSET 1 | #define HAVE_BUILTIN_REDIRECTION 1 | #define HAVE___THREAD 1 | #define HAVE_TLS_MODEL_ATTRIBUTE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:7910: result: no configure:7867: checking for inttypes.h configure:7888: i686-pc-linux-gnu-gcc -c -march=i686 -mtune=generic -g -O2 conftest.c >&5 conftest.c:24:19: error: stdio.h: No such file or directory conftest.c:58:22: error: inttypes.h: No such file or directory configure:7894: $? = 1 configure: failed program was: | /* 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 HAVE_LIBIDN 1 | #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_Z_COMBRELOC 1 | #define NO_UNDERSCORES 1 | #define HAVE_ASM_WEAK_DIRECTIVE 1 | #define HAVE_ASM_CFI_DIRECTIVES 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_BUILTIN_MEMSET 1 | #define HAVE_BUILTIN_REDIRECTION 1 | #define HAVE___THREAD 1 | #define HAVE_TLS_MODEL_ATTRIBUTE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:7910: result: no configure:7867: checking for stdint.h configure:7888: i686-pc-linux-gnu-gcc -c -march=i686 -mtune=generic -g -O2 conftest.c >&5 conftest.c:24:19: error: stdio.h: No such file or directory conftest.c:58:20: error: stdint.h: No such file or directory configure:7894: $? = 1 configure: failed program was: | /* 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 HAVE_LIBIDN 1 | #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_Z_COMBRELOC 1 | #define NO_UNDERSCORES 1 | #define HAVE_ASM_WEAK_DIRECTIVE 1 | #define HAVE_ASM_CFI_DIRECTIVES 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_BUILTIN_MEMSET 1 | #define HAVE_BUILTIN_REDIRECTION 1 | #define HAVE___THREAD 1 | #define HAVE_TLS_MODEL_ATTRIBUTE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:7910: result: no configure:7867: checking for unistd.h configure:7888: i686-pc-linux-gnu-gcc -c -march=i686 -mtune=generic -g -O2 conftest.c >&5 conftest.c:24:19: error: stdio.h: No such file or directory conftest.c:58:20: error: unistd.h: No such file or directory configure:7894: $? = 1 configure: failed program was: | /* 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 HAVE_LIBIDN 1 | #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_Z_COMBRELOC 1 | #define NO_UNDERSCORES 1 | #define HAVE_ASM_WEAK_DIRECTIVE 1 | #define HAVE_ASM_CFI_DIRECTIVES 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_BUILTIN_MEMSET 1 | #define HAVE_BUILTIN_REDIRECTION 1 | #define HAVE___THREAD 1 | #define HAVE_TLS_MODEL_ATTRIBUTE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:7910: result: no configure:7922: checking for long double configure:7952: i686-pc-linux-gnu-gcc -c -march=i686 -mtune=generic -g -O2 conftest.c >&5 conftest.c:24:19: error: stdio.h: No such file or directory configure:7958: $? = 1 configure: failed program was: | /* 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 HAVE_LIBIDN 1 | #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_Z_COMBRELOC 1 | #define NO_UNDERSCORES 1 | #define HAVE_ASM_WEAK_DIRECTIVE 1 | #define HAVE_ASM_CFI_DIRECTIVES 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_BUILTIN_MEMSET 1 | #define HAVE_BUILTIN_REDIRECTION 1 | #define HAVE___THREAD 1 | #define HAVE_TLS_MODEL_ATTRIBUTE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | typedef long double ac__type_new_; | int | main () | { | if ((ac__type_new_ *) 0) | return 0; | if (sizeof (ac__type_new_)) | return 0; | ; | return 0; | } configure:7973: result: no configure:7980: checking size of long double configure:8011: i686-pc-linux-gnu-gcc -c -march=i686 -mtune=generic -g -O2 conftest.c >&5 conftest.c:24:19: error: stdio.h: No such file or directory configure:8017: $? = 1 configure: failed program was: | /* 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 HAVE_LIBIDN 1 | #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_Z_COMBRELOC 1 | #define NO_UNDERSCORES 1 | #define HAVE_ASM_WEAK_DIRECTIVE 1 | #define HAVE_ASM_CFI_DIRECTIVES 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_BUILTIN_MEMSET 1 | #define HAVE_BUILTIN_REDIRECTION 1 | #define HAVE___THREAD 1 | #define HAVE_TLS_MODEL_ATTRIBUTE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | typedef long double ac__type_sizeof_; | int | main () | { | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; | test_array [0] = 0 | | ; | return 0; | } configure:8102: i686-pc-linux-gnu-gcc -c -march=i686 -mtune=generic -g -O2 conftest.c >&5 conftest.c:24:19: error: stdio.h: No such file or directory conftest.c: In function 'main': conftest.c:61: error: size of array 'test_array' is negative configure:8108: $? = 1 configure: failed program was: | /* 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 HAVE_LIBIDN 1 | #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_Z_COMBRELOC 1 | #define NO_UNDERSCORES 1 | #define HAVE_ASM_WEAK_DIRECTIVE 1 | #define HAVE_ASM_CFI_DIRECTIVES 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_BUILTIN_MEMSET 1 | #define HAVE_BUILTIN_REDIRECTION 1 | #define HAVE___THREAD 1 | #define HAVE_TLS_MODEL_ATTRIBUTE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | typedef long double ac__type_sizeof_; | int | main () | { | static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; | test_array [0] = 0 | | ; | return 0; | } configure:8317: result: 0 configure:8349: result: running configure fragment for sysdeps/i386/elf configure:7: checking for i386 TLS support configure:29: i686-pc-linux-gnu-gcc -c -march=i686 -mtune=generic -g -O2 conftest.s 1>&5 configure:32: $? = 0 configure:40: result: yes configure:8349: result: running configure fragment for nptl/sysdeps/pthread configure:27: checking for forced unwind support configure:79: result: yes configure:88: checking for C cleanup handling configure:141: result: yes configure:8349: result: running configure fragment for sysdeps/pthread configure:8349: result: running configure fragment for sysdeps/unix/sysv/linux configure:25: checking for grep that handles long lines and -e configure:99: result: /bin/grep configure:104: checking for egrep configure:182: result: /bin/grep -E configure:187: checking installed Linux kernel header files configure:212: result: 2.0.10 or later configure:316: checking for kernel header at least 2.6.0 configure:339: result: ok configure:8349: result: running configure fragment for sysdeps/i386 configure:4: checking if -g produces usable source locations for assembler-with-cpp configure:27: i686-pc-linux-gnu-gcc -g -c conftest.S 1>&5 configure:30: $? = 0 configure:35: readelf --debug-dump=line conftest.o | grep conftest\.S 1>&5 1 0 0 0 conftest.S configure:38: $? = 0 configure:47: result: yes configure:8448: checking for old glibc 2.0.x headers configure:8456: result: no configure:8495: checking whether -fPIC is default configure:8511: result: no configure:8604: updating cache config.cache configure:8640: creating ./config.status configure:9366: error: could not make ./config.status ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-cross-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set='' ac_cv_env_CCC_value='' ac_cv_env_CC_set=set ac_cv_env_CC_value=i686-pc-linux-gnu-gcc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-march=i686 -mtune=generic -g -O2' ac_cv_env_CPPFLAGS_set='' ac_cv_env_CPPFLAGS_value='' ac_cv_env_CPP_set='' ac_cv_env_CPP_value='' ac_cv_env_CXXFLAGS_set='' ac_cv_env_CXXFLAGS_value='' ac_cv_env_CXX_set='' ac_cv_env_CXX_value='' ac_cv_env_LDFLAGS_set='' ac_cv_env_LDFLAGS_value='' ac_cv_env_LIBS_set='' ac_cv_env_LIBS_value='' ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-cross-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-pc-linux-gnu ac_cv_env_target_alias_set='' ac_cv_env_target_alias_value='' ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_stdc=no ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_unistd_h=no ac_cv_host=i686-pc-linux-gnu ac_cv_lib_selinux_is_selinux_enabled=no ac_cv_objext=o ac_cv_path_BASH_SHELL=/bin/bash ac_cv_path_BISON=/usr/bin/bison ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_INSTALL_INFO=/usr/bin/install-info ac_cv_path_PERL=/usr/bin/perl ac_cv_path_PWD_P=/bin/pwd ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AS=/mount/clfs/cross-tools/bin/../lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../i686-pc-linux-gnu/bin/as ac_cv_prog_AUTOCONF=autoconf ac_cv_prog_AWK=gawk ac_cv_prog_BUILD_CC=gcc ac_cv_prog_CC=i686-pc-linux-gnu-gcc ac_cv_prog_CPP='i686-pc-linux-gnu-gcc -E' ac_cv_prog_CXX=i686-pc-linux-gnu-g++ ac_cv_prog_LD=/mount/clfs/cross-tools/bin/../lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../i686-pc-linux-gnu/bin/ld ac_cv_prog_MAKE=make ac_cv_prog_MAKEINFO=makeinfo ac_cv_prog_MSGFMT=msgfmt ac_cv_prog_SED=sed ac_cv_prog_cc_c89=no ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_sizeof_long_double=0 ac_cv_type_long_double=no libc_cv_386_tls=yes libc_cv_Bgroup=yes libc_cv_as_needed=no libc_cv_as_noexecstack=yes libc_cv_asm_cfi_directives=yes libc_cv_asm_global_directive=.globl libc_cv_asm_previous_directive=yes libc_cv_asm_protected_directive=yes libc_cv_asm_set_directive=yes libc_cv_asm_symver_directive=yes libc_cv_asm_type_prefix=@ libc_cv_asm_underscores=no libc_cv_asm_weak_directive=yes libc_cv_autoconf_works=yes libc_cv_broken_alias_attribute=no libc_cv_broken_visibility_attribute=no libc_cv_c_cleanup=yes libc_cv_cc_with_libgcc_eh=no libc_cv_cc_with_libunwind=no libc_cv_cpp_asm_debuginfo=yes libc_cv_dot_text=.text libc_cv_fno_toplevel_reorder=yes libc_cv_forced_unwind=yes libc_cv_fpie=no libc_cv_friendly_stddef=yes libc_cv_gcc___thread=yes libc_cv_gcc_builtin_expect=yes libc_cv_gcc_builtin_memset=yes libc_cv_gcc_builtin_redirection=yes libc_cv_gcc_exceptions=yes libc_cv_gcc_static_libgcc=-static-libgcc libc_cv_gcc_tls_model_attr=yes libc_cv_gcc_unwind_find_fde=yes libc_cv_gnu89_inline=-fgnu89-inline libc_cv_hashstyle=yes libc_cv_have_bash2=yes libc_cv_have_ksh=yes libc_cv_have_sdata_section=no libc_cv_have_section_quotes=no libc_cv_idn=no libc_cv_initfini_array=yes libc_cv_ld_no_whole_archive=yes libc_cv_ld_version_script_option=yes libc_cv_libgcc_s_suffix='' libc_cv_linux2010='2.0.10 or later' libc_cv_need_minus_P=no libc_cv_prog_as_gnu=yes libc_cv_prog_ld_gnu=yes libc_cv_ranlib_necessary=no libc_cv_signed_size_t=no libc_cv_ssp=no libc_cv_sysconfdir='${prefix}/etc' libc_cv_visibility_attribute=yes libc_cv_weak_symbols=yes libc_cv_z_combreloc=yes libc_cv_z_execstack=yes libc_cv_z_initfirst=yes libc_cv_z_nodelete=yes libc_cv_z_nodlopen=yes libc_cv_z_relro=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='/mount/clfs/cross-tools/bin/../lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../i686-pc-linux-gnu/bin/ar' AS='/mount/clfs/cross-tools/bin/../lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../i686-pc-linux-gnu/bin/as' ASFLAGS_config=' -Wa,--noexecstack' AUTOCONF='autoconf' AWK='gawk' BASH_SHELL='/bin/bash' BISON='/usr/bin/bison' BUILD_CC='gcc' CC='i686-pc-linux-gnu-gcc' CFLAGS='-march=i686 -mtune=generic -g -O2' CPP='i686-pc-linux-gnu-gcc -E' CPPFLAGS='' CXX='i686-pc-linux-gnu-g++' CXXFLAGS='-g -O2' CXX_SYSINCLUDES='-isystem /usr/lib/gcc/i686-pc-linux-gnu/4.2.4/../../../../include/c++/4.2.4 -isystem /usr/lib/gcc/i686-pc-linux-gnu/4.2.4/../../../../include/c++/4.2.4/i686-pc-linux-gnu -isystem /usr/lib/gcc/i686-pc-linux-gnu/4.2.4/../../../../include/c++/4.2.4/backward' DEFINES=' -D_LIBC_REENTRANT' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' GREP='/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_INFO='/usr/bin/install-info' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' KSH='/bin/bash' LD='/mount/clfs/cross-tools/bin/../lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../i686-pc-linux-gnu/bin/ld' LDFLAGS='' LIBGD='no' LIBOBJS='' LIBS='' LN_S='ln -s' LTLIBOBJS='' MAKE='make' MAKEINFO='makeinfo' MIG='' MSGFMT='msgfmt' OBJDUMP='/mount/clfs/cross-tools/bin/../lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../i686-pc-linux-gnu/bin/objdump' OBJEXT='o' PACKAGE_BUGREPORT='glibc' PACKAGE_NAME='GNU C Library' PACKAGE_STRING='GNU C Library (see version.h)' PACKAGE_TARNAME='c-library' PACKAGE_VERSION='(see version.h)' PATH_SEPARATOR=':' PERL='/usr/bin/perl' PWD_P='/bin/pwd' RANLIB=':' RELEASE='development' SED='sed' SHELL='/bin/sh' SYSINCLUDES='-nostdinc -isystem /mount/clfs/cross-tools/bin/../lib/gcc/i686-pc-linux-gnu/4.3.2/include -isystem /mount/clfs/cross-tools/bin/../lib/gcc/i686-pc-linux-gnu/4.3.2/include-fixed -isystem /tools/include' VERSION='2.8.90' VERSIONING='yes' ac_ct_CC='' ac_ct_CXX='' add_on_subdirs=' libidn' add_ons='libidn nptl' all_warnings='' base_machine='i386' bindir='${exec_prefix}/bin' bindnow='no' bounded='no' build='i686-cross-linux-gnu' build_alias='i686-cross-linux-gnu' build_cpu='i686' build_os='linux-gnu' build_vendor='cross' cross_compiling='yes' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' elf='yes' enable_check_abi='no' exceptions='-fexceptions' exec_prefix='${prefix}' fno_unit_at_a_time='-fno-toplevel-reorder -fno-section-anchors' force_install='yes' have_libaudit='' have_libcap='' have_selinux='no' host='i686-pc-linux-gnu' host_alias='i686-pc-linux-gnu' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' ldd_rewrite_script='../sysdeps/unix/sysv/linux/ldd-rewrite.sed' libc_cv_Bgroup='yes' libc_cv_as_needed='no' libc_cv_cc_submachine='' libc_cv_cc_with_libgcc_eh='no' libc_cv_cc_with_libunwind='no' libc_cv_forced_unwind='yes' libc_cv_fpie='no' libc_cv_gcc_static_libgcc='-static-libgcc' libc_cv_gcc_unwind_find_fde='yes' libc_cv_gnu89_inline='-fgnu89-inline' libc_cv_hashstyle='yes' libc_cv_have_bash2='yes' libc_cv_have_initfini='' libc_cv_have_ksh='yes' libc_cv_libgcc_s_suffix='' libc_cv_localedir='' libc_cv_rootsbindir='' libc_cv_slibdir='' libc_cv_ssp='no' libc_cv_sysconfdir='${prefix}/etc' libc_cv_z_combreloc='yes' libc_cv_z_execstack='yes' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mach_interface_list='' mandir='${datarootdir}/man' no_whole_archive='-Wl,--no-whole-archive' nopic_initfini='' old_glibc_headers='no' oldest_abi='default' oldincludedir='/usr/include' omitfp='no' pdfdir='${docdir}' pic_default='no' prefix='/tools' profile='no' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' shared='yes' sharedstatedir='${prefix}/com' sizeof_long_double='0' static='yes' static_nss='no' subdirs=' ' submachine='' sysconfdir='${prefix}/etc' sysdeps_add_ons=' nptl' sysnames=' sysdeps/i386/elf nptl/sysdeps/unix/sysv/linux/i386/i686 nptl/sysdeps/unix/sysv/linux/i386 sysdeps/unix/sysv/linux/i386 nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/common sysdeps/unix/mman sysdeps/unix/inet sysdeps/unix/sysv/i386 nptl/sysdeps/unix/sysv sysdeps/unix/sysv sysdeps/unix/i386 nptl/sysdeps/unix sysdeps/unix sysdeps/posix sysdeps/i386/i686/fpu nptl/sysdeps/i386/i686 sysdeps/i386/i686 sysdeps/i386/i486 nptl/sysdeps/i386/i486 sysdeps/i386/fpu nptl/sysdeps/i386 sysdeps/i386 sysdeps/wordsize-32 sysdeps/ieee754/ldbl-96 sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/ieee754 sysdeps/generic/elf sysdeps/generic' target_alias='' uname_release='' uname_sysname='' uname_version='' use_ldconfig='yes' with_cvs='no' with_fp='yes' xcoff='no' ## ----------- ## ## 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 HAVE_LIBIDN 1 #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_Z_COMBRELOC 1 #define NO_UNDERSCORES 1 #define HAVE_ASM_WEAK_DIRECTIVE 1 #define HAVE_ASM_CFI_DIRECTIVES 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_BUILTIN_MEMSET 1 #define HAVE_BUILTIN_REDIRECTION 1 #define HAVE___THREAD 1 #define HAVE_TLS_MODEL_ATTRIBUTE 1 #define SIZEOF_LONG_DOUBLE 0 #define HAVE_TLS_SUPPORT 1 #define PI_STATIC_AND_HIDDEN 1 #define HAVE_FORCED_UNWIND 1 #define __LINUX_KERNEL_VERSION (2 * 65536 + 6 * 256 + 0) #define __ABI_TAG_VERSION 2,6,0 #define HAVE_INLINED_SYSCALLS 1 #define HAVE_CPP_ASM_DEBUGINFO 1 #define EXPORT_UNWIND_FIND_FDE 1 #define USE_IN_LIBIO 1 #define HAVE_ELF 1 configure: exit 1