Advertisement
EyesOfAHawk

Untitled

Aug 22nd, 2018
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.51 KB | None | 0 0
  1. checking for gcc... gcc
  2. checking whether the C compiler works... yes
  3. checking for C compiler default output file name... a.out
  4. checking for suffix of executables...
  5. checking whether we are cross compiling... no
  6. checking for suffix of object files... o
  7. checking whether we are using the GNU C compiler... yes
  8. checking whether gcc accepts -g... yes
  9. checking for gcc option to accept ISO C89... none needed
  10. checking how to run the C preprocessor... gcc -E
  11. checking for grep that handles long lines and -e... /usr/bin/grep
  12. checking for egrep... /usr/bin/grep -E
  13. checking for ANSI C header files... yes
  14. checking for sys/types.h... yes
  15. checking for sys/stat.h... yes
  16. checking for stdlib.h... yes
  17. checking for string.h... yes
  18. checking for memory.h... yes
  19. checking for strings.h... yes
  20. checking for inttypes.h... yes
  21. checking for stdint.h... yes
  22. checking for unistd.h... yes
  23. checking minix/config.h usability... no
  24. checking minix/config.h presence... no
  25. checking for minix/config.h... no
  26. checking whether it is safe to define __EXTENSIONS__... yes
  27. checking whether make sets $(MAKE)... yes
  28. checking for gcc... (cached) gcc
  29. checking whether we are using the GNU C compiler... (cached) yes
  30. checking whether gcc accepts -g... (cached) yes
  31. checking for gcc option to accept ISO C89... (cached) none needed
  32. checking how to run the C preprocessor... gcc -E
  33. checking for ar... /usr/bin/ar
  34. checking whether byte ordering is bigendian... no
  35. checking whether gcc produces 32bit code... no
  36. checking whether gcc supports __thread specifier (TLS)... yes
  37. checking whether gcc accepts -rdynamic... yes
  38. checking whether gcc supports -fsanitize=address... yes
  39. checking whether gcc supports -fsanitize=shift... yes
  40. checking whether gcc supports -fsanitize=integer-divide-by-zero... yes
  41. checking whether gcc supports -fsanitize=unreachable... yes
  42. checking whether gcc supports -fsanitize=vla-bound... yes
  43. checking whether gcc supports -fsanitize=null... yes
  44. checking whether gcc supports -fsanitize=return... yes
  45. checking whether gcc supports -fsanitize=signed-integer-overflow... yes
  46. checking whether gcc supports -fsanitize=bounds... yes
  47. checking whether gcc supports -fsanitize=bounds-strict... no
  48. checking whether gcc requires -fsanitize-undefined-trap-on-error for -fsanitize= bounds-strict... no
  49. checking whether gcc supports -fsanitize=object-size... yes
  50. checking whether gcc supports -fsanitize=float-divide-by-zero... yes
  51. checking whether gcc supports -fsanitize=float-cast-overflow... yes
  52. checking whether gcc supports -fsanitize=nonnull-attribute... yes
  53. checking whether gcc supports -fsanitize=returns-nonnull-attribute... yes
  54. checking whether gcc supports -fsanitize=bool... yes
  55. checking whether gcc supports -fsanitize=enum... yes
  56. checking whether gcc supports -fsanitize=vptr... yes
  57. checking whether gcc supports -Wno-unused-parameter... yes
  58. checking whether gcc can actually use -Wno-unused-parameter... yes
  59. checking whether gcc supports -Wno-clobbered... yes
  60. checking whether gcc supports -Wempty-body... yes
  61. checking whether gcc supports -Wnewline-eof... no
  62. checking whether gcc supports -Wint-conversion... yes
  63. checking whether gcc supports -Winit-self... yes
  64. checking whether gcc supports -Wpointer-arith... yes
  65. checking whether gcc supports -Wswitch-bool... yes
  66. checking whether gcc supports -Wenum-conversion... no
  67. checking whether gcc supports -Wshorten-64-to-32... no
  68. checking whether gcc supports -Wconstant-conversion... no
  69. checking whether gcc supports -Wbool-conversion... no
  70. checking whether gcc supports -Wformat-security... yes
  71. checking whether gcc supports -Wformat... yes
  72. checking whether gcc supports -Wformat-signedness... yes
  73. checking whether gcc supports -Wformat-y2k... yes
  74. checking whether gcc supports -Wmissing-include-dirs... no
  75. checking whether gcc supports -Wsuggest-attribute=noreturn... yes
  76. checking whether gcc supports -Wundef... yes
  77. checking whether gcc supports -Wnested-externs... yes
  78. checking whether gcc supports -Wold-style-definition... yes
  79. checking whether gcc supports -Woverlength-strings... yes
  80. checking whether gcc supports -Wredundant-decls... yes
  81. checking whether gcc supports -Wcast-qual... yes
  82. checking whether gcc supports -Wmisleading-indentation... no
  83. checking whether gcc supports -Wnull-dereference... no
  84. checking whether gcc supports -Wno-format-nonliteral... yes
  85. checking whether gcc supports -Wno-switch... yes
  86. checking whether gcc supports -Wno-missing-field-initializers... yes
  87. checking whether gcc supports -Wno-suggest-attribute=format... yes
  88. checking whether gcc supports -Wshadow... yes
  89. checking whether gcc can efficiently use -Wshadow... yes
  90. checking whether gcc supports -fPIC... yes
  91. checking how to make shared objects... not supported
  92. configure: compiler is unable to generate shared objects, disabled plugins (opti onal)
  93. checking whether gcc supports -fno-strict-aliasing... yes
  94. checking for setrlimit... no
  95. checking for strnlen... no
  96. checking for uselocale... no
  97. checking for newlocale... no
  98. checking for freelocale... no
  99. checking xlocale.h usability... yes
  100. checking xlocale.h presence... yes
  101. checking for xlocale.h... yes
  102. checking whether gcc supports -fno-omit-frame-pointer... yes
  103. checking whether gcc supports -fno-var-tracking... yes
  104. checking host OS... Linux
  105. checking for MinGW... no
  106. checking for library containing inflateEnd... no
  107. configure: error: zlib library not found or incompatible... stopping
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement