Advertisement
Guest User

asd

a guest
Dec 14th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.27 KB | None | 0 0
  1. [root@centos7 libzip-1.3.2]# cat asd
  2. checking for a BSD-compatible install... /bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /bin/mkdir -p
  5. checking for gawk... gawk
  6. checking whether make sets $(MAKE)... yes
  7. checking whether make supports nested variables... yes
  8. checking build system type... x86_64-pc-linux-gnu
  9. checking host system type... x86_64-pc-linux-gnu
  10. checking for gcc... gcc
  11. checking whether the C compiler works... yes
  12. checking for C compiler default output file name... a.out
  13. checking for suffix of executables...
  14. checking whether we are cross compiling... no
  15. checking for suffix of object files... o
  16. checking whether we are using the GNU C compiler... yes
  17. checking whether gcc accepts -g... yes
  18. checking for gcc option to accept ISO C89... none needed
  19. checking whether gcc understands -c and -o together... yes
  20. checking for style of include used by make... GNU
  21. checking dependency style of gcc... gcc3
  22. checking for special C compiler options needed for large files... no
  23. checking for _FILE_OFFSET_BITS value needed for large files... no
  24. checking how to run the C preprocessor... gcc -E
  25. checking for grep that handles long lines and -e... /bin/grep
  26. checking for egrep... /bin/grep -E
  27. checking for ANSI C header files... yes
  28. checking for sys/types.h... yes
  29. checking for sys/stat.h... yes
  30. checking for stdlib.h... yes
  31. checking for string.h... yes
  32. checking for memory.h... yes
  33. checking for strings.h... yes
  34. checking for inttypes.h... yes
  35. checking for stdint.h... yes
  36. checking for unistd.h... yes
  37. checking whether byte ordering is bigendian... no
  38. checking for main in -lz... yes
  39. checking new ZLIB version... yes
  40. checking for main in -lbz2... no
  41. checking how to print strings... printf
  42. checking for a sed that does not truncate output... /bin/sed
  43. checking for fgrep... /bin/grep -F
  44. checking for ld used by gcc... /bin/ld
  45. checking if the linker (/bin/ld) is GNU ld... yes
  46. checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
  47. checking the name lister (/bin/nm -B) interface... BSD nm
  48. checking whether ln -s works... yes
  49. checking the maximum length of command line arguments... 1572864
  50. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  51. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  52. checking for /bin/ld option to reload object files... -r
  53. checking for objdump... objdump
  54. checking how to recognize dependent libraries... pass_all
  55. checking for dlltool... no
  56. checking how to associate runtime and link libraries... printf %s\n
  57. checking for ar... ar
  58. checking for archiver @FILE support... @
  59. checking for strip... strip
  60. checking for ranlib... ranlib
  61. checking command to parse /bin/nm -B output from gcc object... ok
  62. checking for sysroot... no
  63. checking for a working dd... /bin/dd
  64. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  65. checking for mt... no
  66. checking if : is a manifest tool... no
  67. checking for dlfcn.h... yes
  68. checking for objdir... .libs
  69. checking if gcc supports -fno-rtti -fno-exceptions... no
  70. checking for gcc option to produce PIC... -fPIC -DPIC
  71. checking if gcc PIC flag -fPIC -DPIC works... yes
  72. checking if gcc static flag -static works... no
  73. checking if gcc supports -c -o file.o... yes
  74. checking if gcc supports -c -o file.o... (cached) yes
  75. checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
  76. checking whether -lc should be explicitly linked in... no
  77. checking dynamic linker characteristics... GNU/Linux ld.so
  78. checking how to hardcode library paths into programs... immediate
  79. checking whether stripping libraries is possible... yes
  80. checking if libtool supports shared libraries... yes
  81. checking whether to build shared libraries... yes
  82. checking whether to build static libraries... yes
  83. checking for _chmod... no
  84. checking for _close... no
  85. checking for _dup... no
  86. checking for _fdopen... no
  87. checking for _fileno... no
  88. checking for _open... no
  89. checking for _setmode... no
  90. checking for _snprintf... no
  91. checking for _strdup... no
  92. checking for _stricmp... no
  93. checking for _strtoi64... no
  94. checking for _strtoui64... no
  95. checking for _umask... no
  96. checking for _unlink... no
  97. checking for explicit_bzero... no
  98. checking for explicit_memset... no
  99. checking for fileno... yes
  100. checking for fseeko... yes
  101. checking for ftello... yes
  102. checking for getopt... yes
  103. checking for getprogname... no
  104. checking for open... yes
  105. checking for setmode... no
  106. checking for snprintf... yes
  107. checking for strcasecmp... yes
  108. checking for strdup... yes
  109. checking for stricmp... no
  110. checking for strtoll... yes
  111. checking for strtoull... yes
  112. checking for mkstemp... yes
  113. checking for dlsym in -ldl... yes
  114. checking if libc defines __progname... yes
  115. checking whether we are building for a Win32 host... no
  116. checking fts.h usability... yes
  117. checking fts.h presence... yes
  118. checking for fts.h... yes
  119. checking stdbool.h usability... yes
  120. checking stdbool.h presence... yes
  121. checking for stdbool.h... yes
  122. checking for strings.h... (cached) yes
  123. checking for unistd.h... (cached) yes
  124. checking for int8_t... yes
  125. checking for int16_t... yes
  126. checking for int32_t... yes
  127. checking for int64_t... yes
  128. checking for uint8_t... yes
  129. checking for uint16_t... yes
  130. checking for uint32_t... yes
  131. checking for uint64_t... yes
  132. checking for ssize_t... yes
  133. checking size of short... 2
  134. checking size of int... 4
  135. checking size of long... 8
  136. checking size of long long... 8
  137. checking size of off_t... 8
  138. checking size of size_t... 8
  139. checking whether struct tm is in sys/time.h or time.h... time.h
  140. checking for struct tm.tm_zone... yes
  141. checking for simple visibility declarations... yes
  142. checking that generated files are newer than configure... done
  143. configure: creating ./config.status
  144. config.status: creating Makefile
  145. config.status: creating libzip.pc
  146. config.status: creating libzip-uninstalled.pc
  147. config.status: creating examples/Makefile
  148. config.status: creating man/Makefile
  149. config.status: creating lib/Makefile
  150. config.status: creating lib/gladman-fcrypt/Makefile
  151. config.status: creating regress/Makefile
  152. config.status: creating src/Makefile
  153. config.status: creating config.h
  154. config.status: config.h is unchanged
  155. config.status: executing depfiles commands
  156. config.status: executing libtool commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement