All,

I am not able to compile Glibc-2.16.0.  I get ac_nonexistent.h as no such file 
or directory. Program failed was confdefs.h. 

I looked on the LFS site, and found similar issues, but no resolution to it. 

Please be patient with me as this is my first LFS build. 

Any ideas on how to fix this? 

Here is the 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 GNU C Library configure (see version.h), which was
generated by GNU Autoconf 2.68.  Invocation command line was

  $ ../glibc-2.16.0/configure --prefix=/tools --host=x86_64-lfs-linux-gnu 
--build=x86_64-unknown-linux-gnu --disable-profile --enable-add-ons 
--enable-kernel=2.6.25 --with-headers=/tools/include libc_cv_forced_unwind=yes 
libc_cv_ctors_header=yes libc_cv_c_cleanup=yes

## --------- ##
## Platform. ##
## --------- ##

hostname = juan-desktop
uname -m = x86_64
uname -r = 3.2.0-32-generic
uname -s = Linux
uname -v = #51-Ubuntu SMP Wed Sep 26 21:33:09 UTC 2012

/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: /tools/bin
PATH: /bin
PATH: /usr/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2294: checking build system type
configure:2308: result: x86_64-unknown-linux-gnu
configure:2328: checking host system type
configure:2341: result: x86_64-lfs-linux-gnu
configure:2370: checking for x86_64-lfs-linux-gnu-gcc
configure:2400: result: no
configure:2410: checking for gcc
configure:2426: found /usr/bin/gcc
configure:2437: result: gcc
configure:2449: WARNING: using cross tools not prefixed with host triplet
configure:2666: checking for C compiler version
configure:2675: gcc --version >&5
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 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:2686: $? = 0
configure:2675: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 
4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs 
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr 
--program-suffix=-4.6 --enable-shared --enable-linker-build-id 
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext 
--enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object 
--enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 
--with-tune=generic --enable-checking=release --build=x86_64-linux-gnu 
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) 
configure:2686: $? = 0
configure:2675: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2686: $? = 4
configure:2675: gcc -qversion >&5
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:2686: $? = 4
configure:2691: checking for suffix of object files
configure:2713: gcc -c   conftest.c >&5
configure:2717: $? = 0
configure:2738: result: o
configure:2742: checking whether we are using the GNU C compiler
configure:2761: gcc -c   conftest.c >&5
configure:2761: $? = 0
configure:2770: result: yes
configure:2779: checking whether gcc accepts -g
configure:2799: gcc -c -g  conftest.c >&5
configure:2799: $? = 0
configure:2840: result: yes
configure:2857: checking for gcc option to accept ISO C89
configure:2921: gcc  -c -g -O2  conftest.c >&5
configure:2921: $? = 0
configure:2934: result: none needed
configure:2959: checking for gcc
configure:2975: found /usr/bin/gcc
configure:2986: result: gcc
configure:3004: checking how to run the C preprocessor
configure:3035: gcc -E  conftest.c
configure:3035: $? = 0
configure:3049: gcc -E  conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3049: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "glibc"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/";
| #define PACKAGE_URL "http://www.gnu.org/software/glibc/";
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3074: result: gcc -E
configure:3094: gcc -E  conftest.c
configure:3094: $? = 0
configure:3108: gcc -E  conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3108: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "glibc"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/";
| #define PACKAGE_URL "http://www.gnu.org/software/glibc/";
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3151: checking for x86_64-lfs-linux-gnu-g++
configure:3181: result: no
configure:3151: checking for x86_64-lfs-linux-gnu-c++
configure:3181: result: no
configure:3151: checking for x86_64-lfs-linux-gnu-gpp
configure:3181: result: no
configure:3151: checking for x86_64-lfs-linux-gnu-aCC
configure:3181: result: no
configure:3151: checking for x86_64-lfs-linux-gnu-CC
configure:3181: result: no
configure:3151: checking for x86_64-lfs-linux-gnu-cxx
configure:3181: result: no
configure:3151: checking for x86_64-lfs-linux-gnu-cc++
configure:3181: result: no
configure:3151: checking for x86_64-lfs-linux-gnu-cl.exe
configure:3181: result: no
configure:3151: checking for x86_64-lfs-linux-gnu-FCC
configure:3181: result: no
configure:3151: checking for x86_64-lfs-linux-gnu-KCC
configure:3181: result: no
configure:3151: checking for x86_64-lfs-linux-gnu-RCC
configure:3181: result: no
configure:3151: checking for x86_64-lfs-linux-gnu-xlC_r
configure:3181: result: no
configure:3151: checking for x86_64-lfs-linux-gnu-xlC
configure:3181: result: no
configure:3195: checking for g++
configure:3211: found /usr/bin/g++
configure:3222: result: g++
configure:3249: checking for C++ compiler version
configure:3258: g++ --version >&5
g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 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:3269: $? = 0
configure:3258: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 
4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs 
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr 
--program-suffix=-4.6 --enable-shared --enable-linker-build-id 
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext 
--enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object 
--enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 
--with-tune=generic --enable-checking=release --build=x86_64-linux-gnu 
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) 
configure:3269: $? = 0
configure:3258: g++ -V >&5
g++: error: unrecognized option '-V'
g++: fatal error: no input files
compilation terminated.
configure:3269: $? = 4
configure:3258: g++ -qversion >&5
g++: error: unrecognized option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:3269: $? = 4
configure:3273: checking whether we are using the GNU C++ compiler
configure:3292: g++ -c   conftest.cpp >&5
configure:3292: $? = 0
configure:3301: result: yes
configure:3310: checking whether g++ accepts -g
configure:3330: g++ -c -g  conftest.cpp >&5
configure:3330: $? = 0
configure:3371: result: yes
configure:3815: checking for sysdeps preconfigure fragments
configure:129: checking whether gcc compiles in -mx32 mode by default
configure:147: gcc -c -g -O2  conftest.c >&5
conftest.c:10:3: error: #error not x32
configure:147: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "glibc"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/";
| #define PACKAGE_URL "http://www.gnu.org/software/glibc/";
| /* end confdefs.h.  */
| #ifndef __ILP32__
| # error not x32
| #endif
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:154: result: no
configure:3822: result: 
configure:3896: running configure fragment for add-on libidn
configure:3896: running configure fragment for add-on nptl
configure:4032: checking for assembler gnu_indirect_function symbol type support
configure:4048: result: yes
configure:4051: checking whether .text pseudo-op must be used
configure:4061: gcc  -c conftest.s 1>&5
configure:4064: $? = 0
configure:4075: result: yes
configure:4079: checking for assembler global-symbol directive
configure:4092: gcc  -c conftest.s 1>&5
configure:4095: $? = 0
configure:4103: result: .globl
configure:4114: checking for assembler .type directive prefix
configure:4130: gcc  -c conftest.s 1>&5
configure:4133: $? = 0
configure:4141: result: @
configure:4164: checking sysdep dirs
configure:4378: result: sysdeps/generic
configure:4455: checking for a BSD-compatible install
configure:4523: result: /usr/bin/install -c
configure:4538: checking whether ln -s works
configure:4542: result: yes
configure:4566: checking whether as is GNU as
configure:4580: result: yes
configure:4585: checking whether ld is GNU ld
configure:4599: result: yes
configure:4609: checking for as
configure:4636: result: as
configure:4651: checking version of as
configure:4661: result: 2.22, ok
configure:4672: checking for ld
configure:4699: result: ld
configure:4714: checking version of ld
configure:4724: result: 2.22, ok
configure:4738: checking for x86_64-lfs-linux-gnu-gcc
configure:4765: result: gcc
configure:4780: checking version of gcc
configure:4790: result: 4.6.3, ok
configure:4801: checking for gnumake
configure:4831: result: no
configure:4801: checking for gmake
configure:4831: result: no
configure:4801: checking for make
configure:4817: found /usr/bin/make
configure:4828: result: make
configure:4843: checking version of make
configure:4853: result: 3.81, ok
configure:4865: checking for gnumsgfmt
configure:4895: result: no
configure:4865: checking for gmsgfmt
configure:4895: result: no
configure:4865: checking for msgfmt
configure:4895: result: no
configure:4928: checking for makeinfo
configure:4958: result: no
configure:4991: checking for sed
configure:5007: found /bin/sed
configure:5018: result: sed
configure:5033: checking version of sed
configure:5043: result: 4.2.1, ok
configure:5054: checking for x86_64-lfs-linux-gnu-readelf
configure:5070: found /tools/bin/x86_64-lfs-linux-gnu-readelf
configure:5081: result: x86_64-lfs-linux-gnu-readelf
configure:5146: checking for x86_64-lfs-linux-gnu-nm
configure:5162: found /tools/bin/x86_64-lfs-linux-gnu-nm
configure:5173: result: x86_64-lfs-linux-gnu-nm
configure:5240: checking for autoconf
configure:5270: result: no
configure:5309: WARNING:
*** These auxiliary programs are missing or incompatible versions: msgfmt 
makeinfo autoconf
*** some features will be disabled.
*** Check the INSTALL file for required versions.
configure:5349: checking LD_LIBRARY_PATH variable
configure:5359: result: ok
configure:5368: checking whether GCC supports -static-libgcc
configure:5379: result: -static-libgcc
configure:5385: checking for bash
configure:5403: found /bin/bash
configure:5416: result: /bin/bash
configure:5491: checking for gawk
configure:5521: result: no
configure:5491: checking for mawk
configure:5507: found /usr/bin/mawk
configure:5518: result: mawk
configure:5531: checking for perl
configure:5549: found /usr/bin/perl
configure:5562: result: /usr/bin/perl
configure:5576: checking for install-info
configure:5595: found /usr/bin/install-info
configure:5608: result: /usr/bin/install-info
configure:5618: checking for bison
configure:5637: found /usr/bin/bison
configure:5650: result: /usr/bin/bison
configure:5659: checking for libc-friendly stddef.h
configure:5683: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:25:38: warning: incompatible implicit declaration of built-in 
function 'abort' [enabled by default]
configure:5683: $? = 0
configure:5690: result: yes
configure:5697: checking whether we need to use -P to assemble .S files
configure:5707: gcc   -c conftest.S 1>&5
configure:5710: $? = 0
configure:5718: result: no
configure:5725: checking for .set assembler directive
configure:5751: result: yes
configure:5758: checking for assembler gnu_unique_object symbol type
configure:5775: result: yes
configure:5782: checking for .symver assembler directive
configure:5799: result: yes
configure:5801: checking for ld --version-script
configure:5827: gcc -g -O2  -shared
                                -o conftest.so conftest.o
                                -nostartfiles -nostdlib
                                -Wl,--version-script,conftest.map
                       1>&5
configure:5830: $? = 0
configure:5845: result: yes
configure:5866: checking for .previous assembler directive
configure:5876: gcc -c  conftest.s 1>&5
configure:5879: $? = 0
configure:5887: result: yes
configure:5921: checking for .protected and .hidden assembler directive
configure:5933: gcc -c  conftest.s 1>&5
configure:5936: $? = 0
configure:5944: result: yes
configure:5948: checking whether __attribute__((visibility())) is supported
configure:5959: gcc -Werror -S conftest.c -o conftest.s 1>&5
configure:5962: $? = 0
configure:5973: result: yes
configure:5981: checking for broken __attribute__((visibility()))
configure:5993: gcc -Werror -S conftest.c -o conftest.s 1>&5
configure:5996: $? = 0
configure:6005: result: no
configure:6012: checking for broken __attribute__((alias()))
configure:6027: gcc -Werror -S conftest.c -o conftest.s 1>&5
configure:6030: $? = 0
configure:6040: result: no
configure:6047: checking whether to put _rtld_local into .sdata section
configure:6061: result: no
configure:6069: checking for .preinit_array/.init_array/.fini_array support
configure:6085: gcc -g -O2   -o conftest
                       conftest.c -static -nostartfiles -nostdlib
                       1>&5
configure:6088: $? = 0
configure:6101: result: yes
configure:6107: checking whether to use .ctors/.dtors header and trailer
configure:6153: result: yes
configure:6160: checking for libunwind-support in compiler
configure:6177: result: no
configure:6185: checking for -z nodelete option
configure:6197: gcc -g -O2  
                   -fPIC -shared -o conftest.so conftest.c
                   -nostartfiles -nostdlib
                   -Wl,--enable-new-dtags,-z,nodelete 1>&5
configure:6200: $? = 0
configure:6209: result: yes
configure:6212: checking for -z nodlopen option
configure:6224: gcc -g -O2  
                        -fPIC -shared -o conftest.so conftest.c
                        -nostartfiles -nostdlib
                        -Wl,--enable-new-dtags,-z,nodlopen 1>&5
configure:6227: $? = 0
configure:6236: result: yes
configure:6239: checking for -z initfirst option
configure:6251: gcc -g -O2  
                        -fPIC -shared -o conftest.so conftest.c
                        -nostartfiles -nostdlib
                        -Wl,--enable-new-dtags,-z,initfirst 1>&5
configure:6254: $? = 0
configure:6263: result: yes
configure:6281: checking for -z relro option
configure:6322: gcc -g -O2  
                    -fPIC -shared -o conftest.so conftest.c
                    -nostartfiles -nostdlib
                    -Wl,-z,relro 1>&5
configure:6325: $? = 0
configure:6328: x86_64-lfs-linux-gnu-readelf -Wl conftest.so > conftest.ph
configure:6331: $? = 0
configure:6337: 
      mawk -v commonpagesize=0x1000 -f conftest.awk
           conftest.ph > conftest.cps
    
mawk: conftest.awk: line 16: function strtonum never defined
mawk: conftest.awk: line 16: function strtonum never defined
mawk: conftest.awk: line 16: function strtonum never defined
configure:6340: $? = 2
configure:6345: result: no
configure:6351: error: linker with -z relro support required

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-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-unknown-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-lfs-linux-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-lfs-linux-gnu
ac_cv_objext=o
ac_cv_path_BASH_SHELL=/bin/bash
ac_cv_path_BISON=/usr/bin/bison
ac_cv_path_INSTALL_INFO=/usr/bin/install-info
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AS=as
ac_cv_prog_AWK=mawk
ac_cv_prog_BUILD_CC=gcc
ac_cv_prog_CC=gcc
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_LD=ld
ac_cv_prog_MAKE=make
ac_cv_prog_NM=x86_64-lfs-linux-gnu-nm
ac_cv_prog_READELF=x86_64-lfs-linux-gnu-readelf
ac_cv_prog_SED=sed
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=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_unique_object=yes
libc_cv_broken_alias_attribute=no
libc_cv_broken_visibility_attribute=no
libc_cv_c_cleanup=yes
libc_cv_cc_with_libunwind=no
libc_cv_ctors_header=yes
libc_cv_dot_text=.text
libc_cv_forced_unwind=yes
libc_cv_friendly_stddef=yes
libc_cv_gcc_static_libgcc=-static-libgcc
libc_cv_have_bash2=yes
libc_cv_have_ksh=yes
libc_cv_have_sdata_section=no
libc_cv_initfini_array=yes
libc_cv_ld_version_script_option=yes
libc_cv_need_minus_P=no
libc_cv_nss_crypt=no
libc_cv_prog_as_gnu=yes
libc_cv_prog_ld_gnu=yes
libc_cv_visibility_attribute=yes
libc_cv_x32=no
libc_cv_z_initfirst=yes
libc_cv_z_nodelete=yes
libc_cv_z_nodlopen=yes
libc_cv_z_relro=no

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='ar'
AS='as'
ASFLAGS_config=''
AUTOCONF='no'
AWK='mawk'
BASH_SHELL='/bin/bash'
BISON='/usr/bin/bison'
BUILD_CC='gcc'
CC='gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CPPUNDEFS=''
CXX='g++'
CXXFLAGS='-g -O2'
CXX_SYSINCLUDES=' -isystem 
/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6 -isystem 
/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6/x86_64-linux-gnu 
-isystem /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6/backward'
DEFINES=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_INFO='/usr/bin/install-info'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
KSH='/bin/bash'
LD='ld'
LDFLAGS=''
LIBGD=''
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MAKE='make'
MAKEINFO=':'
MIG=''
MSGFMT=':'
NM='x86_64-lfs-linux-gnu-nm'
OBJCOPY='objcopy'
OBJDUMP='objdump'
OBJEXT='o'
PACKAGE_BUGREPORT='http://sourceware.org/bugzilla/'
PACKAGE_NAME='GNU C Library'
PACKAGE_STRING='GNU C Library (see version.h)'
PACKAGE_TARNAME='glibc'
PACKAGE_URL='http://www.gnu.org/software/glibc/'
PACKAGE_VERSION='(see version.h)'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
READELF='x86_64-lfs-linux-gnu-readelf'
RELEASE=''
SED='sed'
SHELL='/bin/bash'
SYSINCLUDES='-nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.6/include 
-isystem /usr/lib/gcc/x86_64-linux-gnu/4.6/include-fixed -isystem 
/tools/include'
VERSION=''
VERSIONING='yes'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
add_on_subdirs=' libidn'
add_ons='libidn nptl'
all_warnings=''
base_machine='x86_64'
bindir='${exec_prefix}/bin'
bindnow='no'
build='x86_64-unknown-linux-gnu'
build_alias='x86_64-unknown-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
cross_compiling='yes'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exceptions=''
exec_prefix='NONE'
fno_unit_at_a_time=''
force_install='yes'
gnu89_inline=''
have_libaudit=''
have_libcap=''
have_selinux=''
host='x86_64-lfs-linux-gnu'
host_alias='x86_64-lfs-linux-gnu'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='lfs'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
ldd_rewrite_script=''
libc_cv_Bgroup=''
libc_cv_as_i686=''
libc_cv_cc_avx=''
libc_cv_cc_fma4=''
libc_cv_cc_nofma=''
libc_cv_cc_novzeroupper=''
libc_cv_cc_sse2avx=''
libc_cv_cc_sse4=''
libc_cv_cc_submachine=''
libc_cv_cc_with_libunwind='no'
libc_cv_cpp_asm_debuginfo=''
libc_cv_forced_unwind='yes'
libc_cv_fpie=''
libc_cv_gcc_static_libgcc='-static-libgcc'
libc_cv_gcc_unwind_find_fde=''
libc_cv_hashstyle=''
libc_cv_have_bash2='yes'
libc_cv_have_ksh='yes'
libc_cv_localedir=''
libc_cv_localstatedir=''
libc_cv_nss_crypt='no'
libc_cv_output_format=''
libc_cv_pic_default=''
libc_cv_rootsbindir=''
libc_cv_slibdir=''
libc_cv_sparc_as_vis3=''
libc_cv_ssp=''
libc_cv_sysconfdir=''
libc_cv_z_combreloc=''
libc_cv_z_execstack=''
libc_extra_cflags=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
link_obsolete_rpc='no'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mach_interface_list=''
mandir='${datarootdir}/man'
multi_arch='default'
old_glibc_headers=''
oldest_abi='default'
oldincludedir='/usr/include'
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=''
static=''
static_nss='no'
subdirs='  '
submachine=''
sysconfdir='${prefix}/etc'
sysdeps_add_ons=' nptl'
sysnames=' sysdeps/unix/sysv/linux/x86_64/64/nptl 
sysdeps/unix/sysv/linux/x86_64/64 nptl/sysdeps/unix/sysv/linux/x86_64 
nptl/sysdeps/unix/sysv/linux/x86 sysdeps/unix/sysv/linux/x86 
sysdeps/unix/sysv/linux/x86_64 sysdeps/unix/sysv/linux/wordsize-64 
nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread 
sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/inet nptl/sysdeps/unix/sysv 
sysdeps/unix/sysv sysdeps/unix/x86_64 nptl/sysdeps/unix sysdeps/unix 
sysdeps/posix nptl/sysdeps/x86_64/64 sysdeps/x86_64/64 
sysdeps/x86_64/fpu/multiarch sysdeps/x86_64/fpu sysdeps/x86/fpu 
sysdeps/x86_64/multiarch nptl/sysdeps/x86_64 sysdeps/x86_64 sysdeps/x86 
sysdeps/ieee754/ldbl-96 sysdeps/ieee754/dbl-64/wordsize-64 
sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/wordsize-64 
sysdeps/ieee754 sysdeps/generic'
target_alias=''
use_default_link='default'
use_ldconfig=''
with_fp='yes'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "GNU C Library"
#define PACKAGE_TARNAME "glibc"
#define PACKAGE_VERSION "(see version.h)"
#define PACKAGE_STRING "GNU C Library (see version.h)"
#define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/";
#define PACKAGE_URL "http://www.gnu.org/software/glibc/";
#define HAVE_LIBIDN 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

configure: exit 1

JR 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to