Skip to content

Instantly share code, notes, and snippets.

@pejorativefox
Created January 20, 2017 07:58
Show Gist options
  • Save pejorativefox/77365d83265df33a98f53db5b62aa304 to your computer and use it in GitHub Desktop.
Save pejorativefox/77365d83265df33a98f53db5b62aa304 to your computer and use it in GitHub Desktop.
glibc 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.69. Invocation command line was
$ ../../src/glibc-2.24/configure --prefix=/usr --enable-kernel=2.6.32 --enable-obsolete-rpc libc_cv_slibdir=/lib
## --------- ##
## Platform. ##
## --------- ##
hostname = buildhost
uname -m = x86_64
uname -r = 4.4.0-31-generic
uname -s = Linux
uname -v = #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016
/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: /bin
PATH: /usr/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /tools/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2189: checking build system type
configure:2203: result: x86_64-pc-linux-gnu
configure:2223: checking host system type
configure:2236: result: x86_64-pc-linux-gnu
configure:2305: checking for gcc
configure:2321: found /tools/bin/gcc
configure:2332: result: gcc
configure:2561: checking for C compiler version
configure:2570: gcc --version >&5
gcc (GCC) 6.3.0
Copyright (C) 2016 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:2581: $? = 0
configure:2570: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/tools/libexec/gcc/x86_64-pc-linux-gnu/6.3.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../../src/gcc-6.3.0/configure --prefix=/tools --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --enable-languages=c,c++ --disable-libstdcxx-pch --disable-multilib --disable-bootstrap --disable-libgomp
Thread model: posix
gcc version 6.3.0 (GCC)
configure:2581: $? = 0
configure:2570: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2581: $? = 1
configure:2570: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:2581: $? = 1
configure:2586: checking for suffix of object files
configure:2608: gcc -c conftest.c >&5
configure:2612: $? = 0
configure:2633: result: o
configure:2637: checking whether we are using the GNU C compiler
configure:2656: gcc -c conftest.c >&5
configure:2656: $? = 0
configure:2665: result: yes
configure:2674: checking whether gcc accepts -g
configure:2694: gcc -c -g conftest.c >&5
configure:2694: $? = 0
configure:2735: result: yes
configure:2855: checking for readelf
configure:2871: found /tools/bin/readelf
configure:2882: result: readelf
configure:2964: checking for g++
configure:2980: found /tools/bin/g++
configure:2991: result: g++
configure:3018: checking for C++ compiler version
configure:3027: g++ --version >&5
g++ (GCC) 6.3.0
Copyright (C) 2016 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:3038: $? = 0
configure:3027: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/tools/libexec/gcc/x86_64-pc-linux-gnu/6.3.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../../src/gcc-6.3.0/configure --prefix=/tools --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --enable-languages=c,c++ --disable-libstdcxx-pch --disable-multilib --disable-bootstrap --disable-libgomp
Thread model: posix
gcc version 6.3.0 (GCC)
configure:3038: $? = 0
configure:3027: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:3038: $? = 1
configure:3027: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:3038: $? = 1
configure:3042: checking whether we are using the GNU C++ compiler
configure:3061: g++ -c conftest.cpp >&5
configure:3061: $? = 0
configure:3070: result: yes
configure:3079: checking whether g++ accepts -g
configure:3099: g++ -c -g conftest.cpp >&5
configure:3099: $? = 0
configure:3140: result: yes
configure:3165: checking whether g++ can link programs
configure:3188: g++ -o conftest -g -O2 conftest.cpp >&5
configure:3188: $? = 0
configure:3211: g++ -o conftest -g -O2 -static conftest.cpp >&5
configure:3211: $? = 0
configure:3226: result: yes
configure:3709: checking for sysdeps preconfigure fragments
configure:9: checking whether gcc compiles in -mx32 mode by default
configure:27: gcc -c -g -O2 conftest.c >&5
conftest.c:13:3: error: #error not x32
# error not x32
^~~~~
configure:27: $? = 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/"
| #define PKGVERSION "(GNU libc) "
| #define REPORT_BUGS_TO "<http://www.gnu.org/software/libc/bugs.html>"
| #define LINK_OBSOLETE_RPC 1
| /* end confdefs.h. */
| #ifndef __ILP32__
| # error not x32
| #endif
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:34: result: no
configure:3716: result:
configure:3787: running configure fragment for add-on libidn
configure:3883: checking for assembler and linker STT_GNU_IFUNC support
Relocation section '.rela.plt' at offset 0xb0 contains 1 entries:
Offset Info Type Sym. Value Sym. Name + Addend
0000006000c8 000000000025 R_X86_64_IRELATIV 4000c8
configure:3914: result: yes
configure:3932: checking sysdep dirs
configure:4152: result: sysdeps/generic
configure:4229: checking for a BSD-compatible install
configure:4297: result: /tools/bin/install -c
configure:4312: checking whether ln -s works
configure:4316: result: yes
configure:4340: checking whether /tools/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/as is GNU as
configure:4354: result: yes
configure:4359: checking whether /tools/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld is GNU ld
configure:4373: result: yes
configure:4383: checking for /tools/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/as
configure:4410: result: /tools/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/as
configure:4425: checking version of /tools/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/as
configure:4435: result: 2.27, ok
configure:4446: checking for /tools/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld
configure:4473: result: /tools/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld
configure:4488: checking version of /tools/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld
configure:4498: result: 2.27, ok
configure:4512: checking for gnumake
configure:4542: result: no
configure:4512: checking for gmake
configure:4542: result: no
configure:4512: checking for make
configure:4528: found /tools/bin/make
configure:4539: result: make
configure:4554: checking version of make
configure:4564: result: 4.2.1, ok
configure:4576: checking for gnumsgfmt
configure:4606: result: no
configure:4576: checking for gmsgfmt
configure:4606: result: no
configure:4576: checking for msgfmt
configure:4592: found /tools/bin/msgfmt
configure:4603: result: msgfmt
configure:4618: checking version of msgfmt
configure:4628: result: 0.19.8.1, ok
configure:4639: checking for makeinfo
configure:4655: found /tools/bin/makeinfo
configure:4666: result: makeinfo
configure:4681: checking version of makeinfo
configure:4691: result: 6.3, ok
configure:4702: checking for sed
configure:4718: found /tools/bin/sed
configure:4729: result: sed
configure:4744: checking version of sed
configure:4754: result: 4.3, ok
configure:4765: checking for gawk
configure:4781: found /tools/bin/gawk
configure:4792: result: gawk
configure:4807: checking version of gawk
configure:4817: result: 4.1.4, ok
configure:4825: checking if gcc is sufficient to build libc
configure:4845: gcc -c -g -O2 conftest.c >&5
configure:4845: $? = 0
configure:4852: result: yes
configure:4901: checking for nm
configure:4917: found /tools/bin/nm
configure:4928: result: nm
configure:5064: checking LD_LIBRARY_PATH variable
configure:5074: result: ok
configure:5085: checking for bash
configure:5103: found /bin/bash
configure:5116: result: /bin/bash
configure:5127: checking for perl
configure:5145: found /usr/bin/perl
configure:5158: result: /usr/bin/perl
configure:5172: checking for install-info
configure:5191: found /tools/bin/install-info
configure:5204: result: /tools/bin/install-info
configure:5216: checking for bison
configure:5246: result: no
configure:5276: checking for .set assembler directive
configure:5302: result: yes
configure:5309: checking linker support for protected data symbol
configure:5319: gcc -nostdlib -nostartfiles -fPIC -shared conftest.c -o conftest.so
configure:5322: $? = 0
configure:5329: gcc -nostdlib -nostartfiles conftest.c -o conftest conftest.so
/tools/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: warning: cannot find entry symbol _start; defaulting to 0000000000400310
configure:5332: $? = 0
configure:5340: result: yes
configure:5344: checking for broken __attribute__((alias()))
configure:5359: gcc -Werror -S conftest.c -o conftest.s 1>&5
configure:5362: $? = 0
configure:5372: result: no
configure:5378: checking whether to put _rtld_local into .sdata section
configure:5392: result: no
configure:5399: checking whether to use .ctors/.dtors header and trailer
configure:5416: gcc -g -O2 -o conftest
conftest.c -static -nostartfiles -nostdlib
1>&5
configure:5419: $? = 0
configure:5445: result: no
configure:5452: checking for libunwind-support in compiler
configure:5469: result: no
configure:5478: checking whether --noexecstack is desirable for .S files
configure:5488: gcc -g -O2
-S -o conftest.s conftest.c 1>&5
configure:5491: $? = 0
configure:5496: gcc -Wa,--noexecstack
-c -o conftest.o conftest.s 1>&5
configure:5499: $? = 0
configure:5508: result: yes
configure:5515: checking for -z combreloc
configure:5529: gcc -g -O2
-fPIC -shared -o conftest.so conftest.c
-nostdlib -nostartfiles
-Wl,-z,combreloc 1>&5
configure:5532: $? = 0
configure:5545: result: yes
configure:5553: checking for linker that supports -z execstack
configure:5566: gcc -g -O2
-Wl,-z,execstack -nostdlib -nostartfiles
-fPIC -shared -o conftest.so conftest.c
1>&5
configure:5569: $? = 0
configure:5582: result: yes
configure:5586: checking for -fpie
configure:5592: gcc -fpie -xc /dev/null -S -o /dev/null
configure:5595: $? = 0
configure:5603: result: yes
configure:5608: checking for --hash-style option
configure:5619: gcc -g -O2
-fPIC -shared -o conftest.so conftest.c
-Wl,--hash-style=both -nostdlib 1>&5
configure:5622: $? = 0
configure:5631: result: yes
configure:5639: checking for sufficient default -shared layout
configure:5658: gcc -shared -o conftest.so conftest.s 1>&5
configure:5661: $? = 0
nono from:
HASH .hash
DYNSYM .dynsym
STRTAB .dynstr
VERSYM .gnu.version
VERNEED .gnu.version_r
RELA .rela.dyn
PROGBITS .init
PROGBITS .plt
PROGBITS .plt.got
PROGBITS .text
PROGBITS .fini
NOTE .note.a
NOTE .note.b
PROGBITS .eh_frame
INIT_ARRAY .init_array
FINI_ARRAY .fini_array
PROGBITS .jcr
DYNAMIC .dynamic
PROGBITS .got
PROGBITS .got.plt
PROGBITS .data
NOBITS .bss
PROGBITS .comment
PROGBITS .debug_aranges
PROGBITS .debug_info
PROGBITS .debug_abbrev
PROGBITS .debug_line
PROGBITS .debug_ranges
STRTAB .shstrtab
SYMTAB .symtab
STRTAB .strtab
configure:5693: result: no
configure:5698: checking for GLOB_DAT reloc
configure:5711: gcc -g -O2
-fPIC -shared -o conftest.so conftest.c
-nostdlib -nostartfiles
1>&5
configure:5714: $? = 0
configure:5727: result: yes
configure:5731: checking linker output format
configure:5745: result: elf64-x86-64
configure:5749: checking for -fno-toplevel-reorder -fno-section-anchors
configure:5759: gcc -g -O2 -S -fno-toplevel-reorder -fno-section-anchors
conftest.c 1>&5
configure:5762: $? = 0
configure:5771: result: yes
configure:5780: checking for -fstack-protector
configure:5786: gcc -g -O2 -Werror -fstack-protector -xc /dev/null -S -o /dev/null
configure:5789: $? = 0
configure:5797: result: yes
configure:5800: checking for -fstack-protector-strong
configure:5806: gcc -g -O2 -Werror -fstack-protector-strong -xc /dev/null -S -o /dev/null
configure:5809: $? = 0
configure:5817: result: yes
configure:5828: checking for -mtls-dialect=gnu2
configure:5842: gcc -g -O2 -S -fPIC -mtls-dialect=gnu2
conftest.c 1>&5
configure:5845: $? = 0
configure:5854: result: yes
configure:5860: checking whether cc puts quotes around section names
configure:5881: result: no
configure:5888: checking for __builtin_memset
configure:5900: gcc -O3 -S conftest.c -o - | fgrep memset > /dev/null
configure:5903: $? = 1
configure:5912: result: yes
configure:5919: checking for redirection of built-in functions
configure:5932: gcc -O3 -S conftest.c -o - | fgrep my_strstr > /dev/null
configure:5935: $? = 0
configure:5944: result: yes
configure:5950: checking for compiler option to disable generation of FMA instructions
configure:5958: gcc -ffp-contract=off -xc /dev/null -S -o /dev/null
configure:5961: $? = 0
configure:5967: result: -ffp-contract=off
configure:6000: checking if gcc accepts -fno-tree-loop-distribute-patterns with __attribute__ ((__optimize__))
configure:6013: gcc -g -O2 -c conftest.c
configure:6016: $? = 0
configure:6023: result: yes
configure:6031: checking for libgd
configure:6051: gcc -o conftest -g -O2 conftest.c -lgd -lpng -lz -lm >&5
conftest.c:19:16: fatal error: gd.h: No such file or directory
#include <gd.h>
^
compilation terminated.
configure:6051: $? = 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/"
| #define PKGVERSION "(GNU libc) "
| #define REPORT_BUGS_TO "<http://www.gnu.org/software/libc/bugs.html>"
| #define LINK_OBSOLETE_RPC 1
| #define HAVE_LIBIDN 1
| #define USE_MULTIARCH 1
| #define HAVE_ASM_SET_DIRECTIVE 1
| #define NO_CTORS_DTORS_SECTIONS 1
| #define HAVE_Z_COMBRELOC 1
| #define HAVE_BUILTIN_MEMSET 1
| #define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1
| /* end confdefs.h. */
| #include <gd.h>
| int
| main ()
| {
| gdImagePng (0, 0)
| ;
| return 0;
| }
configure:6064: result: no
configure:6073: checking for is_selinux_enabled in -lselinux
configure:6098: gcc -o conftest -g -O2 conftest.c -lselinux >&5
/tools/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lselinux
collect2: error: ld returned 1 exit status
configure:6098: $? = 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/"
| #define PKGVERSION "(GNU libc) "
| #define REPORT_BUGS_TO "<http://www.gnu.org/software/libc/bugs.html>"
| #define LINK_OBSOLETE_RPC 1
| #define HAVE_LIBIDN 1
| #define USE_MULTIARCH 1
| #define HAVE_ASM_SET_DIRECTIVE 1
| #define NO_CTORS_DTORS_SECTIONS 1
| #define HAVE_Z_COMBRELOC 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. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char is_selinux_enabled ();
| int
| main ()
| {
| return is_selinux_enabled ();
| ;
| return 0;
| }
configure:6107: result: no
configure:6230: checking for _FORTIFY_SOURCE predefine
configure:6249: gcc -c -g -O2 conftest.c >&5
configure:6249: $? = 0
configure:6256: result: no
configure:6263: checking whether gcc implicitly enables -fstack-protector
configure:6280: gcc -c -g -O2 conftest.c >&5
configure:6280: $? = 0
libc_undefs='foobar'
configure:6307: result: no
configure:6318: checking whether the linker provides working __ehdr_start
configure:6341: gcc -o conftest -g -O2 -fPIC -nostdlib -nostartfiles -shared conftest.c >&5
configure:6341: $? = 0
configure:6357: result: yes
configure:6367: checking for __builtin_trap with no external dependencies
configure:6384: gcc -c -g -O2 conftest.c >&5
configure:6384: $? = 0
libc_undefs=''
configure:6398: result: yes
configure:6412: checking whether the C++ compiler supports thread_local
configure:6440: g++ -c -g -O2 -std=gnu++11 conftest.cpp >&5
configure:6440: $? = 0
configure:6449: result: yes
configure:6479: result: running configure fragment for sysdeps/unix/sysv/linux/x86_64/64
configure:6479: result: running configure fragment for sysdeps/unix/sysv/linux/x86_64
configure:6479: result: running configure fragment for sysdeps/unix/sysv/linux
configure:9: checking installed Linux kernel header files
configure:28: gcc -c -g -O2 conftest.c >&5
configure:28: $? = 0
configure:35: result: 3.2.0 or later
configure:69: checking for kernel header at least 2.6.32
configure:87: gcc -c -g -O2 conftest.c >&5
configure:87: $? = 0
configure:93: result: ok
configure:142: checking for symlinks in /usr/include
configure:159: result: ok
configure:6479: result: running configure fragment for sysdeps/gnu
configure:6479: result: running configure fragment for sysdeps/x86_64
configure:8: checking for /tools/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/as
configure:35: result: /tools/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/as
configure:50: checking version of /tools/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/as
configure:60: result: 2.27, ok
configure:68: checking for AVX512DQ support in assembler
configure:77: gcc -c conftest.s 1>&5
configure:80: $? = 0
configure:88: result: yes
configure:95: checking for AVX512 support
configure:101: gcc -mavx512f -xc /dev/null -S -o /dev/null
configure:104: $? = 0
configure:112: result: yes
configure:121: checking for Intel MPX support
configure:130: gcc -c conftest.s 1>&5
configure:133: $? = 0
configure:141: result: yes
configure:6535: checking whether -fPIC is default
configure:6551: result: no
configure:6555: checking whether -fPIE is default
configure:6571: result: no
configure:6705: 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.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on buildhost
config.status:932: creating config.make
config.status:932: creating Makefile
config.status:932: creating config.h
config.status:1106: 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=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_selinux_is_selinux_enabled=no
ac_cv_objext=o
ac_cv_path_BASH_SHELL=/bin/bash
ac_cv_path_INSTALL_INFO=/tools/bin/install-info
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_install='/tools/bin/install -c'
ac_cv_prog_AS=/tools/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/as
ac_cv_prog_AWK=gawk
ac_cv_prog_LD=/tools/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld
ac_cv_prog_MAKE=make
ac_cv_prog_MAKEINFO=makeinfo
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_ac_ct_NM=nm
ac_cv_prog_ac_ct_READELF=readelf
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
libc_cv_as_noexecstack=yes
libc_cv_asm_avx512dq=yes
libc_cv_asm_mpx=yes
libc_cv_asm_set_directive=yes
libc_cv_broken_alias_attribute=no
libc_cv_builtin_trap=yes
libc_cv_cc_avx512=yes
libc_cv_cc_loop_to_function=yes
libc_cv_cc_nofma=-ffp-contract=off
libc_cv_cc_with_libunwind=no
libc_cv_compiler_ok=yes
libc_cv_ctors_header=no
libc_cv_cxx_link_ok=yes
libc_cv_cxx_thread_local=yes
libc_cv_ehdr_start=yes
libc_cv_fno_toplevel_reorder=yes
libc_cv_fpie=yes
libc_cv_gcc_builtin_memset=yes
libc_cv_gcc_builtin_redirection=yes
libc_cv_gcc_unwind_find_fde=no
libc_cv_has_glob_dat=yes
libc_cv_hashstyle=yes
libc_cv_have_sdata_section=no
libc_cv_have_section_quotes=no
libc_cv_idn=no
libc_cv_ld_gnu_indirect_function=yes
libc_cv_linux320='3.2.0 or later'
libc_cv_localstatedir=/var
libc_cv_mtls_dialect_gnu2=yes
libc_cv_nss_crypt=no
libc_cv_output_format=elf64-x86-64
libc_cv_pic_default=no
libc_cv_pie_default=no
libc_cv_predef_fortify_source=no
libc_cv_predef_stack_protector=no
libc_cv_prog_as_gnu=yes
libc_cv_prog_ld_gnu=yes
libc_cv_protected_data=yes
libc_cv_rootsbindir=/sbin
libc_cv_slibdir=/lib
libc_cv_ssp=yes
libc_cv_ssp_strong=yes
libc_cv_sysconfdir=/etc
libc_cv_use_default_link=no
libc_cv_x32=no
libc_cv_z_combreloc=yes
libc_cv_z_execstack=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='/tools/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ar'
AS='/tools/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/as'
ASFLAGS_config=' -Wa,--noexecstack'
AUTOCONF='no'
AWK='gawk'
BASH_SHELL='/bin/bash'
BISON='no'
BUILD_CC=''
CC='gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CPPUNDEFS=''
CXX='g++'
CXXFLAGS='-g -O2'
CXX_SYSINCLUDES=''
DEFINES=''
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_INFO='/tools/bin/install-info'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='/tools/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/ld'
LDFLAGS=''
LIBGD='no'
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MAKE='make'
MAKEINFO='makeinfo'
MSGFMT='msgfmt'
NM='nm'
OBJCOPY='/tools/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/objcopy'
OBJDUMP='/tools/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../x86_64-pc-linux-gnu/bin/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'
PKGVERSION='(GNU libc) '
PKGVERSION_TEXI='(GNU libc) '
READELF='readelf'
RELEASE='stable'
REPORT_BUGS_TEXI='@uref{http://www.gnu.org/software/libc/bugs.html}'
REPORT_BUGS_TO='<http://www.gnu.org/software/libc/bugs.html>'
SED='sed'
SHELL='/bin/sh'
SYSINCLUDES=''
VERSION='2.24'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
add_on_subdirs=' libidn'
add_ons='libidn'
all_warnings=''
base_machine='x86_64'
bindir='${exec_prefix}/bin'
bindnow='no'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_nscd='yes'
build_os='linux-gnu'
build_pt_chown='no'
build_vendor='pc'
cross_compiling='no'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
enable_lock_elision='no'
enable_timezone_tools='yes'
enable_werror='yes'
exec_prefix='${prefix}'
fno_unit_at_a_time='-fno-toplevel-reorder -fno-section-anchors'
force_install='yes'
hardcoded_path_in_tests='no'
have_libaudit=''
have_libcap=''
have_selinux='no'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
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_fpie='yes'
libc_cv_gcc_unwind_find_fde='no'
libc_cv_has_glob_dat='yes'
libc_cv_hashstyle='yes'
libc_cv_localstatedir='/var'
libc_cv_mtls_dialect_gnu2='yes'
libc_cv_nss_crypt='no'
libc_cv_output_format='elf64-x86-64'
libc_cv_pic_default='no'
libc_cv_pie_default='no'
libc_cv_protected_data='yes'
libc_cv_rootsbindir='/sbin'
libc_cv_rtlddir=''
libc_cv_slibdir='/lib'
libc_cv_sysconfdir='/etc'
libc_cv_z_combreloc='yes'
libc_cv_z_execstack='yes'
libc_extra_cflags=''
libc_extra_cppflags=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
link_obsolete_rpc='yes'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mach_interface_list=''
mandir='${datarootdir}/man'
multi_arch='default'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
profile='no'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
shared='yes'
sharedstatedir='${prefix}/com'
stack_protector='-fstack-protector-strong'
static=''
static_nss='no'
subdirs=' '
submachine=''
sysconfdir='${prefix}/etc'
sysdeps_add_ons=''
sysheaders=''
sysnames=' sysdeps/unix/sysv/linux/x86_64/64 sysdeps/unix/sysv/linux/x86_64 sysdeps/unix/sysv/linux/x86 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/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='no'
use_ldconfig='yes'
use_nscd='yes'
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 PKGVERSION "(GNU libc) "
#define REPORT_BUGS_TO "<http://www.gnu.org/software/libc/bugs.html>"
#define LINK_OBSOLETE_RPC 1
#define HAVE_LIBIDN 1
#define USE_MULTIARCH 1
#define HAVE_ASM_SET_DIRECTIVE 1
#define NO_CTORS_DTORS_SECTIONS 1
#define HAVE_Z_COMBRELOC 1
#define HAVE_BUILTIN_MEMSET 1
#define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1
#define HAVE_EHDR_START 1
#define HAVE_BUILTIN_TRAP 1
#define __LINUX_KERNEL_VERSION (2 * 65536 + 6 * 256 + 32)
#define __ABI_TAG_VERSION 2,6,32
#define HAVE_INLINED_SYSCALLS 1
#define HAVE_AVX512DQ_ASM_SUPPORT 1
#define HAVE_AVX512_SUPPORT 1
#define HAVE_MPX_SUPPORT 1
#define PI_STATIC_AND_HIDDEN 1
#define HAVE_IFUNC 1
#define USE_NSCD 1
#define USE_LDCONFIG 1
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment