Hi, I am a newbie to linux, I try to learn by install a LFS system. I got a problem when building GCC-4.3.2 of Chapter 6.14 .
Here is the error message : -------------------------------------------------------- configure: error: C preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. make[1]: *** [configure-target-libgcc] Error 1 make[1]: Leaving directory `/gcc-build' make: *** [all] Error 2 -------------------------------------------------------- I've tried google this problem and find many results. I've tried those ways, but nothing got help. Can anybody help me? the contents of $LFS/gcc-build/libcpp/config.log: -------------------------------------------------------- This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by cpplib configure , which was generated by GNU Autoconf 2.59. Invocation command line was $ /gcc-4.3.2/libcpp/configure --cache-file=./config.cache --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-bootstrap --enable-languages=c,c++ --program-transform-name=s,y,y, --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --srcdir=../../gcc-4.3.2/libcpp ## --------- ## ## Platform. ## ## --------- ## hostname = lhwl uname -m = i686 uname -r = 2.6.24-16-generic uname -s = Linux uname -v = #1 SMP Thu Apr 10 13:23:42 UTC 2008 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /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 ## ----------- ## ## Core tests. ## ## ----------- ## configure:1226: loading cache ./config.cache configure:1365: checking build system type configure:1383: result: i686-pc-linux-gnu configure:1391: checking host system type configure:1405: result: i686-pc-linux-gnu configure:1413: checking target system type configure:1427: result: i686-pc-linux-gnu configure:1443: checking whether make sets $(MAKE) configure:1463: result: yes configure:1485: checking for a BSD-compatible install configure:1540: result: /tools/bin/install -c configure:1559: checking for i686-pc-linux-gnu-gcc configure:1585: result: gcc configure:1867: checking for C compiler version configure:1870: gcc --version </dev/null >&5 gcc (GCC) 4.3.2 Copyright (C) 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:1873: $? = 0 configure:1875: gcc -v </dev/null >&5 Reading specs from /tools/lib/gcc/i686-pc-linux-gnu/4.3.2/specs Target: i686-pc-linux-gnu Configured with: ../gcc-4.3.2/configure --prefix=/tools --with-local-prefix=/tools --enable-clocale=gnu --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch --disable-bootstrap Thread model: posix gcc version 4.3.2 (GCC) configure:1878: $? = 0 configure:1880: gcc -V </dev/null >&5 gcc: '-V' option must have argument configure:1883: $? = 1 configure:1906: checking for C compiler default output file name configure:1909: gcc -g -O2 conftest.c >&5 configure:1912: $? = 0 configure:1958: result: a.out configure:1963: checking whether the C compiler works configure:1969: ./a.out configure:1972: $? = 0 configure:1989: result: yes configure:1996: checking whether we are cross compiling configure:1998: result: no configure:2001: checking for suffix of executables configure:2003: gcc -o conftest -g -O2 conftest.c >&5 configure:2006: $? = 0 configure:2031: result: configure:2037: checking for suffix of object files configure:2083: result: o configure:2087: checking whether we are using the GNU C compiler configure:2143: result: yes configure:2149: checking whether gcc accepts -g configure:2200: result: yes configure:2217: checking for gcc option to accept ANSI C configure:2324: result: none needed configure:2342: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' configure:2348: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2484: checking for i686-pc-linux-gnu-ranlib configure:2510: result: ranlib configure:2567: checking for aclocal configure:2596: result: no configure:2608: checking for autoconf configure:2637: result: no configure:2649: checking for autoheader configure:2678: result: no configure:2698: checking whether gcc supports -W configure:2751: result: yes configure:2698: checking whether gcc supports -Wall configure:2751: result: yes configure:2698: checking whether gcc supports -Wwrite-strings configure:2751: result: yes configure:2698: checking whether gcc supports -Wstrict-prototypes configure:2751: result: yes configure:2698: checking whether gcc supports -Wmissing-prototypes configure:2751: result: yes configure:2698: checking whether gcc supports -Wold-style-definition configure:2751: result: yes configure:2698: checking whether gcc supports -Wmissing-format-attribute configure:2751: result: yes configure:2762: checking whether gcc supports -pedantic -Wno-long-long configure:2816: result: yes configure:2862: checking dependency style of gcc configure:2947: result: gcc3 configure:2959: checking whether time.h and sys/time.h may both be included configure:3014: result: yes configure:3024: checking whether string.h and strings.h may both be included configure:3076: result: yes configure:3091: checking how to run the C preprocessor configure:3209: result: gcc -E configure:3233: gcc -E conftest.c configure:3239: $? = 0 configure:3271: gcc -E conftest.c conftest.c:11:28: error: ac_nonexistent.h: No such file or directory configure:3277: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "cpplib" | #define PACKAGE_TARNAME "cpplib" | #define PACKAGE_VERSION " " | #define PACKAGE_STRING "cpplib " | #define PACKAGE_BUGREPORT "[email protected]" | #define TIME_WITH_SYS_TIME 1 | #define STRING_WITH_STRINGS 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3321: checking for egrep configure:3331: result: grep -E configure:3336: checking for ANSI C header files configure:3492: result: yes configure:3516: checking for sys/types.h configure:3562: result: yes configure:3516: checking for sys/stat.h configure:3562: result: yes configure:3516: checking for stdlib.h configure:3562: result: yes configure:3516: checking for string.h configure:3562: result: yes configure:3516: checking for memory.h configure:3562: result: yes configure:3516: checking for strings.h configure:3562: result: yes configure:3516: checking for inttypes.h configure:3562: result: yes configure:3516: checking for stdint.h configure:3562: result: yes configure:3516: checking for unistd.h configure:3562: result: yes configure:3589: checking for iconv.h configure:3594: result: yes configure:3589: checking for locale.h configure:3594: result: yes configure:3589: checking for fcntl.h configure:3594: result: yes configure:3589: checking for limits.h configure:3594: result: yes configure:3589: checking for stddef.h configure:3594: result: yes configure:3589: checking for stdlib.h configure:3594: result: yes configure:3589: checking for strings.h configure:3594: result: yes configure:3589: checking for string.h configure:3594: result: yes configure:3589: checking for sys/file.h configure:3594: result: yes configure:3589: checking for unistd.h configure:3594: result: yes configure:3736: checking for an ANSI C-conforming const configure:3833: result: yes configure:3843: checking for inline configure:3895: result: inline configure:3914: checking for obstacks configure:3966: result: yes configure:3985: checking for off_t configure:4039: result: yes configure:4051: checking for size_t configure:4105: result: yes configure:4117: checking for ssize_t configure:4171: result: yes configure:4183: checking whether struct tm is in sys/time.h or time.h configure:4236: result: time.h configure:4246: checking for int configure:4300: result: yes configure:4303: checking size of int configure:4653: result: 4 configure:4660: checking for long configure:4714: result: yes configure:4717: checking size of long configure:5067: result: 4 configure:5094: checking for clearerr_unlocked configure:5182: result: yes configure:5094: checking for feof_unlocked configure:5182: result: yes configure:5094: checking for ferror_unlocked configure:5182: result: yes configure:5094: checking for fflush_unlocked configure:5182: result: yes configure:5094: checking for fgetc_unlocked configure:5182: result: yes configure:5094: checking for fgets_unlocked configure:5182: result: yes configure:5094: checking for fileno_unlocked configure:5182: result: yes configure:5094: checking for fprintf_unlocked configure:5182: result: no configure:5094: checking for fputc_unlocked configure:5182: result: yes configure:5094: checking for fputs_unlocked configure:5182: result: yes configure:5094: checking for fread_unlocked configure:5182: result: yes configure:5094: checking for fwrite_unlocked configure:5182: result: yes configure:5094: checking for getchar_unlocked configure:5182: result: yes configure:5094: checking for getc_unlocked configure:5182: result: yes configure:5094: checking for putchar_unlocked configure:5182: result: yes configure:5094: checking for putc_unlocked configure:5182: result: yes configure:5192: checking whether abort is declared configure:5246: result: yes configure:5262: checking whether asprintf is declared configure:5316: result: no configure:5332: checking whether basename is declared configure:5386: result: no configure:5402: checking whether errno is declared configure:5456: result: no configure:5472: checking whether getopt is declared configure:5526: result: yes configure:5542: checking whether clearerr_unlocked is declared configure:5596: result: yes configure:5612: checking whether feof_unlocked is declared configure:5666: result: yes configure:5682: checking whether ferror_unlocked is declared configure:5736: result: yes configure:5752: checking whether fflush_unlocked is declared configure:5806: result: yes configure:5822: checking whether fgetc_unlocked is declared configure:5876: result: yes configure:5892: checking whether fgets_unlocked is declared configure:5946: result: no configure:5962: checking whether fileno_unlocked is declared configure:6016: result: yes configure:6032: checking whether fprintf_unlocked is declared configure:6086: result: no configure:6102: checking whether fputc_unlocked is declared configure:6156: result: yes configure:6172: checking whether fputs_unlocked is declared configure:6226: result: no configure:6242: checking whether fread_unlocked is declared configure:6296: result: yes configure:6312: checking whether fwrite_unlocked is declared configure:6366: result: yes configure:6382: checking whether getchar_unlocked is declared configure:6436: result: yes configure:6452: checking whether getc_unlocked is declared configure:6506: result: yes configure:6522: checking whether putchar_unlocked is declared configure:6576: result: yes configure:6592: checking whether putc_unlocked is declared configure:6646: result: yes configure:6662: checking whether vasprintf is declared configure:6716: result: no configure:6738: checking for working alloca.h configure:6790: result: yes configure:6800: checking for alloca configure:6872: result: yes configure:7095: checking for ANSI C header files configure:7251: result: yes configure:7262: checking for nl_langinfo and CODESET configure:7315: result: yes configure:7338: checking whether NLS is requested configure:7344: result: yes configure:7352: checking for catalogs to be installed configure:7384: result: be ca da de el es fr ja nl sv tr uk vi zh_CN zh_TW be ca da de el es fr ja nl sv tr uk vi zh_CN zh_TW configure:7398: checking for uchar configure:7422: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:82: error: 'uchar' undeclared (first use in this function) conftest.c:82: error: (Each undeclared identifier is reported only once conftest.c:82: error: for each function it appears in.) conftest.c:82: error: expected expression before ')' token configure:7428: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "cpplib" | #define PACKAGE_TARNAME "cpplib" | #define PACKAGE_VERSION " " | #define PACKAGE_STRING "cpplib " | #define PACKAGE_BUGREPORT "[email protected]" | #define TIME_WITH_SYS_TIME 1 | #define STRING_WITH_STRINGS 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_OBSTACK 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_CLEARERR_UNLOCKED 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FERROR_UNLOCKED 1 | #define HAVE_FFLUSH_UNLOCKED 1 | #define HAVE_FGETC_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_FILENO_UNLOCKED 1 | #define HAVE_FPUTC_UNLOCKED 1 | #define HAVE_FPUTS_UNLOCKED 1 | #define HAVE_FREAD_UNLOCKED 1 | #define HAVE_FWRITE_UNLOCKED 1 | #define HAVE_GETCHAR_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_PUTCHAR_UNLOCKED 1 | #define HAVE_PUTC_UNLOCKED 1 | #define HAVE_DECL_ABORT 1 | #define HAVE_DECL_ASPRINTF 0 | #define HAVE_DECL_BASENAME 0 | #define HAVE_DECL_ERRNO 0 | #define HAVE_DECL_GETOPT 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETC_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FILENO_UNLOCKED 1 | #define HAVE_DECL_FPRINTF_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_VASPRINTF 0 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define STDC_HEADERS 1 | #define HAVE_LANGINFO_CODESET 1 | #define ENABLE_NLS 1 | /* end confdefs.h. */ | | #include <sys/types.h> | | int | main () | { | if ((uchar *)0) return 0; | if (sizeof(uchar)) return 0; | ; | return 0; | } configure:7452: result: configure:7502: checking for ld used by GCC configure:7565: result: /tools/lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../i686-pc-linux-gnu/bin/ld configure:7574: checking if the linker (/tools/lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../i686-pc-linux-gnu/bin/ld) is GNU ld configure:7586: result: yes configure:7592: checking for shared library run path origin configure:7605: result: done configure:8035: checking for iconv configure:8147: result: yes configure:8170: checking for iconv declaration configure:8238: result: extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure:8441: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by cpplib config.status , which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on lhwl config.status:703: creating Makefile config.status:800: creating config.h config.status:1051: config.h is unchanged config.status:1213: executing depdir commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_build_alias=i686-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_env_CC_set=set ac_cv_env_CC_value=gcc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-g -O2' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_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-pc-linux-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i686-pc-linux-gnu ac_cv_exeext= ac_cv_func_alloca_works=yes ac_cv_func_clearerr_unlocked=yes ac_cv_func_feof_unlocked=yes ac_cv_func_ferror_unlocked=yes ac_cv_func_fflush_unlocked=yes ac_cv_func_fgetc_unlocked=yes ac_cv_func_fgets_unlocked=yes ac_cv_func_fileno_unlocked=yes ac_cv_func_fprintf_unlocked=no ac_cv_func_fputc_unlocked=yes ac_cv_func_fputs_unlocked=yes ac_cv_func_fread_unlocked=yes ac_cv_func_fwrite_unlocked=yes ac_cv_func_getc_unlocked=yes ac_cv_func_getchar_unlocked=yes ac_cv_func_obstack=yes ac_cv_func_putc_unlocked=yes ac_cv_func_putchar_unlocked=yes ac_cv_have_decl_abort=yes ac_cv_have_decl_asprintf=no ac_cv_have_decl_basename=no ac_cv_have_decl_clearerr_unlocked=yes ac_cv_have_decl_errno=no ac_cv_have_decl_feof_unlocked=yes ac_cv_have_decl_ferror_unlocked=yes ac_cv_have_decl_fflush_unlocked=yes ac_cv_have_decl_fgetc_unlocked=yes ac_cv_have_decl_fgets_unlocked=no ac_cv_have_decl_fileno_unlocked=yes ac_cv_have_decl_fprintf_unlocked=no ac_cv_have_decl_fputc_unlocked=yes ac_cv_have_decl_fputs_unlocked=no ac_cv_have_decl_fread_unlocked=yes ac_cv_have_decl_fwrite_unlocked=yes ac_cv_have_decl_getc_unlocked=yes ac_cv_have_decl_getchar_unlocked=yes ac_cv_have_decl_getopt=yes ac_cv_have_decl_putc_unlocked=yes ac_cv_have_decl_putchar_unlocked=yes ac_cv_have_decl_vasprintf=no ac_cv_header_fcntl_h=yes ac_cv_header_iconv_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_file_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_host_alias=i686-pc-linux-gnu ac_cv_objext=o ac_cv_prog_CC=gcc ac_cv_prog_CPP='gcc -E' ac_cv_prog_RANLIB=ranlib ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_egrep='grep -E' ac_cv_prog_make_make_set=yes ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_struct_tm=time.h ac_cv_target=i686-pc-linux-gnu ac_cv_target_alias=i686-pc-linux-gnu ac_cv_type_int=yes ac_cv_type_long=yes ac_cv_type_off_t=yes ac_cv_type_size_t=yes ac_cv_type_ssize_t=yes ac_cv_type_uchar=no ac_cv_working_alloca_h=yes acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libext=a acl_cv_path_LD=/tools/lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../i686-pc-linux-gnu/bin/ld acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, acx_cv_prog_cc_pedantic__Wno_long_long=yes acx_cv_prog_cc_warning__W=yes acx_cv_prog_cc_warning__Wall=yes acx_cv_prog_cc_warning__Wmissing_format_attribute=yes acx_cv_prog_cc_warning__Wmissing_prototypes=yes acx_cv_prog_cc_warning__Wold_style_definition=yes acx_cv_prog_cc_warning__Wstrict_prototypes=yes acx_cv_prog_cc_warning__Wwrite_strings=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_func_iconv=yes am_cv_langinfo_codeset=yes am_cv_lib_iconv=no am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' am_cv_proto_iconv_arg1= gcc_cv_header_string=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='/gcc-4.3.2/missing aclocal' ALLOCA='' AUTOCONF='/gcc-4.3.2/missing autoconf' AUTOHEADER='/gcc-4.3.2/missing autoheader' CATALOGS=' be.gmo ca.gmo da.gmo de.gmo el.gmo es.gmo fr.gmo ja.gmo nl.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo zh_TW.gmo be.gmo ca.gmo da.gmo de.gmo el.gmo es.gmo fr.gmo ja.gmo nl.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo zh_TW.gmo' CATOBJEXT='.gmo' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' DATADIRNAME='share' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' GENCAT='gencat' GMSGFMT='/tools/bin/msgfmt' INCINTL='' INSTALL_DATA='/tools/bin/install -c -m 644' INSTALL_PROGRAM='/tools/bin/install -c' INSTALL_SCRIPT='/tools/bin/install -c' INSTOBJEXT='.mo' LDFLAGS='' LIBICONV='' LIBINTL='' LIBINTL_DEP='' LIBOBJS='' LIBS='' LTLIBICONV='' LTLIBOBJS='' MAINT='#' OBJEXT='o' PACKAGE='cpplib' PACKAGE_BUGREPORT='[email protected]' PACKAGE_NAME='cpplib' PACKAGE_STRING='cpplib ' PACKAGE_TARNAME='cpplib' PACKAGE_VERSION=' ' PATH_SEPARATOR=':' POSUB='po' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' USED_CATALOGS='$(CATALOGS)' USE_NLS='yes' WARN_CFLAGS='-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute' WARN_PEDANTIC='-pedantic -Wno-long-long' WERROR='' XGETTEXT=':' ac_ct_CC='' ac_ct_RANLIB='' am__leading_dot='.' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='i686-pc-linux-gnu' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${prefix}/share' exec_prefix='${prefix}' host='i686-pc-linux-gnu' host_alias='i686-pc-linux-gnu' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='/usr/lib' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/usr' program_transform_name='s,y,y,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='i686-pc-linux-gnu' target_alias='i686-pc-linux-gnu' target_cpu='i686' target_os='linux-gnu' target_vendor='pc' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define ENABLE_NLS 1 #define HAVE_ALLOCA 1 #define HAVE_ALLOCA_H 1 #define HAVE_CLEARERR_UNLOCKED 1 #define HAVE_DECL_ABORT 1 #define HAVE_DECL_ASPRINTF 0 #define HAVE_DECL_BASENAME 0 #define HAVE_DECL_CLEARERR_UNLOCKED 1 #define HAVE_DECL_ERRNO 0 #define HAVE_DECL_FEOF_UNLOCKED 1 #define HAVE_DECL_FERROR_UNLOCKED 1 #define HAVE_DECL_FFLUSH_UNLOCKED 1 #define HAVE_DECL_FGETC_UNLOCKED 1 #define HAVE_DECL_FGETS_UNLOCKED 0 #define HAVE_DECL_FILENO_UNLOCKED 1 #define HAVE_DECL_FPRINTF_UNLOCKED 0 #define HAVE_DECL_FPUTC_UNLOCKED 1 #define HAVE_DECL_FPUTS_UNLOCKED 0 #define HAVE_DECL_FREAD_UNLOCKED 1 #define HAVE_DECL_FWRITE_UNLOCKED 1 #define HAVE_DECL_GETCHAR_UNLOCKED 1 #define HAVE_DECL_GETC_UNLOCKED 1 #define HAVE_DECL_GETOPT 1 #define HAVE_DECL_PUTCHAR_UNLOCKED 1 #define HAVE_DECL_PUTC_UNLOCKED 1 #define HAVE_DECL_VASPRINTF 0 #define HAVE_FCNTL_H 1 #define HAVE_FEOF_UNLOCKED 1 #define HAVE_FERROR_UNLOCKED 1 #define HAVE_FFLUSH_UNLOCKED 1 #define HAVE_FGETC_UNLOCKED 1 #define HAVE_FGETS_UNLOCKED 1 #define HAVE_FILENO_UNLOCKED 1 #define HAVE_FPUTC_UNLOCKED 1 #define HAVE_FPUTS_UNLOCKED 1 #define HAVE_FREAD_UNLOCKED 1 #define HAVE_FWRITE_UNLOCKED 1 #define HAVE_GETCHAR_UNLOCKED 1 #define HAVE_GETC_UNLOCKED 1 #define HAVE_ICONV 1 #define HAVE_ICONV_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_LANGINFO_CODESET 1 #define HAVE_LIMITS_H 1 #define HAVE_LOCALE_H 1 #define HAVE_MEMORY_H 1 #define HAVE_OBSTACK 1 #define HAVE_PUTCHAR_UNLOCKED 1 #define HAVE_PUTC_UNLOCKED 1 #define HAVE_STDDEF_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_FILE_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HOST_WIDE_INT long #define ICONV_CONST #define PACKAGE "cpplib" #define PACKAGE_BUGREPORT "[email protected]" #define PACKAGE_NAME "cpplib" #define PACKAGE_STRING "cpplib " #define PACKAGE_TARNAME "cpplib" #define PACKAGE_VERSION " " #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define STRING_WITH_STRINGS 1 #define TIME_WITH_SYS_TIME 1 configure: exit 0 --------------------------------------------------------------------------- Thank you in advance.
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
