Hi, Doing yesterday a SVN-20061201 build to test current ICA/farce support in jhalfs I found that the first iterative build of Glibc fails at the configure stage with that:
=== ./configure output fragment ==== checking how to run the C preprocessor... /lib/cpp configure: error: C preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. ==================== The config-log file is attached. There is a lot of sintax errors, but the relevant part, I think, is that several header files can't be found. A search for some of them show: [EMAIL PROTECTED]:/mnt/build_dir$ sudo find . -name "limits.h" ./jhalfs/ICA/iteration-1/usr/include/linux/limits.h ./jhalfs/ICA/iteration-1/usr/include/limits.h ./jhalfs/ICA/iteration-1/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/install-tools/include/limits.h ./jhalfs/ICA/iteration-1/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/limits.h ./jhalfs/farce/iteration-1/usr/include/linux/limits.h ./jhalfs/farce/iteration-1/usr/include/limits.h ./jhalfs/farce/iteration-1/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/install-tools/include/limits.h ./jhalfs/farce/iteration-1/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/limits.h ./tools/lib/gcc/i686-pc-linux-gnu/4.1.1/install-tools/include/limits.h ./tools/lib/gcc/i686-pc-linux-gnu/4.1.1/include/limits.h ./tools/include/linux/limits.h ./tools/include/limits.h ./usr/include/linux/limits.h ./usr/lib/gcc/i686-pc-linux-gnu/4.1.1/install-tools/include/limits.h ./usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/limits.h [EMAIL PROTECTED]:/mnt/build_dir$ sudo find . -name "assert.h" ./jhalfs/ICA/iteration-1/usr/include/assert.h ./jhalfs/farce/iteration-1/usr/include/assert.h ./tools/include/assert.h As can be seen, when finished the system build both /usr/include/limits.h and /usr/include/assert.h are present. But when reinstaling the linux kernel headers at the beggining of the iterative build, both headers (and I think that many others) are deleted by the "make INSTALL_HDR_PATH=/usr headers_install" command. My question is, how that could be fixed to can do again proper comparative builds? -- Manuel Canales Esparcia Usuario de LFS nÂș2886: http://www.linuxfromscratch.org LFS en castellano: http://www.escomposlinux.org/lfs-es http://www.lfs-es.info TLDP-ES: http://es.tldp.org
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.59. Invocation command line was $ ../glibc-2.5/configure --prefix=/usr --disable-profile --enable-add-ons --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc ## --------- ## ## Platform. ## ## --------- ## hostname = sandbox uname -m = i686 uname -r = 2.6.8.1 uname -s = Linux uname -v = #1 SMP Mon Nov 1 16:34:32 CET 2004 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /bin PATH: /usr/bin PATH: /sbin PATH: /usr/sbin PATH: /tools/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1701: checking build system type configure:1719: result: i686-pc-linux-gnulibc1 configure:1727: checking host system type configure:1741: result: i686-pc-linux-gnulibc1 configure:1909: running configure fragment for add-on libidn configure:1909: running configure fragment for add-on nptl configure:2042: checking sysdep dirs configure:2280: result: sysdeps/generic/elf sysdeps/generic configure:2358: checking for a BSD-compatible install configure:2413: result: /usr/bin/install -c configure:2428: checking whether ln -s works configure:2432: result: yes configure:2486: checking for gcc configure:2502: found /usr/bin/gcc configure:2512: result: gcc configure:2756: checking for C compiler version configure:2759: gcc --version </dev/null >&5 gcc (GCC) 4.1.1 Copyright (C) 2006 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:2762: $? = 0 configure:2764: gcc -v </dev/null >&5 Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc-4.1.1/configure --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ Thread model: posix gcc version 4.1.1 configure:2767: $? = 0 configure:2769: gcc -V </dev/null >&5 gcc: '-V' option must have argument configure:2772: $? = 1 configure:2776: checking for suffix of object files configure:2797: gcc -c conftest.c >&5 configure:2800: $? = 0 configure:2822: result: o configure:2826: checking whether we are using the GNU C compiler configure:2850: gcc -c conftest.c >&5 configure:2856: $? = 0 configure:2860: test -z || test ! -s conftest.err configure:2863: $? = 0 configure:2866: test -s conftest.o configure:2869: $? = 0 configure:2882: result: yes configure:2888: checking whether gcc accepts -g configure:2909: gcc -c -g conftest.c >&5 configure:2915: $? = 0 configure:2919: test -z || test ! -s conftest.err configure:2922: $? = 0 configure:2925: test -s conftest.o configure:2928: $? = 0 configure:2939: result: yes configure:2956: checking for gcc option to accept ANSI C configure:3026: gcc -c -g -O2 conftest.c >&5 conftest.c:12:19: error: stdio.h: No such file or directory conftest.c:13:23: error: sys/types.h: No such file or directory conftest.c:14:22: error: sys/stat.h: No such file or directory conftest.c:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token conftest.c:46: error: expected declaration specifiers or '...' before 'FILE' configure:3032: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU C Library" | #define PACKAGE_TARNAME "c-library" | #define PACKAGE_VERSION "(see version.h)" | #define PACKAGE_STRING "GNU C Library (see version.h)" | #define PACKAGE_BUGREPORT "glibc" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | /* end confdefs.h. */ | #include <stdarg.h> | #include <stdio.h> | #include <sys/types.h> | #include <sys/stat.h> | /* 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 -std1 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 -std1. */ | int osf4_cc_array ['\x00' == 0 ? 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:3026: gcc -qlanglvl=ansi -c -g -O2 conftest.c >&5 gcc: unrecognized option '-qlanglvl=ansi' conftest.c:12:19: error: stdio.h: No such file or directory conftest.c:13:23: error: sys/types.h: No such file or directory conftest.c:14:22: error: sys/stat.h: No such file or directory conftest.c:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token conftest.c:46: error: expected declaration specifiers or '...' before 'FILE' configure:3032: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU C Library" | #define PACKAGE_TARNAME "c-library" | #define PACKAGE_VERSION "(see version.h)" | #define PACKAGE_STRING "GNU C Library (see version.h)" | #define PACKAGE_BUGREPORT "glibc" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | /* end confdefs.h. */ | #include <stdarg.h> | #include <stdio.h> | #include <sys/types.h> | #include <sys/stat.h> | /* 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 -std1 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 -std1. */ | int osf4_cc_array ['\x00' == 0 ? 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:3026: gcc -std1 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std1" configure:3032: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU C Library" | #define PACKAGE_TARNAME "c-library" | #define PACKAGE_VERSION "(see version.h)" | #define PACKAGE_STRING "GNU C Library (see version.h)" | #define PACKAGE_BUGREPORT "glibc" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | /* end confdefs.h. */ | #include <stdarg.h> | #include <stdio.h> | #include <sys/types.h> | #include <sys/stat.h> | /* 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 -std1 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 -std1. */ | int osf4_cc_array ['\x00' == 0 ? 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:3026: gcc -Ae -c -g -O2 conftest.c >&5 <command line>:1:2: error: missing '(' after predicate conftest.c:12:19: error: stdio.h: No such file or directory conftest.c:13:23: error: sys/types.h: No such file or directory conftest.c:14:22: error: sys/stat.h: No such file or directory conftest.c:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token conftest.c:46: error: expected declaration specifiers or '...' before 'FILE' configure:3032: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU C Library" | #define PACKAGE_TARNAME "c-library" | #define PACKAGE_VERSION "(see version.h)" | #define PACKAGE_STRING "GNU C Library (see version.h)" | #define PACKAGE_BUGREPORT "glibc" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | /* end confdefs.h. */ | #include <stdarg.h> | #include <stdio.h> | #include <sys/types.h> | #include <sys/stat.h> | /* 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 -std1 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 -std1. */ | int osf4_cc_array ['\x00' == 0 ? 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:3026: gcc -Aa -D_HPUX_SOURCE -c -g -O2 conftest.c >&5 <command line>:1:2: error: missing '(' after predicate conftest.c:12:19: error: stdio.h: No such file or directory conftest.c:13:23: error: sys/types.h: No such file or directory conftest.c:14:22: error: sys/stat.h: No such file or directory conftest.c:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token conftest.c:46: error: expected declaration specifiers or '...' before 'FILE' configure:3032: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU C Library" | #define PACKAGE_TARNAME "c-library" | #define PACKAGE_VERSION "(see version.h)" | #define PACKAGE_STRING "GNU C Library (see version.h)" | #define PACKAGE_BUGREPORT "glibc" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | /* end confdefs.h. */ | #include <stdarg.h> | #include <stdio.h> | #include <sys/types.h> | #include <sys/stat.h> | /* 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 -std1 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 -std1. */ | int osf4_cc_array ['\x00' == 0 ? 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:3026: gcc -Xc -D__EXTENSIONS__ -c -g -O2 conftest.c >&5 gcc: unrecognized option '-Xc' conftest.c:12:19: error: stdio.h: No such file or directory conftest.c:13:23: error: sys/types.h: No such file or directory conftest.c:14:22: error: sys/stat.h: No such file or directory conftest.c:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token conftest.c:46: error: expected declaration specifiers or '...' before 'FILE' configure:3032: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU C Library" | #define PACKAGE_TARNAME "c-library" | #define PACKAGE_VERSION "(see version.h)" | #define PACKAGE_STRING "GNU C Library (see version.h)" | #define PACKAGE_BUGREPORT "glibc" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | /* end confdefs.h. */ | #include <stdarg.h> | #include <stdio.h> | #include <sys/types.h> | #include <sys/stat.h> | /* 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 -std1 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 -std1. */ | int osf4_cc_array ['\x00' == 0 ? 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:3063: result: none needed configure:3081: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' configure:3087: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3268: checking how to run the C preprocessor configure:3303: gcc -E conftest.c In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/syslimits.h:7, from /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/limits.h:11, from conftest.c:12: /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/limits.h:122:61: error: limits.h: No such file or directory configure:3309: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU C Library" | #define PACKAGE_TARNAME "c-library" | #define PACKAGE_VERSION "(see version.h)" | #define PACKAGE_STRING "GNU C Library (see version.h)" | #define PACKAGE_BUGREPORT "glibc" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:3303: gcc -E conftest.c In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/syslimits.h:7, from /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/limits.h:11, from conftest.c:12: /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/limits.h:122:61: error: limits.h: No such file or directory configure:3309: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU C Library" | #define PACKAGE_TARNAME "c-library" | #define PACKAGE_VERSION "(see version.h)" | #define PACKAGE_STRING "GNU C Library (see version.h)" | #define PACKAGE_BUGREPORT "glibc" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:3303: gcc -E -traditional-cpp conftest.c conftest.c:14: error: assert.h: No such file or directory configure:3309: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU C Library" | #define PACKAGE_TARNAME "c-library" | #define PACKAGE_VERSION "(see version.h)" | #define PACKAGE_STRING "GNU C Library (see version.h)" | #define PACKAGE_BUGREPORT "glibc" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:3303: gcc -E -traditional-cpp conftest.c conftest.c:14: error: assert.h: No such file or directory configure:3309: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU C Library" | #define PACKAGE_TARNAME "c-library" | #define PACKAGE_VERSION "(see version.h)" | #define PACKAGE_STRING "GNU C Library (see version.h)" | #define PACKAGE_BUGREPORT "glibc" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:3303: /lib/cpp conftest.c In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/syslimits.h:7, from /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/limits.h:11, from conftest.c:12: /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/limits.h:122:61: error: limits.h: No such file or directory configure:3309: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU C Library" | #define PACKAGE_TARNAME "c-library" | #define PACKAGE_VERSION "(see version.h)" | #define PACKAGE_STRING "GNU C Library (see version.h)" | #define PACKAGE_BUGREPORT "glibc" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:3303: /lib/cpp conftest.c In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/syslimits.h:7, from /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/limits.h:11, from conftest.c:12: /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/limits.h:122:61: error: limits.h: No such file or directory configure:3309: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU C Library" | #define PACKAGE_TARNAME "c-library" | #define PACKAGE_VERSION "(see version.h)" | #define PACKAGE_STRING "GNU C Library (see version.h)" | #define PACKAGE_BUGREPORT "glibc" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:3386: result: /lib/cpp configure:3410: /lib/cpp conftest.c In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/syslimits.h:7, from /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/limits.h:11, from conftest.c:12: /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/limits.h:122:61: error: limits.h: No such file or directory configure:3416: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU C Library" | #define PACKAGE_TARNAME "c-library" | #define PACKAGE_VERSION "(see version.h)" | #define PACKAGE_STRING "GNU C Library (see version.h)" | #define PACKAGE_BUGREPORT "glibc" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:3410: /lib/cpp conftest.c In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/syslimits.h:7, from /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/limits.h:11, from conftest.c:12: /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/limits.h:122:61: error: limits.h: No such file or directory configure:3416: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU C Library" | #define PACKAGE_TARNAME "c-library" | #define PACKAGE_VERSION "(see version.h)" | #define PACKAGE_STRING "GNU C Library (see version.h)" | #define PACKAGE_BUGREPORT "glibc" | #define HAVE_LIBIDN 1 | #define USE_REGPARMS 1 | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:3485: error: C preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnulibc1 ac_cv_build_alias=i686-pc-linux-gnulibc1 ac_cv_c_compiler_gnu=yes 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_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_host=i686-pc-linux-gnulibc1 ac_cv_host_alias=i686-pc-linux-gnulibc1 ac_cv_objext=o ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_CPP=/lib/cpp ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc=no ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='' AS='' ASFLAGS_config='' AUTOCONF='' AWK='' BASH='/bin/sh' BISON='' BUILD_CC='' CC='gcc' CFLAGS='-g -O2' CPP='/lib/cpp' CPPFLAGS='' CXX='' CXXFLAGS='' CXX_SYSINCLUDES='' DEFINES='' DEFS='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_INFO='' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' KSH='' LD='' LDFLAGS='' LIBGD='' LIBOBJS='' LIBS='' LN_S='ln -s' LTLIBOBJS='' MAKE='' MAKEINFO='' MIG='' MSGFMT='' 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='' RANLIB='' RELEASE='' SED='' SHELL='/bin/sh' SYSINCLUDES='' VERSION='' VERSIONING='' ac_ct_CC='gcc' ac_ct_CXX='' ac_ct_RANLIB='' 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-gnulibc1' build_alias='' build_cpu='i686' build_os='linux-gnulibc1' build_vendor='pc' cross_compiling='no' datadir='${prefix}/share' 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='i686-pc-linux-gnulibc1' host_alias='' host_cpu='i686' host_os='linux-gnulibc1' host_vendor='pc' includedir='${prefix}/include' infodir='${prefix}/info' ldd_rewrite_script='' libc_cv_Bgroup='' libc_cv_as_needed='' libc_cv_asm_protected_directive='' libc_cv_cc_with_libunwind='' libc_cv_forced_unwind='' libc_cv_fpie='' libc_cv_gcc_static_libgcc='' libc_cv_gcc_unwind_find_fde='' 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='' libc_cv_z_initfirst='' libc_cv_z_nodelete='' libc_cv_z_nodlopen='' libc_cv_z_relro='' libdir='${exec_prefix}/lib' libexecdir='/usr/lib/glibc' localstatedir='${prefix}/var' mach_interface_list='' mandir='${prefix}/man' no_whole_archive='' nopic_initfini='' old_glibc_headers='' oldest_abi='default' oldincludedir='/usr/include' omitfp='no' pic_default='' prefix='/usr' profile='no' program_transform_name='s,x,x,' 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=' nptl' sysnames=' sysdeps/i386/elf nptl/sysdeps/unix/sysv/linux/i386/i686 nptl/sysdeps/unix/sysv/linux/i386 sysdeps/unix/sysv/linux/i386 nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/common sysdeps/unix/mman sysdeps/unix/inet sysdeps/unix/sysv/i386 nptl/sysdeps/unix/sysv sysdeps/unix/sysv sysdeps/unix/i386 nptl/sysdeps/unix sysdeps/unix sysdeps/posix sysdeps/i386/i686/fpu nptl/sysdeps/i386/i686 sysdeps/i386/i686 sysdeps/i386/i486 nptl/sysdeps/i386/i486 sysdeps/i386/fpu nptl/sysdeps/i386 sysdeps/i386 sysdeps/wordsize-32 sysdeps/ieee754/ldbl-96 sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/ieee754 sysdeps/generic/elf sysdeps/generic' target_alias='' uname_release='' uname_sysname='' uname_version='' use_ldconfig='' with_cvs='yes' with_fp='yes' xcoff='no' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_LIBIDN 1 #define PACKAGE_BUGREPORT "glibc" #define PACKAGE_NAME "GNU C Library" #define PACKAGE_STRING "GNU C Library (see version.h)" #define PACKAGE_TARNAME "c-library" #define PACKAGE_VERSION "(see version.h)" #define USE_REGPARMS 1 configure: exit 1
-- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page