Re: Glibc build fail
| Newsgroups | gmane.linux.lfs.support |
|---|---|
| Message-ID | <[email protected]> |
Xi Ruoyao ([email protected] via lfs-support Mailing List) <[email protected]> wrote: >On Thu, 2024-11-07 at 19:08 +0000, kevadesu wrote: >> Hi, sorry to intrude and disturb everyone with this post, but I'm having some >> issues with compiling Glibc 2.40 in Chapter 5.5 >> Book is Linux From Scratch - Version 12.2-systemd >> The following error appears: >> >> x86_64-lfs-linux-gnu-gcc -Wl,-rpath-link=/mnt/lfs/sources/glibc/build:/mnt/ >> lfs/sources/glibc/build/math:/mnt/lfs/sources/glibc/build/elf:/mnt/lfs/ >> sources/glibc/build/dlfcn:/mnt/lfs/sources/glibc/build/nss:/mnt/lfs/sources/ >> glibc/build/nis:/mnt/lfs/sources/glibc/build/rt:/mnt/lfs/sources/glibc/build/ >> resolv:/mnt/lfs/sources/glibc/build/mathvec:/mnt/lfs/sources/glibc/build/ >> support:/mnt/lfs/sources/glibc/build/nptl -o /mnt/lfs/sources/glibc/build/ >> support/links-dso-program -pie -Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib - >> nostartfiles -Wl,-z,mark-plt -Wl,-z,relro /mnt/lfs/sources/glibc/build/csu/ >> Scrt1.o /mnt/lfs/sources/glibc/build/csu/crti.o `x86_64-lfs-linux-gnu-gcc - >> Wl,-z,mark-plt --print-file-name=crtbeginS.o` /mnt/lfs/sources/glibc/build/ >> support/links-dso-program.o -lstdc++ -lgcc -lgcc_s -Wl,-dynamic-linker=/usr/ >> lib/ld-linux-x86-64.so.2 /mnt/lfs/sources/glibc/build/libc.so.6 /mnt/lfs/ >> sources/glibc/build/libc_nonshared.a -Wl,--as-needed /mnt/lfs/sources/glibc/ >> build/elf/ld.so -Wl,--no-as-needed -lgcc `x86_64-lfs-linux-gnu-gcc -Wl,- >> z,mark-plt --print-file-name=crtendS.o` /mnt/lfs/sources/glibc/build/csu/ >> crtn.o >> /mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/../../../../x86_64-lfs- >> linux-gnu/bin/ld: cannot find -lgcc_s: No such file or directory >> collect2: error: ld returned 1 exit status > >This shouldn't happen building LFS. At the point building Chapter 5 >Glibc, libstdc++ is not available so Glibc will build links-dso-program- >c instead of links-dso-program which requires C++. The former also does >not need -lgcc_s. In my log: > >checking whether x86_64-lfs-linux-gnu-g++ can link programs... no > >and then... > >x86_64-lfs-linux-gnu-gcc -Wl,-rpath-link=/mnt/build_dir/sources/glibc- >2.40/build:/mnt/build_dir/sources/glibc- >2.40/build/math:/mnt/build_dir/sources/glibc- >2.40/build/elf:/mnt/build_dir/sources/glibc- >2.40/build/dlfcn:/mnt/build_dir/sources/glibc- >2.40/build/nss:/mnt/build_dir/sources/glibc- >2.40/build/nis:/mnt/build_dir/sources/glibc- >2.40/build/rt:/mnt/build_dir/sources/glibc- >2.40/build/resolv:/mnt/build_dir/sources/glibc- >2.40/build/mathvec:/mnt/build_dir/sources/glibc- >2.40/build/support:/mnt/build_dir/sources/glibc-2.40/build/nptl -o >/mnt/build_dir/sources/glibc-2.40/build/support/links-dso-program-c -pie >-Wl,-z,pack-relative-relocs -Wl,-O1 -nostdlib -nostartfiles -Wl,-z,mark- >plt -Wl,-z,relro /mnt/build_dir/sources/glibc-2.40/build/csu/Scrt1.o >/mnt/build_dir/sources/glibc-2.40/build/csu/crti.o `x86_64-lfs-linux- >gnu-gcc -Wl,-z,mark-plt --print-file-name=crtbeginS.o` >/mnt/build_dir/sources/glibc-2.40/build/support/links-dso-program-c.o - >Wl,-dynamic-linker=/usr/lib/ld-linux-x86-64.so.2 >/mnt/build_dir/sources/glibc-2.40/build/libc.so.6 >/mnt/build_dir/sources/glibc-2.40/build/libc_nonshared.a -Wl,--as-needed >/mnt/build_dir/sources/glibc-2.40/build/elf/ld.so -Wl,--no-as-needed - >lgcc `x86_64-lfs-linux-gnu-gcc -Wl,-z,mark-plt --print-file- >name=crtendS.o` /mnt/build_dir/sources/glibc-2.40/build/csu/crtn.o > >So does your build have "yes" instead for "whether x86_64-lfs-linux-gnu- >g++ can link programs"? Can you attach config.log in your build >directory for analysis? > >-- >Xi Ruoyao <[email protected]> >School of Aerospace Science and Technology, Xidian University >-- >http://lists.linuxfromscratch.org/sympa/info/lfs-support >Unsubscribe: See the above information page Here's the requested line "checking whether x86_64-lfs-linux-gnu-g++ can link programs... yes" There should also be a config.log attached -- http://lists.linuxfromscratch.org/sympa/info/lfs-support Unsubscribe: See the above information page
config.log
(text/x-log, 37.6 KB)
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.72. Invocation command line was
$ ../configure --prefix=/usr --host=x86_64-lfs-linux-gnu --build=x86_64-pc-linux-gnu --enable-kernel=4.19 --with-headers=/mnt/lfs/usr/include --disable-nscd libc_cv_slibdir=/usr/lib
## --------- ##
## Platform. ##
## --------- ##
hostname = cirno-panzer
uname -m = x86_64
uname -r = 6.11.6-arch1-1
uname -s = Linux
uname -v = #1 SMP PREEMPT_DYNAMIC Fri, 01 Nov 2024 03:30:41 +0000
/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: /mnt/lfs/tools/bin/
PATH: /usr/bin/
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2676: looking for aux files: install-sh config.guess config.sub
configure:2689: trying ../scripts/
configure:2700: ../scripts/install-sh found
configure:2718: ../scripts/config.guess found
configure:2718: ../scripts/config.sub found
configure:2918: checking build system type
configure:2934: result: x86_64-pc-linux-gnu
configure:2954: checking host system type
configure:2969: result: x86_64-lfs-linux-gnu
configure:3007: checking for x86_64-lfs-linux-gnu-gcc
configure:3028: found /mnt/lfs/tools/bin/x86_64-lfs-linux-gnu-gcc
configure:3040: result: x86_64-lfs-linux-gnu-gcc
configure:3445: checking for C compiler version
configure:3454: x86_64-lfs-linux-gnu-gcc --version >&5
x86_64-lfs-linux-gnu-gcc (GCC) 14.2.0
Copyright (C) 2024 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:3465: $? = 0
configure:3454: x86_64-lfs-linux-gnu-gcc -v >&5
Using built-in specs.
COLLECT_GCC=x86_64-lfs-linux-gnu-gcc
COLLECT_LTO_WRAPPER=/mnt/lfs/tools/libexec/gcc/x86_64-lfs-linux-gnu/14.2.0/lto-wrapper
Target: x86_64-lfs-linux-gnu
Configured with: ../configure --target=x86_64-lfs-linux-gnu --prefix=/mnt/lfs/tools --with-glibc-version=2.40 --with-sysroot=/mnt/lfs --with-newlib --without-headers --enable-default-pie --enable-default-ssp --disable-nls --disable-shared --disable-multilib --disable-threads --disable-libatomic --disable-libgomp --disable-libquadmath --disable-libssp --disable-libvtv --disable-libstdcxx --enable-languages=c,c++
Thread model: single
Supported LTO compression algorithms: zlib zstd
gcc version 14.2.0 (GCC)
configure:3465: $? = 0
configure:3454: x86_64-lfs-linux-gnu-gcc -V >&5
x86_64-lfs-linux-gnu-gcc: error: unrecognized command-line option '-V'
x86_64-lfs-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:3465: $? = 1
configure:3454: x86_64-lfs-linux-gnu-gcc -qversion >&5
x86_64-lfs-linux-gnu-gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
x86_64-lfs-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:3465: $? = 1
configure:3454: x86_64-lfs-linux-gnu-gcc -version >&5
x86_64-lfs-linux-gnu-gcc: error: unrecognized command-line option '-version'
x86_64-lfs-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:3465: $? = 1
configure:3470: checking for suffix of object files
configure:3493: x86_64-lfs-linux-gnu-gcc -c conftest.c >&5
configure:3497: $? = 0
configure:3521: result: o
configure:3525: checking whether the compiler supports GNU C
configure:3545: x86_64-lfs-linux-gnu-gcc -c conftest.c >&5
configure:3545: $? = 0
configure:3557: result: yes
configure:3568: checking whether x86_64-lfs-linux-gnu-gcc accepts -g
configure:3589: x86_64-lfs-linux-gnu-gcc -c -g conftest.c >&5
configure:3589: $? = 0
configure:3636: result: yes
configure:3656: checking for x86_64-lfs-linux-gnu-gcc option to enable C11 features
configure:3671: x86_64-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5
configure:3671: $? = 0
configure:3690: result: none needed
configure:3813: checking for gcc
configure:3834: found /usr/bin/gcc
configure:3846: result: gcc
configure:3914: checking for x86_64-lfs-linux-gnu-g++
configure:3935: found /mnt/lfs/tools/bin/x86_64-lfs-linux-gnu-g++
configure:3947: result: x86_64-lfs-linux-gnu-g++
configure:4024: checking for C++ compiler version
configure:4033: x86_64-lfs-linux-gnu-g++ --version >&5
x86_64-lfs-linux-gnu-g++ (GCC) 14.2.0
Copyright (C) 2024 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:4044: $? = 0
configure:4033: x86_64-lfs-linux-gnu-g++ -v >&5
Using built-in specs.
COLLECT_GCC=x86_64-lfs-linux-gnu-g++
COLLECT_LTO_WRAPPER=/mnt/lfs/tools/libexec/gcc/x86_64-lfs-linux-gnu/14.2.0/lto-wrapper
Target: x86_64-lfs-linux-gnu
Configured with: ../configure --target=x86_64-lfs-linux-gnu --prefix=/mnt/lfs/tools --with-glibc-version=2.40 --with-sysroot=/mnt/lfs --with-newlib --without-headers --enable-default-pie --enable-default-ssp --disable-nls --disable-shared --disable-multilib --disable-threads --disable-libatomic --disable-libgomp --disable-libquadmath --disable-libssp --disable-libvtv --disable-libstdcxx --enable-languages=c,c++
Thread model: single
Supported LTO compression algorithms: zlib zstd
gcc version 14.2.0 (GCC)
configure:4044: $? = 0
configure:4033: x86_64-lfs-linux-gnu-g++ -V >&5
x86_64-lfs-linux-gnu-g++: error: unrecognized command-line option '-V'
x86_64-lfs-linux-gnu-g++: fatal error: no input files
compilation terminated.
configure:4044: $? = 1
configure:4033: x86_64-lfs-linux-gnu-g++ -qversion >&5
x86_64-lfs-linux-gnu-g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
x86_64-lfs-linux-gnu-g++: fatal error: no input files
compilation terminated.
configure:4044: $? = 1
configure:4048: checking whether the compiler supports GNU C++
configure:4068: x86_64-lfs-linux-gnu-g++ -c conftest.cpp >&5
configure:4068: $? = 0
configure:4080: result: yes
configure:4091: checking whether x86_64-lfs-linux-gnu-g++ accepts -g
configure:4112: x86_64-lfs-linux-gnu-g++ -c -g conftest.cpp >&5
configure:4112: $? = 0
configure:4159: result: yes
configure:4179: checking for x86_64-lfs-linux-gnu-g++ option to enable C++11 features
configure:4194: x86_64-lfs-linux-gnu-g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main(int, char**)':
conftest.cpp:177:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse]
177 | cxx11test::delegate d2();
| ^~
conftest.cpp:177:25: note: remove parentheses to default-initialize a variable
177 | cxx11test::delegate d2();
| ^~
| --
conftest.cpp:177:25: note: or replace parentheses with braces to value-initialize a variable
configure:4194: $? = 0
configure:4213: result: none needed
configure:4284: checking whether x86_64-lfs-linux-gnu-g++ can link programs
configure:4308: x86_64-lfs-linux-gnu-g++ -o conftest -g -O2 conftest.cpp >&5
configure:4308: $? = 0
configure:4334: x86_64-lfs-linux-gnu-g++ -o conftest -g -O2 -static conftest.cpp >&5
configure:4334: $? = 0
configure:4353: result: yes
configure:4809: x86_64-lfs-linux-gnu-gcc -E conftest.c
conftest.c:18:3: error: #error no CET compiler support
18 | # error no CET compiler support
| ^~~~~
configure:4809: $? = 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 "https://sourceware.org/bugzilla/"
| #define PACKAGE_URL "https://www.gnu.org/software/glibc/"
| #define PKGVERSION "(GNU libc) "
| #define REPORT_BUGS_TO "<https://www.gnu.org/software/libc/bugs.html>"
| #define TIMEOUTFACTOR 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| #ifndef __CET__
| # error no CET compiler support
| #endif
| ;
| return 0;
| }
configure:4906: checking for sysdeps preconfigure fragments
configure:6: checking for grep that handles long lines and -e
configure:70: result: /usr/bin/grep
configure:75: checking for egrep
configure:143: result: /usr/bin/grep -E
configure:6: checking for grep that handles long lines and -e
configure:70: result: /usr/bin/grep
configure:75: checking for egrep
configure:143: result: /usr/bin/grep -E
configure:9: checking whether x86_64-lfs-linux-gnu-gcc compiles in -mx32 mode by default
configure:28: x86_64-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5
conftest.c:14:3: error: #error not x32
14 | # error not x32
| ^~~~~
configure:28: $? = 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 "https://sourceware.org/bugzilla/"
| #define PACKAGE_URL "https://www.gnu.org/software/glibc/"
| #define PKGVERSION "(GNU libc) "
| #define REPORT_BUGS_TO "<https://www.gnu.org/software/libc/bugs.html>"
| #define TIMEOUTFACTOR 1
| #define USE_PPC_SCV 1
| /* end confdefs.h. */
| #ifndef __ILP32__
| # error not x32
| #endif
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:36: result: no
configure:4913: result:
configure:4959: checking for a BSD-compatible install
configure:5033: result: /usr/bin/install -c
configure:5048: checking whether ln -s works
configure:5052: result: yes
configure:5252: checking for /mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/../../../../x86_64-lfs-linux-gnu/bin/ld
configure:5285: result: /mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/../../../../x86_64-lfs-linux-gnu/bin/ld
configure:5300: checking version of /mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/../../../../x86_64-lfs-linux-gnu/bin/ld
configure:5310: result: 2.43.1, ok
configure:5327: checking for gnumake
configure:5363: result: no
configure:5327: checking for gmake
configure:5363: result: no
configure:5327: checking for make
configure:5348: found /usr/bin/make
configure:5360: result: make
configure:5375: checking version of make
configure:5385: result: 4.4.1, ok
configure:5397: checking for gnumsgfmt
configure:5433: result: no
configure:5397: checking for gmsgfmt
configure:5433: result: no
configure:5397: checking for msgfmt
configure:5418: found /usr/bin/msgfmt
configure:5430: result: msgfmt
configure:5445: checking version of msgfmt
configure:5455: result: 0.22.5, ok
configure:5466: checking for makeinfo
configure:5487: found /usr/bin/makeinfo
configure:5499: result: makeinfo
configure:5514: checking version of makeinfo
configure:5524: result: 7.1.1, ok
configure:5535: checking for sed
configure:5556: found /usr/bin/sed
configure:5568: result: sed
configure:5583: checking version of sed
configure:5593: result: 4.9, ok
configure:5604: checking for gawk
configure:5625: found /usr/bin/gawk
configure:5637: result: gawk
configure:5652: checking version of gawk
configure:5662: result: 5.3.1, ok
configure:5673: checking for bison
configure:5694: found /usr/bin/bison
configure:5706: result: bison
configure:5721: checking version of bison
configure:5731: result: 3.8.2, ok
configure:5739: checking if x86_64-lfs-linux-gnu-gcc is sufficient to build libc
configure:5760: x86_64-lfs-linux-gnu-gcc -E conftest.c
configure:5760: $? = 0
configure:5770: result: yes
configure:5860: checking for python3
configure:5881: found /usr/bin/python3
configure:5893: result: python3
configure:5908: checking version of python3
configure:5918: result: 3.12.7, ok
configure:5943: checking for use of fpu sysdeps directories
configure:5964: result: yes
configure:5968: checking for -fstack-protector
configure:5975: x86_64-lfs-linux-gnu-gcc -g -O2 -Werror -fstack-protector -xc /dev/null -S -o /dev/null
configure:5978: $? = 0
configure:5989: result: yes
configure:5992: checking for -fstack-protector-strong
configure:5999: x86_64-lfs-linux-gnu-gcc -g -O2 -Werror -fstack-protector-strong -xc /dev/null -S -o /dev/null
configure:6002: $? = 0
configure:6013: result: yes
configure:6016: checking for -fstack-protector-all
configure:6023: x86_64-lfs-linux-gnu-gcc -g -O2 -Werror -fstack-protector-all -xc /dev/null -S -o /dev/null
configure:6026: $? = 0
configure:6037: result: yes
configure:6080: checking for assembler and linker STT_GNU_IFUNC support
Relocation section '.rela.dyn' at offset 0x290 contains 1 entry:
Offset Info Type Sym. Value Sym. Name + Addend
000000002000 000000000025 R_X86_64_IRELATIV 1000
configure:6113: result: yes
configure:6117: checking for gcc attribute ifunc support
configure:6145: result: yes
configure:6150: checking whether the linker supports textrels along with ifunc
configure:6181: x86_64-lfs-linux-gnu-gcc -g -O2 -nostartfiles -nostdlib -fno-stack-protector -pie -o conftest conftest.S
/mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/../../../../x86_64-lfs-linux-gnu/bin/ld: /tmp/ccLChEQw.o: warning: relocation against `address' in read-only section `.text'
/mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/../../../../x86_64-lfs-linux-gnu/bin/ld: warning: GNU indirect functions with DT_TEXTREL may result in a segfault at runtime; recompile with -fPIE
/mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/../../../../x86_64-lfs-linux-gnu/bin/ld: warning: creating DT_TEXTREL in a PIE
configure:6184: $? = 0
configure:6192: result: yes
configure:6197: checking for GNU attribute retain support
configure:6214: result: yes
configure:6224: checking if compiler warns about alias for function with incompatible types
conftest.c:9:34: error: 'foo_alias' alias between functions of incompatible types 'int(const void *, int)' and 'int (*(void))(const void *, int)' [-Werror=attribute-alias=]
9 | extern __typeof (__redirect_foo) foo_alias __attribute__ ((alias ("foo")));
| ^~~~~~~~~
conftest.c:4:28: note: aliased declaration here
4 | __typeof (__redirect_foo) *foo_impl (void)
| ^~~~~~~~
cc1: all warnings being treated as errors
configure:6248: result: yes
configure:6286: checking sysdep dirs
configure:6484: result: sysdeps/generic
configure:6532: checking LD_LIBRARY_PATH variable
configure:6542: result: ok
configure:6553: checking for bash
configure:6576: found /usr/bin/bash
configure:6590: result: /usr/bin/bash
configure:6601: checking for perl
configure:6624: found /usr/bin/perl
configure:6638: result: /usr/bin/perl
configure:6652: checking for install-info
configure:6676: found /usr/bin/install-info
configure:6690: result: /usr/bin/install-info
configure:6699: checking for .set assembler directive
/mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/../../../../x86_64-lfs-linux-gnu/bin/ld: warning: /tmp/ccMifg8L.o: missing .note.GNU-stack section implies executable stack
/mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/../../../../x86_64-lfs-linux-gnu/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
configure:6727: result: yes
configure:6734: checking linker support for protected data symbol
configure:6745: x86_64-lfs-linux-gnu-gcc -nostdlib -nostartfiles -fno-stack-protector -fPIC -shared conftest.c -o conftest.so
configure:6748: $? = 0
configure:6755: x86_64-lfs-linux-gnu-gcc -nostdlib -nostartfiles -fno-stack-protector conftest.c -o conftest conftest.so
/mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/../../../../x86_64-lfs-linux-gnu/bin/ld: /tmp/cczLyMYn.o: copy relocation against non-copyable protected symbol `bar' in conftest.so
collect2: error: ld returned 1 exit status
configure:6758: $? = 1
configure:6767: result: no
configure:6771: checking linker support for INSERT in linker script
configure:6790: x86_64-lfs-linux-gnu-gcc -nostdlib -nostartfiles -fno-stack-protector -fPIC -shared conftest.c -Wl,-T,conftest.t -o conftest.so
configure:6793: $? = 0
configure:6801: result: yes
configure:6805: checking for broken __attribute__((alias()))
configure:6821: x86_64-lfs-linux-gnu-gcc -Werror -S conftest.c -o conftest.s 1>&5
configure:6824: $? = 0
configure:6835: result: no
configure:6841: checking whether to put _rtld_local into .sdata section
configure:6857: result: no
configure:6864: checking for libunwind-support in compiler
configure:6883: result: no
configure:6892: checking whether --noexecstack is desirable for .S files
configure:6903: x86_64-lfs-linux-gnu-gcc -g -O2
-S -o conftest.s conftest.c 1>&5
configure:6906: $? = 0
configure:6911: x86_64-lfs-linux-gnu-gcc -Wa,--noexecstack
-c -o conftest.o conftest.s 1>&5
configure:6914: $? = 0
configure:6924: result: yes
configure:6931: checking for linker that supports -z execstack
configure:6941: x86_64-lfs-linux-gnu-gcc -g -O2 -fno-stack-protector
-Wl,-z,execstack -nostdlib -nostartfiles
-fPIC -shared -o conftest.so conftest.c
1>&5
configure:6944: $? = 0
configure:6961: result: yes
configure:6965: checking for linker that supports -z start-stop-gc
configure:6975: x86_64-lfs-linux-gnu-gcc -g -O2 -fno-stack-protector
-Wl,-z,start-stop-gc -nostdlib -nostartfiles
-fPIC -shared -o conftest.so conftest.c
1>&5
configure:6978: $? = 0
configure:6995: result: yes
configure:7000: checking for linker that supports --depaudit
configure:7010: x86_64-lfs-linux-gnu-gcc -g -O2 -fno-stack-protector
-Wl,--depaudit,x -nostdlib -nostartfiles
-fPIC -shared -o conftest.so conftest.c
1>&5
configure:7013: $? = 0
configure:7030: result: yes
configure:7035: checking for linker that supports -z pack-relative-relocs
configure:7045: x86_64-lfs-linux-gnu-gcc -g -O2 -fno-stack-protector
-Wl,-z,pack-relative-relocs -nostdlib -nostartfiles
-fPIC -shared -o conftest.so conftest.c
1>&5
configure:7048: $? = 0
configure:7065: result: yes
configure:7070: checking for linker that supports --no-dynamic-linker
configure:7080: x86_64-lfs-linux-gnu-gcc -g -O2 -fno-stack-protector
-Wl,--no-dynamic-linker -nostdlib -nostartfiles
-fPIC -shared -o conftest.so conftest.c
1>&5
configure:7083: $? = 0
configure:7100: result: yes
configure:7105: checking for -static-pie
configure:7112: x86_64-lfs-linux-gnu-gcc -static-pie -xc /dev/null -S -o /dev/null
configure:7115: $? = 0
configure:7126: result: yes
configure:7131: checking for -fpie
configure:7138: x86_64-lfs-linux-gnu-gcc -fpie -xc /dev/null -S -o /dev/null
configure:7141: $? = 0
configure:7152: result: yes
configure:7157: checking for GLOB_DAT reloc
configure:7171: x86_64-lfs-linux-gnu-gcc -g -O2
-fPIC -shared -o conftest.so conftest.c
-nostdlib -nostartfiles -fno-stack-protector
1>&5
configure:7174: $? = 0
configure:7188: result: yes
configure:7192: checking for tls descriptor support
configure:7207: x86_64-lfs-linux-gnu-gcc -g -O2 -fPIC -mtls-dialect=gnu2 -nostdlib -nostartfiles
-shared conftest.c -o conftest 1>&5
configure:7210: $? = 0
configure:7220: result: gnu2
configure:7226: checking if -Wno-ignored-attributes is required for aliases
configure:7241: x86_64-lfs-linux-gnu-gcc -g -O2 -Werror -c conftest.c
configure:7244: $? = 0
configure:7252: result:
configure:7257: checking whether cc puts quotes around section names
configure:7280: result: no
configure:7287: checking for __builtin_memset
configure:7300: x86_64-lfs-linux-gnu-gcc -O3 -S conftest.c -o - | grep -F memset > /dev/null
configure:7303: $? = 1
configure:7313: result: yes
configure:7320: checking for redirection of built-in functions
configure:7334: x86_64-lfs-linux-gnu-gcc -O3 -S conftest.c -o - | grep -F my_strstr > /dev/null
configure:7337: $? = 0
configure:7347: result: yes
configure:7353: checking for compiler option to disable generation of FMA instructions
configure:7362: x86_64-lfs-linux-gnu-gcc -ffp-contract=off -xc /dev/null -S -o /dev/null
configure:7365: $? = 0
configure:7373: result: -ffp-contract=off
configure:7408: checking for compiler option that -fsignaling-nans
configure:7415: x86_64-lfs-linux-gnu-gcc -Werror -fsignaling-nans -xc /dev/null -S -o /dev/null
configure:7418: $? = 0
configure:7429: result: -fsignaling-nans
configure:7434: checking if x86_64-lfs-linux-gnu-gcc accepts -fno-tree-loop-distribute-patterns with __attribute__ ((__optimize__))
configure:7449: x86_64-lfs-linux-gnu-gcc -g -O2 -c conftest.c
configure:7452: $? = 0
configure:7460: result: yes
configure:7468: checking for libgd
configure:7488: x86_64-lfs-linux-gnu-gcc -o conftest -g -O2 conftest.c -lgd -lpng -lz -lm >&5
conftest.c:20:10: fatal error: gd.h: No such file or directory
20 | #include <gd.h>
| ^~~~~~
compilation terminated.
configure:7488: $? = 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 "https://sourceware.org/bugzilla/"
| #define PACKAGE_URL "https://www.gnu.org/software/glibc/"
| #define PKGVERSION "(GNU libc) "
| #define REPORT_BUGS_TO "<https://www.gnu.org/software/libc/bugs.html>"
| #define TIMEOUTFACTOR 1
| #define USE_PPC_SCV 1
| #define HAVE_CC_NO_STACK_PROTECTOR 1
| #define STACK_PROTECTOR_LEVEL 0
| #define HAVE_GNU_RETAIN 1
| #define USE_MULTIARCH 1
| #define HAVE_ASM_SET_DIRECTIVE 1
| #define HAVE_BUILTIN_MEMSET 1
| #define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1
| /* end confdefs.h. */
| #include <gd.h>
| int
| main (void)
| {
| gdImagePng (0, 0)
| ;
| return 0;
| }
configure:7503: result: no
configure:7512: checking for is_selinux_enabled in -lselinux
configure:7541: x86_64-lfs-linux-gnu-gcc -o conftest -g -O2 conftest.c -lselinux >&5
/mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/../../../../x86_64-lfs-linux-gnu/bin/ld: cannot find -lselinux: No such file or directory
collect2: error: ld returned 1 exit status
configure:7541: $? = 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 "https://sourceware.org/bugzilla/"
| #define PACKAGE_URL "https://www.gnu.org/software/glibc/"
| #define PKGVERSION "(GNU libc) "
| #define REPORT_BUGS_TO "<https://www.gnu.org/software/libc/bugs.html>"
| #define TIMEOUTFACTOR 1
| #define USE_PPC_SCV 1
| #define HAVE_CC_NO_STACK_PROTECTOR 1
| #define STACK_PROTECTOR_LEVEL 0
| #define HAVE_GNU_RETAIN 1
| #define USE_MULTIARCH 1
| #define HAVE_ASM_SET_DIRECTIVE 1
| #define HAVE_BUILTIN_MEMSET 1
| #define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply.
| The 'extern "C"' is for builds by C++ compilers;
| although this is not generally supported in C code supporting it here
| has little cost and some practical benefit (sr 110532). */
| #ifdef __cplusplus
| extern "C"
| #endif
| char is_selinux_enabled (void);
| int
| main (void)
| {
| return is_selinux_enabled ();
| ;
| return 0;
| }
configure:7553: result: no
configure:7698: checking for maximum supported _FORTIFY_SOURCE level
configure:7716: x86_64-lfs-linux-gnu-gcc -o conftest -g -O2 conftest.c >&5
configure:7716: $? = 0
configure:7728: result: 3
configure:7761: checking whether the assembler requires one version per symbol
configure:7784: result: no
configure:7791: checking for __builtin_trap with no external dependencies
configure:7809: x86_64-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5
configure:7809: $? = 0
libc_undefs=''
configure:7825: result: yes
configure:7839: checking whether the C++ compiler supports thread_local
configure:7868: x86_64-lfs-linux-gnu-g++ -c -g -O2 -std=gnu++11 conftest.cpp >&5
configure:7868: $? = 0
configure:7880: result: yes
configure:7911: result: running configure fragment for sysdeps/unix/sysv/linux/x86_64/64
configure:7911: result: running configure fragment for sysdeps/unix/sysv/linux/x86_64
configure:7911: result: running configure fragment for sysdeps/unix/sysv/linux
configure:10: checking installed Linux kernel header files
configure:30: x86_64-lfs-linux-gnu-gcc -E -nostdinc -isystem /mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/include -isystem /mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/include-fixed -isystem /mnt/lfs/usr/include conftest.c
configure:30: $? = 0
configure:40: result: 3.2.0 or later
configure:74: checking for kernel header at least 4.19
configure:93: x86_64-lfs-linux-gnu-gcc -E -nostdinc -isystem /mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/include -isystem /mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/include-fixed -isystem /mnt/lfs/usr/include conftest.c
configure:93: $? = 0
configure:101: result: ok
configure:7911: result: running configure fragment for sysdeps/gnu
configure:7911: result: running configure fragment for sysdeps/x86_64
configure:4: checking -mprefer-vector-width=128
configure:11: x86_64-lfs-linux-gnu-gcc -mprefer-vector-width=128 -xc /dev/null -S -o /dev/null
configure:14: $? = 0
configure:25: result: yes
configure:30: checking for linker that supports -z mark-plt
configure:40: x86_64-lfs-linux-gnu-gcc -g -O2 -fno-stack-protector
-Wl,-z,mark-plt -nostdlib -nostartfiles
-fPIC -shared -o conftest.so conftest.c
1>&5
configure:43: $? = 0
configure:60: result: yes
configure:142: checking whether -mamx-tile works properly
configure:153: x86_64-lfs-linux-gnu-gcc -E -g -O2 -mamx-tile conftest.c > conftest.i
configure:156: $? = 0
configure:165: result: yes
configure:171: checking whether -mapxf is enabled
configure:184: x86_64-lfs-linux-gnu-gcc -c -g -O2 conftest.c -o conftest.o 1>&5
conftest.c:2:16: warning: missing terminating ' character
2 | # error APX isn't enabled
| ^
conftest.c:2:3: error: #error APX isn't enabled
2 | # error APX isn't enabled
| ^~~~~
configure:187: $? = 1
configure:194: result: no
configure:7911: result: running configure fragment for sysdeps/x86
configure:5: checking for linker x86 ISA level support
configure:63: x86_64-lfs-linux-gnu-gcc -g -O2 -nostartfiles -nostdlib -r -o conftest conftest1.S conftest2.S
configure:66: $? = 0
configure:76: result: yes
configure:81: checking for LAHF/SAHF instruction support
configure:89: x86_64-lfs-linux-gnu-gcc -g -O2 -fverbose-asm -S -o - -x c /dev/null
configure:92: $? = 0
configure:98: result: no
configure:105: checking for MOVBE instruction support
configure:113: x86_64-lfs-linux-gnu-gcc -g -O2 -fverbose-asm -S -o - -x c /dev/null
configure:116: $? = 0
configure:122: result: no
configure:131: checking for ISA level support
configure:157: result: baseline
configure:7976: checking whether -fPIC is default
conftest.c:2:3: error: #error PIC is default.
2 | # error PIC is default.
| ^~~~~
configure:7994: result: yes
configure:7999: checking whether -fPIE is default
conftest.c:2:3: error: #error PIE is default.
2 | # error PIE is default.
| ^~~~~
configure:8017: result: yes
configure:8022: checking if we can build programs as PIE
configure:8030: x86_64-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5
configure:8030: $? = 0
configure:8038: result: yes
configure:8050: checking if we can build static PIE programs
configure:8061: x86_64-lfs-linux-gnu-gcc -c -g -O2 conftest.c >&5
configure:8061: $? = 0
configure:8070: result: yes
configure:8220: 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.72. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on cirno-panzer
config.status:963: creating config.make
config.status:963: creating Makefile
config.status:963: creating config.h
config.status:1137: executing default commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-pc-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_lib_selinux_is_selinux_enabled=no
ac_cv_objext=o
ac_cv_path_BASH_SHELL=/usr/bin/bash
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
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_AWK=gawk
ac_cv_prog_BISON=bison
ac_cv_prog_BUILD_CC=gcc
ac_cv_prog_CC=x86_64-lfs-linux-gnu-gcc
ac_cv_prog_CXX=x86_64-lfs-linux-gnu-g++
ac_cv_prog_LD=/mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/../../../../x86_64-lfs-linux-gnu/bin/ld
ac_cv_prog_MAKE=make
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_MSGFMT=msgfmt
ac_cv_prog_PYTHON_PROG=python3
ac_cv_prog_SED=sed
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_cxx11=
ac_cv_prog_cxx_g=yes
ac_cv_prog_cxx_stdcxx=
libc_cv_as_noexecstack=yes
libc_cv_asm_set_directive=yes
libc_cv_broken_alias_attribute=no
libc_cv_builtin_trap=yes
libc_cv_cc_loop_to_function=yes
libc_cv_cc_mprefer_vector_width=yes
libc_cv_cc_nofma=-ffp-contract=off
libc_cv_cc_pie_default=yes
libc_cv_cc_signaling_nans=-fsignaling-nans
libc_cv_cc_with_libunwind=no
libc_cv_compiler_default_cet=no
libc_cv_compiler_ok=yes
libc_cv_cxx_link_ok=yes
libc_cv_cxx_thread_local=yes
libc_cv_depaudit=yes
libc_cv_dt_relr=yes
libc_cv_fortify_source=no
libc_cv_fpie=yes
libc_cv_gcc_builtin_memset=yes
libc_cv_gcc_builtin_redirection=yes
libc_cv_gcc_incompatible_alias=yes
libc_cv_gcc_indirect_function=yes
libc_cv_gcc_unwind_find_fde=no
libc_cv_gnu_retain=yes
libc_cv_has_glob_dat=yes
libc_cv_have_sdata_section=no
libc_cv_have_section_quotes=no
libc_cv_have_x86_isa_level=baseline
libc_cv_have_x86_lahf_sahf=no
libc_cv_have_x86_movbe=no
libc_cv_idn=no
libc_cv_include_x86_isa_level=yes
libc_cv_insert=yes
libc_cv_ld_gnu_indirect_function=yes
libc_cv_linux320='3.2.0 or later'
libc_cv_localstatedir=/var
libc_cv_mtls_descriptor=gnu2
libc_cv_multidir=.
libc_cv_no_dynamic_linker=yes
libc_cv_pic_default=yes
libc_cv_pie_supported=yes
libc_cv_protected_data=no
libc_cv_rootsbindir=/sbin
libc_cv_slibdir=/usr/lib
libc_cv_ssp=yes
libc_cv_ssp_all=yes
libc_cv_ssp_strong=yes
libc_cv_static_pie=yes
libc_cv_static_pie_supported=yes
libc_cv_supported_fortify_source=3
libc_cv_symver_needs_alias=no
libc_cv_sysconfdir=/etc
libc_cv_textrel_ifunc=yes
libc_cv_with_fp=yes
libc_cv_with_lld=no
libc_cv_wno_ignored_attributes=
libc_cv_x32=no
libc_cv_x86_have_amx_tile=yes
libc_cv_x86_have_apx=no
libc_cv_z_execstack=yes
libc_cv_z_mark_plt=yes
libc_cv_z_start_stop_gc=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='/mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/../../../../x86_64-lfs-linux-gnu/bin/ar'
ASFLAGS_config=' -Wa,--noexecstack'
AUTOCONF='no'
AWK='gawk'
BASH_SHELL='/usr/bin/bash'
BISON='bison'
BUILD_CC='gcc'
CC='x86_64-lfs-linux-gnu-gcc'
CFLAGS='-g -O2'
CPP='x86_64-lfs-linux-gnu-gcc -E'
CPPFLAGS=''
CXX='x86_64-lfs-linux-gnu-g++'
CXXFLAGS='-g -O2'
CXX_BITS_STD_ABS_H='/mnt/lfs/tools/x86_64-lfs-linux-gnu/include/c++/14.2.0/bits/std_abs.h'
CXX_CMATH_HEADER='/mnt/lfs/tools/x86_64-lfs-linux-gnu/include/c++/14.2.0/cmath'
CXX_CSTDLIB_HEADER='/mnt/lfs/tools/x86_64-lfs-linux-gnu/include/c++/14.2.0/cstdlib'
CXX_SYSINCLUDES=' -isystem /mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/../../../../x86_64-lfs-linux-gnu/include/c++/14.2.0 -isystem /mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/../../../../x86_64-lfs-linux-gnu/include/c++/14.2.0/x86_64-lfs-linux-gnu -isystem /mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/../../../../x86_64-lfs-linux-gnu/include/c++/14.2.0/backward'
DEFINES=''
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
GPROF='gprof'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_INFO='/usr/bin/install-info'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='/mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/../../../../x86_64-lfs-linux-gnu/bin/ld'
LDFLAGS=''
LIBGD='no'
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MAKE='make'
MAKEINFO='makeinfo'
MSGFMT='msgfmt'
NM='/mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/../../../../x86_64-lfs-linux-gnu/bin/nm'
OBJCOPY='/mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/../../../../x86_64-lfs-linux-gnu/bin/objcopy'
OBJDUMP='/mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/../../../../x86_64-lfs-linux-gnu/bin/objdump'
OBJEXT='o'
PACKAGE_BUGREPORT='https://sourceware.org/bugzilla/'
PACKAGE_NAME='GNU C Library'
PACKAGE_STRING='GNU C Library (see version.h)'
PACKAGE_TARNAME='glibc'
PACKAGE_URL='https://www.gnu.org/software/glibc/'
PACKAGE_VERSION='(see version.h)'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PKGVERSION='(GNU libc) '
PKGVERSION_TEXI='(GNU libc) '
PYTHON='python3 -B'
PYTHON_PROG='python3'
READELF='/mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/../../../../x86_64-lfs-linux-gnu/bin/readelf'
RELEASE='stable'
REPORT_BUGS_TEXI='@uref{https://www.gnu.org/software/libc/bugs.html}'
REPORT_BUGS_TO='<https://www.gnu.org/software/libc/bugs.html>'
SED='sed'
SHELL='/bin/sh'
SYSINCLUDES='-nostdinc -isystem /mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/include -isystem /mnt/lfs/tools/lib/gcc/x86_64-lfs-linux-gnu/14.2.0/include-fixed -isystem /mnt/lfs/usr/include'
VERSION='2.40'
ac_ct_CC=''
ac_ct_CXX=''
base_machine='x86_64'
bindir='${exec_prefix}/bin'
bindnow='no'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-pc-linux-gnu'
build_cpu='x86_64'
build_nscd='no'
build_os='linux-gnu'
build_pt_chown='no'
build_vendor='pc'
cross_compiling='yes'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
enable_fortify_source='no'
enable_timezone_tools='yes'
enable_werror='yes'
exec_prefix='${prefix}'
extra_nonshared_cflags=''
force_install='yes'
fortify_source='-Wp,-U_FORTIFY_SOURCE'
hardcoded_path_in_tests='no'
have_libaudit=''
have_libcap=''
have_selinux='no'
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='sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed'
libc_cv_cc_loop_to_function='yes'
libc_cv_cc_nofma='-ffp-contract=off'
libc_cv_cc_submachine=''
libc_cv_cc_with_libunwind='no'
libc_cv_complocaledir=''
libc_cv_cxx_thread_local='yes'
libc_cv_fortify_source='no'
libc_cv_fpie='yes'
libc_cv_gcc_unwind_find_fde='no'
libc_cv_has_glob_dat='yes'
libc_cv_insert='yes'
libc_cv_localstatedir='/var'
libc_cv_mtls_descriptor='gnu2'
libc_cv_multidir='.'
libc_cv_protected_data='no'
libc_cv_rootsbindir='/sbin'
libc_cv_rtlddir=''
libc_cv_slibdir='/usr/lib'
libc_cv_ssp='yes'
libc_cv_sysconfdir='/etc'
libc_cv_textrel_ifunc='yes'
libc_cv_with_fp='yes'
libc_cv_z_execstack='yes'
libc_extra_cflags=''
libc_extra_cppflags=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mach_interface_list=''
man_pages_version='6.9.1'
mandir='${datarootdir}/man'
memory_tagging='no'
multi_arch='default'
no_fortify_source='-Wp,-U_FORTIFY_SOURCE'
no_stack_protector='-fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
profile='no'
program_transform_name='s,x,x,'
psdir='${docdir}'
pthread_in_libc='yes'
rtld_early_cflags=''
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
shared='yes'
sharedstatedir='${prefix}/com'
stack_protector='-fno-stack-protector'
static=''
static_nss='no'
subdirs=' '
submachine=''
sysconfdir='${prefix}/etc'
sysheaders='/mnt/lfs/usr/include'
sysnames=' sysdeps/unix/sysv/linux/x86_64/64 sysdeps/unix/sysv/linux/x86_64 sysdeps/unix/sysv/linux/x86 sysdeps/x86/nptl sysdeps/unix/sysv/linux/wordsize-64 sysdeps/x86_64/nptl sysdeps/unix/sysv/linux sysdeps/nptl sysdeps/pthread sysdeps/gnu sysdeps/unix/inet sysdeps/unix/sysv sysdeps/unix/x86_64 sysdeps/unix sysdeps/posix sysdeps/x86_64/64 sysdeps/x86_64/fpu/multiarch sysdeps/x86_64/fpu sysdeps/x86/fpu sysdeps/x86_64/multiarch sysdeps/x86_64 sysdeps/x86 sysdeps/ieee754/float128 sysdeps/ieee754/ldbl-96 sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/wordsize-64 sysdeps/ieee754 sysdeps/generic'
target_alias=''
use_ldconfig='yes'
use_nscd='no'
## ----------- ##
## 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 "https://sourceware.org/bugzilla/"
#define PACKAGE_URL "https://www.gnu.org/software/glibc/"
#define PKGVERSION "(GNU libc) "
#define REPORT_BUGS_TO "<https://www.gnu.org/software/libc/bugs.html>"
#define TIMEOUTFACTOR 1
#define USE_PPC_SCV 1
#define HAVE_CC_NO_STACK_PROTECTOR 1
#define STACK_PROTECTOR_LEVEL 0
#define HAVE_GNU_RETAIN 1
#define USE_MULTIARCH 1
#define HAVE_ASM_SET_DIRECTIVE 1
#define HAVE_BUILTIN_MEMSET 1
#define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1
#define HAVE_BUILTIN_TRAP 1
#define __LINUX_KERNEL_VERSION (4 * 65536 + 19 * 256 + 0)
#define __LINUX_KERNEL_VERSION_STR "4.19.0"
#define __ABI_TAG_VERSION 4,19,0
#define HAVE_INLINED_SYSCALLS 1
#define INCLUDE_X86_ISA_LEVEL 1
#define MINIMUM_X86_ISA_LEVEL 1
#define SUPPORT_STATIC_PIE 1
#define HAVE_IFUNC 1
#define HAVE_GCC_IFUNC 1
#define USE_LDCONFIG 1
#define ENABLE_STATIC_PIE 1
#define PTHREAD_IN_LIBC 1
configure: exit 0