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.66. Invocation command line was $ ../glibc-2.13/configure --prefix=/tools --host=i686-lfs-linux-gnu --build=i686-pc-linux-gnu --disable-profile --enable-add-ons --enable-kernel=2.6.37 --with-headers=/tools/include libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes ## --------- ## ## Platform. ## ## --------- ## hostname = slack uname -m = i686 uname -r = 2.6.29.6-smp uname -s = Linux uname -v = #2 SMP Mon Aug 17 00:52:54 CDT 2009 /usr/bin/uname -p = Intel(R) Pentium(R) 4 CPU 2.80GHz /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /tools/bin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2363: checking build system type configure:2377: result: i686-pc-linux-gnu configure:2397: checking host system type configure:2410: result: i686-lfs-linux-gnu configure:2439: checking for i686-lfs-linux-gnu-gcc configure:2455: found /tools/bin/i686-lfs-linux-gnu-gcc configure:2466: result: i686-lfs-linux-gnu-gcc configure:2735: checking for C compiler version configure:2744: i686-lfs-linux-gnu-gcc --version >&5 i686-lfs-linux-gnu-gcc (GCC) 4.5.2 Copyright (C) 2010 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:2755: $? = 0 configure:2744: i686-lfs-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=i686-lfs-linux-gnu-gcc COLLECT_LTO_WRAPPER=/mnt/lfs/tools/bin/../libexec/gcc/i686-lfs-linux-gnu/4.5.2/lto-wrapper Target: i686-lfs-linux-gnu Configured with: ../gcc-4.5.2/configure --target=i686-lfs-linux-gnu --prefix=/tools --disable-nls --disable-shared --disable-multilib --disable-decimal-float --disable-threads --disable-libmudflap --disable-libssp --disable-libgomp --enable-languages=c --with-gmp-include=/mnt/lfs/sources/gcc-build/gmp --with-gmp-lib=/mnt/lfs/sources/gcc-build/gmp/.libs --without-ppl --without-cloog Thread model: single gcc version 4.5.2 (GCC) configure:2755: $? = 0 configure:2744: i686-lfs-linux-gnu-gcc -V >&5 i686-lfs-linux-gnu-gcc: '-V' option must have argument configure:2755: $? = 1 configure:2744: i686-lfs-linux-gnu-gcc -qversion >&5 i686-lfs-linux-gnu-gcc: unrecognized option '-qversion' i686-lfs-linux-gnu-gcc: no input files configure:2755: $? = 1 configure:2760: checking for suffix of object files configure:2782: i686-lfs-linux-gnu-gcc -c conftest.c >&5 configure:2786: $? = 0 configure:2807: result: o configure:2811: checking whether we are using the GNU C compiler configure:2830: i686-lfs-linux-gnu-gcc -c conftest.c >&5 configure:2830: $? = 0 configure:2839: result: yes configure:2848: checking whether i686-lfs-linux-gnu-gcc accepts -g configure:2868: i686-lfs-linux-gnu-gcc -c -g conftest.c >&5 configure:2868: $? = 0 configure:2909: result: yes configure:2926: checking for i686-lfs-linux-gnu-gcc option to accept ISO C89 configure:2990: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5 conftest.c:10:19: fatal error: stdio.h: No such file or directory compilation terminated. configure:2990: $? = 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 PACKAGE_URL "http://www.gnu.org/software/c-library/" | /* 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:2990: i686-lfs-linux-gnu-gcc -qlanglvl=extc89 -c -g -O2 conftest.c >&5 i686-lfs-linux-gnu-gcc: unrecognized option '-qlanglvl=extc89' conftest.c:10:19: fatal error: stdio.h: No such file or directory compilation terminated. configure:2990: $? = 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 PACKAGE_URL "http://www.gnu.org/software/c-library/" | /* 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:2990: i686-lfs-linux-gnu-gcc -qlanglvl=ansi -c -g -O2 conftest.c >&5 i686-lfs-linux-gnu-gcc: unrecognized option '-qlanglvl=ansi' conftest.c:10:19: fatal error: stdio.h: No such file or directory compilation terminated. configure:2990: $? = 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 PACKAGE_URL "http://www.gnu.org/software/c-library/" | /* 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:2990: i686-lfs-linux-gnu-gcc -std -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std" configure:2990: $? = 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 PACKAGE_URL "http://www.gnu.org/software/c-library/" | /* 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:2990: i686-lfs-linux-gnu-gcc -Ae -c -g -O2 conftest.c >&5 :0:1: error: missing '(' after predicate conftest.c:10:19: fatal error: stdio.h: No such file or directory compilation terminated. configure:2990: $? = 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 PACKAGE_URL "http://www.gnu.org/software/c-library/" | /* 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:2990: i686-lfs-linux-gnu-gcc -Aa -D_HPUX_SOURCE -c -g -O2 conftest.c >&5 :0:1: error: missing '(' after predicate conftest.c:10:19: fatal error: stdio.h: No such file or directory compilation terminated. configure:2990: $? = 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 PACKAGE_URL "http://www.gnu.org/software/c-library/" | /* 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:2990: i686-lfs-linux-gnu-gcc -Xc -D__EXTENSIONS__ -c -g -O2 conftest.c >&5 i686-lfs-linux-gnu-gcc: unrecognized option '-Xc' conftest.c:10:19: fatal error: stdio.h: No such file or directory compilation terminated. configure:2990: $? = 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 PACKAGE_URL "http://www.gnu.org/software/c-library/" | /* 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:3006: result: unsupported configure:3028: checking for gcc configure:3044: found /usr/bin/gcc configure:3055: result: gcc configure:3073: checking how to run the C preprocessor configure:3104: i686-lfs-linux-gnu-gcc -E conftest.c configure:3104: $? = 0 configure:3118: i686-lfs-linux-gnu-gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:3118: $? = 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 PACKAGE_URL "http://www.gnu.org/software/c-library/" | /* end confdefs.h. */ | #include configure:3143: result: i686-lfs-linux-gnu-gcc -E configure:3163: i686-lfs-linux-gnu-gcc -E conftest.c configure:3163: $? = 0 configure:3177: i686-lfs-linux-gnu-gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:3177: $? = 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 PACKAGE_URL "http://www.gnu.org/software/c-library/" | /* end confdefs.h. */ | #include configure:3220: checking for i686-lfs-linux-gnu-g++ configure:3250: result: no configure:3220: checking for i686-lfs-linux-gnu-c++ configure:3250: result: no configure:3220: checking for i686-lfs-linux-gnu-gpp configure:3250: result: no configure:3220: checking for i686-lfs-linux-gnu-aCC configure:3250: result: no configure:3220: checking for i686-lfs-linux-gnu-CC configure:3250: result: no configure:3220: checking for i686-lfs-linux-gnu-cxx configure:3250: result: no configure:3220: checking for i686-lfs-linux-gnu-cc++ configure:3250: result: no configure:3220: checking for i686-lfs-linux-gnu-cl.exe configure:3250: result: no configure:3220: checking for i686-lfs-linux-gnu-FCC configure:3250: result: no configure:3220: checking for i686-lfs-linux-gnu-KCC configure:3250: result: no configure:3220: checking for i686-lfs-linux-gnu-RCC configure:3250: result: no configure:3220: checking for i686-lfs-linux-gnu-xlC_r configure:3250: result: no configure:3220: checking for i686-lfs-linux-gnu-xlC configure:3250: result: no configure:3264: checking for g++ configure:3280: found /usr/bin/g++ configure:3291: result: g++ configure:3307: WARNING: using cross tools not prefixed with host triplet configure:3318: checking for C++ compiler version configure:3327: g++ --version >&5 g++ (GCC) 4.3.3 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:3338: $? = 0 configure:3327: g++ -v >&5 Reading specs from /usr/lib/gcc/i486-slackware-linux/4.3.3/specs Target: i486-slackware-linux Configured with: ../gcc-4.3.3/configure --prefix=/usr --libdir=/usr/lib --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,java,objc --enable-threads=posix --enable-checking=release --with-system-zlib --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --with-gnu-ld --verbose --with-arch=i486 --target=i486-slackware-linux --build=i486-slackware-linux --host=i486-slackware-linux Thread model: posix gcc version 4.3.3 (GCC) configure:3338: $? = 0 configure:3327: g++ -V >&5 g++: '-V' option must have argument configure:3338: $? = 1 configure:3327: g++ -qversion >&5 g++: unrecognized option '-qversion' g++: no input files configure:3338: $? = 1 configure:3342: checking whether we are using the GNU C++ compiler configure:3361: g++ -c conftest.cpp >&5 configure:3361: $? = 0 configure:3370: result: yes configure:3379: checking whether g++ accepts -g configure:3399: g++ -c -g conftest.cpp >&5 configure:3399: $? = 0 configure:3440: result: yes configure:3968: running configure fragment for add-on libidn configure:3968: running configure fragment for add-on nptl configure:4110: checking for assembler gnu_indirect_function symbol type support configure:4126: result: yes configure:4129: checking whether .text pseudo-op must be used configure:4139: i686-lfs-linux-gnu-gcc -c conftest.s 1>&5 configure:4142: $? = 0 configure:4153: result: yes configure:4157: checking for assembler global-symbol directive configure:4170: i686-lfs-linux-gnu-gcc -c conftest.s 1>&5 configure:4173: $? = 0 configure:4181: result: .globl configure:4192: checking for assembler .type directive prefix configure:4208: i686-lfs-linux-gnu-gcc -c conftest.s 1>&5 configure:4211: $? = 0 configure:4219: result: @ configure:4242: checking sysdep dirs configure:4487: result: sysdeps/generic/elf sysdeps/generic configure:4564: checking for a BSD-compatible install configure:4632: result: /bin/ginstall -c configure:4647: checking whether ln -s works configure:4651: result: yes configure:4775: checking whether /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/as is GNU as configure:4789: result: yes configure:4794: checking whether /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld is GNU ld configure:4808: result: yes configure:4818: checking for /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/as configure:4845: result: /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/as configure:4860: checking version of /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/as configure:4870: result: 2.21, ok configure:4881: checking for /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld configure:4908: result: /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld configure:4923: checking version of /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld configure:4933: result: 2.21, ok configure:4948: checking for pwd configure:4966: found /bin/pwd configure:4979: result: /bin/pwd configure:4997: checking for i686-lfs-linux-gnu-gcc configure:5024: result: i686-lfs-linux-gnu-gcc configure:5039: checking version of i686-lfs-linux-gnu-gcc configure:5049: result: 4.5.2, ok configure:5060: checking for gnumake configure:5090: result: no configure:5060: checking for gmake configure:5076: found /usr/bin/gmake configure:5087: result: gmake configure:5102: checking version of gmake configure:5112: result: 3.81, ok configure:5124: checking for gnumsgfmt configure:5154: result: no configure:5124: checking for gmsgfmt configure:5154: result: no configure:5124: checking for msgfmt configure:5140: found /usr/bin/msgfmt configure:5151: result: msgfmt configure:5166: checking version of msgfmt configure:5176: result: 0.17, ok configure:5187: checking for makeinfo configure:5203: found /usr/bin/makeinfo configure:5214: result: makeinfo configure:5229: checking version of makeinfo configure:5239: result: 4.13, ok configure:5250: checking for sed configure:5266: found /bin/sed configure:5277: result: sed configure:5292: checking version of sed configure:5302: result: 4.1.5, ok configure:5314: checking for autoconf configure:5330: found /usr/bin/autoconf configure:5341: result: autoconf configure:5356: checking whether autoconf works configure:5367: result: yes configure:5413: checking whether ranlib is necessary configure:5434: result: no configure:5447: checking LD_LIBRARY_PATH variable configure:5457: result: ok configure:5466: checking whether GCC supports -static-libgcc configure:5477: result: -static-libgcc configure:5483: checking for bash configure:5501: found /bin/bash configure:5514: result: /bin/bash configure:5589: checking for gawk configure:5605: found /bin/gawk configure:5616: result: gawk configure:5629: checking for perl configure:5647: found /usr/bin/perl configure:5660: result: /usr/bin/perl configure:5674: checking for install-info configure:5693: found /usr/bin/install-info configure:5706: result: /usr/bin/install-info configure:5716: checking for bison configure:5735: found /usr/bin/bison configure:5748: result: /usr/bin/bison configure:5757: checking for signed size_t type configure:5772: result: no configure:5781: checking for libc-friendly stddef.h configure:5805: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:26:38: warning: incompatible implicit declaration of built-in function 'abort' configure:5805: $? = 0 configure:5812: result: yes configure:5819: checking whether we need to use -P to assemble .S files configure:5829: i686-lfs-linux-gnu-gcc -c conftest.S 1>&5 configure:5832: $? = 0 configure:5840: result: no configure:5847: checking for .set assembler directive configure:5873: result: yes configure:5880: checking for assembler gnu_unique_object symbol type configure:5897: result: yes configure:5904: checking for .symver assembler directive configure:5921: result: yes configure:5923: checking for ld --version-script configure:5949: i686-lfs-linux-gnu-gcc -g -O2 -shared -o conftest.so conftest.o -nostartfiles -nostdlib -Wl,--version-script,conftest.map 1>&5 configure:5952: $? = 0 configure:5967: result: yes configure:5989: checking for .previous assembler directive configure:5999: i686-lfs-linux-gnu-gcc -c conftest.s 1>&5 configure:6002: $? = 0 configure:6010: result: yes configure:6044: checking for .protected and .hidden assembler directive configure:6056: i686-lfs-linux-gnu-gcc -c conftest.s 1>&5 configure:6059: $? = 0 configure:6067: result: yes configure:6071: checking whether __attribute__((visibility())) is supported configure:6082: i686-lfs-linux-gnu-gcc -Werror -S conftest.c -o conftest.s 1>&5 configure:6085: $? = 0 configure:6096: result: yes configure:6104: checking for broken __attribute__((visibility())) configure:6116: i686-lfs-linux-gnu-gcc -Werror -S conftest.c -o conftest.s1>&5 configure:6119: $? = 0 configure:6128: result: no configure:6135: checking for broken __attribute__((alias())) configure:6150: i686-lfs-linux-gnu-gcc -Werror -S conftest.c -o conftest.s 1>&5 configure:6153: $? = 0 configure:6163: result: no configure:6170: checking whether to put _rtld_local into .sdata section configure:6184: result: no configure:6192: checking for .preinit_array/.init_array/.fini_array support configure:6205: i686-lfs-linux-gnu-gcc -g -O2 -o conftest conftest.c -static -nostartfiles -nostdlib 1>&5 configure:6208: $? = 0 configure:6221: result: yes configure:6226: i686-lfs-linux-gnu-gcc -Wl,--verbose 2>&1|grep SORT_BY_INIT_PRIORITY 1>&5 configure:6229: $? = 1 configure:6235: checking for libunwind-support in compiler configure:6252: result: no configure:6260: checking for -z nodelete option configure:6272: i686-lfs-linux-gnu-gcc -g -O2 -fPIC -shared -o conftest.so conftest.c -nostartfiles -nostdlib -Wl,--enable-new-dtags,-z,nodelete 1>&5 configure:6275: $? = 0 configure:6284: result: yes configure:6287: checking for -z nodlopen option configure:6299: i686-lfs-linux-gnu-gcc -g -O2 -fPIC -shared -o conftest.so conftest.c -nostartfiles -nostdlib -Wl,--enable-new-dtags,-z,nodlopen 1>&5 configure:6302: $? = 0 configure:6311: result: yes configure:6314: checking for -z initfirst option configure:6326: i686-lfs-linux-gnu-gcc -g -O2 -fPIC -shared -o conftest.so conftest.c -nostartfiles -nostdlib -Wl,--enable-new-dtags,-z,initfirst 1>&5 configure:6329: $? = 0 configure:6338: result: yes configure:6343: checking for -z relro option configure:6350: i686-lfs-linux-gnu-gcc -v --help 2>&1|grep z relro 1>&5 -z relro Create RELRO program header configure:6353: $? = 0 configure:6357: i686-lfs-linux-gnu-gcc -Wl,--verbose 2>&1|grep DATA_SEGMENT_RELRO_END 1>&5 . = DATA_SEGMENT_RELRO_END (12, .); configure:6360: $? = 0 configure:6367: result: yes configure:6376: checking for -Bgroup option configure:6387: i686-lfs-linux-gnu-gcc -g -O2 -fPIC -shared -o conftest.so conftest.c -Wl,-Bgroup -nostdlib 1>&5 configure:6390: $? = 0 configure:6399: result: yes configure:6403: checking for libgcc_s suffix configure:6417: result: configure:6421: checking for --as-needed option configure:6433: i686-lfs-linux-gnu-gcc -g -O2 -fPIC -shared -o conftest.so conftest.c -lgcc_s -Wl,--as-needed -nostdlib 1>&5 /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find -lgcc_s collect2: ld returned 1 exit status configure:6436: $? = 1 configure:6445: result: no configure:6450: checking whether --noexecstack is desirable for .S files configure:6460: i686-lfs-linux-gnu-gcc -g -O2 -S -o conftest.s conftest.c 1>&5 configure:6463: $? = 0 configure:6468: i686-lfs-linux-gnu-gcc -Wa,--noexecstack -c -o conftest.o conftest.s 1>&5 configure:6471: $? = 0 configure:6480: result: yes configure:6487: checking for -z combreloc configure:6501: i686-lfs-linux-gnu-gcc -g -O2 -fPIC -shared -o conftest.so conftest.c -nostdlib -nostartfiles -Wl,-z,combreloc 1>&5 configure:6504: $? = 0 configure:6517: result: yes configure:6525: checking for -z execstack configure:6537: i686-lfs-linux-gnu-gcc -g -O2 -fPIC -shared -o conftest.so conftest.c -Wl,-z,execstack -nostdlib 1>&5 configure:6540: $? = 0 configure:6549: result: yes configure:6553: checking for -fpie configure:6564: i686-lfs-linux-gnu-gcc -g -O2 -pie -fpie -o conftest conftest.c 1>&5 /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find Scrt1.o: No such file or directory /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find crti.o: No such file or directory /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find -lc /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find crtn.o: No such file or directory collect2: ld returned 1 exit status configure:6567: $? = 1 configure:6576: result: no configure:6581: checking for --hash-style option configure:6592: i686-lfs-linux-gnu-gcc -g -O2 -fPIC -shared -o conftest.so conftest.c -Wl,--hash-style=both -nostdlib 1>&5 configure:6595: $? = 0 configure:6604: result: yes configure:6609: checking for -fno-toplevel-reorder -fno-section-anchors configure:6619: i686-lfs-linux-gnu-gcc -g -O2 -S -fno-toplevel-reorder -fno-section-anchors conftest.c 1>&5 configure:6622: $? = 0 configure:6631: result: yes configure:6640: checking for -fstack-protector configure:6651: i686-lfs-linux-gnu-gcc -g -O2 -Werror -fstack-protector -o conftest conftest.c 1>&5 /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find crt1.o: No such file or directory /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find crti.o: No such file or directory /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find -lssp_nonshared /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find -lssp /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find -lc /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find crtn.o: No such file or directory collect2: ld returned 1 exit status configure:6654: $? = 1 configure:6663: result: no configure:6667: checking for -fgnu89-inline configure:6682: i686-lfs-linux-gnu-gcc -g -O2 -S -std=gnu99 -fgnu89-inline -o conftest.s conftest.c 1>&5 conftest.c:3:1: warning: return type defaults to 'int' configure:6685: $? = 0 configure:6694: result: yes configure:6738: checking whether cc puts quotes around section names configure:6759: result: no configure:6844: checking for assembler .weak directive configure:6857: i686-lfs-linux-gnu-gcc -c conftest.s 1>&5 configure:6860: $? = 0 configure:6868: result: yes configure:6911: checking whether CFI directives are supported configure:6930: i686-lfs-linux-gnu-gcc -c conftest.s 1>&5 configure:6933: $? = 0 configure:6941: result: yes configure:6948: checking for ld --no-whole-archive configure:6961: i686-lfs-linux-gnu-gcc -g -O2 -nostdlib -nostartfiles -Wl,--no-whole-archive -o conftest conftest.c 1>&5 configure:6964: $? = 0 configure:6972: result: yes configure:6978: checking for gcc -fexceptions configure:6991: i686-lfs-linux-gnu-gcc -g -O2 -nostdlib -nostartfiles -fexceptions -o conftest conftest.c 1>&5 configure:6994: $? = 0 configure:7002: result: yes configure:7042: checking for __builtin_expect configure:7057: i686-lfs-linux-gnu-gcc -g -O2 -nostdlib -nostartfiles -o conftest conftest.c -lgcc >&5 /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: warning: cannot find entry symbol _start; defaulting to 08048080 configure:7060: $? = 0 configure:7068: result: yes configure:7075: checking for __builtin_memset configure:7087: i686-lfs-linux-gnu-gcc -O3 -S conftest.c -o - | fgrep memset > /dev/null configure:7090: $? = 1 configure:7099: result: yes configure:7106: checking for redirection of built-in functions configure:7119: i686-lfs-linux-gnu-gcc -O3 -S conftest.c -o - | fgrep my_strstr > /dev/null configure:7122: $? = 0 configure:7131: result: yes configure:7139: checking for __thread configure:7148: i686-lfs-linux-gnu-gcc -g -O2 -c conftest.c >&5 configure:7151: $? = 0 configure:7159: result: yes configure:7170: checking for tls_model attribute configure:7179: i686-lfs-linux-gnu-gcc -g -O2 -S -Werror conftest.c >&5 configure:7182: $? = 0 configure:7190: result: yes configure:7225: checking for libgd configure:7245: i686-lfs-linux-gnu-gcc -o conftest -g -O2 conftest.c -lgd -lpng -lz -lm >&5 conftest.c:27:16: fatal error: gd.h: No such file or directory compilation terminated. configure:7245: $? = 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 PACKAGE_URL "http://www.gnu.org/software/c-library/" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | #define ASM_GLOBAL_DIRECTIVE .globl | #define ASM_TYPE_DIRECTIVE_PREFIX @ | #define USE_MULTIARCH 1 | #define HAVE_ASM_SET_DIRECTIVE 1 | #define HAVE_ASM_UNIQUE_OBJECT 1 | #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:7258: result: no configure:7267: checking for is_selinux_enabled in -lselinux configure:7292: i686-lfs-linux-gnu-gcc -o conftest -g -O2 conftest.c -lselinux >&5 /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find crt1.o: No such file or directory /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find crti.o: No such file or directory /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find -lselinux /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find -lc /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld: cannot find crtn.o: No such file or directory collect2: ld returned 1 exit status configure:7292: $? = 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 PACKAGE_URL "http://www.gnu.org/software/c-library/" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | #define ASM_GLOBAL_DIRECTIVE .globl | #define ASM_TYPE_DIRECTIVE_PREFIX @ | #define USE_MULTIARCH 1 | #define HAVE_ASM_SET_DIRECTIVE 1 | #define HAVE_ASM_UNIQUE_OBJECT 1 | #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:7301: result: no configure:7453: checking for grep that handles long lines and -e configure:7511: result: /bin/grep configure:7516: checking for egrep configure:7578: result: /bin/grep -E configure:7583: checking for ANSI C header files configure:7603: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5 conftest.c:27:20: fatal error: stdlib.h: No such file or directory compilation terminated. configure:7603: $? = 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 PACKAGE_URL "http://www.gnu.org/software/c-library/" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | #define ASM_GLOBAL_DIRECTIVE .globl | #define ASM_TYPE_DIRECTIVE_PREFIX @ | #define USE_MULTIARCH 1 | #define HAVE_ASM_SET_DIRECTIVE 1 | #define HAVE_ASM_UNIQUE_OBJECT 1 | #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:7687: result: no configure:7700: checking for sys/types.h configure:7700: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5 conftest.c:27:19: fatal error: stdio.h: No such file or directory compilation terminated. configure:7700: $? = 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 PACKAGE_URL "http://www.gnu.org/software/c-library/" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | #define ASM_GLOBAL_DIRECTIVE .globl | #define ASM_TYPE_DIRECTIVE_PREFIX @ | #define USE_MULTIARCH 1 | #define HAVE_ASM_SET_DIRECTIVE 1 | #define HAVE_ASM_UNIQUE_OBJECT 1 | #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:7700: result: no configure:7700: checking for sys/stat.h configure:7700: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5 conftest.c:27:19: fatal error: stdio.h: No such file or directory compilation terminated. configure:7700: $? = 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 PACKAGE_URL "http://www.gnu.org/software/c-library/" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | #define ASM_GLOBAL_DIRECTIVE .globl | #define ASM_TYPE_DIRECTIVE_PREFIX @ | #define USE_MULTIARCH 1 | #define HAVE_ASM_SET_DIRECTIVE 1 | #define HAVE_ASM_UNIQUE_OBJECT 1 | #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:7700: result: no configure:7700: checking for stdlib.h configure:7700: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5 conftest.c:27:19: fatal error: stdio.h: No such file or directory compilation terminated. configure:7700: $? = 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 PACKAGE_URL "http://www.gnu.org/software/c-library/" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | #define ASM_GLOBAL_DIRECTIVE .globl | #define ASM_TYPE_DIRECTIVE_PREFIX @ | #define USE_MULTIARCH 1 | #define HAVE_ASM_SET_DIRECTIVE 1 | #define HAVE_ASM_UNIQUE_OBJECT 1 | #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:7700: result: no configure:7700: checking for string.h configure:7700: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5 conftest.c:27:19: fatal error: stdio.h: No such file or directory compilation terminated. configure:7700: $? = 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 PACKAGE_URL "http://www.gnu.org/software/c-library/" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | #define ASM_GLOBAL_DIRECTIVE .globl | #define ASM_TYPE_DIRECTIVE_PREFIX @ | #define USE_MULTIARCH 1 | #define HAVE_ASM_SET_DIRECTIVE 1 | #define HAVE_ASM_UNIQUE_OBJECT 1 | #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:7700: result: no configure:7700: checking for memory.h configure:7700: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5 conftest.c:27:19: fatal error: stdio.h: No such file or directory compilation terminated. configure:7700: $? = 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 PACKAGE_URL "http://www.gnu.org/software/c-library/" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | #define ASM_GLOBAL_DIRECTIVE .globl | #define ASM_TYPE_DIRECTIVE_PREFIX @ | #define USE_MULTIARCH 1 | #define HAVE_ASM_SET_DIRECTIVE 1 | #define HAVE_ASM_UNIQUE_OBJECT 1 | #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:7700: result: no configure:7700: checking for strings.h configure:7700: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5 conftest.c:27:19: fatal error: stdio.h: No such file or directory compilation terminated. configure:7700: $? = 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 PACKAGE_URL "http://www.gnu.org/software/c-library/" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | #define ASM_GLOBAL_DIRECTIVE .globl | #define ASM_TYPE_DIRECTIVE_PREFIX @ | #define USE_MULTIARCH 1 | #define HAVE_ASM_SET_DIRECTIVE 1 | #define HAVE_ASM_UNIQUE_OBJECT 1 | #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:7700: result: no configure:7700: checking for inttypes.h configure:7700: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5 conftest.c:27:19: fatal error: stdio.h: No such file or directory compilation terminated. configure:7700: $? = 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 PACKAGE_URL "http://www.gnu.org/software/c-library/" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | #define ASM_GLOBAL_DIRECTIVE .globl | #define ASM_TYPE_DIRECTIVE_PREFIX @ | #define USE_MULTIARCH 1 | #define HAVE_ASM_SET_DIRECTIVE 1 | #define HAVE_ASM_UNIQUE_OBJECT 1 | #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:7700: result: no configure:7700: checking for stdint.h configure:7700: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5 conftest.c:27:19: fatal error: stdio.h: No such file or directory compilation terminated. configure:7700: $? = 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 PACKAGE_URL "http://www.gnu.org/software/c-library/" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | #define ASM_GLOBAL_DIRECTIVE .globl | #define ASM_TYPE_DIRECTIVE_PREFIX @ | #define USE_MULTIARCH 1 | #define HAVE_ASM_SET_DIRECTIVE 1 | #define HAVE_ASM_UNIQUE_OBJECT 1 | #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:7700: result: no configure:7700: checking for unistd.h configure:7700: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5 conftest.c:27:19: fatal error: stdio.h: No such file or directory compilation terminated. configure:7700: $? = 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 PACKAGE_URL "http://www.gnu.org/software/c-library/" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | #define ASM_GLOBAL_DIRECTIVE .globl | #define ASM_TYPE_DIRECTIVE_PREFIX @ | #define USE_MULTIARCH 1 | #define HAVE_ASM_SET_DIRECTIVE 1 | #define HAVE_ASM_UNIQUE_OBJECT 1 | #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:7700: result: no configure:7716: checking size of long double configure:7721: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5 conftest.c:27:19: fatal error: stdio.h: No such file or directory compilation terminated. configure:7721: $? = 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 PACKAGE_URL "http://www.gnu.org/software/c-library/" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | #define ASM_GLOBAL_DIRECTIVE .globl | #define ASM_TYPE_DIRECTIVE_PREFIX @ | #define USE_MULTIARCH 1 | #define HAVE_ASM_SET_DIRECTIVE 1 | #define HAVE_ASM_UNIQUE_OBJECT 1 | #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 | int | main () | { | static int test_array [1 - 2 * !(((long int) (sizeof (long double))) >= 0)]; | test_array [0] = 0 | | ; | return 0; | } configure:7721: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5 conftest.c:27:19: fatal error: stdio.h: No such file or directory compilation terminated. configure:7721: $? = 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 PACKAGE_URL "http://www.gnu.org/software/c-library/" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | #define ASM_GLOBAL_DIRECTIVE .globl | #define ASM_TYPE_DIRECTIVE_PREFIX @ | #define USE_MULTIARCH 1 | #define HAVE_ASM_SET_DIRECTIVE 1 | #define HAVE_ASM_UNIQUE_OBJECT 1 | #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 | int | main () | { | static int test_array [1 - 2 * !(((long int) (sizeof (long double))) < 0)]; | test_array [0] = 0 | | ; | return 0; | } configure:7735: result: 0 configure:7766: result: running configure fragment for sysdeps/i386/elf configure:7: checking for i386 TLS support configure:29: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.s 1>&5 configure:32: $? = 0 configure:40: result: yes configure:7766: result: running configure fragment for nptl/sysdeps/pthread configure:27: checking for forced unwind support configure:83: result: yes configure:92: checking for C cleanup handling configure:149: result: yes configure:7766: result: running configure fragment for sysdeps/pthread configure:7766: result: running configure fragment for sysdeps/unix/sysv/linux configure:14: checking for grep that handles long lines and -e configure:74: result: /bin/grep configure:79: checking for egrep configure:143: result: /bin/grep -E configure:148: checking installed Linux kernel header files configure:173: result: 2.0.10 or later configure:277: checking for kernel header at least 2.6.37 configure:300: result: ok configure:7766: result: running configure fragment for sysdeps/i386 configure:42: checking for grep that handles long lines and -e configure:102: result: /bin/grep configure:107: checking for egrep configure:171: result: /bin/grep -E configure:176: checking for ANSI C header files configure:344: result: no configure:368: checking for sys/types.h configure:413: result: no configure:368: checking for sys/stat.h configure:413: result: no configure:368: checking for stdlib.h configure:413: result: no configure:368: checking for string.h configure:413: result: no configure:368: checking for memory.h configure:413: result: no configure:368: checking for strings.h configure:413: result: no configure:368: checking for inttypes.h configure:413: result: no configure:368: checking for stdint.h configure:413: result: no configure:368: checking for unistd.h configure:413: result: no configure:437: checking cpuid.h usability configure:454: i686-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5 conftest.c:35:19: fatal error: stdio.h: No such file or directory compilation terminated. configure:461: $? = 1 configure: failed program was: | /* confdefs.h. */ | /* 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 PACKAGE_URL "http://www.gnu.org/software/c-library/" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | #define ASM_GLOBAL_DIRECTIVE .globl | #define ASM_TYPE_DIRECTIVE_PREFIX @ | #define USE_MULTIARCH 1 | #define HAVE_ASM_SET_DIRECTIVE 1 | #define HAVE_ASM_UNIQUE_OBJECT 1 | #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 + 37) | #define __ABI_TAG_VERSION 2,6,37 | #define HAVE_INLINED_SYSCALLS 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:475: result: no configure:479: checking cpuid.h presence configure:494: i686-lfs-linux-gnu-gcc -E conftest.c configure:501: $? = 0 configure:515: result: yes configure:528: WARNING: cpuid.h: present but cannot be compiled configure:530: WARNING: cpuid.h: check for missing prerequisite headers? configure:532: WARNING: cpuid.h: see the Autoconf documentation configure:534: WARNING: cpuid.h: section "Present But Cannot Be Compiled" configure:536: WARNING: cpuid.h: proceeding with the preprocessor's result configure:538: WARNING: cpuid.h: in the future, the compiler will take precedence configure:543: checking for cpuid.h configure:550: result: yes configure:564: checking if -g produces usable source locations for assembler-with-cpp configure:587: i686-lfs-linux-gnu-gcc -g -c conftest.S 1>&5 configure:590: $? = 0 configure:595: readelf --debug-dump=line conftest.o | grep conftest\.S 1>&5 1 0 0 0 conftest.S configure:598: $? = 0 configure:607: result: yes configure:616: checking for SSE4 support configure:622: i686-lfs-linux-gnu-gcc -msse4 -xc /dev/null -S -o /dev/null configure:625: $? = 0 configure:632: result: yes configure:641: checking for assembler -mtune=i686 support configure:647: i686-lfs-linux-gnu-gcc -Wa,-mtune=i686 -xc /dev/null -S -o /dev/null configure:650: $? = 0 configure:657: result: yes configure:660: checking for AVX support configure:666: i686-lfs-linux-gnu-gcc -mavx -xc /dev/null -S -o /dev/null configure:669: $? = 0 configure:676: result: yes configure:7783: checking for old glibc 2.0.x headers configure:7791: result: no configure:7831: checking whether -fPIC is default configure:7847: result: no configure:7979: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU C Library config.status (see version.h), which was generated by GNU Autoconf 2.66. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on slack config.status:950: creating config.make config.status:950: creating Makefile config.status:950: creating config.h config.status:1123: executing default commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-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= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= 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-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-lfs-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_header_cpuid_h=yes 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-lfs-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='/bin/ginstall -c' ac_cv_prog_AS=/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-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-lfs-linux-gnu-gcc ac_cv_prog_CPP='i686-lfs-linux-gnu-gcc -E' ac_cv_prog_LD=/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld ac_cv_prog_MAKE=gmake ac_cv_prog_MAKEINFO=makeinfo ac_cv_prog_MSGFMT=msgfmt ac_cv_prog_SED=sed ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_cc_c89=no ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_sizeof_long_double=0 libc_cv_386_tls=yes libc_cv_Bgroup=yes libc_cv_as_i686=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_gnu_indirect_function=yes 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_unique_object=yes 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_avx=yes libc_cv_cc_sse4=yes 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=yes 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_nss_crypt=no libc_cv_pic_default=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='/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ar' AS='/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-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-lfs-linux-gnu-gcc' CFLAGS='-g -O2' CPP='i686-lfs-linux-gnu-gcc -E' CPPFLAGS='' CXX='g++' CXXFLAGS='-g -O2' CXX_SYSINCLUDES='-isystem /usr/lib/gcc/i486-slackware-linux/4.3.3/../../../../include/c++/4.3.3 -isystem /usr/lib/gcc/i486-slackware-linux/4.3.3/../../../../include/c++/4.3.3/i486-slackware-linux -isystem /usr/lib/gcc/i486-slackware-linux/4.3.3/../../../../include/c++/4.3.3/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='/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-linux-gnu/bin/ld' LDFLAGS='' LIBGD='no' LIBOBJS='' LIBS='' LN_S='ln -s' LTLIBOBJS='' MAKE='gmake' MAKEINFO='makeinfo' MIG='' MSGFMT='msgfmt' OBJDUMP='/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/../../../../i686-lfs-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_URL='http://www.gnu.org/software/c-library/' PACKAGE_VERSION='(see version.h)' PATH_SEPARATOR=':' PERL='/usr/bin/perl' PWD_P='/bin/pwd' RANLIB=':' RELEASE='stable' SED='sed' SHELL='/bin/sh' SYSINCLUDES='-nostdinc -isystem /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/include -isystem /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.5.2/include-fixed -isystem /tools/include' VERSION='2.13' VERSIONING='yes' ac_ct_CC='' ac_ct_CXX='g++' add_on_subdirs=' libidn' add_ons='libidn nptl' all_warnings='' base_machine='i386' bindir='${exec_prefix}/bin' bindnow='no' bounded='no' build='i686-pc-linux-gnu' build_alias='i686-pc-linux-gnu' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' 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}' experimental_malloc='' fno_unit_at_a_time='-fno-toplevel-reorder -fno-section-anchors' force_install='yes' gnu89_inline='-fgnu89-inline' have_libaudit='' have_libcap='' have_selinux='no' host='i686-lfs-linux-gnu' host_alias='i686-lfs-linux-gnu' host_cpu='i686' host_os='linux-gnu' host_vendor='lfs' 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_i686='yes' libc_cv_as_needed='no' libc_cv_cc_avx='yes' libc_cv_cc_sse4='yes' libc_cv_cc_submachine='' libc_cv_cc_with_libunwind='no' libc_cv_cpp_asm_debuginfo='yes' 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_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_nss_crypt='no' libc_cv_pic_default='no' 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' multi_arch='default' no_whole_archive='-Wl,--no-whole-archive' nopic_initfini='' old_glibc_headers='no' oldest_abi='default' oldincludedir='/usr/include' omitfp='no' pdfdir='${docdir}' 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 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 sysdeps/i386/i686/multiarch 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='' use_ldconfig='yes' with_cvs='yes' with_fp='yes' xcoff='no' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* 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 PACKAGE_URL "http://www.gnu.org/software/c-library/" #define HAVE_LIBIDN 1 #define USE_REGPARMS 1 #define ASM_GLOBAL_DIRECTIVE .globl #define ASM_TYPE_DIRECTIVE_PREFIX @ #define USE_MULTIARCH 1 #define HAVE_ASM_SET_DIRECTIVE 1 #define HAVE_ASM_UNIQUE_OBJECT 1 #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 + 37) #define __ABI_TAG_VERSION 2,6,37 #define HAVE_INLINED_SYSCALLS 1 #define HAVE_CPP_ASM_DEBUGINFO 1 #define HAVE_SSE4_SUPPORT 1 #define HAVE_AVX_SUPPORT 1 #define EXPORT_UNWIND_FIND_FDE 1 #define USE_IN_LIBIO 1 #define HAVE_ELF 1 configure: exit 0