Advertisement
Guest User

Untitled

a guest
May 17th, 2022
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.50 KB | None | 0 0
  1. glibc-2.32/build$ ../configure --prefix=/usr
  2. checking build system type... x86_64-pc-linux-gnu
  3. checking host system type... x86_64-pc-linux-gnu
  4. checking for gcc... gcc
  5. checking for suffix of object files... o
  6. checking whether we are using the GNU C compiler... yes
  7. checking whether gcc accepts -g... yes
  8. checking for readelf... readelf
  9. checking for g++... g++
  10. checking whether we are using the GNU C++ compiler... yes
  11. checking whether g++ accepts -g... yes
  12. checking whether g++ can link programs... yes
  13. checking for sysdeps preconfigure fragments... aarch64 alpha arc arm csky hppa i386 m68k microblaze checking for grep that handles long lines and -e... /bin/grep
  14. checking for egrep... /bin/grep -E
  15. mips nios2 powerpc riscv s390 sh checking for grep that handles long lines and -e... (cached) /bin/grep
  16. checking for egrep... (cached) /bin/grep -E
  17. sparc x86_64 checking whether gcc compiles in -mx32 mode by default... no
  18.  
  19. checking for use of fpu sysdeps directories... yes
  20. checking for -fstack-protector... yes
  21. checking for -fstack-protector-strong... yes
  22. checking for -fstack-protector-all... yes
  23. checking for assembler and linker STT_GNU_IFUNC support... yes
  24. checking for gcc attribute ifunc support... yes
  25. checking whether the linker supports textrels along with ifunc... yes
  26. checking if compiler warns about alias for function with incompatible types... yes
  27. checking sysdep dirs... 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/wordsize-64 sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/wordsize-64 sysdeps/ieee754 sysdeps/generic
  28. checking for a BSD-compatible install... /usr/bin/install -c
  29. checking whether ln -s works... yes
  30. checking whether as is GNU as... yes
  31. checking whether ld is GNU ld... yes
  32. checking for as... as
  33. checking version of as... 2.35, ok
  34. checking for ld... ld
  35. checking version of ld... 2.35, ok
  36. checking for gnumake... no
  37. checking for gmake... no
  38. checking for make... make
  39. checking version of make... 4.3, ok
  40. checking for gnumsgfmt... no
  41. checking for gmsgfmt... no
  42. checking for msgfmt... msgfmt
  43. checking version of msgfmt... 0.21, ok
  44. checking for makeinfo... makeinfo
  45. checking version of makeinfo... 6.7, ok
  46. checking for sed... sed
  47. checking version of sed... 4.8, ok
  48. checking for gawk... gawk
  49. checking version of gawk... 5.1.0, ok
  50. checking for bison... bison
  51. checking version of bison... 3.7.1, ok
  52. checking if gcc is sufficient to build libc... yes
  53. checking for nm... nm
  54. checking for python3... python3
  55. checking version of python3... 3.8.5, ok
  56. checking LD_LIBRARY_PATH variable... ok
  57. checking for bash... /bin/bash
  58. checking for perl... /usr/bin/perl
  59. checking for install-info... /usr/bin/install-info
  60. checking for .set assembler directive... yes
  61. checking linker support for protected data symbol... yes
  62. checking linker support for INSERT in linker script... yes
  63. checking for broken __attribute__((alias()))... no
  64. checking whether to put _rtld_local into .sdata section... no
  65. checking for libunwind-support in compiler... no
  66. checking whether --noexecstack is desirable for .S files... yes
  67. checking for -z combreloc... yes
  68. checking for linker that supports -z execstack... yes
  69. checking for linker that supports --no-dynamic-linker... yes
  70. checking for -static-pie... yes
  71. checking for -fpie... yes
  72. checking for --hash-style option... yes
  73. checking for sufficient default -shared layout... no
  74. checking for GLOB_DAT reloc... yes
  75. checking linker output format... elf64-x86-64
  76. checking for -fno-toplevel-reorder -fno-section-anchors... yes
  77. checking for -mtls-dialect=gnu2... yes
  78. checking whether cc puts quotes around section names... no
  79. checking for __builtin_memset... yes
  80. checking for redirection of built-in functions... yes
  81. checking for compiler option to disable generation of FMA instructions... -ffp-contract=off
  82. checking if gcc accepts -fno-tree-loop-distribute-patterns with __attribute__ ((__optimize__))... yes
  83. checking for libgd... no
  84. checking for is_selinux_enabled in -lselinux... no
  85. checking for _FORTIFY_SOURCE predefine... no
  86. checking whether the linker provides working __ehdr_start... yes
  87. checking for __builtin_trap with no external dependencies... yes
  88. checking whether the C++ compiler supports thread_local... yes
  89. running configure fragment for sysdeps/unix/sysv/linux/x86_64/64
  90. running configure fragment for sysdeps/unix/sysv/linux/x86_64
  91. running configure fragment for sysdeps/unix/sysv/linux
  92. checking installed Linux kernel header files... 3.2.0 or later
  93. checking for kernel header at least 3.2.0... ok
  94. checking for symlinks in /usr/include... ok
  95. running configure fragment for sysdeps/gnu
  96. running configure fragment for sysdeps/x86_64
  97. checking for AVX512DQ support in assembler... yes
  98. checking for AVX512 support... yes
  99. checking -mprefer-vector-width=128... yes
  100. checking for Intel MPX support... yes
  101. running configure fragment for sysdeps/x86
  102. checking whether -fPIC is default... no
  103. checking whether -fPIE is default... no
  104. configure: creating ./config.status
  105. config.status: creating config.make
  106. config.status: creating Makefile
  107. config.status: creating config.h
  108. config.status: executing default commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement