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-2.9/configure --prefix=/usr/src/openpandora-toolchain/armv7l-unknown-linux-gnueabi/ --build=x86_64-linux-gnu --host=armv7l-unknown-linux-gnueabi --target=armv7l-unknown-linux-gnueabi --with-headers=/usr/src/openpandora-toolchain/armv7l-unknown-linux-gnueabi/include --disable-multilib libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes ## --------- ## ## Platform. ## ## --------- ## hostname = sle3 uname -m = x86_64 uname -r = 3.16.0-4-amd64 uname -s = Linux uname -v = #1 SMP Debian 3.16.7-ckt11-1+deb8u5 (2015-10-09) /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: /usr/src/openpandora-toolchain/bin PATH: /home/sle/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/local/games PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:2182: checking build system type configure:2200: result: x86_64-pc-linux-gnu configure:2222: checking host system type configure:2237: result: armv7l-unknown-linux-gnueabi configure:2455: checking add-on glibc-ports for preconfigure fragments configure:2462: result: 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 armv7l-unknown-linux-gnueabi-gcc configure:2975: found /usr/src/openpandora-toolchain/bin/armv7l-unknown-linux-gnueabi-gcc configure:2986: result: armv7l-unknown-linux-gnueabi-gcc configure:3264: checking for C compiler version configure:3271: armv7l-unknown-linux-gnueabi-gcc --version >&5 armv7l-unknown-linux-gnueabi-gcc (GCC) 4.9.3 Copyright (C) 2015 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: armv7l-unknown-linux-gnueabi-gcc -v >&5 Using built-in specs. COLLECT_GCC=armv7l-unknown-linux-gnueabi-gcc COLLECT_LTO_WRAPPER=/usr/src/openpandora-toolchain/libexec/gcc/armv7l-unknown-linux-gnueabi/4.9.3/lto-wrapper Target: armv7l-unknown-linux-gnueabi Configured with: ../gcc-4.9.3/configure --host=x86_64-linux-gnu --target=armv7l-unknown-linux-gnueabi --build=x86_64-linux-gnu --prefix=/usr/src/openpandora-toolchain -disable-nls --enable-languages=c,c++ --with-cpu=cortex-a8 --with-fpu=neon --with-float=softfp Thread model: posix gcc version 4.9.3 (GCC) configure:3284: $? = 0 configure:3291: armv7l-unknown-linux-gnueabi-gcc -V >&5 armv7l-unknown-linux-gnueabi-gcc: error: unrecognized command line option '-V' armv7l-unknown-linux-gnueabi-gcc: fatal error: no input files compilation terminated. configure:3294: $? = 1 configure:3298: checking for suffix of object files configure:3324: armv7l-unknown-linux-gnueabi-gcc -c conftest.c >&5 configure:3327: $? = 0 configure:3350: result: o configure:3354: checking whether we are using the GNU C compiler configure:3383: armv7l-unknown-linux-gnueabi-gcc -c conftest.c >&5 configure:3389: $? = 0 configure:3406: result: yes configure:3411: checking whether armv7l-unknown-linux-gnueabi-gcc accepts -g configure:3441: armv7l-unknown-linux-gnueabi-gcc -c -g conftest.c >&5 configure:3447: $? = 0 configure:3546: result: yes configure:3563: checking for armv7l-unknown-linux-gnueabi-gcc option to accept ISO C89 configure:3637: armv7l-unknown-linux-gnueabi-gcc -c -g -O2 conftest.c >&5 conftest.c:9:19: fatal error: stdio.h: No such file or directory #include ^ compilation terminated. 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" | /* 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: armv7l-unknown-linux-gnueabi-gcc -qlanglvl=extc89 -c -g -O2 conftest.c >&5 armv7l-unknown-linux-gnueabi-gcc: error: unrecognized command line option '-qlanglvl=extc89' 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" | /* 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: armv7l-unknown-linux-gnueabi-gcc -qlanglvl=ansi -c -g -O2 conftest.c >&5 armv7l-unknown-linux-gnueabi-gcc: error: unrecognized command line option '-qlanglvl=ansi' 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" | /* 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: armv7l-unknown-linux-gnueabi-gcc -std -c -g -O2 conftest.c >&5 armv7l-unknown-linux-gnueabi-gcc: 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" | /* 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: armv7l-unknown-linux-gnueabi-gcc -Ae -c -g -O2 conftest.c >&5 :0:1: error: missing '(' after predicate conftest.c:9:19: fatal error: stdio.h: No such file or directory #include ^ compilation terminated. 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" | /* 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: armv7l-unknown-linux-gnueabi-gcc -Aa -D_HPUX_SOURCE -c -g -O2 conftest.c >&5 :0:1: error: missing '(' after predicate conftest.c:9:19: fatal error: stdio.h: No such file or directory #include ^ compilation terminated. 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" | /* 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: armv7l-unknown-linux-gnueabi-gcc -Xc -D__EXTENSIONS__ -c -g -O2 conftest.c >&5 armv7l-unknown-linux-gnueabi-gcc: error: unrecognized command line option '-Xc' 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" | /* 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:3705: found /usr/bin/gcc configure:3716: result: gcc configure:3734: checking how to run the C preprocessor configure:3774: armv7l-unknown-linux-gnueabi-gcc -E conftest.c configure:3780: $? = 0 configure:3811: armv7l-unknown-linux-gnueabi-gcc -E conftest.c conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. 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" | /* end confdefs.h. */ | #include configure:3850: result: armv7l-unknown-linux-gnueabi-gcc -E configure:3879: armv7l-unknown-linux-gnueabi-gcc -E conftest.c configure:3885: $? = 0 configure:3916: armv7l-unknown-linux-gnueabi-gcc -E conftest.c conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. 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" | /* end confdefs.h. */ | #include configure:3974: checking for armv7l-unknown-linux-gnueabi-g++ configure:3990: found /usr/src/openpandora-toolchain/bin/armv7l-unknown-linux-gnueabi-g++ configure:4001: result: armv7l-unknown-linux-gnueabi-g++ configure:4076: checking for C++ compiler version configure:4083: armv7l-unknown-linux-gnueabi-g++ --version >&5 armv7l-unknown-linux-gnueabi-g++ (GCC) 4.9.3 Copyright (C) 2015 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: armv7l-unknown-linux-gnueabi-g++ -v >&5 Using built-in specs. COLLECT_GCC=armv7l-unknown-linux-gnueabi-g++ COLLECT_LTO_WRAPPER=/usr/src/openpandora-toolchain/libexec/gcc/armv7l-unknown-linux-gnueabi/4.9.3/lto-wrapper Target: armv7l-unknown-linux-gnueabi Configured with: ../gcc-4.9.3/configure --host=x86_64-linux-gnu --target=armv7l-unknown-linux-gnueabi --build=x86_64-linux-gnu --prefix=/usr/src/openpandora-toolchain -disable-nls --enable-languages=c,c++ --with-cpu=cortex-a8 --with-fpu=neon --with-float=softfp Thread model: posix gcc version 4.9.3 (GCC) configure:4096: $? = 0 configure:4103: armv7l-unknown-linux-gnueabi-g++ -V >&5 armv7l-unknown-linux-gnueabi-g++: error: unrecognized command line option '-V' armv7l-unknown-linux-gnueabi-g++: fatal error: no input files compilation terminated. configure:4106: $? = 1 configure:4109: checking whether we are using the GNU C++ compiler configure:4138: armv7l-unknown-linux-gnueabi-g++ -c conftest.cpp >&5 configure:4144: $? = 0 configure:4161: result: yes configure:4166: checking whether armv7l-unknown-linux-gnueabi-g++ accepts -g configure:4196: armv7l-unknown-linux-gnueabi-g++ -c -g conftest.cpp >&5 configure:4202: $? = 0 configure:4301: result: yes configure:4444: checking whether /usr/src/openpandora-toolchain/lib/gcc/armv7l-unknown-linux-gnueabi/4.9.3/../../../../armv7l-unknown-linux-gnueabi/bin/as is GNU as configure:4458: result: yes configure:4463: checking whether /usr/src/openpandora-toolchain/lib/gcc/armv7l-unknown-linux-gnueabi/4.9.3/../../../../armv7l-unknown-linux-gnueabi/bin/ld is GNU ld configure:4477: result: yes configure:4487: checking for /usr/src/openpandora-toolchain/lib/gcc/armv7l-unknown-linux-gnueabi/4.9.3/../../../../armv7l-unknown-linux-gnueabi/bin/as configure:4514: result: /usr/src/openpandora-toolchain/lib/gcc/armv7l-unknown-linux-gnueabi/4.9.3/../../../../armv7l-unknown-linux-gnueabi/bin/as configure:4529: checking version of /usr/src/openpandora-toolchain/lib/gcc/armv7l-unknown-linux-gnueabi/4.9.3/../../../../armv7l-unknown-linux-gnueabi/bin/as configure:4539: result: 2.25.1, ok configure:4550: checking for /usr/src/openpandora-toolchain/lib/gcc/armv7l-unknown-linux-gnueabi/4.9.3/../../../../armv7l-unknown-linux-gnueabi/bin/ld configure:4577: result: /usr/src/openpandora-toolchain/lib/gcc/armv7l-unknown-linux-gnueabi/4.9.3/../../../../armv7l-unknown-linux-gnueabi/bin/ld configure:4592: checking version of /usr/src/openpandora-toolchain/lib/gcc/armv7l-unknown-linux-gnueabi/4.9.3/../../../../armv7l-unknown-linux-gnueabi/bin/ld configure:4602: result: 2.25.1, ok configure:4617: checking for pwd configure:4635: found /bin/pwd configure:4648: result: /bin/pwd configure:4668: checking for armv7l-unknown-linux-gnueabi-gcc configure:4695: result: armv7l-unknown-linux-gnueabi-gcc configure:4710: checking version of armv7l-unknown-linux-gnueabi-gcc configure:4720: result: 4.9.3, 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: 4.0, bad 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.19.3, 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: 5.2, bad configure:4921: checking for sed configure:4937: found /bin/sed configure:4948: result: sed configure:4963: checking version of sed configure:4973: result: v. ?.??, bad 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:5050: error: *** These critical programs are missing or too old: make *** Check the INSTALL file for required versions. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-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=x86_64-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=armv7l-unknown-linux-gnueabi ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=armv7l-unknown-linux-gnueabi ac_cv_host=armv7l-unknown-linux-gnueabi ac_cv_objext=o ac_cv_path_PWD_P=/bin/pwd ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AS=/usr/src/openpandora-toolchain/lib/gcc/armv7l-unknown-linux-gnueabi/4.9.3/../../../../armv7l-unknown-linux-gnueabi/bin/as ac_cv_prog_AUTOCONF=autoconf ac_cv_prog_BUILD_CC=gcc ac_cv_prog_CC=armv7l-unknown-linux-gnueabi-gcc ac_cv_prog_CPP='armv7l-unknown-linux-gnueabi-gcc -E' ac_cv_prog_CXX=armv7l-unknown-linux-gnueabi-g++ ac_cv_prog_LD=/usr/src/openpandora-toolchain/lib/gcc/armv7l-unknown-linux-gnueabi/4.9.3/../../../../armv7l-unknown-linux-gnueabi/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 libc_cv_autoconf_works=yes libc_cv_c_cleanup=yes libc_cv_forced_unwind=yes libc_cv_prog_as_gnu=yes libc_cv_prog_ld_gnu=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='/usr/src/openpandora-toolchain/lib/gcc/armv7l-unknown-linux-gnueabi/4.9.3/../../../../armv7l-unknown-linux-gnueabi/bin/ar' AS='/usr/src/openpandora-toolchain/lib/gcc/armv7l-unknown-linux-gnueabi/4.9.3/../../../../armv7l-unknown-linux-gnueabi/bin/as' ASFLAGS_config='' AUTOCONF='autoconf' AWK='' BASH_SHELL='' BISON='' BUILD_CC='gcc' CC='armv7l-unknown-linux-gnueabi-gcc' CFLAGS='-g -O2' CPP='armv7l-unknown-linux-gnueabi-gcc -E' CPPFLAGS='' CXX='armv7l-unknown-linux-gnueabi-g++' CXXFLAGS='-g -O2' CXX_SYSINCLUDES='' DEFINES='' DEFS='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='' GREP='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_INFO='' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' KSH='' LD='/usr/src/openpandora-toolchain/lib/gcc/armv7l-unknown-linux-gnueabi/4.9.3/../../../../armv7l-unknown-linux-gnueabi/bin/ld' LDFLAGS='' LIBGD='' LIBOBJS='' LIBS='' LN_S='ln -s' LTLIBOBJS='' MAKE='make' MAKEINFO=':' MIG='' MSGFMT='msgfmt' OBJDUMP='/usr/src/openpandora-toolchain/lib/gcc/armv7l-unknown-linux-gnueabi/4.9.3/../../../../armv7l-unknown-linux-gnueabi/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='' PWD_P='/bin/pwd' RANLIB='/usr/src/openpandora-toolchain/lib/gcc/armv7l-unknown-linux-gnueabi/4.9.3/../../../../armv7l-unknown-linux-gnueabi/bin/ranlib' RELEASE='' SED='sed' SHELL='/bin/sh' SYSINCLUDES='' VERSION='' VERSIONING='' ac_ct_CC='' ac_ct_CXX='' add_on_subdirs='' add_ons='glibc-ports nptl' all_warnings='' base_machine='arm' bindir='${exec_prefix}/bin' bindnow='no' bounded='no' build='x86_64-pc-linux-gnu' build_alias='x86_64-linux-gnu' build_cpu='x86_64' 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='' exec_prefix='NONE' fno_unit_at_a_time='' force_install='yes' have_libaudit='' have_libcap='' have_selinux='' host='armv7l-unknown-linux-gnueabi' host_alias='armv7l-unknown-linux-gnueabi' host_cpu='armv7l' host_os='linux-gnueabi' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' ldd_rewrite_script='' libc_cv_Bgroup='' libc_cv_as_needed='' libc_cv_cc_submachine='' libc_cv_cc_with_libunwind='' libc_cv_cpp_asm_debuginfo='' libc_cv_forced_unwind='yes' libc_cv_fpie='' libc_cv_gcc_static_libgcc='' libc_cv_gcc_unwind_find_fde='' libc_cv_gnu89_inline='' libc_cv_hashstyle='' libc_cv_have_bash2='' libc_cv_have_initfini='' libc_cv_have_ksh='' libc_cv_libgcc_s_suffix='' libc_cv_localedir='' libc_cv_rootsbindir='' libc_cv_slibdir='' libc_cv_ssp='' libc_cv_sysconfdir='' libc_cv_z_combreloc='' libc_cv_z_execstack='' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mach_interface_list='' mandir='${datarootdir}/man' no_whole_archive='' nopic_initfini='' old_glibc_headers='' oldest_abi='default' oldincludedir='/usr/include' omitfp='no' pdfdir='${docdir}' pic_default='' prefix='/usr/src/openpandora-toolchain/armv7l-unknown-linux-gnueabi/' profile='no' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' shared='default' sharedstatedir='${prefix}/com' sizeof_long_double='' static='yes' static_nss='no' subdirs=' ' submachine='' sysconfdir='${prefix}/etc' sysdeps_add_ons=' glibc-ports nptl' sysnames=' glibc-ports/sysdeps/arm/elf glibc-ports/sysdeps/unix/sysv/linux/arm/eabi/nptl glibc-ports/sysdeps/unix/sysv/linux/arm/eabi glibc-ports/sysdeps/unix/sysv/linux/arm/nptl glibc-ports/sysdeps/unix/sysv/linux/arm glibc-ports/sysdeps/unix/sysv/linux 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 glibc-ports/sysdeps/unix/sysv nptl/sysdeps/unix/sysv sysdeps/unix/sysv glibc-ports/sysdeps/unix/arm glibc-ports/sysdeps/unix nptl/sysdeps/unix sysdeps/unix sysdeps/posix glibc-ports/sysdeps/arm/eabi glibc-ports/sysdeps/arm/fpu glibc-ports/sysdeps/arm/nptl glibc-ports/sysdeps/arm sysdeps/wordsize-32 sysdeps/ieee754/flt-32 sysdeps/ieee754/dbl-64 sysdeps/ieee754 sysdeps/generic/elf sysdeps/generic' target_alias='armv7l-unknown-linux-gnueabi' uname_release='' uname_sysname='' uname_version='' use_ldconfig='' with_cvs='yes' 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" configure: exit 1