Hi you all! I started this evening to build my first LFS. All gone well untill I got the message, after the string used to compile glibc as the manual says.
" ../glibc-2.5.1/configure --prefix=/tools --disable-profile
--enable-add-ons --enable -kernel=2.6.0 --with-binutils=/tools/bin
--without-gd --with-headers=/tools/include --without-selinux && make "
check_fds.c: In function 'check_one_fd':
check_fds.c:45: error: 'EBADF' undeclared (first use in this function)
check_fds.c:45: error: (Each undeclared identifier is reported only once
check_fds.c:45: error: for each function it appears in.)
make[2]: *** [/LFS/ROOT/sources/glibc-build/csu/check_fds.o] Error 1
make[2]: Leaving directory `/LFS/ROOT/sources/glibc-2.5.1/csu'
make[1]: *** [csu/subdir_lib] Error 2
make[1]: Leaving directory `/LFS/ROOT/sources/glibc-2.5.1'
make: *** [all] Error 2
[EMAIL PROTECTED]:/LFS/ROOT/sources/glibc-build$
I'm not a coder and I don't think I should look right there!
some issue?
what should I do?
The host system is a Debian Lenny with kernel 2.6.22-5 full updated.
thank you in adv.
This is my 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.59. Invocation command line was
$ ../glibc-2.5.1/configure --prefix=/tools --disable-profile
--enable-add-ons --enable-kernel=2.6.0 --with-binutils=/tools/bin
--without-gd --with-headers=/tools/include --without-selinux
## --------- ##
## Platform. ##
## --------- ##
hostname = thelema
uname -m = i686
uname -r = 2.6.22smp+fb+wlan
uname -s = Linux
uname -v = #1 SMP PREEMPT Thu Feb 28 21:48:06 CET 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: /tools/bin
PATH: /bin
PATH: /usr/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1701: checking build system type
configure:1719: result: i686-pc-linux-gnu
configure:1727: checking host system type
configure:1741: result: i686-pc-linux-gnu
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 /tools/bin/gcc
configure:2512: result: gcc
configure:2756: checking for C compiler version
configure:2759: gcc --version </dev/null >&5
gcc (GCC) 4.1.2
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.2/configure --prefix=/tools
--with-local-prefix=/tools --disable-nls --enable-shared
--enable-languages=c
Thread model: posix
gcc version 4.1.2
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
configure:3032: $? = 0
configure:3036: test -z
|| test ! -s conftest.err
configure:3039: $? = 0
configure:3042: test -s conftest.o
configure:3045: $? = 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
configure:3309: $? = 0
configure:3341: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3347: $? = 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 USE_REGPARMS 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3386: result: gcc -E
configure:3410: gcc -E conftest.c
configure:3416: $? = 0
configure:3448: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3454: $? = 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 USE_REGPARMS 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3550: checking for g++
configure:3566: found /usr/bin/g++
configure:3576: result: g++
configure:3592: checking for C++ compiler version
configure:3595: g++ --version </dev/null >&5
g++ (GCC) 4.2.3 (Debian 4.2.3-1)
Copyright (C) 2007 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:3598: $? = 0
configure:3600: g++ -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c
++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc
--enable-mpfr --disable-libmudflap --enable-targets=all
--enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu
--target=i486-linux-gnu
Thread model: posix
gcc version 4.2.3 (Debian 4.2.3-1)
configure:3603: $? = 0
configure:3605: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:3608: $? = 1
configure:3611: checking whether we are using the GNU C++ compiler
configure:3635: g++ -c conftest.cc >&5
configure:3641: $? = 0
configure:3645: test -z
|| test ! -s conftest.err
configure:3648: $? = 0
configure:3651: test -s conftest.o
configure:3654: $? = 0
configure:3667: result: yes
configure:3673: checking whether g++ accepts -g
configure:3694: g++ -c -g conftest.cc >&5
configure:3700: $? = 0
configure:3704: test -z
|| test ! -s conftest.err
configure:3707: $? = 0
configure:3710: test -s conftest.o
configure:3713: $? = 0
configure:3724: result: yes
configure:3766: g++ -c -g -O2 conftest.cc >&5
configure:3772: $? = 0
configure:3776: test -z
|| test ! -s conftest.err
configure:3779: $? = 0
configure:3782: test -s conftest.o
configure:3785: $? = 0
configure:3811: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:14: error: 'exit' was not declared in this scope
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"
| #define USE_REGPARMS 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3766: g++ -c -g -O2 conftest.cc >&5
conftest.cc:10: error: 'void std::exit(int)' should have been declared
inside 'std'
configure:3772: $? = 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 USE_REGPARMS 1
| /* end confdefs.h. */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3766: g++ -c -g -O2 conftest.cc >&5
conftest.cc:10: error: 'void std::exit(int)' should have been declared
inside 'std'
In file included from conftest.cc:11:
/usr/include/stdlib.h:531: error: declaration of 'void std::exit(int)
throw ()' throws different exceptions
conftest.cc:10: error: from previous declaration 'void std::exit(int)'
configure:3772: $? = 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 USE_REGPARMS 1
| /* end confdefs.h. */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3766: g++ -c -g -O2 conftest.cc >&5
configure:3772: $? = 0
configure:3776: test -z
|| test ! -s conftest.err
configure:3779: $? = 0
configure:3782: test -s conftest.o
configure:3785: $? = 0
configure:3811: g++ -c -g -O2 conftest.cc >&5
configure:3817: $? = 0
configure:3821: test -z
|| test ! -s conftest.err
configure:3824: $? = 0
configure:3827: test -s conftest.o
configure:3830: $? = 0
configure:3957: checking whether /tools/bin/as is GNU as
configure:3971: result: yes
configure:3976: checking whether /tools/bin/ld is GNU ld
configure:3990: result: yes
configure:4000: checking for /tools/bin/as
configure:4026: result: /tools/bin/as
configure:4040: checking version of /tools/bin/as
configure:4050: result: 2.17, ok
configure:4061: checking for /tools/bin/ld
configure:4087: result: /tools/bin/ld
configure:4101: checking version of /tools/bin/ld
configure:4111: result: 2.17, ok
configure:4126: checking for pwd
configure:4144: found /bin/pwd
configure:4176: checking for gcc
configure:4202: result: gcc -B/tools/bin/
configure:4216: checking version of gcc -B/tools/bin/
configure:4226: result: 4.1.2, ok
configure:4237: checking for gnumake
configure:4266: result: no
configure:4237: checking for gmake
configure:4266: result: no
configure:4237: checking for make
configure:4253: found /usr/bin/make
configure:4263: result: make
configure:4277: checking version of make
configure:4287: result: 3.81, ok
configure:4299: checking for gnumsgfmt
configure:4328: result: no
configure:4299: checking for gmsgfmt
configure:4328: result: no
configure:4299: checking for msgfmt
configure:4315: found /usr/bin/msgfmt
configure:4325: result: msgfmt
configure:4339: checking version of msgfmt
configure:4349: result: 0.17, ok
configure:4360: checking for makeinfo
configure:4389: result: no
configure:4421: checking for sed
configure:4437: found /bin/sed
configure:4447: result: sed
configure:4461: checking version of sed
configure:4471: result: 4.1.5, ok
configure:4483: checking for autoconf
configure:4499: found /usr/bin/autoconf
configure:4509: result: autoconf
configure:4523: checking whether autoconf works
configure:4534: result: yes
configure:4555: WARNING:
*** These auxiliary programs are missing or incompatible versions:
makeinfo
*** some features will be disabled.
*** Check the INSTALL file for required versions.
configure:4580: checking whether ranlib is necessary
configure:4601: result: no
configure:4614: checking LD_LIBRARY_PATH variable
configure:4624: result: ok
configure:4638: checking whether GCC supports -static-libgcc
configure:4649: result: -static-libgcc
configure:4655: checking for bash
configure:4686: result: /bin/sh
configure:4759: checking for gawk
configure:4775: found /usr/bin/gawk
configure:4785: result: gawk
:
configure:4797: checking for perl
configure:4815: found /usr/bin/perl
configure:4828: result: /usr/bin/perl
configure:4841: checking for install-info
configure:4860: found /usr/sbin/install-info
configure:4873: result: /usr/sbin/install-info
configure:4882: checking for bison
configure:4901: found /usr/bin/bison
configure:4914: result: /usr/bin/bison
configure:4922: checking for signed size_t type
configure:4937: result: no
configure:4947: checking for libc-friendly stddef.h
configure:4976: gcc -B/tools/bin/ -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:25: warning: incompatible implicit declaration of built-in
function 'abort'
configure:4982: $? = 0
configure:4986: test -z
|| test ! -s conftest.err
configure:4989: $? = 0
configure:4992: test -s conftest.o
configure:4995: $? = 0
configure:5006: result: yes
configure:5013: checking whether we need to use -P to assemble .S files
configure:5023: gcc -B/tools/bin/ -c conftest.S 1>&5
configure:5026: $? = 0
configure:5034: result: no
configure:5041: checking whether .text pseudo-op must be used
configure:5051: gcc -B/tools/bin/ -c conftest.s 1>&5
configure:5054: $? = 0
configure:5065: result: yes
configure:5069: checking for assembler global-symbol directive
configure:5082: gcc -B/tools/bin/ -c conftest.s 1>&5
configure:5085: $? = 0
configure:5093: result: .globl
configure:5106: checking for .set assembler directive
configure:5132: result: yes
configure:5141: checking for assembler .type directive prefix
configure:5157: gcc -B/tools/bin/ -c conftest.s 1>&5
configure:5160: $? = 0
configure:5168: result: @
configure:5177: checking for .symver assembler directive
configure:5194: result: yes
configure:5196: checking for ld --version-script
configure:5222: gcc -B/tools/bin/ -g -O2 -shared
-o conftest.so conftest.o
-nostartfiles -nostdlib
-Wl,--version-script,conftest.map
1>&5
configure:5225: $? = 0
configure:5225: $? = 0
configure:5240: result: yes
configure:5264: checking for .previous assembler directive
configure:5274: gcc -B/tools/bin/ -c conftest.s 1>&5
configure:5277: $? = 0
configure:5285: result: yes
configure:5323: checking for .protected and .hidden assembler directive
configure:5335: gcc -B/tools/bin/ -c conftest.s 1>&5
configure:5338: $? = 0
configure:5346: result: yes
configure:5359: checking whether __attribute__((visibility())) is
supported
configure:5370: gcc -B/tools/bin/ -Werror -S conftest.c -o conftest.s
1>&5
configure:5373: $? = 0
configure:5384: result: yes
configure:5395: checking for broken __attribute__((visibility()))
configure:5407: gcc -B/tools/bin/ -Werror -S conftest.c -o
conftest.s1>&5
configure:5410: $? = 0
configure:5419: result: no
configure:5429: checking for broken __attribute__((alias()))
configure:5444: gcc -B/tools/bin/ -Werror -S conftest.c -o conftest.s
1>&5
configure:5447: $? = 0
configure:5457: result: no
configure:5467: checking whether to put _rtld_local into .sdata section
configure:5481: result: no
configure:5491: checking for .preinit_array/.init_array/.fini_array
support
configure:5504: gcc -B/tools/bin/ -g -O2 -o conftest conftest.c
-static -nostartfiles -nostdlib 1>&5
configure:5507: $? = 0
configure:5520: result: yes
configure:5528: checking for libunwind-support in compiler
configure:5545: result: no
configure:5555: checking for -z nodelete option
configure:5567: gcc -B/tools/bin/ -g -O2
-fPIC -shared -o conftest.so conftest.c
-nostartfiles -nostdlib
-Wl,--enable-new-dtags,-z,nodelete 1>&5
configure:5570: $? = 0
configure:5579: result: yes
configure:5583: checking for -z nodlopen option
configure:5595: gcc -B/tools/bin/ -g -O2
-fPIC -shared -o conftest.so conftest.c
-nostartfiles -nostdlib
-Wl,--enable-new-dtags,-z,nodlopen 1>&5
configure:5598: $? = 0
configure:5607: result: yes
configure:5611: checking for -z initfirst option
configure:5623: gcc -B/tools/bin/ -g -O2
-fPIC -shared -o conftest.so conftest.c
-nostartfiles -nostdlib
:
-Wl,--enable-new-dtags,-z,initfirst 1>&5
configure:5626: $? = 0
configure:5635: result: yes
configure:5639: checking for -z relro option
configure:5646: gcc -B/tools/bin/ -v --help 2>&1|grep z relro 1>&5
-z relro Create RELRO program header
configure:5649: $? = 0
configure:5653: gcc -B/tools/bin/ -Wl,--verbose 2>&1|grep
DATA_SEGMENT_RELRO_END 1>&5
. = DATA_SEGMENT_RELRO_END (12, .);
configure:5656: $? = 0
configure:5663: result: yes
configure:5673: checking for -Bgroup option
configure:5684: gcc -B/tools/bin/ -g -O2
-fPIC -shared -o conftest.so conftest.c
-Wl,-Bgroup -nostdlib 1>&5
configure:5687: $? = 0
configure:5696: result: yes
configure:5700: checking for libgcc_s suffix
configure:5714: result:
configure:5718: checking for --as-needed option
configure:5730: gcc -B/tools/bin/ -g -O2
-fPIC -shared -o conftest.so conftest.c
-lgcc_s -Wl,--as-needed
-nostdlib 1>&5
configure:5733: $? = 0
configure:5742: result: yes
configure:5747: checking whether --noexecstack is desirable for .S files
configure:5757: gcc -B/tools/bin/ -g -O2
-S -o conftest.s conftest.c 1>&5
configure:5760: $? = 0
configure:5765: gcc -B/tools/bin/ -g -O2 -Wa,--noexecstack
-c -o conftest.o conftest.s 1>&5
configure:5768: $? = 0
configure:5777: result: yes
configure:5784: checking for -z combreloc
configure:5798: gcc -B/tools/bin/ -g -O2
-fPIC -shared -o conftest.so conftest.c
-nostdlib -nostartfiles
-Wl,-z,combreloc 1>&5
configure:5801: $? = 0
configure:5814: result: yes
configure:5824: checking for -z execstack
configure:5836: gcc -B/tools/bin/ -g -O2
-fPIC -shared -o conftest.so conftest.c
-Wl,-z,execstack -nostdlib
1>&5
configure:5839: $? = 0
configure:5848: result: yes
configure:5852: checking for -fpie
configure:5852: checking for -fpie
configure:5863: gcc -B/tools/bin/ -g -O2 -pie -fpie
-o conftest conftest.c 1>&5
configure:5866: $? = 0
configure:5875: result: yes
configure:5880: checking for --hash-style option
configure:5891: gcc -B/tools/bin/ -g -O2
-fPIC -shared -o conftest.so conftest.c
-Wl,--hash-style=both -nostdlib 1>&5
/tools/bin/ld: unrecognized option '--hash-style=both'
/tools/bin/ld: use the --help option for usage information
collect2: ld returned 1 exit status
configure:5894: $? = 1
configure:5903: result: no
configure:5908: checking for -fno-toplevel-reorder
configure:5918: gcc -B/tools/bin/ -g -O2 -S -fno-toplevel-reorder
conftest.c 1>&5
cc1: error: unrecognized command line option "-fno-toplevel-reorder"
configure:5921: $? = 1
configure:5930: result: no
configure:5939: checking for -fstack-protector
configure:5950: gcc -B/tools/bin/ -g -O2 -fstack-protector
-o conftest conftest.c 1>&5
configure:5953: $? = 0
configure:5962: result: yes
configure:6031: checking whether cc puts quotes around section names
configure:6052: result: no
configure:6169: checking for assembler .weak directive
configure:6182: gcc -B/tools/bin/ -c conftest.s 1>&5
configure:6185: $? = 0
configure:6193: result: yes
configure:6240: checking whether CFI directives are supported
configure:6259: gcc -B/tools/bin/ -c conftest.s 1>&5
configure:6262: $? = 0
configure:6270: result: yes
configure:6279: checking for ld --no-whole-archive
configure:6292: gcc -B/tools/bin/ -g -O2
-nostdlib -nostartfiles
-Wl,--no-whole-archive
-o conftest conftest.c 1>&5
configure:6295: $? = 0
configure:6303: result: yes
configure:6309: checking for gcc -fexceptions
configure:6322: gcc -B/tools/bin/ -g -O2
-nostdlib -nostartfiles -fexceptions
-o conftest conftest.c 1>&5
configure:6325: $? = 0
configure:6333: result: yes
configure:6403: checking for __builtin_expect
configure:6418: gcc -B/tools/bin/ -g -O2 -nostdlib -nostartfiles
-o conftest conftest.c -lgcc >&5
/tools/bin/ld: warning: cannot find entry symbol _start; defaulting to
080480a0
configure:6421: $? = 0
configure:6429: result: yes
configure:6438: checking for __builtin_memset
configure:6450: gcc -B/tools/bin/ -O3 -S conftest.c -o - | fgrep memset
> /dev/null
configure:6453: $? = 0
configure:6462: result: no
configure:6471: checking for redirection of built-in functions
configure:6484: gcc -B/tools/bin/ -O3 -S conftest.c -o - | fgrep
my_strstr > /dev/null
configure:6487: $? = 0
configure:6496: result: yes
configure:6506: checking for __thread
configure:6515: gcc -B/tools/bin/ -g -O2 -c conftest.c >&5
configure:6518: $? = 0
configure:6526: result: yes
configure:6539: checking for tls_model attribute
configure:6548: gcc -B/tools/bin/ -g -O2 -S -Werror conftest.c >&5
configure:6551: $? = 0
configure:6559: result: yes
configure:6569: checking for libgd
configure:6630: result: no
configure:6945: checking for egrep
configure:6955: result: grep -E
configure:6960: checking for ANSI C header files
configure:6985: gcc -B/tools/bin/ -c -g -O2 conftest.c >&5
configure:6991: $? = 0
configure:6995: test -z
|| test ! -s conftest.err
configure:6998: $? = 0
configure:7001: test -s conftest.o
configure:7004: $? = 0
configure:7093: gcc -B/tools/bin/ -o conftest -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:47: warning: incompatible implicit declaration of built-in
function 'exit'
configure:7096: $? = 0
configure:7098: ./conftest
configure:7101: $? = 0
configure:7116: result: yes
configure:7140: checking for sys/types.h
configure:7156: gcc -B/tools/bin/ -c -g -O2 conftest.c >&5
configure:7162: $? = 0
configure:7166: test -z
|| test ! -s conftest.err
configure:7169: $? = 0
configure:7172: test -s conftest.o
configure:7175: $? = 0
:configure:7186: result: yes
configure:7140: checking for sys/stat.h
configure:7156: gcc -B/tools/bin/ -c -g -O2 conftest.c >&5
configure:7162: $? = 0
configure:7166: test -z
|| test ! -s conftest.err
configure:7169: $? = 0
configure:7172: test -s conftest.o
configure:7175: $? = 0
configure:7186: result: yes
configure:7140: checking for stdlib.h
configure:7156: gcc -B/tools/bin/ -c -g -O2 conftest.c >&5
configure:7162: $? = 0
configure:7166: test -z
|| test ! -s conftest.err
configure:7169: $? = 0
configure:7172: test -s conftest.o
configure:7175: $? = 0
configure:7186: result: yes
configure:7140: checking for string.h
configure:7156: gcc -B/tools/bin/ -c -g -O2 conftest.c >&5
configure:7162: $? = 0
configure:7166: test -z
|| test ! -s conftest.err
configure:7169: $? = 0
configure:7172: test -s conftest.o
configure:7175: $? = 0
configure:7186: result: yes
configure:7140: checking for memory.h
configure:7156: gcc -B/tools/bin/ -c -g -O2 conftest.c >&5
configure:7162: $? = 0
configure:7166: test -z
|| test ! -s conftest.err
configure:7169: $? = 0
configure:7172: test -s conftest.o
configure:7175: $? = 0
configure:7186: result: yes
configure:7140: checking for strings.h
configure:7156: gcc -B/tools/bin/ -c -g -O2 conftest.c >&5
configure:7162: $? = 0
configure:7166: test -z
|| test ! -s conftest.err
configure:7169: $? = 0
configure:7172: test -s conftest.o
configure:7175: $? = 0
configure:7186: result: yes
configure:7140: checking for inttypes.h
configure:7156: gcc -B/tools/bin/ -c -g -O2 conftest.c >&5
configure:7162: $? = 0
:
configure:7166: test -z
|| test ! -s conftest.err
configure:7169: $? = 0
configure:7172: test -s conftest.o
configure:7175: $? = 0
configure:7186: result: yes
configure:7140: checking for stdint.h
configure:7156: gcc -B/tools/bin/ -c -g -O2 conftest.c >&5
configure:7162: $? = 0
configure:7166: test -z
|| test ! -s conftest.err
configure:7169: $? = 0
configure:7172: test -s conftest.o
configure:7175: $? = 0
configure:7186: result: yes
configure:7140: checking for unistd.h
configure:7156: gcc -B/tools/bin/ -c -g -O2 conftest.c >&5
configure:7162: $? = 0
configure:7166: test -z
|| test ! -s conftest.err
configure:7169: $? = 0
configure:7172: test -s conftest.o
configure:7175: $? = 0
configure:7186: result: yes
configure:7198: checking for long double
configure:7222: gcc -B/tools/bin/ -c -g -O2 conftest.c >&5
configure:7228: $? = 0
configure:7232: test -z
|| test ! -s conftest.err
configure:7235: $? = 0
configure:7238: test -s conftest.o
configure:7241: $? = 0
configure:7252: result: yes
configure:7255: checking size of long double
configure:7574: gcc -B/tools/bin/ -o conftest -g -O2 conftest.c >&5
configure:7577: $? = 0
configure:7579: ./conftest
configure:7582: $? = 0
configure:7605: result: 12
configure:7634: result: running configure fragment for sysdeps/i386/elf
configure:7: checking for i386 TLS support
configure:29: gcc -B/tools/bin/ -c -g -O2 conftest.s 1>&5
configure:32: $? = 0
configure:40: result: yes
configure:7634: result: running configure fragment for
nptl/sysdeps/pthread
configure:27: checking for forced unwind support
configure:51: gcc -B/tools/bin/ -o conftest -g -O2 conftest.c >&5
configure:57: $? = 0
configure:61: test -z
|| test ! -s conftest.err
configure:64: $? = 0
configure:67: test -s conftest
configure:70: $? = 0
configure:82: result: yes
configure:91: checking for C cleanup handling
configure:116: gcc -B/tools/bin/ -o conftest -g -O2 -Werror -fexceptions
conftest.c >&5
configure:122: $? = 0
configure:126: test -z
|| test ! -s conftest.err
configure:129: $? = 0
configure:132: test -s conftest
configure:135: $? = 0
configure:147: result: yes
configure:7634: result: running configure fragment for sysdeps/pthread
configure:7634: result: running configure fragment for
sysdeps/unix/sysv/linux
configure:25: checking for egrep
configure:35: result: grep -E
configure:40: checking installed Linux kernel header files
configure:65: result: 2.0.10 or later
configure:169: checking for kernel header at least 2.6.0
configure:192: result: ok
configure:336: checking for symlinks in /tools/include
configure:358: result: ok
configure:7634: result: running configure fragment for sysdeps/i386
configure:4: checking if -g produces usable source locations for
assembler-with-cpp
configure:27: gcc -B/tools/bin/ -g -c conftest.S 1>&5
configure:30: $? = 0
configure:35: readelf --debug-dump=line conftest.o |
grep conftest\.S 1>&5
1 0 0 0 conftest.S
configure:38: $? = 0
configure:47: result: yes
configure:7733: checking for old glibc 2.0.x headers
configure:7741: result: no
configure:7780: checking whether -fPIC is default
configure:7796: result: no
configure:7920: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by GNU C Library config.status (see version.h),
which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on thelema
config.status:766: creating config.make
config.status:766: creating Makefile
config.status:863: creating config.h
config.status:1199: executing default 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_cxx_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_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=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_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=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_path_BASH=/bin/sh
ac_cv_path_BISON=/usr/bin/bison
ac_cv_path_INSTALL_INFO=/usr/sbin/install-info
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PWD_P=/bin/pwd
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AS=/tools/bin/as
ac_cv_prog_AUTOCONF=autoconf
ac_cv_prog_AWK=gawk
ac_cv_prog_CC='gcc -B/tools/bin/'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_LD=/tools/bin/ld
ac_cv_prog_MAKE=make
ac_cv_prog_MSGFMT=msgfmt
ac_cv_prog_SED=sed
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_sizeof_long_double=12
ac_cv_type_long_double=yes
libc_cv_386_tls=yes
libc_cv_Bgroup=yes
libc_cv_as_needed=yes
libc_cv_as_noexecstack=yes
libc_cv_asm_cfi_directives=yes
libc_cv_asm_global_directive=.globl
libc_cv_asm_previous_directive=yes
libc_cv_asm_protected_directive=yes
libc_cv_asm_set_directive=yes
libc_cv_asm_symver_directive=yes
libc_cv_asm_type_prefix=@
libc_cv_asm_underscores=no
libc_cv_asm_weak_directive=yes
libc_cv_autoconf_works=yes
libc_cv_broken_alias_attribute=no
libc_cv_broken_visibility_attribute=no
libc_cv_c_cleanup=yes
libc_cv_cc_with_libunwind=no
libc_cv_cpp_asm_debuginfo=yes
libc_cv_dot_text=.text
libc_cv_fno_toplevel_reorder=no
libc_cv_forced_unwind=yes
libc_cv_fpie=yes
libc_cv_friendly_stddef=yes
libc_cv_gcc___thread=yes
libc_cv_gcc_builtin_expect=yes
libc_cv_gcc_builtin_memset=no
libc_cv_gcc_builtin_redirection=yes
libc_cv_gcc_exceptions=yes
libc_cv_gcc_static_libgcc=-static-libgcc
libc_cv_gcc_tls_model_attr=yes
libc_cv_gcc_unwind_find_fde=yes
libc_cv_hashstyle=no
libc_cv_have_bash2=yes
libc_cv_have_ksh=yes
libc_cv_have_sdata_section=no
libc_cv_have_section_quotes=no
libc_cv_idn=no
libc_cv_initfini_array=yes
libc_cv_ld_no_whole_archive=yes
libc_cv_ld_version_script_option=yes
libc_cv_libgcc_s_suffix=
libc_cv_linux2010='2.0.10 or later'
libc_cv_need_minus_P=no
libc_cv_prog_as_gnu=yes
libc_cv_prog_ld_gnu=yes
libc_cv_ranlib_necessary=no
libc_cv_signed_size_t=no
libc_cv_ssp=yes
libc_cv_sysconfdir='${prefix}/etc'
libc_cv_visibility_attribute=yes
libc_cv_weak_symbols=yes
libc_cv_z_combreloc=yes
libc_cv_z_execstack=yes
libc_cv_z_initfirst=yes
libc_cv_z_nodelete=yes
libc_cv_z_nodlopen=yes
libc_cv_z_relro=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='/tools/bin/ar'
AS='/tools/bin/as'
ASFLAGS_config=' -Wa,--noexecstack'
AUTOCONF='autoconf'
AWK='gawk'
BASH='/bin/sh'
BISON='/usr/bin/bison'
BUILD_CC=''
CC='gcc -B/tools/bin/'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXFLAGS='-g -O2'
CXX_SYSINCLUDES='-isystem
/usr/lib/gcc/i486-linux-gnu/4.2.3/../../../../include/c++/4.2.3 -isystem
/usr/lib/gcc/i486-linux-gnu/4.2.3/../../../../include/c++/4.2.3/i486-linux-gnu
-isystem
/usr/lib/gcc/i486-linux-gnu/4.2.3/../../../../include/c++/4.2.3/backward'
DEFINES=' -D_LIBC_REENTRANT'
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_INFO='/usr/sbin/install-info'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
KSH='/bin/sh'
LD='/tools/bin/ld'
LDFLAGS=''
LIBGD='no'
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MAKE='make'
MAKEINFO=':'
MIG=''
MSGFMT='msgfmt'
OBJDUMP='/tools/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='/usr/bin/perl'
PWD_P='/bin/pwd'
RANLIB=':'
RELEASE='stable'
SED='sed'
SHELL='/bin/sh'
SYSINCLUDES='-nostdinc
-isystem /LFS/ROOT/tools/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/include
-isystem /tools/include'
VERSION='2.5.1'
VERSIONING='yes'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_RANLIB=''
add_on_subdirs=''
add_ons='nptl'
all_warnings=''
base_machine='i386'
bindir='${exec_prefix}/bin'
bindnow='no'
bounded='no'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
cross_compiling='no'
datadir='${prefix}/share'
elf='yes'
enable_check_abi='no'
exceptions='-fexceptions'
exec_prefix='${prefix}'
fno_unit_at_a_time='-fno-unit-at-a-time'
force_install='yes'
have_libaudit=''
have_libcap=''
have_selinux='no'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
ldd_rewrite_script='../sysdeps/unix/sysv/linux/ldd-rewrite.sed'
libc_cv_Bgroup='yes'
libc_cv_as_needed='yes'
libc_cv_asm_protected_directive='yes'
libc_cv_cc_with_libunwind='no'
libc_cv_forced_unwind='yes'
libc_cv_forced_unwind='yes'
libc_cv_fpie='yes'
libc_cv_gcc_static_libgcc='-static-libgcc'
libc_cv_gcc_unwind_find_fde='yes'
libc_cv_hashstyle='no'
libc_cv_have_bash2='yes'
libc_cv_have_initfini=''
libc_cv_have_ksh='yes'
libc_cv_libgcc_s_suffix=''
libc_cv_localedir=''
libc_cv_rootsbindir=''
libc_cv_slibdir=''
libc_cv_ssp='yes'
libc_cv_sysconfdir='${prefix}/etc'
libc_cv_z_combreloc='yes'
libc_cv_z_execstack='yes'
libc_cv_z_initfirst='yes'
libc_cv_z_nodelete='yes'
libc_cv_z_nodlopen='yes'
libc_cv_z_relro='yes'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mach_interface_list=''
mandir='${prefix}/man'
no_whole_archive='-Wl,--no-whole-archive'
nopic_initfini=''
old_glibc_headers='no'
oldest_abi='default'
oldincludedir='/usr/include'
omitfp='no'
pic_default='no'
prefix='/tools'
profile='no'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
shared='yes'
sharedstatedir='${prefix}/com'
sizeof_long_double='12'
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/syeee754 sysdeps/generic/elf sysdeps/generic'
target_alias=''
uname_release=''
uname_sysname=''
uname_version=''
use_ldconfig='yes'
with_cvs='yes'
with_fp='yes'
xcoff='no'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define ASM_GLOBAL_DIRECTIVE .globl
#define ASM_TYPE_DIRECTIVE_PREFIX @
#define DO_VERSIONING 1
#define EXPORT_UNWIND_FIND_FDE 1
#define HAVE_ASM_CFI_DIRECTIVES 1
#define HAVE_ASM_PREVIOUS_DIRECTIVE 1
#define HAVE_ASM_SET_DIRECTIVE 1
#define HAVE_ASM_WEAK_DIRECTIVE 1
#define HAVE_BUILTIN_EXPECT 1
#define HAVE_BUILTIN_REDIRECTION 1
#define HAVE_CPP_ASM_DEBUGINFO 1
#define HAVE_ELF 1
#define HAVE_FORCED_UNWIND 1
#define HAVE_HIDDEN 1
#define HAVE_INLINED_SYSCALLS 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_PROTECTED 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_TLS_MODEL_ATTRIBUTE 1
#define HAVE_TLS_SUPPORT 1
#define HAVE_UNISTD_H 1
#define HAVE_VISIBILITY_ATTRIBUTE 1
#define HAVE_Z_COMBRELOC 1
#define HAVE_Z_RELRO 1
#define HAVE___THREAD 1
#define NO_UNDERSCORES 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 PI_STATIC_AND_HIDDEN 1
#define SIZEOF_LONG_DOUBLE 12
#define STDC_HEADERS 1
#define USE_IN_LIBIO 1
#define USE_REGPARMS 1
#define __ABI_TAG_VERSION 2,6,0
#define __LINUX_KERNEL_VERSION (2 * 65536 + 6 * 256 + 0)
#endif
#ifdef __cplusplus
extern "C" void exit (int) throw ();
configure: exit 0
signature.asc
Description: Questa รจ una parte del messaggio firmata digitalmente
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
