Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.56 KB | None | 0 0
  1. ./configure
  2. checking for gcc... gcc
  3. checking whether the C compiler works... yes
  4. checking for C compiler default output file name... a.out
  5. checking for suffix of executables...
  6. checking whether we are cross compiling... no
  7. checking for suffix of object files... o
  8. checking whether we are using the GNU C compiler... yes
  9. checking whether gcc accepts -g... yes
  10. checking for gcc option to accept ISO C89... none needed
  11. checking whether gcc understands -c and -o together... yes
  12. checking how to run the C preprocessor... gcc -E
  13. checking for grep that handles long lines and -e... /usr/bin/grep
  14. checking for egrep... /usr/bin/grep -E
  15. checking for ANSI C header files... yes
  16. checking for sys/types.h... yes
  17. checking for sys/stat.h... yes
  18. checking for stdlib.h... yes
  19. checking for string.h... yes
  20. checking for memory.h... yes
  21. checking for strings.h... yes
  22. checking for inttypes.h... yes
  23. checking for stdint.h... yes
  24. checking for unistd.h... yes
  25. checking minix/config.h usability... no
  26. checking minix/config.h presence... no
  27. checking for minix/config.h... no
  28. checking whether it is safe to define __EXTENSIONS__... yes
  29. checking for automake... /usr/bin/automake
  30. checking for aclocal... /usr/bin/aclocal
  31. checking for autoheader... /usr/bin/autoheader
  32. checking for as... /usr/bin/as
  33. checking for rm... /usr/bin/rm
  34. checking for cp... /usr/bin/cp
  35. checking for mv... /usr/bin/mv
  36. checking for ln... /usr/bin/ln
  37. checking for touch... /usr/bin/touch
  38. checking build system type... x86_64-pc-linux-gnu
  39. checking host system type... x86_64-pc-linux-gnu
  40. checking how to print strings... printf
  41. checking for a sed that does not truncate output... /usr/bin/sed
  42. checking for fgrep... /usr/bin/grep -F
  43. checking for ld used by gcc... /usr/bin/ld
  44. checking if the linker (/usr/bin/ld) is GNU ld... yes
  45. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  46. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  47. checking whether ln -s works... yes
  48. checking the maximum length of command line arguments... 1572864
  49. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  50. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  51. checking for /usr/bin/ld option to reload object files... -r
  52. checking for objdump... objdump
  53. checking how to recognize dependent libraries... pass_all
  54. checking for dlltool... no
  55. checking how to associate runtime and link libraries... printf %s\n
  56. checking for ar... ar
  57. checking for archiver @FILE support... @
  58. checking for strip... strip
  59. checking for ranlib... ranlib
  60. checking for gawk... gawk
  61. checking command to parse /usr/bin/nm -B output from gcc object... ok
  62. checking for sysroot... no
  63. checking for a working dd... /usr/bin/dd
  64. checking how to truncate binary pipes... /usr/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... yes
  73. checking if gcc supports -c -o file.o... /usr/bin/rm: cannot remove 'conftest*': No such file or directory
  74. yes
  75. checking if gcc supports -c -o file.o... (cached) yes
  76. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  77. checking whether -lc should be explicitly linked in... /usr/bin/rm: cannot remove 'conftest*': No such file or directory
  78. no
  79. checking dynamic linker characteristics... GNU/Linux ld.so
  80. checking how to hardcode library paths into programs... immediate
  81. checking for shl_load... no
  82. checking for shl_load in -ldld... no
  83. checking for dlopen... no
  84. checking for dlopen in -ldl... yes
  85. checking whether a program can dlopen itself... yes
  86. checking whether a statically linked program can dlopen itself... no
  87. checking whether stripping libraries is possible... yes
  88. checking if libtool supports shared libraries... yes
  89. checking whether to build shared libraries... yes
  90. checking whether to build static libraries... no
  91. checking for g++... g++
  92. checking whether we are using the GNU C++ compiler... yes
  93. checking whether g++ accepts -g... yes
  94. checking how to run the C++ preprocessor... g++ -E
  95. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  96. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  97. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  98. checking for g++ option to produce PIC... -fPIC -DPIC
  99. checking if g++ PIC flag -fPIC -DPIC works... yes
  100. checking if g++ static flag -static works... yes
  101. checking if g++ supports -c -o file.o... /usr/bin/rm: cannot remove 'conftest*': No such file or directory
  102. yes
  103. checking if g++ supports -c -o file.o... (cached) yes
  104. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  105. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  106. checking how to hardcode library paths into programs... immediate
  107. checking whether we are using the GNU C++ compiler... (cached) yes
  108. checking whether g++ accepts -g... (cached) yes
  109. checking whether g++ understands -c and -o together... yes
  110. checking whether make sets $(MAKE)... yes
  111. checking whether g++ supports C++17 features by default... no
  112. checking whether g++ supports C++17 features with -std=gnu++17... yes
  113. checking for a BSD-compatible install... /usr/bin/install -c
  114. checking whether build environment is sane... yes
  115. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  116. checking whether make supports the include directive... yes (GNU style)
  117. checking whether make supports nested variables... yes
  118. checking dependency style of gcc... gcc3
  119. checking dependency style of g++ -std=gnu++17... gcc3
  120. checking whether specific compiler version is sufficient... yes
  121. checking whether to enable debugging... no
  122. checking whether to explicitly enable assertions... no
  123. checking whether to explicitly enable optimized build... no, but optimized build is enabled anyway
  124. checking whether to enable link-time optimization... no, link-time optimization is explicit-only at this time
  125. checking whether to explicitly set the optimization level... no, but --enable-optimize has implied level -O3
  126. checking whether to explicitly set the logging level ceiling... no
  127. checking whether to do a profile build... checking whether to disable precompiled headers... yes
  128. checking whether to enable generic mode or tune for this host... no
  129. checking whether to disable warnings... checking GCC flag(s) -Wall... ok
  130. checking GCC flag(s) -Wextra... ok
  131. checking GCC flag(s) -Wpointer-arith... ok
  132. checking GCC flag(s) -Wcast-align... ok
  133. checking GCC flag(s) -Wcast-qual... ok
  134. checking GCC flag(s) -Wfloat-equal... ok
  135. checking GCC flag(s) -Wwrite-strings... ok
  136. checking GCC flag(s) -Wparentheses... ok
  137. checking GCC flag(s) -Wmissing-noreturn... ok
  138. checking GCC flag(s) -Wundef... ok
  139. checking GCC flag(s) -Wpacked... ok
  140. checking GCC flag(s) -Wformat -Wformat-y2k -Wformat-nonliteral... ok
  141. checking GCC flag(s) -Wstrict-aliasing=2 -Wstrict-overflow=5... ok
  142. checking GCC flag(s) -Wdisabled-optimization... ok
  143. checking GCC flag(s) -Winvalid-pch... ok
  144. checking GCC flag(s) -Winit-self... ok
  145. checking GCC flag(s) -Wuninitialized... ok
  146. checking GCC flag(s) -Wunreachable-code... ok
  147. checking GCC flag(s) -Wno-overloaded-virtual... ok
  148. checking GCC flag(s) -Wnon-virtual-dtor... ok
  149. checking GCC flag(s) -Wnoexcept... ok
  150. checking GCC flag(s) -Wchkp... ok
  151. checking GCC flag(s) -Wsized-deallocation... ok
  152. checking GCC flag(s) -Wctor-dtor-privacy... ok
  153. checking GCC flag(s) -Wsign-promo... ok
  154. checking GCC flag(s) -Wsuggest-final-types... ok
  155. checking GCC flag(s) -Wsuggest-final-methods... ok
  156. checking GCC flag(s) -Wsuggest-override... ok
  157. checking GCC flag(s) -Wtrampolines... ok
  158. checking GCC flag(s) -Wduplicate-cond... no
  159. checking GCC flag(s) -Wduplicate-branches... no
  160. checking GCC flag(s) -Wrestrict... ok
  161. checking GCC flag(s) -Wnull-dereference... ok
  162. checking GCC flag(s) -Wplacement-new=2... ok
  163. checking GCC flag(s) -Wundef... (cached) ok
  164. checking GCC flag(s) -Wodr... ok
  165. checking GCC flag(s) -Werror=return-type... ok
  166. checking GCC flag(s) -Wno-missing-field-initializers... ok
  167. checking GCC flag(s) -Wno-unused... ok
  168. checking GCC flag(s) -Wno-unused-function... ok
  169. checking GCC flag(s) -Wno-unused-label... ok
  170. checking GCC flag(s) -Wno-unused-value... ok
  171. checking GCC flag(s) -Wno-unused-variable... ok
  172. checking GCC flag(s) -Wno-unused-parameter... ok
  173. checking GCC flag(s) -Wno-terminate... ok
  174. checking GCC flag(s) -Wlogical-op... ok
  175. checking GCC flag(s) -Wformat-security... ok
  176. checking GCC flag(s) -Wsuggest-attribute=format... ok
  177. checking GCC flag(s) -Wstack-usage=16384... ok
  178. checking GCC flag(s) -Wframe-larger-than=8192... ok
  179. checking for library containing strerror... none required
  180. checking for an ANSI C-conforming const... yes
  181. checking for inline... inline
  182. checking for pid_t... yes
  183. checking for size_t... yes
  184. checking for ssize_t... yes
  185. checking for uid_t in sys/types.h... yes
  186. checking for pid_t... (cached) yes
  187. checking for intptr_t... yes
  188. checking for uintptr_t... yes
  189. checking for __int128... yes
  190. checking size of char... 1
  191. checking size of short... 2
  192. checking size of int... 4
  193. checking size of long... 8
  194. checking size of long long... 8
  195. checking size of __int128... 16
  196. checking for stdbool.h that conforms to C99... no
  197. checking for _Bool... no
  198. checking assert.h usability... yes
  199. checking assert.h presence... yes
  200. checking for assert.h... yes
  201. checking stdarg.h usability... yes
  202. checking stdarg.h presence... yes
  203. checking for stdarg.h... yes
  204. checking cstddef usability... yes
  205. checking cstddef presence... yes
  206. checking for cstddef... yes
  207. checking cstdint usability... yes
  208. checking cstdint presence... yes
  209. checking for cstdint... yes
  210. checking limits usability... yes
  211. checking limits presence... yes
  212. checking for limits... yes
  213. checking type_traits usability... yes
  214. checking type_traits presence... yes
  215. checking for type_traits... yes
  216. checking typeindex usability... yes
  217. checking typeindex presence... yes
  218. checking for typeindex... yes
  219. checking variant usability... yes
  220. checking variant presence... yes
  221. checking for variant... yes
  222. checking utility usability... yes
  223. checking utility presence... yes
  224. checking for utility... yes
  225. checking functional usability... yes
  226. checking functional presence... yes
  227. checking for functional... yes
  228. checking algorithm usability... yes
  229. checking algorithm presence... yes
  230. checking for algorithm... yes
  231. checking numeric usability... yes
  232. checking numeric presence... yes
  233. checking for numeric... yes
  234. checking cmath usability... yes
  235. checking cmath presence... yes
  236. checking for cmath... yes
  237. checking cfenv usability... yes
  238. checking cfenv presence... yes
  239. checking for cfenv... yes
  240. checking memory usability... yes
  241. checking memory presence... yes
  242. checking for memory... yes
  243. checking exception usability... yes
  244. checking exception presence... yes
  245. checking for exception... yes
  246. checking cerrno usability... yes
  247. checking cerrno presence... yes
  248. checking for cerrno... yes
  249. checking system_error usability... yes
  250. checking system_error presence... yes
  251. checking for system_error... yes
  252. checking map usability... yes
  253. checking map presence... yes
  254. checking for map... yes
  255. checking set usability... yes
  256. checking set presence... yes
  257. checking for set... yes
  258. checking list usability... yes
  259. checking list presence... yes
  260. checking for list... yes
  261. checking stack usability... yes
  262. checking stack presence... yes
  263. checking for stack... yes
  264. checking queue usability... yes
  265. checking queue presence... yes
  266. checking for queue... yes
  267. checking deque usability... yes
  268. checking deque presence... yes
  269. checking for deque... yes
  270. checking array usability... yes
  271. checking array presence... yes
  272. checking for array... yes
  273. checking vector usability... yes
  274. checking vector presence... yes
  275. checking for vector... yes
  276. checking forward_list usability... yes
  277. checking forward_list presence... yes
  278. checking for forward_list... yes
  279. checking unordered_map usability... yes
  280. checking unordered_map presence... yes
  281. checking for unordered_map... yes
  282. checking string usability... yes
  283. checking string presence... yes
  284. checking for string... yes
  285. checking cstring usability... yes
  286. checking cstring presence... yes
  287. checking for cstring... yes
  288. checking locale usability... yes
  289. checking locale presence... yes
  290. checking for locale... yes
  291. checking codecvt usability... yes
  292. checking codecvt presence... yes
  293. checking for codecvt... yes
  294. checking sstream usability... yes
  295. checking sstream presence... yes
  296. checking for sstream... yes
  297. checking fstream usability... yes
  298. checking fstream presence... yes
  299. checking for fstream... yes
  300. checking iostream usability... yes
  301. checking iostream presence... yes
  302. checking for iostream... yes
  303. checking iosfwd usability... yes
  304. checking iosfwd presence... yes
  305. checking for iosfwd... yes
  306. checking iomanip usability... yes
  307. checking iomanip presence... yes
  308. checking for iomanip... yes
  309. checking cstdio usability... yes
  310. checking cstdio presence... yes
  311. checking for cstdio... yes
  312. checking chrono usability... yes
  313. checking chrono presence... yes
  314. checking for chrono... yes
  315. checking ctime usability... yes
  316. checking ctime presence... yes
  317. checking for ctime... yes
  318. checking atomic usability... yes
  319. checking atomic presence... yes
  320. checking for atomic... yes
  321. checking thread usability... yes
  322. checking thread presence... yes
  323. checking for thread... yes
  324. checking mutex usability... yes
  325. checking mutex presence... yes
  326. checking for mutex... yes
  327. checking shared_mutex usability... yes
  328. checking shared_mutex presence... yes
  329. checking for shared_mutex... yes
  330. checking condition_variable usability... yes
  331. checking condition_variable presence... yes
  332. checking for condition_variable... yes
  333. checking random usability... yes
  334. checking random presence... yes
  335. checking for random... yes
  336. checking bitset usability... yes
  337. checking bitset presence... yes
  338. checking for bitset... yes
  339. checking string_view usability... yes
  340. checking string_view presence... yes
  341. checking for string_view... yes
  342. checking optional usability... yes
  343. checking optional presence... yes
  344. checking for optional... yes
  345. checking new usability... yes
  346. checking new presence... yes
  347. checking for new... yes
  348. checking regex usability... yes
  349. checking regex presence... yes
  350. checking for regex... yes
  351. checking for unistd.h... (cached) yes
  352. checking signal.h usability... yes
  353. checking signal.h presence... yes
  354. checking for signal.h... yes
  355. checking sys/time.h usability... yes
  356. checking sys/time.h presence... yes
  357. checking for sys/time.h... yes
  358. checking for sys/stat.h... (cached) yes
  359. checking sys/statfs.h usability... yes
  360. checking sys/statfs.h presence... yes
  361. checking for sys/statfs.h... yes
  362. checking sys/statvfs.h usability... yes
  363. checking sys/statvfs.h presence... yes
  364. checking for sys/statvfs.h... yes
  365. checking sys/resource.h usability... yes
  366. checking sys/resource.h presence... yes
  367. checking for sys/resource.h... yes
  368. checking sys/syscall.h usability... yes
  369. checking sys/syscall.h presence... yes
  370. checking for sys/syscall.h... yes
  371. checking sys/utsname.h usability... yes
  372. checking sys/utsname.h presence... yes
  373. checking for sys/utsname.h... yes
  374. checking malloc.h usability... yes
  375. checking malloc.h presence... yes
  376. checking for malloc.h... yes
  377. checking sys/auxv.h usability... yes
  378. checking sys/auxv.h presence... yes
  379. checking for sys/auxv.h... yes
  380. checking sys/eventfd.h usability... yes
  381. checking sys/eventfd.h presence... yes
  382. checking for sys/eventfd.h... yes
  383. checking sys/inotify.h usability... yes
  384. checking sys/inotify.h presence... yes
  385. checking for sys/inotify.h... yes
  386. checking sys/sysmacros.h usability... yes
  387. checking sys/sysmacros.h presence... yes
  388. checking for sys/sysmacros.h... yes
  389. checking linux/aio_abi.h usability... yes
  390. checking linux/aio_abi.h presence... yes
  391. checking for linux/aio_abi.h... yes
  392. checking linux/magic.h usability... yes
  393. checking linux/magic.h presence... yes
  394. checking for linux/magic.h... yes
  395. checking windows.h usability... no
  396. checking windows.h presence... no
  397. checking for windows.h... no
  398. checking winsock2.h usability... no
  399. checking winsock2.h presence... no
  400. checking for winsock2.h... no
  401. checking ws2tcpip.h usability... no
  402. checking ws2tcpip.h presence... no
  403. checking for ws2tcpip.h... no
  404. checking iphlpapi.h usability... no
  405. checking iphlpapi.h presence... no
  406. checking for iphlpapi.h... no
  407. checking x86intrin.h usability... yes
  408. checking x86intrin.h presence... yes
  409. checking for x86intrin.h... yes
  410. checking experimental/string_view usability... yes
  411. checking experimental/string_view presence... yes
  412. checking for experimental/string_view... yes
  413. checking experimental/optional usability... yes
  414. checking experimental/optional presence... yes
  415. checking for experimental/optional... yes
  416. checking for strlcpy... no
  417. checking for strlcat... no
  418. checking for strnlen... yes
  419. checking for snprintf... yes
  420. checking for vsnprintf... yes
  421. checking for posix_fadvise... yes
  422. checking for library containing dlinfo... -ldl
  423. checking for library containing nanosleep... none required
  424. checking for pkg-config... /usr/bin/pkg-config
  425. checking pkg-config is at least version 0.9.0... yes
  426. checking whether to modify database directory... no
  427. checking whether to modify logdir... no
  428. checking whether to modify moduledir... no
  429. checking whether to modify webappdir... no
  430. checking sodium.h usability... yes
  431. checking sodium.h presence... yes
  432. checking for sodium.h... yes
  433. checking for sodium_init in -lsodium... yes
  434. checking openssl/err.h usability... yes
  435. checking openssl/err.h presence... yes
  436. checking for openssl/err.h... yes
  437. checking openssl/sha.h usability... yes
  438. checking openssl/sha.h presence... yes
  439. checking for openssl/sha.h... yes
  440. checking openssl/ssl.h usability... yes
  441. checking openssl/ssl.h presence... yes
  442. checking for openssl/ssl.h... yes
  443. checking openssl/ec.h usability... yes
  444. checking openssl/ec.h presence... yes
  445. checking for openssl/ec.h... yes
  446. checking openssl/rsa.h usability... yes
  447. checking openssl/rsa.h presence... yes
  448. checking for openssl/rsa.h... yes
  449. checking openssl/x509.h usability... yes
  450. checking openssl/x509.h presence... yes
  451. checking for openssl/x509.h... yes
  452. checking openssl/evp.h usability... yes
  453. checking openssl/evp.h presence... yes
  454. checking for openssl/evp.h... yes
  455. checking openssl/ripemd.h usability... yes
  456. checking openssl/ripemd.h presence... yes
  457. checking for openssl/ripemd.h... yes
  458. checking openssl/dh.h usability... yes
  459. checking openssl/dh.h presence... yes
  460. checking for openssl/dh.h... yes
  461. checking for SSL_version in -lssl... yes
  462. checking for SSLeay_version in -lcrypto... no
  463. configure: error: libcrypto is required but not found.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement