Guest User

Untitled

a guest
Dec 2nd, 2019
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 147.81 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by Bitcoin Core configure 0.18.0, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --with-gui=no CC=cc CXX=c++ BDB_LIBS=-L/tmp/bitcoin/db4/lib -ldb_cxx-4.8 BDB_CFLAGS=-I/tmp/bitcoin/db4/include
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = artemis.my.domain
  14. uname -m = amd64
  15. uname -r = 6.6
  16. uname -s = OpenBSD
  17. uname -v = GENERIC#3
  18.  
  19. /usr/bin/uname -p = amd64
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = OpenBSD.amd64
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /sbin
  31. PATH: /usr/sbin
  32. PATH: /bin
  33. PATH: /usr/bin
  34. PATH: /usr/X11R6/bin
  35. PATH: /usr/local/sbin
  36. PATH: /usr/local/bin
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:3097: checking build system type
  44. configure:3111: result: x86_64-unknown-openbsd6.6
  45. configure:3131: checking host system type
  46. configure:3144: result: x86_64-unknown-openbsd6.6
  47. configure:3187: checking for a BSD-compatible install
  48. configure:3255: result: /usr/bin/install -c
  49. configure:3266: checking whether build environment is sane
  50. configure:3321: result: yes
  51. configure:3472: checking for a thread-safe mkdir -p
  52. configure:3511: result: build-aux/install-sh -c -d
  53. configure:3518: checking for gawk
  54. configure:3548: result: no
  55. configure:3518: checking for mawk
  56. configure:3548: result: no
  57. configure:3518: checking for nawk
  58. configure:3548: result: no
  59. configure:3518: checking for awk
  60. configure:3534: found /usr/bin/awk
  61. configure:3545: result: awk
  62. configure:3556: checking whether make sets $(MAKE)
  63. configure:3578: result: yes
  64. configure:3607: checking whether make supports nested variables
  65. configure:3624: result: yes
  66. configure:3743: checking whether to enable maintainer-specific portions of Makefiles
  67. configure:3752: result: yes
  68. configure:3777: checking whether make supports nested variables
  69. configure:3794: result: yes
  70. configure:3923: checking for C++ compiler version
  71. configure:3932: c++ --version >&5
  72. OpenBSD clang version 8.0.1 (tags/RELEASE_801/final) (based on LLVM 8.0.1)
  73. Target: amd64-unknown-openbsd6.6
  74. Thread model: posix
  75. InstalledDir: /usr/bin
  76. configure:3943: $? = 0
  77. configure:3932: c++ -v >&5
  78. OpenBSD clang version 8.0.1 (tags/RELEASE_801/final) (based on LLVM 8.0.1)
  79. Target: amd64-unknown-openbsd6.6
  80. Thread model: posix
  81. InstalledDir: /usr/bin
  82. configure:3943: $? = 0
  83. configure:3932: c++ -V >&5
  84. c++: error: argument to '-V' is missing (expected 1 value)
  85. c++: error: no input files
  86. configure:3943: $? = 1
  87. configure:3932: c++ -qversion >&5
  88. c++: error: unknown argument '-qversion', did you mean '--version'?
  89. c++: error: no input files
  90. configure:3943: $? = 1
  91. configure:3963: checking whether the C++ compiler works
  92. configure:3985: c++ conftest.cpp >&5
  93. configure:3989: $? = 0
  94. configure:4037: result: yes
  95. configure:4040: checking for C++ compiler default output file name
  96. configure:4042: result: a.out
  97. configure:4048: checking for suffix of executables
  98. configure:4055: c++ -o conftest conftest.cpp >&5
  99. configure:4059: $? = 0
  100. configure:4081: result:
  101. configure:4103: checking whether we are cross compiling
  102. configure:4111: c++ -o conftest conftest.cpp >&5
  103. configure:4115: $? = 0
  104. configure:4122: ./conftest
  105. configure:4126: $? = 0
  106. configure:4141: result: no
  107. configure:4146: checking for suffix of object files
  108. configure:4168: c++ -c conftest.cpp >&5
  109. configure:4172: $? = 0
  110. configure:4193: result: o
  111. configure:4197: checking whether we are using the GNU C++ compiler
  112. configure:4216: c++ -c conftest.cpp >&5
  113. configure:4216: $? = 0
  114. configure:4225: result: yes
  115. configure:4234: checking whether c++ accepts -g
  116. configure:4254: c++ -c -g conftest.cpp >&5
  117. configure:4254: $? = 0
  118. configure:4295: result: yes
  119. configure:4321: checking whether make supports the include directive
  120. configure:4336: make -f confmf.GNU && cat confinc.out
  121. this is the am__doit target
  122. configure:4339: $? = 0
  123. configure:4358: result: yes (GNU style)
  124. configure:4383: checking dependency style of c++
  125. configure:4494: result: gcc3
  126. configure:4532: checking whether c++ supports C++11 features with -std=c++11
  127. configure:4828: c++ -std=c++11 -c -g -O2 conftest.cpp >&5
  128. configure:4828: $? = 0
  129. configure:4837: result: yes
  130. configure:4881: checking whether std::atomic can be used without link library
  131. configure:4899: c++ -std=c++11 -o conftest -g -O2 conftest.cpp >&5
  132. configure:4899: $? = 0
  133. configure:4901: result: yes
  134. configure:5066: checking for Objective C++ compiler version
  135. configure:5075: c++ -std=c++11 --version >&5
  136. OpenBSD clang version 8.0.1 (tags/RELEASE_801/final) (based on LLVM 8.0.1)
  137. Target: amd64-unknown-openbsd6.6
  138. Thread model: posix
  139. InstalledDir: /usr/bin
  140. configure:5086: $? = 0
  141. configure:5075: c++ -std=c++11 -v >&5
  142. OpenBSD clang version 8.0.1 (tags/RELEASE_801/final) (based on LLVM 8.0.1)
  143. Target: amd64-unknown-openbsd6.6
  144. Thread model: posix
  145. InstalledDir: /usr/bin
  146. c++: warning: argument unused during compilation: '-std=c++11' [-Wunused-command-line-argument]
  147. configure:5086: $? = 0
  148. configure:5075: c++ -std=c++11 -V >&5
  149. c++: error: argument to '-V' is missing (expected 1 value)
  150. c++: error: no input files
  151. configure:5086: $? = 1
  152. configure:5075: c++ -std=c++11 -qversion >&5
  153. c++: error: unknown argument '-qversion', did you mean '--version'?
  154. c++: error: no input files
  155. configure:5086: $? = 1
  156. configure:5090: checking whether we are using the GNU Objective C++ compiler
  157. configure:5109: c++ -std=c++11 -c conftest.mm >&5
  158. configure:5109: $? = 0
  159. configure:5118: result: yes
  160. configure:5127: checking whether c++ -std=c++11 accepts -g
  161. configure:5147: c++ -std=c++11 -c -g conftest.mm >&5
  162. configure:5147: $? = 0
  163. configure:5188: result: yes
  164. configure:5213: checking dependency style of c++ -std=c++11
  165. configure:5322: result: gcc3
  166. configure:5385: checking how to print strings
  167. configure:5414: result: print -r
  168. configure:5481: checking for gcc
  169. configure:5508: result: cc
  170. configure:5737: checking for C compiler version
  171. configure:5746: cc --version >&5
  172. OpenBSD clang version 8.0.1 (tags/RELEASE_801/final) (based on LLVM 8.0.1)
  173. Target: amd64-unknown-openbsd6.6
  174. Thread model: posix
  175. InstalledDir: /usr/bin
  176. configure:5757: $? = 0
  177. configure:5746: cc -v >&5
  178. OpenBSD clang version 8.0.1 (tags/RELEASE_801/final) (based on LLVM 8.0.1)
  179. Target: amd64-unknown-openbsd6.6
  180. Thread model: posix
  181. InstalledDir: /usr/bin
  182. configure:5757: $? = 0
  183. configure:5746: cc -V >&5
  184. cc: error: argument to '-V' is missing (expected 1 value)
  185. cc: error: no input files
  186. configure:5757: $? = 1
  187. configure:5746: cc -qversion >&5
  188. cc: error: unknown argument '-qversion', did you mean '--version'?
  189. cc: error: no input files
  190. configure:5757: $? = 1
  191. configure:5761: checking whether we are using the GNU C compiler
  192. configure:5780: cc -c conftest.c >&5
  193. configure:5780: $? = 0
  194. configure:5789: result: yes
  195. configure:5798: checking whether cc accepts -g
  196. configure:5818: cc -c -g conftest.c >&5
  197. configure:5818: $? = 0
  198. configure:5859: result: yes
  199. configure:5876: checking for cc option to accept ISO C89
  200. configure:5939: cc -c -g -O2 conftest.c >&5
  201. configure:5939: $? = 0
  202. configure:5952: result: none needed
  203. configure:5977: checking whether cc understands -c and -o together
  204. configure:5999: cc -c conftest.c -o conftest2.o
  205. configure:6002: $? = 0
  206. configure:5999: cc -c conftest.c -o conftest2.o
  207. configure:6002: $? = 0
  208. configure:6014: result: yes
  209. configure:6033: checking dependency style of cc
  210. configure:6144: result: gcc3
  211. configure:6159: checking for a sed that does not truncate output
  212. configure:6223: result: /usr/bin/sed
  213. configure:6241: checking for grep that handles long lines and -e
  214. configure:6299: result: /usr/bin/grep
  215. configure:6304: checking for egrep
  216. configure:6366: result: /usr/bin/grep -E
  217. configure:6371: checking for fgrep
  218. configure:6433: result: /usr/bin/grep -F
  219. configure:6468: checking for ld used by cc
  220. configure:6535: result: /usr/bin/ld
  221. configure:6542: checking if the linker (/usr/bin/ld) is GNU ld
  222. configure:6557: result: yes
  223. configure:6569: checking for BSD- or MS-compatible name lister (nm)
  224. configure:6618: result: /usr/bin/nm -B
  225. configure:6748: checking the name lister (/usr/bin/nm -B) interface
  226. configure:6755: cc -c -g -O2 conftest.c >&5
  227. configure:6758: /usr/bin/nm -B "conftest.o"
  228. configure:6761: output
  229. 00000000 F conftest.c
  230. 00000000 B some_variable
  231. configure:6768: result: BSD nm
  232. configure:6771: checking whether ln -s works
  233. configure:6775: result: yes
  234. configure:6783: checking the maximum length of command line arguments
  235. configure:6913: result: 196608
  236. configure:6930: checking whether the shell understands some XSI constructs
  237. configure:6940: result: yes
  238. configure:6944: checking whether the shell understands "+="
  239. configure:6950: result: no
  240. configure:6985: checking how to convert x86_64-unknown-openbsd6.6 file names to x86_64-unknown-openbsd6.6 format
  241. configure:7025: result: func_convert_file_noop
  242. configure:7032: checking how to convert x86_64-unknown-openbsd6.6 file names to toolchain format
  243. configure:7052: result: func_convert_file_noop
  244. configure:7059: checking for /usr/bin/ld option to reload object files
  245. configure:7066: result: -r
  246. configure:7140: checking for objdump
  247. configure:7156: found /usr/bin/objdump
  248. configure:7167: result: objdump
  249. configure:7199: checking how to recognize dependent libraries
  250. configure:7401: result: match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
  251. configure:7486: checking for dlltool
  252. configure:7516: result: no
  253. configure:7546: checking how to associate runtime and link libraries
  254. configure:7573: result: print -r --
  255. configure:7634: checking for ar
  256. configure:7650: found /usr/bin/ar
  257. configure:7661: result: ar
  258. configure:7698: checking for archiver @FILE support
  259. configure:7715: cc -c -g -O2 conftest.c >&5
  260. configure:7715: $? = 0
  261. configure:7718: ar cru libconftest.a @conftest.lst >&5
  262. configure:7721: $? = 0
  263. configure:7726: ar cru libconftest.a @conftest.lst >&5
  264. ar: conftest.o: No such file or directory
  265. configure:7729: $? = 1
  266. configure:7741: result: @
  267. configure:7799: checking for strip
  268. configure:7815: found /usr/bin/strip
  269. configure:7826: result: strip
  270. configure:7898: checking for ranlib
  271. configure:7914: found /usr/bin/ranlib
  272. configure:7925: result: ranlib
  273. configure:8027: checking command to parse /usr/bin/nm -B output from cc object
  274. configure:8147: cc -c -g -O2 conftest.c >&5
  275. configure:8150: $? = 0
  276. configure:8154: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  277. configure:8157: $? = 0
  278. configure:8223: cc -o conftest -g -O2 conftest.c conftstm.o >&5
  279. configure:8226: $? = 0
  280. configure:8264: result: ok
  281. configure:8301: checking for sysroot
  282. configure:8331: result: no
  283. configure:8587: checking for mt
  284. configure:8603: found /bin/mt
  285. configure:8614: result: mt
  286. configure:8637: checking if mt is a manifest tool
  287. configure:8643: mt '-?'
  288. mt: unknown option -- ?
  289. usage: mt [-f device] command [count]
  290. configure:8651: result: no
  291. configure:9293: checking how to run the C preprocessor
  292. configure:9324: cc -E conftest.c
  293. configure:9324: $? = 0
  294. configure:9338: cc -E conftest.c
  295. conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
  296. #include <ac_nonexistent.h>
  297. ^~~~~~~~~~~~~~~~~~
  298. 1 error generated.
  299. configure:9338: $? = 1
  300. configure: failed program was:
  301. | /* confdefs.h */
  302. | #define PACKAGE_NAME "Bitcoin Core"
  303. | #define PACKAGE_TARNAME "bitcoin"
  304. | #define PACKAGE_VERSION "0.18.0"
  305. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  306. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  307. | #define PACKAGE_URL "https://bitcoincore.org/"
  308. | #define HAVE_CXX11 1
  309. | /* end confdefs.h. */
  310. | #include <ac_nonexistent.h>
  311. configure:9363: result: cc -E
  312. configure:9383: cc -E conftest.c
  313. configure:9383: $? = 0
  314. configure:9397: cc -E conftest.c
  315. conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
  316. #include <ac_nonexistent.h>
  317. ^~~~~~~~~~~~~~~~~~
  318. 1 error generated.
  319. configure:9397: $? = 1
  320. configure: failed program was:
  321. | /* confdefs.h */
  322. | #define PACKAGE_NAME "Bitcoin Core"
  323. | #define PACKAGE_TARNAME "bitcoin"
  324. | #define PACKAGE_VERSION "0.18.0"
  325. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  326. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  327. | #define PACKAGE_URL "https://bitcoincore.org/"
  328. | #define HAVE_CXX11 1
  329. | /* end confdefs.h. */
  330. | #include <ac_nonexistent.h>
  331. configure:9426: checking for ANSI C header files
  332. configure:9446: cc -c -g -O2 conftest.c >&5
  333. configure:9446: $? = 0
  334. configure:9519: cc -o conftest -g -O2 conftest.c >&5
  335. configure:9519: $? = 0
  336. configure:9519: ./conftest
  337. configure:9519: $? = 0
  338. configure:9530: result: yes
  339. configure:9543: checking for sys/types.h
  340. configure:9543: cc -c -g -O2 conftest.c >&5
  341. configure:9543: $? = 0
  342. configure:9543: result: yes
  343. configure:9543: checking for sys/stat.h
  344. configure:9543: cc -c -g -O2 conftest.c >&5
  345. configure:9543: $? = 0
  346. configure:9543: result: yes
  347. configure:9543: checking for stdlib.h
  348. configure:9543: cc -c -g -O2 conftest.c >&5
  349. configure:9543: $? = 0
  350. configure:9543: result: yes
  351. configure:9543: checking for string.h
  352. configure:9543: cc -c -g -O2 conftest.c >&5
  353. configure:9543: $? = 0
  354. configure:9543: result: yes
  355. configure:9543: checking for memory.h
  356. configure:9543: cc -c -g -O2 conftest.c >&5
  357. configure:9543: $? = 0
  358. configure:9543: result: yes
  359. configure:9543: checking for strings.h
  360. configure:9543: cc -c -g -O2 conftest.c >&5
  361. configure:9543: $? = 0
  362. configure:9543: result: yes
  363. configure:9543: checking for inttypes.h
  364. configure:9543: cc -c -g -O2 conftest.c >&5
  365. configure:9543: $? = 0
  366. configure:9543: result: yes
  367. configure:9543: checking for stdint.h
  368. configure:9543: cc -c -g -O2 conftest.c >&5
  369. configure:9543: $? = 0
  370. configure:9543: result: yes
  371. configure:9543: checking for unistd.h
  372. configure:9543: cc -c -g -O2 conftest.c >&5
  373. configure:9543: $? = 0
  374. configure:9543: result: yes
  375. configure:9557: checking for dlfcn.h
  376. configure:9557: cc -c -g -O2 conftest.c >&5
  377. configure:9557: $? = 0
  378. configure:9557: result: yes
  379. configure:9772: checking for objdir
  380. configure:9787: result: .libs
  381. configure:10058: checking if cc supports -fno-rtti -fno-exceptions
  382. configure:10076: cc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  383. configure:10080: $? = 0
  384. configure:10093: result: yes
  385. configure:10420: checking for cc option to produce PIC
  386. configure:10427: result: -fPIC -DPIC
  387. configure:10435: checking if cc PIC flag -fPIC -DPIC works
  388. configure:10453: cc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  389. configure:10457: $? = 0
  390. configure:10470: result: yes
  391. configure:10499: checking if cc static flag -static works
  392. configure:10527: result: yes
  393. configure:10542: checking if cc supports -c -o file.o
  394. configure:10563: cc -c -g -O2 -o out/conftest2.o conftest.c >&5
  395. configure:10567: $? = 0
  396. configure:10589: result: yes
  397. configure:10597: checking if cc supports -c -o file.o
  398. configure:10644: result: yes
  399. configure:10677: checking whether the cc linker (/usr/bin/ld) supports shared libraries
  400. configure:11830: result: yes
  401. configure:11867: checking whether -lc should be explicitly linked in
  402. configure:11875: cc -c -g -O2 conftest.c >&5
  403. configure:11878: $? = 0
  404. configure:11893: cc -shared -fPIC -DPIC -o conftest conftest.o -v 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
  405. configure:11896: $? = 1
  406. configure:11910: result: yes
  407. configure:12070: checking dynamic linker characteristics
  408. configure:12803: result: openbsd6.6 ld.so
  409. configure:12910: checking how to hardcode library paths into programs
  410. configure:12935: result: immediate
  411. configure:13475: checking whether stripping libraries is possible
  412. configure:13480: result: yes
  413. configure:13515: checking if libtool supports shared libraries
  414. configure:13517: result: yes
  415. configure:13520: checking whether to build shared libraries
  416. configure:13541: result: yes
  417. configure:13544: checking whether to build static libraries
  418. configure:13548: result: yes
  419. configure:13571: checking how to run the C++ preprocessor
  420. configure:13598: c++ -std=c++11 -E conftest.cpp
  421. configure:13598: $? = 0
  422. configure:13612: c++ -std=c++11 -E conftest.cpp
  423. conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found
  424. #include <ac_nonexistent.h>
  425. ^~~~~~~~~~~~~~~~~~
  426. 1 error generated.
  427. configure:13612: $? = 1
  428. configure: failed program was:
  429. | /* confdefs.h */
  430. | #define PACKAGE_NAME "Bitcoin Core"
  431. | #define PACKAGE_TARNAME "bitcoin"
  432. | #define PACKAGE_VERSION "0.18.0"
  433. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  434. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  435. | #define PACKAGE_URL "https://bitcoincore.org/"
  436. | #define HAVE_CXX11 1
  437. | #define STDC_HEADERS 1
  438. | #define HAVE_SYS_TYPES_H 1
  439. | #define HAVE_SYS_STAT_H 1
  440. | #define HAVE_STDLIB_H 1
  441. | #define HAVE_STRING_H 1
  442. | #define HAVE_MEMORY_H 1
  443. | #define HAVE_STRINGS_H 1
  444. | #define HAVE_INTTYPES_H 1
  445. | #define HAVE_STDINT_H 1
  446. | #define HAVE_UNISTD_H 1
  447. | #define HAVE_DLFCN_H 1
  448. | #define LT_OBJDIR ".libs/"
  449. | /* end confdefs.h. */
  450. | #include <ac_nonexistent.h>
  451. configure:13637: result: c++ -std=c++11 -E
  452. configure:13657: c++ -std=c++11 -E conftest.cpp
  453. configure:13657: $? = 0
  454. configure:13671: c++ -std=c++11 -E conftest.cpp
  455. conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found
  456. #include <ac_nonexistent.h>
  457. ^~~~~~~~~~~~~~~~~~
  458. 1 error generated.
  459. configure:13671: $? = 1
  460. configure: failed program was:
  461. | /* confdefs.h */
  462. | #define PACKAGE_NAME "Bitcoin Core"
  463. | #define PACKAGE_TARNAME "bitcoin"
  464. | #define PACKAGE_VERSION "0.18.0"
  465. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  466. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  467. | #define PACKAGE_URL "https://bitcoincore.org/"
  468. | #define HAVE_CXX11 1
  469. | #define STDC_HEADERS 1
  470. | #define HAVE_SYS_TYPES_H 1
  471. | #define HAVE_SYS_STAT_H 1
  472. | #define HAVE_STDLIB_H 1
  473. | #define HAVE_STRING_H 1
  474. | #define HAVE_MEMORY_H 1
  475. | #define HAVE_STRINGS_H 1
  476. | #define HAVE_INTTYPES_H 1
  477. | #define HAVE_STDINT_H 1
  478. | #define HAVE_UNISTD_H 1
  479. | #define HAVE_DLFCN_H 1
  480. | #define LT_OBJDIR ".libs/"
  481. | /* end confdefs.h. */
  482. | #include <ac_nonexistent.h>
  483. configure:13840: checking for ld used by c++ -std=c++11
  484. configure:13907: result: /usr/bin/ld
  485. configure:13914: checking if the linker (/usr/bin/ld) is GNU ld
  486. configure:13929: result: yes
  487. configure:13984: checking whether the c++ -std=c++11 linker (/usr/bin/ld) supports shared libraries
  488. configure:14989: result: yes
  489. configure:15025: c++ -std=c++11 -c -g -O2 conftest.cpp >&5
  490. configure:15028: $? = 0
  491. configure:15548: checking for c++ -std=c++11 option to produce PIC
  492. configure:15555: result: -fPIC -DPIC
  493. configure:15563: checking if c++ -std=c++11 PIC flag -fPIC -DPIC works
  494. configure:15581: c++ -std=c++11 -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  495. configure:15585: $? = 0
  496. configure:15598: result: yes
  497. configure:15621: checking if c++ -std=c++11 static flag -static works
  498. configure:15649: result: yes
  499. configure:15661: checking if c++ -std=c++11 supports -c -o file.o
  500. configure:15682: c++ -std=c++11 -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  501. configure:15686: $? = 0
  502. configure:15708: result: yes
  503. configure:15713: checking if c++ -std=c++11 supports -c -o file.o
  504. configure:15760: result: yes
  505. configure:15790: checking whether the c++ -std=c++11 linker (/usr/bin/ld) supports shared libraries
  506. configure:15826: result: yes
  507. configure:15967: checking dynamic linker characteristics
  508. configure:16634: result: openbsd6.6 ld.so
  509. configure:16687: checking how to hardcode library paths into programs
  510. configure:16712: result: immediate
  511. configure:16820: checking for ar
  512. configure:16838: found /usr/bin/ar
  513. configure:16850: result: /usr/bin/ar
  514. configure:16918: checking for ranlib
  515. configure:16936: found /usr/bin/ranlib
  516. configure:16948: result: /usr/bin/ranlib
  517. configure:17016: checking for strip
  518. configure:17034: found /usr/bin/strip
  519. configure:17046: result: /usr/bin/strip
  520. configure:17114: checking for gcov
  521. configure:17132: found /usr/bin/gcov
  522. configure:17144: result: /usr/bin/gcov
  523. configure:17168: checking for lcov
  524. configure:17201: result: no
  525. configure:17210: checking for python3.4
  526. configure:17243: result: no
  527. configure:17210: checking for python3.5
  528. configure:17243: result: no
  529. configure:17210: checking for python3.6
  530. configure:17243: result: no
  531. configure:17210: checking for python3.7
  532. configure:17228: found /usr/local/bin/python3.7
  533. configure:17240: result: /usr/local/bin/python3.7
  534. configure:17253: checking for genhtml
  535. configure:17286: result: no
  536. configure:17293: checking for git
  537. configure:17311: found /usr/local/bin/git
  538. configure:17323: result: /usr/local/bin/git
  539. configure:17333: checking for ccache
  540. configure:17366: result: no
  541. configure:17373: checking for xgettext
  542. configure:17406: result: no
  543. configure:17413: checking for hexdump
  544. configure:17431: found /usr/bin/hexdump
  545. configure:17443: result: /usr/bin/hexdump
  546. configure:17497: checking for readelf
  547. configure:17515: found /usr/bin/readelf
  548. configure:17527: result: /usr/bin/readelf
  549. configure:17595: checking for c++filt
  550. configure:17613: found /usr/bin/c++filt
  551. configure:17625: result: /usr/bin/c++filt
  552. configure:17693: checking for objcopy
  553. configure:17711: found /usr/bin/objcopy
  554. configure:17723: result: /usr/bin/objcopy
  555. configure:17747: checking for doxygen
  556. configure:17780: result: no
  557. configure:17786: WARNING: Doxygen not found
  558. configure:18033: checking whether C++ compiler accepts -Werror
  559. configure:18052: c++ -std=c++11 -c -g -O2 -Werror conftest.cpp >&5
  560. configure:18052: $? = 0
  561. configure:18060: result: yes
  562. configure:18513: checking whether C++ compiler accepts -Wall
  563. configure:18532: c++ -std=c++11 -c -g -O2 -Werror -Wall conftest.cpp >&5
  564. configure:18532: $? = 0
  565. configure:18541: result: yes
  566. configure:18550: checking whether C++ compiler accepts -Wextra
  567. configure:18569: c++ -std=c++11 -c -g -O2 -Werror -Wextra conftest.cpp >&5
  568. configure:18569: $? = 0
  569. configure:18578: result: yes
  570. configure:18587: checking whether C++ compiler accepts -Wformat
  571. configure:18606: c++ -std=c++11 -c -g -O2 -Werror -Wformat conftest.cpp >&5
  572. configure:18606: $? = 0
  573. configure:18615: result: yes
  574. configure:18624: checking whether C++ compiler accepts -Wvla
  575. configure:18643: c++ -std=c++11 -c -g -O2 -Werror -Wvla conftest.cpp >&5
  576. configure:18643: $? = 0
  577. configure:18652: result: yes
  578. configure:18661: checking whether C++ compiler accepts -Wformat-security
  579. configure:18680: c++ -std=c++11 -c -g -O2 -Werror -Wformat-security conftest.cpp >&5
  580. configure:18680: $? = 0
  581. configure:18689: result: yes
  582. configure:18698: checking whether C++ compiler accepts -Wthread-safety-analysis
  583. configure:18717: c++ -std=c++11 -c -g -O2 -Werror -Wthread-safety-analysis conftest.cpp >&5
  584. configure:18717: $? = 0
  585. configure:18726: result: yes
  586. configure:18735: checking whether C++ compiler accepts -Wrange-loop-analysis
  587. configure:18754: c++ -std=c++11 -c -g -O2 -Werror -Wrange-loop-analysis conftest.cpp >&5
  588. configure:18754: $? = 0
  589. configure:18763: result: yes
  590. configure:18772: checking whether C++ compiler accepts -Wredundant-decls
  591. configure:18791: c++ -std=c++11 -c -g -O2 -Werror -Wredundant-decls conftest.cpp >&5
  592. configure:18791: $? = 0
  593. configure:18800: result: yes
  594. configure:18813: checking whether C++ compiler accepts -Wunused-parameter
  595. configure:18832: c++ -std=c++11 -c -g -O2 -Werror -Wunused-parameter conftest.cpp >&5
  596. configure:18832: $? = 0
  597. configure:18841: result: yes
  598. configure:18850: checking whether C++ compiler accepts -Wself-assign
  599. configure:18869: c++ -std=c++11 -c -g -O2 -Werror -Wself-assign conftest.cpp >&5
  600. configure:18869: $? = 0
  601. configure:18878: result: yes
  602. configure:18887: checking whether C++ compiler accepts -Wunused-local-typedef
  603. configure:18906: c++ -std=c++11 -c -g -O2 -Werror -Wunused-local-typedef conftest.cpp >&5
  604. configure:18906: $? = 0
  605. configure:18915: result: yes
  606. configure:18924: checking whether C++ compiler accepts -Wdeprecated-register
  607. configure:18943: c++ -std=c++11 -c -g -O2 -Werror -Wdeprecated-register conftest.cpp >&5
  608. configure:18943: $? = 0
  609. configure:18952: result: yes
  610. configure:18961: checking whether C++ compiler accepts -Wimplicit-fallthrough
  611. configure:18980: c++ -std=c++11 -c -g -O2 -Werror -Wimplicit-fallthrough conftest.cpp >&5
  612. configure:18980: $? = 0
  613. configure:18989: result: yes
  614. configure:19003: checking whether C++ compiler accepts -msse4.2
  615. configure:19022: c++ -std=c++11 -c -g -O2 -Werror -msse4.2 conftest.cpp >&5
  616. configure:19022: $? = 0
  617. configure:19031: result: yes
  618. configure:19040: checking whether C++ compiler accepts -msse4.1
  619. configure:19059: c++ -std=c++11 -c -g -O2 -Werror -msse4.1 conftest.cpp >&5
  620. configure:19059: $? = 0
  621. configure:19068: result: yes
  622. configure:19077: checking whether C++ compiler accepts -mavx -mavx2
  623. configure:19096: c++ -std=c++11 -c -g -O2 -Werror -mavx -mavx2 conftest.cpp >&5
  624. configure:19096: $? = 0
  625. configure:19105: result: yes
  626. configure:19114: checking whether C++ compiler accepts -msse4 -msha
  627. configure:19133: c++ -std=c++11 -c -g -O2 -Werror -msse4 -msha conftest.cpp >&5
  628. configure:19133: $? = 0
  629. configure:19142: result: yes
  630. configure:19153: checking for assembler crc32 support
  631. configure:19179: c++ -std=c++11 -c -g -O2 -msse4.2 conftest.cpp >&5
  632. configure:19179: $? = 0
  633. configure:19180: result: yes
  634. configure:19192: checking for SSE4.1 intrinsics
  635. configure:19211: c++ -std=c++11 -c -g -O2 -msse4.1 conftest.cpp >&5
  636. configure:19211: $? = 0
  637. configure:19212: result: yes
  638. configure:19226: checking for AVX2 intrinsics
  639. configure:19245: c++ -std=c++11 -c -g -O2 -mavx -mavx2 conftest.cpp >&5
  640. configure:19245: $? = 0
  641. configure:19246: result: yes
  642. configure:19260: checking for SHA-NI intrinsics
  643. configure:19281: c++ -std=c++11 -c -g -O2 -msse4 -msha conftest.cpp >&5
  644. configure:19281: $? = 0
  645. configure:19282: result: yes
  646. configure:20965: checking for pkg-config
  647. configure:20983: found /usr/bin/pkg-config
  648. configure:20995: result: /usr/bin/pkg-config
  649. configure:21020: checking pkg-config is at least version 0.9.0
  650. configure:21023: result: yes
  651. configure:21138: checking whether byte ordering is bigendian
  652. configure:21153: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  653. conftest.cpp:27:9: error: expected unqualified-id
  654. not a universal capable compiler
  655. ^
  656. 1 error generated.
  657. configure:21153: $? = 1
  658. configure: failed program was:
  659. | /* confdefs.h */
  660. | #define PACKAGE_NAME "Bitcoin Core"
  661. | #define PACKAGE_TARNAME "bitcoin"
  662. | #define PACKAGE_VERSION "0.18.0"
  663. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  664. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  665. | #define PACKAGE_URL "https://bitcoincore.org/"
  666. | #define HAVE_CXX11 1
  667. | #define STDC_HEADERS 1
  668. | #define HAVE_SYS_TYPES_H 1
  669. | #define HAVE_SYS_STAT_H 1
  670. | #define HAVE_STDLIB_H 1
  671. | #define HAVE_STRING_H 1
  672. | #define HAVE_MEMORY_H 1
  673. | #define HAVE_STRINGS_H 1
  674. | #define HAVE_INTTYPES_H 1
  675. | #define HAVE_STDINT_H 1
  676. | #define HAVE_UNISTD_H 1
  677. | #define HAVE_DLFCN_H 1
  678. | #define LT_OBJDIR ".libs/"
  679. | #define USE_ASM 1
  680. | #define ENABLE_SSE41 1
  681. | #define ENABLE_AVX2 1
  682. | #define ENABLE_SHANI 1
  683. | /* end confdefs.h. */
  684. | #ifndef __APPLE_CC__
  685. | not a universal capable compiler
  686. | #endif
  687. | typedef int dummy;
  688. |
  689. configure:21198: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  690. configure:21198: $? = 0
  691. configure:21216: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  692. conftest.cpp:33:11: error: expected ';' after expression
  693. not big endian
  694. ^
  695. ;
  696. conftest.cpp:33:8: error: use of undeclared identifier 'big'
  697. not big endian
  698. ^
  699. conftest.cpp:33:12: error: use of undeclared identifier 'endian'
  700. not big endian
  701. ^
  702. 3 errors generated.
  703. configure:21216: $? = 1
  704. configure: failed program was:
  705. | /* confdefs.h */
  706. | #define PACKAGE_NAME "Bitcoin Core"
  707. | #define PACKAGE_TARNAME "bitcoin"
  708. | #define PACKAGE_VERSION "0.18.0"
  709. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  710. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  711. | #define PACKAGE_URL "https://bitcoincore.org/"
  712. | #define HAVE_CXX11 1
  713. | #define STDC_HEADERS 1
  714. | #define HAVE_SYS_TYPES_H 1
  715. | #define HAVE_SYS_STAT_H 1
  716. | #define HAVE_STDLIB_H 1
  717. | #define HAVE_STRING_H 1
  718. | #define HAVE_MEMORY_H 1
  719. | #define HAVE_STRINGS_H 1
  720. | #define HAVE_INTTYPES_H 1
  721. | #define HAVE_STDINT_H 1
  722. | #define HAVE_UNISTD_H 1
  723. | #define HAVE_DLFCN_H 1
  724. | #define LT_OBJDIR ".libs/"
  725. | #define USE_ASM 1
  726. | #define ENABLE_SSE41 1
  727. | #define ENABLE_AVX2 1
  728. | #define ENABLE_SHANI 1
  729. | /* end confdefs.h. */
  730. | #include <sys/types.h>
  731. | #include <sys/param.h>
  732. |
  733. | int
  734. | main ()
  735. | {
  736. | #if BYTE_ORDER != BIG_ENDIAN
  737. | not big endian
  738. | #endif
  739. |
  740. | ;
  741. | return 0;
  742. | }
  743. configure:21344: result: no
  744. configure:21546: checking whether cc is Clang
  745. configure:21571: result: yes
  746. configure:21618: checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread
  747. configure:21643: cc -o conftest -Werror -Wunknown-warning-option -pthread -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
  748. configure:21643: $? = 0
  749. configure:21649: (cc -c -Werror -Wunknown-warning-option -pthread -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5) && (echo ==== >&5) && (cc -o conftest -Werror -Wunknown-warning-option -pthread -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.o >&5)
  750. ====
  751. configure:21649: $? = 0
  752. configure:21667: result: no
  753. configure:21816: checking for joinable pthread attribute
  754. configure:21834: cc -o conftest -g -O2 -pthread -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
  755. configure:21834: $? = 0
  756. configure:21842: result: PTHREAD_CREATE_JOINABLE
  757. configure:21856: checking whether more special flags are required for pthreads
  758. configure:21869: result: no
  759. configure:21877: checking for PTHREAD_PRIO_INHERIT
  760. configure:21893: cc -o conftest -g -O2 -pthread -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
  761. configure:21893: $? = 0
  762. configure:21902: result: yes
  763. configure:22015: checking for special C compiler options needed for large files
  764. configure:22060: result: no
  765. configure:22066: checking for _FILE_OFFSET_BITS value needed for large files
  766. configure:22091: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  767. configure:22091: $? = 0
  768. configure:22123: result: no
  769. configure:22209: checking whether strerror_r is declared
  770. configure:22209: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  771. configure:22209: $? = 0
  772. configure:22209: result: yes
  773. configure:22222: checking for strerror_r
  774. configure:22222: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  775. configure:22222: $? = 0
  776. configure:22222: result: yes
  777. configure:22231: checking whether strerror_r returns char *
  778. configure:22255: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  779. conftest.cpp:68:13: error: indirection requires pointer operand ('int' invalid)
  780. char x = *strerror_r (0, buf, sizeof buf);
  781. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  782. conftest.cpp:69:10: error: cannot initialize a variable of type 'char *' with an rvalue of type 'int'
  783. char *p = strerror_r (0, buf, sizeof buf);
  784. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  785. 2 errors generated.
  786. configure:22255: $? = 1
  787. configure: failed program was:
  788. | /* confdefs.h */
  789. | #define PACKAGE_NAME "Bitcoin Core"
  790. | #define PACKAGE_TARNAME "bitcoin"
  791. | #define PACKAGE_VERSION "0.18.0"
  792. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  793. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  794. | #define PACKAGE_URL "https://bitcoincore.org/"
  795. | #define HAVE_CXX11 1
  796. | #define STDC_HEADERS 1
  797. | #define HAVE_SYS_TYPES_H 1
  798. | #define HAVE_SYS_STAT_H 1
  799. | #define HAVE_STDLIB_H 1
  800. | #define HAVE_STRING_H 1
  801. | #define HAVE_MEMORY_H 1
  802. | #define HAVE_STRINGS_H 1
  803. | #define HAVE_INTTYPES_H 1
  804. | #define HAVE_STDINT_H 1
  805. | #define HAVE_UNISTD_H 1
  806. | #define HAVE_DLFCN_H 1
  807. | #define LT_OBJDIR ".libs/"
  808. | #define USE_ASM 1
  809. | #define ENABLE_SSE41 1
  810. | #define ENABLE_AVX2 1
  811. | #define ENABLE_SHANI 1
  812. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  813. | #define HAVE_PTHREAD 1
  814. | #define HAVE_DECL_STRERROR_R 1
  815. | #define HAVE_STRERROR_R 1
  816. | /* end confdefs.h. */
  817. | #include <stdio.h>
  818. | #ifdef HAVE_SYS_TYPES_H
  819. | # include <sys/types.h>
  820. | #endif
  821. | #ifdef HAVE_SYS_STAT_H
  822. | # include <sys/stat.h>
  823. | #endif
  824. | #ifdef STDC_HEADERS
  825. | # include <stdlib.h>
  826. | # include <stddef.h>
  827. | #else
  828. | # ifdef HAVE_STDLIB_H
  829. | # include <stdlib.h>
  830. | # endif
  831. | #endif
  832. | #ifdef HAVE_STRING_H
  833. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  834. | # include <memory.h>
  835. | # endif
  836. | # include <string.h>
  837. | #endif
  838. | #ifdef HAVE_STRINGS_H
  839. | # include <strings.h>
  840. | #endif
  841. | #ifdef HAVE_INTTYPES_H
  842. | # include <inttypes.h>
  843. | #endif
  844. | #ifdef HAVE_STDINT_H
  845. | # include <stdint.h>
  846. | #endif
  847. | #ifdef HAVE_UNISTD_H
  848. | # include <unistd.h>
  849. | #endif
  850. | int
  851. | main ()
  852. | {
  853. |
  854. | char buf[100];
  855. | char x = *strerror_r (0, buf, sizeof buf);
  856. | char *p = strerror_r (0, buf, sizeof buf);
  857. | return !p || x;
  858. |
  859. | ;
  860. | return 0;
  861. | }
  862. configure:22293: result: no
  863. configure:22314: checking whether the linker accepts -Wl,--large-address-aware
  864. configure:22333: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,--large-address-aware conftest.cpp >&5
  865. ld: error: unknown argument: --large-address-aware
  866. c++: error: linker command failed with exit code 1 (use -v to see invocation)
  867. configure:22333: $? = 1
  868. configure: failed program was:
  869. | /* confdefs.h */
  870. | #define PACKAGE_NAME "Bitcoin Core"
  871. | #define PACKAGE_TARNAME "bitcoin"
  872. | #define PACKAGE_VERSION "0.18.0"
  873. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  874. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  875. | #define PACKAGE_URL "https://bitcoincore.org/"
  876. | #define HAVE_CXX11 1
  877. | #define STDC_HEADERS 1
  878. | #define HAVE_SYS_TYPES_H 1
  879. | #define HAVE_SYS_STAT_H 1
  880. | #define HAVE_STDLIB_H 1
  881. | #define HAVE_STRING_H 1
  882. | #define HAVE_MEMORY_H 1
  883. | #define HAVE_STRINGS_H 1
  884. | #define HAVE_INTTYPES_H 1
  885. | #define HAVE_STDINT_H 1
  886. | #define HAVE_UNISTD_H 1
  887. | #define HAVE_DLFCN_H 1
  888. | #define LT_OBJDIR ".libs/"
  889. | #define USE_ASM 1
  890. | #define ENABLE_SSE41 1
  891. | #define ENABLE_AVX2 1
  892. | #define ENABLE_SHANI 1
  893. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  894. | #define HAVE_PTHREAD 1
  895. | #define HAVE_DECL_STRERROR_R 1
  896. | #define HAVE_STRERROR_R 1
  897. | /* end confdefs.h. */
  898. |
  899. | int
  900. | main ()
  901. | {
  902. |
  903. | ;
  904. | return 0;
  905. | }
  906. configure:22342: result: no
  907. configure:22354: checking for __attribute__((visibility))
  908. configure:22378: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  909. configure:22378: $? = 0
  910. configure:22391: result: yes
  911. configure:22407: checking for __attribute__((dllexport))
  912. configure:22428: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  913. conftest.cpp:33:36: warning: unknown attribute 'dllexport' ignored [-Wunknown-attributes]
  914. __attribute__((dllexport)) int foo( void ) { return 0; }
  915. ^
  916. 1 warning generated.
  917. configure:22428: $? = 0
  918. configure:22441: result: no
  919. configure:22457: checking for __attribute__((dllimport))
  920. configure:22478: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  921. conftest.cpp:33:52: warning: unknown attribute 'dllimport' ignored [-Wunknown-attributes]
  922. int foo( void ) __attribute__((dllimport));
  923. ^
  924. 1 warning generated.
  925. configure:22478: $? = 0
  926. configure:22491: result: no
  927. configure:22663: checking for library containing clock_gettime
  928. configure:22694: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  929. configure:22694: $? = 0
  930. configure:22711: result: none required
  931. configure:22843: checking whether C++ compiler accepts -fPIC
  932. configure:22862: c++ -std=c++11 -c -g -O2 -fPIC -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  933. configure:22862: $? = 0
  934. configure:22870: result: yes
  935. configure:22882: checking whether C++ compiler accepts -Wstack-protector
  936. configure:22901: c++ -std=c++11 -c -g -O2 -Wstack-protector -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  937. configure:22901: $? = 0
  938. configure:22909: result: yes
  939. configure:22917: checking whether C++ compiler accepts -fstack-protector-all
  940. configure:22936: c++ -std=c++11 -c -g -O2 -fstack-protector-all -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  941. configure:22936: $? = 0
  942. configure:22944: result: yes
  943. configure:22953: checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2
  944. configure:22972: c++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp
  945. configure:22972: $? = 0
  946. configure:22980: result: yes
  947. configure:22984: checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE
  948. configure:23003: c++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE conftest.cpp
  949. configure:23003: $? = 0
  950. configure:23011: result: yes
  951. configure:23028: checking whether the linker accepts -Wl,--dynamicbase
  952. configure:23047: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,--dynamicbase conftest.cpp >&5
  953. ld: error: unknown argument: --dynamicbase
  954. c++: error: linker command failed with exit code 1 (use -v to see invocation)
  955. configure:23047: $? = 1
  956. configure: failed program was:
  957. | /* confdefs.h */
  958. | #define PACKAGE_NAME "Bitcoin Core"
  959. | #define PACKAGE_TARNAME "bitcoin"
  960. | #define PACKAGE_VERSION "0.18.0"
  961. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  962. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  963. | #define PACKAGE_URL "https://bitcoincore.org/"
  964. | #define HAVE_CXX11 1
  965. | #define STDC_HEADERS 1
  966. | #define HAVE_SYS_TYPES_H 1
  967. | #define HAVE_SYS_STAT_H 1
  968. | #define HAVE_STDLIB_H 1
  969. | #define HAVE_STRING_H 1
  970. | #define HAVE_MEMORY_H 1
  971. | #define HAVE_STRINGS_H 1
  972. | #define HAVE_INTTYPES_H 1
  973. | #define HAVE_STDINT_H 1
  974. | #define HAVE_UNISTD_H 1
  975. | #define HAVE_DLFCN_H 1
  976. | #define LT_OBJDIR ".libs/"
  977. | #define USE_ASM 1
  978. | #define ENABLE_SSE41 1
  979. | #define ENABLE_AVX2 1
  980. | #define ENABLE_SHANI 1
  981. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  982. | #define HAVE_PTHREAD 1
  983. | #define HAVE_DECL_STRERROR_R 1
  984. | #define HAVE_STRERROR_R 1
  985. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  986. | /* end confdefs.h. */
  987. |
  988. | int
  989. | main ()
  990. | {
  991. |
  992. | ;
  993. | return 0;
  994. | }
  995. configure:23056: result: no
  996. configure:23064: checking whether the linker accepts -Wl,--nxcompat
  997. configure:23083: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,--nxcompat conftest.cpp >&5
  998. ld: error: unknown argument: --nxcompat
  999. c++: error: linker command failed with exit code 1 (use -v to see invocation)
  1000. configure:23083: $? = 1
  1001. configure: failed program was:
  1002. | /* confdefs.h */
  1003. | #define PACKAGE_NAME "Bitcoin Core"
  1004. | #define PACKAGE_TARNAME "bitcoin"
  1005. | #define PACKAGE_VERSION "0.18.0"
  1006. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  1007. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1008. | #define PACKAGE_URL "https://bitcoincore.org/"
  1009. | #define HAVE_CXX11 1
  1010. | #define STDC_HEADERS 1
  1011. | #define HAVE_SYS_TYPES_H 1
  1012. | #define HAVE_SYS_STAT_H 1
  1013. | #define HAVE_STDLIB_H 1
  1014. | #define HAVE_STRING_H 1
  1015. | #define HAVE_MEMORY_H 1
  1016. | #define HAVE_STRINGS_H 1
  1017. | #define HAVE_INTTYPES_H 1
  1018. | #define HAVE_STDINT_H 1
  1019. | #define HAVE_UNISTD_H 1
  1020. | #define HAVE_DLFCN_H 1
  1021. | #define LT_OBJDIR ".libs/"
  1022. | #define USE_ASM 1
  1023. | #define ENABLE_SSE41 1
  1024. | #define ENABLE_AVX2 1
  1025. | #define ENABLE_SHANI 1
  1026. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1027. | #define HAVE_PTHREAD 1
  1028. | #define HAVE_DECL_STRERROR_R 1
  1029. | #define HAVE_STRERROR_R 1
  1030. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  1031. | /* end confdefs.h. */
  1032. |
  1033. | int
  1034. | main ()
  1035. | {
  1036. |
  1037. | ;
  1038. | return 0;
  1039. | }
  1040. configure:23092: result: no
  1041. configure:23100: checking whether the linker accepts -Wl,--high-entropy-va
  1042. configure:23119: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,--high-entropy-va conftest.cpp >&5
  1043. ld: error: unknown argument: --high-entropy-va
  1044. c++: error: linker command failed with exit code 1 (use -v to see invocation)
  1045. configure:23119: $? = 1
  1046. configure: failed program was:
  1047. | /* confdefs.h */
  1048. | #define PACKAGE_NAME "Bitcoin Core"
  1049. | #define PACKAGE_TARNAME "bitcoin"
  1050. | #define PACKAGE_VERSION "0.18.0"
  1051. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  1052. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1053. | #define PACKAGE_URL "https://bitcoincore.org/"
  1054. | #define HAVE_CXX11 1
  1055. | #define STDC_HEADERS 1
  1056. | #define HAVE_SYS_TYPES_H 1
  1057. | #define HAVE_SYS_STAT_H 1
  1058. | #define HAVE_STDLIB_H 1
  1059. | #define HAVE_STRING_H 1
  1060. | #define HAVE_MEMORY_H 1
  1061. | #define HAVE_STRINGS_H 1
  1062. | #define HAVE_INTTYPES_H 1
  1063. | #define HAVE_STDINT_H 1
  1064. | #define HAVE_UNISTD_H 1
  1065. | #define HAVE_DLFCN_H 1
  1066. | #define LT_OBJDIR ".libs/"
  1067. | #define USE_ASM 1
  1068. | #define ENABLE_SSE41 1
  1069. | #define ENABLE_AVX2 1
  1070. | #define ENABLE_SHANI 1
  1071. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1072. | #define HAVE_PTHREAD 1
  1073. | #define HAVE_DECL_STRERROR_R 1
  1074. | #define HAVE_STRERROR_R 1
  1075. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  1076. | /* end confdefs.h. */
  1077. |
  1078. | int
  1079. | main ()
  1080. | {
  1081. |
  1082. | ;
  1083. | return 0;
  1084. | }
  1085. configure:23128: result: no
  1086. configure:23136: checking whether the linker accepts -Wl,-z,relro
  1087. configure:23155: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,-z,relro conftest.cpp >&5
  1088. configure:23155: $? = 0
  1089. configure:23164: result: yes
  1090. configure:23172: checking whether the linker accepts -Wl,-z,now
  1091. configure:23191: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,-z,now conftest.cpp >&5
  1092. configure:23191: $? = 0
  1093. configure:23200: result: yes
  1094. configure:23209: checking whether the linker accepts -fPIE -pie
  1095. configure:23228: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Werror -fPIE -pie conftest.cpp >&5
  1096. configure:23228: $? = 0
  1097. configure:23238: result: yes
  1098. configure:23336: checking endian.h usability
  1099. configure:23336: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1100. configure:23336: $? = 0
  1101. configure:23336: result: yes
  1102. configure:23336: checking endian.h presence
  1103. configure:23336: c++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
  1104. configure:23336: $? = 0
  1105. configure:23336: result: yes
  1106. configure:23336: checking for endian.h
  1107. configure:23336: result: yes
  1108. configure:23336: checking sys/endian.h usability
  1109. configure:23336: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1110. configure:23336: $? = 0
  1111. configure:23336: result: yes
  1112. configure:23336: checking sys/endian.h presence
  1113. configure:23336: c++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
  1114. configure:23336: $? = 0
  1115. configure:23336: result: yes
  1116. configure:23336: checking for sys/endian.h
  1117. configure:23336: result: yes
  1118. configure:23336: checking byteswap.h usability
  1119. configure:23336: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1120. conftest.cpp:66:10: fatal error: 'byteswap.h' file not found
  1121. #include <byteswap.h>
  1122. ^~~~~~~~~~~~
  1123. 1 error generated.
  1124. configure:23336: $? = 1
  1125. configure: failed program was:
  1126. | /* confdefs.h */
  1127. | #define PACKAGE_NAME "Bitcoin Core"
  1128. | #define PACKAGE_TARNAME "bitcoin"
  1129. | #define PACKAGE_VERSION "0.18.0"
  1130. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  1131. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1132. | #define PACKAGE_URL "https://bitcoincore.org/"
  1133. | #define HAVE_CXX11 1
  1134. | #define STDC_HEADERS 1
  1135. | #define HAVE_SYS_TYPES_H 1
  1136. | #define HAVE_SYS_STAT_H 1
  1137. | #define HAVE_STDLIB_H 1
  1138. | #define HAVE_STRING_H 1
  1139. | #define HAVE_MEMORY_H 1
  1140. | #define HAVE_STRINGS_H 1
  1141. | #define HAVE_INTTYPES_H 1
  1142. | #define HAVE_STDINT_H 1
  1143. | #define HAVE_UNISTD_H 1
  1144. | #define HAVE_DLFCN_H 1
  1145. | #define LT_OBJDIR ".libs/"
  1146. | #define USE_ASM 1
  1147. | #define ENABLE_SSE41 1
  1148. | #define ENABLE_AVX2 1
  1149. | #define ENABLE_SHANI 1
  1150. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1151. | #define HAVE_PTHREAD 1
  1152. | #define HAVE_DECL_STRERROR_R 1
  1153. | #define HAVE_STRERROR_R 1
  1154. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  1155. | #define HAVE_ENDIAN_H 1
  1156. | #define HAVE_SYS_ENDIAN_H 1
  1157. | /* end confdefs.h. */
  1158. | #include <stdio.h>
  1159. | #ifdef HAVE_SYS_TYPES_H
  1160. | # include <sys/types.h>
  1161. | #endif
  1162. | #ifdef HAVE_SYS_STAT_H
  1163. | # include <sys/stat.h>
  1164. | #endif
  1165. | #ifdef STDC_HEADERS
  1166. | # include <stdlib.h>
  1167. | # include <stddef.h>
  1168. | #else
  1169. | # ifdef HAVE_STDLIB_H
  1170. | # include <stdlib.h>
  1171. | # endif
  1172. | #endif
  1173. | #ifdef HAVE_STRING_H
  1174. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1175. | # include <memory.h>
  1176. | # endif
  1177. | # include <string.h>
  1178. | #endif
  1179. | #ifdef HAVE_STRINGS_H
  1180. | # include <strings.h>
  1181. | #endif
  1182. | #ifdef HAVE_INTTYPES_H
  1183. | # include <inttypes.h>
  1184. | #endif
  1185. | #ifdef HAVE_STDINT_H
  1186. | # include <stdint.h>
  1187. | #endif
  1188. | #ifdef HAVE_UNISTD_H
  1189. | # include <unistd.h>
  1190. | #endif
  1191. | #include <byteswap.h>
  1192. configure:23336: result: no
  1193. configure:23336: checking byteswap.h presence
  1194. configure:23336: c++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
  1195. conftest.cpp:33:10: fatal error: 'byteswap.h' file not found
  1196. #include <byteswap.h>
  1197. ^~~~~~~~~~~~
  1198. 1 error generated.
  1199. configure:23336: $? = 1
  1200. configure: failed program was:
  1201. | /* confdefs.h */
  1202. | #define PACKAGE_NAME "Bitcoin Core"
  1203. | #define PACKAGE_TARNAME "bitcoin"
  1204. | #define PACKAGE_VERSION "0.18.0"
  1205. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  1206. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1207. | #define PACKAGE_URL "https://bitcoincore.org/"
  1208. | #define HAVE_CXX11 1
  1209. | #define STDC_HEADERS 1
  1210. | #define HAVE_SYS_TYPES_H 1
  1211. | #define HAVE_SYS_STAT_H 1
  1212. | #define HAVE_STDLIB_H 1
  1213. | #define HAVE_STRING_H 1
  1214. | #define HAVE_MEMORY_H 1
  1215. | #define HAVE_STRINGS_H 1
  1216. | #define HAVE_INTTYPES_H 1
  1217. | #define HAVE_STDINT_H 1
  1218. | #define HAVE_UNISTD_H 1
  1219. | #define HAVE_DLFCN_H 1
  1220. | #define LT_OBJDIR ".libs/"
  1221. | #define USE_ASM 1
  1222. | #define ENABLE_SSE41 1
  1223. | #define ENABLE_AVX2 1
  1224. | #define ENABLE_SHANI 1
  1225. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1226. | #define HAVE_PTHREAD 1
  1227. | #define HAVE_DECL_STRERROR_R 1
  1228. | #define HAVE_STRERROR_R 1
  1229. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  1230. | #define HAVE_ENDIAN_H 1
  1231. | #define HAVE_SYS_ENDIAN_H 1
  1232. | /* end confdefs.h. */
  1233. | #include <byteswap.h>
  1234. configure:23336: result: no
  1235. configure:23336: checking for byteswap.h
  1236. configure:23336: result: no
  1237. configure:23336: checking stdio.h usability
  1238. configure:23336: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1239. configure:23336: $? = 0
  1240. configure:23336: result: yes
  1241. configure:23336: checking stdio.h presence
  1242. configure:23336: c++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
  1243. configure:23336: $? = 0
  1244. configure:23336: result: yes
  1245. configure:23336: checking for stdio.h
  1246. configure:23336: result: yes
  1247. configure:23336: checking for stdlib.h
  1248. configure:23336: result: yes
  1249. configure:23336: checking for unistd.h
  1250. configure:23336: result: yes
  1251. configure:23336: checking for strings.h
  1252. configure:23336: result: yes
  1253. configure:23336: checking for sys/types.h
  1254. configure:23336: result: yes
  1255. configure:23336: checking for sys/stat.h
  1256. configure:23336: result: yes
  1257. configure:23336: checking sys/select.h usability
  1258. configure:23336: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1259. configure:23336: $? = 0
  1260. configure:23336: result: yes
  1261. configure:23336: checking sys/select.h presence
  1262. configure:23336: c++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
  1263. configure:23336: $? = 0
  1264. configure:23336: result: yes
  1265. configure:23336: checking for sys/select.h
  1266. configure:23336: result: yes
  1267. configure:23336: checking sys/prctl.h usability
  1268. configure:23336: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1269. conftest.cpp:73:10: fatal error: 'sys/prctl.h' file not found
  1270. #include <sys/prctl.h>
  1271. ^~~~~~~~~~~~~
  1272. 1 error generated.
  1273. configure:23336: $? = 1
  1274. configure: failed program was:
  1275. | /* confdefs.h */
  1276. | #define PACKAGE_NAME "Bitcoin Core"
  1277. | #define PACKAGE_TARNAME "bitcoin"
  1278. | #define PACKAGE_VERSION "0.18.0"
  1279. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  1280. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1281. | #define PACKAGE_URL "https://bitcoincore.org/"
  1282. | #define HAVE_CXX11 1
  1283. | #define STDC_HEADERS 1
  1284. | #define HAVE_SYS_TYPES_H 1
  1285. | #define HAVE_SYS_STAT_H 1
  1286. | #define HAVE_STDLIB_H 1
  1287. | #define HAVE_STRING_H 1
  1288. | #define HAVE_MEMORY_H 1
  1289. | #define HAVE_STRINGS_H 1
  1290. | #define HAVE_INTTYPES_H 1
  1291. | #define HAVE_STDINT_H 1
  1292. | #define HAVE_UNISTD_H 1
  1293. | #define HAVE_DLFCN_H 1
  1294. | #define LT_OBJDIR ".libs/"
  1295. | #define USE_ASM 1
  1296. | #define ENABLE_SSE41 1
  1297. | #define ENABLE_AVX2 1
  1298. | #define ENABLE_SHANI 1
  1299. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1300. | #define HAVE_PTHREAD 1
  1301. | #define HAVE_DECL_STRERROR_R 1
  1302. | #define HAVE_STRERROR_R 1
  1303. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  1304. | #define HAVE_ENDIAN_H 1
  1305. | #define HAVE_SYS_ENDIAN_H 1
  1306. | #define HAVE_STDIO_H 1
  1307. | #define HAVE_STDLIB_H 1
  1308. | #define HAVE_UNISTD_H 1
  1309. | #define HAVE_STRINGS_H 1
  1310. | #define HAVE_SYS_TYPES_H 1
  1311. | #define HAVE_SYS_STAT_H 1
  1312. | #define HAVE_SYS_SELECT_H 1
  1313. | /* end confdefs.h. */
  1314. | #include <stdio.h>
  1315. | #ifdef HAVE_SYS_TYPES_H
  1316. | # include <sys/types.h>
  1317. | #endif
  1318. | #ifdef HAVE_SYS_STAT_H
  1319. | # include <sys/stat.h>
  1320. | #endif
  1321. | #ifdef STDC_HEADERS
  1322. | # include <stdlib.h>
  1323. | # include <stddef.h>
  1324. | #else
  1325. | # ifdef HAVE_STDLIB_H
  1326. | # include <stdlib.h>
  1327. | # endif
  1328. | #endif
  1329. | #ifdef HAVE_STRING_H
  1330. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1331. | # include <memory.h>
  1332. | # endif
  1333. | # include <string.h>
  1334. | #endif
  1335. | #ifdef HAVE_STRINGS_H
  1336. | # include <strings.h>
  1337. | #endif
  1338. | #ifdef HAVE_INTTYPES_H
  1339. | # include <inttypes.h>
  1340. | #endif
  1341. | #ifdef HAVE_STDINT_H
  1342. | # include <stdint.h>
  1343. | #endif
  1344. | #ifdef HAVE_UNISTD_H
  1345. | # include <unistd.h>
  1346. | #endif
  1347. | #include <sys/prctl.h>
  1348. configure:23336: result: no
  1349. configure:23336: checking sys/prctl.h presence
  1350. configure:23336: c++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
  1351. conftest.cpp:40:10: fatal error: 'sys/prctl.h' file not found
  1352. #include <sys/prctl.h>
  1353. ^~~~~~~~~~~~~
  1354. 1 error generated.
  1355. configure:23336: $? = 1
  1356. configure: failed program was:
  1357. | /* confdefs.h */
  1358. | #define PACKAGE_NAME "Bitcoin Core"
  1359. | #define PACKAGE_TARNAME "bitcoin"
  1360. | #define PACKAGE_VERSION "0.18.0"
  1361. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  1362. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1363. | #define PACKAGE_URL "https://bitcoincore.org/"
  1364. | #define HAVE_CXX11 1
  1365. | #define STDC_HEADERS 1
  1366. | #define HAVE_SYS_TYPES_H 1
  1367. | #define HAVE_SYS_STAT_H 1
  1368. | #define HAVE_STDLIB_H 1
  1369. | #define HAVE_STRING_H 1
  1370. | #define HAVE_MEMORY_H 1
  1371. | #define HAVE_STRINGS_H 1
  1372. | #define HAVE_INTTYPES_H 1
  1373. | #define HAVE_STDINT_H 1
  1374. | #define HAVE_UNISTD_H 1
  1375. | #define HAVE_DLFCN_H 1
  1376. | #define LT_OBJDIR ".libs/"
  1377. | #define USE_ASM 1
  1378. | #define ENABLE_SSE41 1
  1379. | #define ENABLE_AVX2 1
  1380. | #define ENABLE_SHANI 1
  1381. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1382. | #define HAVE_PTHREAD 1
  1383. | #define HAVE_DECL_STRERROR_R 1
  1384. | #define HAVE_STRERROR_R 1
  1385. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  1386. | #define HAVE_ENDIAN_H 1
  1387. | #define HAVE_SYS_ENDIAN_H 1
  1388. | #define HAVE_STDIO_H 1
  1389. | #define HAVE_STDLIB_H 1
  1390. | #define HAVE_UNISTD_H 1
  1391. | #define HAVE_STRINGS_H 1
  1392. | #define HAVE_SYS_TYPES_H 1
  1393. | #define HAVE_SYS_STAT_H 1
  1394. | #define HAVE_SYS_SELECT_H 1
  1395. | /* end confdefs.h. */
  1396. | #include <sys/prctl.h>
  1397. configure:23336: result: no
  1398. configure:23336: checking for sys/prctl.h
  1399. configure:23336: result: no
  1400. configure:23347: checking whether getifaddrs is declared
  1401. configure:23347: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1402. configure:23347: $? = 0
  1403. configure:23347: result: yes
  1404. configure:23360: checking whether freeifaddrs is declared
  1405. configure:23360: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1406. configure:23360: $? = 0
  1407. configure:23360: result: yes
  1408. configure:23374: checking whether strnlen is declared
  1409. configure:23374: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1410. configure:23374: $? = 0
  1411. configure:23374: result: yes
  1412. configure:23387: checking whether daemon is declared
  1413. configure:23387: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1414. configure:23387: $? = 0
  1415. configure:23387: result: yes
  1416. configure:23399: checking whether le16toh is declared
  1417. configure:23399: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1418. configure:23399: $? = 0
  1419. configure:23399: result: yes
  1420. configure:23414: checking whether le32toh is declared
  1421. configure:23414: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1422. configure:23414: $? = 0
  1423. configure:23414: result: yes
  1424. configure:23429: checking whether le64toh is declared
  1425. configure:23429: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1426. configure:23429: $? = 0
  1427. configure:23429: result: yes
  1428. configure:23444: checking whether htole16 is declared
  1429. configure:23444: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1430. configure:23444: $? = 0
  1431. configure:23444: result: yes
  1432. configure:23459: checking whether htole32 is declared
  1433. configure:23459: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1434. configure:23459: $? = 0
  1435. configure:23459: result: yes
  1436. configure:23474: checking whether htole64 is declared
  1437. configure:23474: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1438. configure:23474: $? = 0
  1439. configure:23474: result: yes
  1440. configure:23489: checking whether be16toh is declared
  1441. configure:23489: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1442. configure:23489: $? = 0
  1443. configure:23489: result: yes
  1444. configure:23504: checking whether be32toh is declared
  1445. configure:23504: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1446. configure:23504: $? = 0
  1447. configure:23504: result: yes
  1448. configure:23519: checking whether be64toh is declared
  1449. configure:23519: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1450. configure:23519: $? = 0
  1451. configure:23519: result: yes
  1452. configure:23534: checking whether htobe16 is declared
  1453. configure:23534: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1454. configure:23534: $? = 0
  1455. configure:23534: result: yes
  1456. configure:23549: checking whether htobe32 is declared
  1457. configure:23549: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1458. configure:23549: $? = 0
  1459. configure:23549: result: yes
  1460. configure:23564: checking whether htobe64 is declared
  1461. configure:23564: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1462. configure:23564: $? = 0
  1463. configure:23564: result: yes
  1464. configure:23581: checking whether bswap_16 is declared
  1465. configure:23581: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1466. conftest.cpp:65:10: error: use of undeclared identifier 'bswap_16'
  1467. (void) bswap_16;
  1468. ^
  1469. 1 error generated.
  1470. configure:23581: $? = 1
  1471. configure: failed program was:
  1472. | /* confdefs.h */
  1473. | #define PACKAGE_NAME "Bitcoin Core"
  1474. | #define PACKAGE_TARNAME "bitcoin"
  1475. | #define PACKAGE_VERSION "0.18.0"
  1476. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  1477. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1478. | #define PACKAGE_URL "https://bitcoincore.org/"
  1479. | #define HAVE_CXX11 1
  1480. | #define STDC_HEADERS 1
  1481. | #define HAVE_SYS_TYPES_H 1
  1482. | #define HAVE_SYS_STAT_H 1
  1483. | #define HAVE_STDLIB_H 1
  1484. | #define HAVE_STRING_H 1
  1485. | #define HAVE_MEMORY_H 1
  1486. | #define HAVE_STRINGS_H 1
  1487. | #define HAVE_INTTYPES_H 1
  1488. | #define HAVE_STDINT_H 1
  1489. | #define HAVE_UNISTD_H 1
  1490. | #define HAVE_DLFCN_H 1
  1491. | #define LT_OBJDIR ".libs/"
  1492. | #define USE_ASM 1
  1493. | #define ENABLE_SSE41 1
  1494. | #define ENABLE_AVX2 1
  1495. | #define ENABLE_SHANI 1
  1496. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1497. | #define HAVE_PTHREAD 1
  1498. | #define HAVE_DECL_STRERROR_R 1
  1499. | #define HAVE_STRERROR_R 1
  1500. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  1501. | #define HAVE_ENDIAN_H 1
  1502. | #define HAVE_SYS_ENDIAN_H 1
  1503. | #define HAVE_STDIO_H 1
  1504. | #define HAVE_STDLIB_H 1
  1505. | #define HAVE_UNISTD_H 1
  1506. | #define HAVE_STRINGS_H 1
  1507. | #define HAVE_SYS_TYPES_H 1
  1508. | #define HAVE_SYS_STAT_H 1
  1509. | #define HAVE_SYS_SELECT_H 1
  1510. | #define HAVE_DECL_GETIFADDRS 1
  1511. | #define HAVE_DECL_FREEIFADDRS 1
  1512. | #define HAVE_DECL_STRNLEN 1
  1513. | #define HAVE_DECL_DAEMON 1
  1514. | #define HAVE_DECL_LE16TOH 1
  1515. | #define HAVE_DECL_LE32TOH 1
  1516. | #define HAVE_DECL_LE64TOH 1
  1517. | #define HAVE_DECL_HTOLE16 1
  1518. | #define HAVE_DECL_HTOLE32 1
  1519. | #define HAVE_DECL_HTOLE64 1
  1520. | #define HAVE_DECL_BE16TOH 1
  1521. | #define HAVE_DECL_BE32TOH 1
  1522. | #define HAVE_DECL_BE64TOH 1
  1523. | #define HAVE_DECL_HTOBE16 1
  1524. | #define HAVE_DECL_HTOBE32 1
  1525. | #define HAVE_DECL_HTOBE64 1
  1526. | /* end confdefs.h. */
  1527. | #if HAVE_BYTESWAP_H
  1528. | #include <byteswap.h>
  1529. | #endif
  1530. |
  1531. | int
  1532. | main ()
  1533. | {
  1534. | #ifndef bswap_16
  1535. | #ifdef __cplusplus
  1536. | (void) bswap_16;
  1537. | #else
  1538. | (void) bswap_16;
  1539. | #endif
  1540. | #endif
  1541. |
  1542. | ;
  1543. | return 0;
  1544. | }
  1545. configure:23581: result: no
  1546. configure:23594: checking whether bswap_32 is declared
  1547. configure:23594: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1548. conftest.cpp:66:10: error: use of undeclared identifier 'bswap_32'
  1549. (void) bswap_32;
  1550. ^
  1551. 1 error generated.
  1552. configure:23594: $? = 1
  1553. configure: failed program was:
  1554. | /* confdefs.h */
  1555. | #define PACKAGE_NAME "Bitcoin Core"
  1556. | #define PACKAGE_TARNAME "bitcoin"
  1557. | #define PACKAGE_VERSION "0.18.0"
  1558. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  1559. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1560. | #define PACKAGE_URL "https://bitcoincore.org/"
  1561. | #define HAVE_CXX11 1
  1562. | #define STDC_HEADERS 1
  1563. | #define HAVE_SYS_TYPES_H 1
  1564. | #define HAVE_SYS_STAT_H 1
  1565. | #define HAVE_STDLIB_H 1
  1566. | #define HAVE_STRING_H 1
  1567. | #define HAVE_MEMORY_H 1
  1568. | #define HAVE_STRINGS_H 1
  1569. | #define HAVE_INTTYPES_H 1
  1570. | #define HAVE_STDINT_H 1
  1571. | #define HAVE_UNISTD_H 1
  1572. | #define HAVE_DLFCN_H 1
  1573. | #define LT_OBJDIR ".libs/"
  1574. | #define USE_ASM 1
  1575. | #define ENABLE_SSE41 1
  1576. | #define ENABLE_AVX2 1
  1577. | #define ENABLE_SHANI 1
  1578. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1579. | #define HAVE_PTHREAD 1
  1580. | #define HAVE_DECL_STRERROR_R 1
  1581. | #define HAVE_STRERROR_R 1
  1582. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  1583. | #define HAVE_ENDIAN_H 1
  1584. | #define HAVE_SYS_ENDIAN_H 1
  1585. | #define HAVE_STDIO_H 1
  1586. | #define HAVE_STDLIB_H 1
  1587. | #define HAVE_UNISTD_H 1
  1588. | #define HAVE_STRINGS_H 1
  1589. | #define HAVE_SYS_TYPES_H 1
  1590. | #define HAVE_SYS_STAT_H 1
  1591. | #define HAVE_SYS_SELECT_H 1
  1592. | #define HAVE_DECL_GETIFADDRS 1
  1593. | #define HAVE_DECL_FREEIFADDRS 1
  1594. | #define HAVE_DECL_STRNLEN 1
  1595. | #define HAVE_DECL_DAEMON 1
  1596. | #define HAVE_DECL_LE16TOH 1
  1597. | #define HAVE_DECL_LE32TOH 1
  1598. | #define HAVE_DECL_LE64TOH 1
  1599. | #define HAVE_DECL_HTOLE16 1
  1600. | #define HAVE_DECL_HTOLE32 1
  1601. | #define HAVE_DECL_HTOLE64 1
  1602. | #define HAVE_DECL_BE16TOH 1
  1603. | #define HAVE_DECL_BE32TOH 1
  1604. | #define HAVE_DECL_BE64TOH 1
  1605. | #define HAVE_DECL_HTOBE16 1
  1606. | #define HAVE_DECL_HTOBE32 1
  1607. | #define HAVE_DECL_HTOBE64 1
  1608. | #define HAVE_DECL_BSWAP_16 0
  1609. | /* end confdefs.h. */
  1610. | #if HAVE_BYTESWAP_H
  1611. | #include <byteswap.h>
  1612. | #endif
  1613. |
  1614. | int
  1615. | main ()
  1616. | {
  1617. | #ifndef bswap_32
  1618. | #ifdef __cplusplus
  1619. | (void) bswap_32;
  1620. | #else
  1621. | (void) bswap_32;
  1622. | #endif
  1623. | #endif
  1624. |
  1625. | ;
  1626. | return 0;
  1627. | }
  1628. configure:23594: result: no
  1629. configure:23607: checking whether bswap_64 is declared
  1630. configure:23607: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1631. conftest.cpp:67:10: error: use of undeclared identifier 'bswap_64'
  1632. (void) bswap_64;
  1633. ^
  1634. 1 error generated.
  1635. configure:23607: $? = 1
  1636. configure: failed program was:
  1637. | /* confdefs.h */
  1638. | #define PACKAGE_NAME "Bitcoin Core"
  1639. | #define PACKAGE_TARNAME "bitcoin"
  1640. | #define PACKAGE_VERSION "0.18.0"
  1641. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  1642. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1643. | #define PACKAGE_URL "https://bitcoincore.org/"
  1644. | #define HAVE_CXX11 1
  1645. | #define STDC_HEADERS 1
  1646. | #define HAVE_SYS_TYPES_H 1
  1647. | #define HAVE_SYS_STAT_H 1
  1648. | #define HAVE_STDLIB_H 1
  1649. | #define HAVE_STRING_H 1
  1650. | #define HAVE_MEMORY_H 1
  1651. | #define HAVE_STRINGS_H 1
  1652. | #define HAVE_INTTYPES_H 1
  1653. | #define HAVE_STDINT_H 1
  1654. | #define HAVE_UNISTD_H 1
  1655. | #define HAVE_DLFCN_H 1
  1656. | #define LT_OBJDIR ".libs/"
  1657. | #define USE_ASM 1
  1658. | #define ENABLE_SSE41 1
  1659. | #define ENABLE_AVX2 1
  1660. | #define ENABLE_SHANI 1
  1661. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1662. | #define HAVE_PTHREAD 1
  1663. | #define HAVE_DECL_STRERROR_R 1
  1664. | #define HAVE_STRERROR_R 1
  1665. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  1666. | #define HAVE_ENDIAN_H 1
  1667. | #define HAVE_SYS_ENDIAN_H 1
  1668. | #define HAVE_STDIO_H 1
  1669. | #define HAVE_STDLIB_H 1
  1670. | #define HAVE_UNISTD_H 1
  1671. | #define HAVE_STRINGS_H 1
  1672. | #define HAVE_SYS_TYPES_H 1
  1673. | #define HAVE_SYS_STAT_H 1
  1674. | #define HAVE_SYS_SELECT_H 1
  1675. | #define HAVE_DECL_GETIFADDRS 1
  1676. | #define HAVE_DECL_FREEIFADDRS 1
  1677. | #define HAVE_DECL_STRNLEN 1
  1678. | #define HAVE_DECL_DAEMON 1
  1679. | #define HAVE_DECL_LE16TOH 1
  1680. | #define HAVE_DECL_LE32TOH 1
  1681. | #define HAVE_DECL_LE64TOH 1
  1682. | #define HAVE_DECL_HTOLE16 1
  1683. | #define HAVE_DECL_HTOLE32 1
  1684. | #define HAVE_DECL_HTOLE64 1
  1685. | #define HAVE_DECL_BE16TOH 1
  1686. | #define HAVE_DECL_BE32TOH 1
  1687. | #define HAVE_DECL_BE64TOH 1
  1688. | #define HAVE_DECL_HTOBE16 1
  1689. | #define HAVE_DECL_HTOBE32 1
  1690. | #define HAVE_DECL_HTOBE64 1
  1691. | #define HAVE_DECL_BSWAP_16 0
  1692. | #define HAVE_DECL_BSWAP_32 0
  1693. | /* end confdefs.h. */
  1694. | #if HAVE_BYTESWAP_H
  1695. | #include <byteswap.h>
  1696. | #endif
  1697. |
  1698. | int
  1699. | main ()
  1700. | {
  1701. | #ifndef bswap_64
  1702. | #ifdef __cplusplus
  1703. | (void) bswap_64;
  1704. | #else
  1705. | (void) bswap_64;
  1706. | #endif
  1707. | #endif
  1708. |
  1709. | ;
  1710. | return 0;
  1711. | }
  1712. configure:23607: result: no
  1713. configure:23622: checking whether __builtin_clz is declared
  1714. configure:23622: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1715. conftest.cpp:97:10: error: builtin functions must be directly called
  1716. (void) __builtin_clz;
  1717. ^
  1718. 1 error generated.
  1719. configure:23622: $? = 1
  1720. configure: failed program was:
  1721. | /* confdefs.h */
  1722. | #define PACKAGE_NAME "Bitcoin Core"
  1723. | #define PACKAGE_TARNAME "bitcoin"
  1724. | #define PACKAGE_VERSION "0.18.0"
  1725. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  1726. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1727. | #define PACKAGE_URL "https://bitcoincore.org/"
  1728. | #define HAVE_CXX11 1
  1729. | #define STDC_HEADERS 1
  1730. | #define HAVE_SYS_TYPES_H 1
  1731. | #define HAVE_SYS_STAT_H 1
  1732. | #define HAVE_STDLIB_H 1
  1733. | #define HAVE_STRING_H 1
  1734. | #define HAVE_MEMORY_H 1
  1735. | #define HAVE_STRINGS_H 1
  1736. | #define HAVE_INTTYPES_H 1
  1737. | #define HAVE_STDINT_H 1
  1738. | #define HAVE_UNISTD_H 1
  1739. | #define HAVE_DLFCN_H 1
  1740. | #define LT_OBJDIR ".libs/"
  1741. | #define USE_ASM 1
  1742. | #define ENABLE_SSE41 1
  1743. | #define ENABLE_AVX2 1
  1744. | #define ENABLE_SHANI 1
  1745. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1746. | #define HAVE_PTHREAD 1
  1747. | #define HAVE_DECL_STRERROR_R 1
  1748. | #define HAVE_STRERROR_R 1
  1749. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  1750. | #define HAVE_ENDIAN_H 1
  1751. | #define HAVE_SYS_ENDIAN_H 1
  1752. | #define HAVE_STDIO_H 1
  1753. | #define HAVE_STDLIB_H 1
  1754. | #define HAVE_UNISTD_H 1
  1755. | #define HAVE_STRINGS_H 1
  1756. | #define HAVE_SYS_TYPES_H 1
  1757. | #define HAVE_SYS_STAT_H 1
  1758. | #define HAVE_SYS_SELECT_H 1
  1759. | #define HAVE_DECL_GETIFADDRS 1
  1760. | #define HAVE_DECL_FREEIFADDRS 1
  1761. | #define HAVE_DECL_STRNLEN 1
  1762. | #define HAVE_DECL_DAEMON 1
  1763. | #define HAVE_DECL_LE16TOH 1
  1764. | #define HAVE_DECL_LE32TOH 1
  1765. | #define HAVE_DECL_LE64TOH 1
  1766. | #define HAVE_DECL_HTOLE16 1
  1767. | #define HAVE_DECL_HTOLE32 1
  1768. | #define HAVE_DECL_HTOLE64 1
  1769. | #define HAVE_DECL_BE16TOH 1
  1770. | #define HAVE_DECL_BE32TOH 1
  1771. | #define HAVE_DECL_BE64TOH 1
  1772. | #define HAVE_DECL_HTOBE16 1
  1773. | #define HAVE_DECL_HTOBE32 1
  1774. | #define HAVE_DECL_HTOBE64 1
  1775. | #define HAVE_DECL_BSWAP_16 0
  1776. | #define HAVE_DECL_BSWAP_32 0
  1777. | #define HAVE_DECL_BSWAP_64 0
  1778. | /* end confdefs.h. */
  1779. | #include <stdio.h>
  1780. | #ifdef HAVE_SYS_TYPES_H
  1781. | # include <sys/types.h>
  1782. | #endif
  1783. | #ifdef HAVE_SYS_STAT_H
  1784. | # include <sys/stat.h>
  1785. | #endif
  1786. | #ifdef STDC_HEADERS
  1787. | # include <stdlib.h>
  1788. | # include <stddef.h>
  1789. | #else
  1790. | # ifdef HAVE_STDLIB_H
  1791. | # include <stdlib.h>
  1792. | # endif
  1793. | #endif
  1794. | #ifdef HAVE_STRING_H
  1795. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1796. | # include <memory.h>
  1797. | # endif
  1798. | # include <string.h>
  1799. | #endif
  1800. | #ifdef HAVE_STRINGS_H
  1801. | # include <strings.h>
  1802. | #endif
  1803. | #ifdef HAVE_INTTYPES_H
  1804. | # include <inttypes.h>
  1805. | #endif
  1806. | #ifdef HAVE_STDINT_H
  1807. | # include <stdint.h>
  1808. | #endif
  1809. | #ifdef HAVE_UNISTD_H
  1810. | # include <unistd.h>
  1811. | #endif
  1812. | int
  1813. | main ()
  1814. | {
  1815. | #ifndef __builtin_clz
  1816. | #ifdef __cplusplus
  1817. | (void) __builtin_clz;
  1818. | #else
  1819. | (void) __builtin_clz;
  1820. | #endif
  1821. | #endif
  1822. |
  1823. | ;
  1824. | return 0;
  1825. | }
  1826. configure:23622: result: no
  1827. configure:23632: checking whether __builtin_clzl is declared
  1828. configure:23632: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1829. conftest.cpp:98:10: error: builtin functions must be directly called
  1830. (void) __builtin_clzl;
  1831. ^
  1832. 1 error generated.
  1833. configure:23632: $? = 1
  1834. configure: failed program was:
  1835. | /* confdefs.h */
  1836. | #define PACKAGE_NAME "Bitcoin Core"
  1837. | #define PACKAGE_TARNAME "bitcoin"
  1838. | #define PACKAGE_VERSION "0.18.0"
  1839. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  1840. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1841. | #define PACKAGE_URL "https://bitcoincore.org/"
  1842. | #define HAVE_CXX11 1
  1843. | #define STDC_HEADERS 1
  1844. | #define HAVE_SYS_TYPES_H 1
  1845. | #define HAVE_SYS_STAT_H 1
  1846. | #define HAVE_STDLIB_H 1
  1847. | #define HAVE_STRING_H 1
  1848. | #define HAVE_MEMORY_H 1
  1849. | #define HAVE_STRINGS_H 1
  1850. | #define HAVE_INTTYPES_H 1
  1851. | #define HAVE_STDINT_H 1
  1852. | #define HAVE_UNISTD_H 1
  1853. | #define HAVE_DLFCN_H 1
  1854. | #define LT_OBJDIR ".libs/"
  1855. | #define USE_ASM 1
  1856. | #define ENABLE_SSE41 1
  1857. | #define ENABLE_AVX2 1
  1858. | #define ENABLE_SHANI 1
  1859. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1860. | #define HAVE_PTHREAD 1
  1861. | #define HAVE_DECL_STRERROR_R 1
  1862. | #define HAVE_STRERROR_R 1
  1863. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  1864. | #define HAVE_ENDIAN_H 1
  1865. | #define HAVE_SYS_ENDIAN_H 1
  1866. | #define HAVE_STDIO_H 1
  1867. | #define HAVE_STDLIB_H 1
  1868. | #define HAVE_UNISTD_H 1
  1869. | #define HAVE_STRINGS_H 1
  1870. | #define HAVE_SYS_TYPES_H 1
  1871. | #define HAVE_SYS_STAT_H 1
  1872. | #define HAVE_SYS_SELECT_H 1
  1873. | #define HAVE_DECL_GETIFADDRS 1
  1874. | #define HAVE_DECL_FREEIFADDRS 1
  1875. | #define HAVE_DECL_STRNLEN 1
  1876. | #define HAVE_DECL_DAEMON 1
  1877. | #define HAVE_DECL_LE16TOH 1
  1878. | #define HAVE_DECL_LE32TOH 1
  1879. | #define HAVE_DECL_LE64TOH 1
  1880. | #define HAVE_DECL_HTOLE16 1
  1881. | #define HAVE_DECL_HTOLE32 1
  1882. | #define HAVE_DECL_HTOLE64 1
  1883. | #define HAVE_DECL_BE16TOH 1
  1884. | #define HAVE_DECL_BE32TOH 1
  1885. | #define HAVE_DECL_BE64TOH 1
  1886. | #define HAVE_DECL_HTOBE16 1
  1887. | #define HAVE_DECL_HTOBE32 1
  1888. | #define HAVE_DECL_HTOBE64 1
  1889. | #define HAVE_DECL_BSWAP_16 0
  1890. | #define HAVE_DECL_BSWAP_32 0
  1891. | #define HAVE_DECL_BSWAP_64 0
  1892. | #define HAVE_DECL___BUILTIN_CLZ 0
  1893. | /* end confdefs.h. */
  1894. | #include <stdio.h>
  1895. | #ifdef HAVE_SYS_TYPES_H
  1896. | # include <sys/types.h>
  1897. | #endif
  1898. | #ifdef HAVE_SYS_STAT_H
  1899. | # include <sys/stat.h>
  1900. | #endif
  1901. | #ifdef STDC_HEADERS
  1902. | # include <stdlib.h>
  1903. | # include <stddef.h>
  1904. | #else
  1905. | # ifdef HAVE_STDLIB_H
  1906. | # include <stdlib.h>
  1907. | # endif
  1908. | #endif
  1909. | #ifdef HAVE_STRING_H
  1910. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1911. | # include <memory.h>
  1912. | # endif
  1913. | # include <string.h>
  1914. | #endif
  1915. | #ifdef HAVE_STRINGS_H
  1916. | # include <strings.h>
  1917. | #endif
  1918. | #ifdef HAVE_INTTYPES_H
  1919. | # include <inttypes.h>
  1920. | #endif
  1921. | #ifdef HAVE_STDINT_H
  1922. | # include <stdint.h>
  1923. | #endif
  1924. | #ifdef HAVE_UNISTD_H
  1925. | # include <unistd.h>
  1926. | #endif
  1927. | int
  1928. | main ()
  1929. | {
  1930. | #ifndef __builtin_clzl
  1931. | #ifdef __cplusplus
  1932. | (void) __builtin_clzl;
  1933. | #else
  1934. | (void) __builtin_clzl;
  1935. | #endif
  1936. | #endif
  1937. |
  1938. | ;
  1939. | return 0;
  1940. | }
  1941. configure:23632: result: no
  1942. configure:23642: checking whether __builtin_clzll is declared
  1943. configure:23642: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1944. conftest.cpp:99:10: error: builtin functions must be directly called
  1945. (void) __builtin_clzll;
  1946. ^
  1947. 1 error generated.
  1948. configure:23642: $? = 1
  1949. configure: failed program was:
  1950. | /* confdefs.h */
  1951. | #define PACKAGE_NAME "Bitcoin Core"
  1952. | #define PACKAGE_TARNAME "bitcoin"
  1953. | #define PACKAGE_VERSION "0.18.0"
  1954. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  1955. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1956. | #define PACKAGE_URL "https://bitcoincore.org/"
  1957. | #define HAVE_CXX11 1
  1958. | #define STDC_HEADERS 1
  1959. | #define HAVE_SYS_TYPES_H 1
  1960. | #define HAVE_SYS_STAT_H 1
  1961. | #define HAVE_STDLIB_H 1
  1962. | #define HAVE_STRING_H 1
  1963. | #define HAVE_MEMORY_H 1
  1964. | #define HAVE_STRINGS_H 1
  1965. | #define HAVE_INTTYPES_H 1
  1966. | #define HAVE_STDINT_H 1
  1967. | #define HAVE_UNISTD_H 1
  1968. | #define HAVE_DLFCN_H 1
  1969. | #define LT_OBJDIR ".libs/"
  1970. | #define USE_ASM 1
  1971. | #define ENABLE_SSE41 1
  1972. | #define ENABLE_AVX2 1
  1973. | #define ENABLE_SHANI 1
  1974. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1975. | #define HAVE_PTHREAD 1
  1976. | #define HAVE_DECL_STRERROR_R 1
  1977. | #define HAVE_STRERROR_R 1
  1978. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  1979. | #define HAVE_ENDIAN_H 1
  1980. | #define HAVE_SYS_ENDIAN_H 1
  1981. | #define HAVE_STDIO_H 1
  1982. | #define HAVE_STDLIB_H 1
  1983. | #define HAVE_UNISTD_H 1
  1984. | #define HAVE_STRINGS_H 1
  1985. | #define HAVE_SYS_TYPES_H 1
  1986. | #define HAVE_SYS_STAT_H 1
  1987. | #define HAVE_SYS_SELECT_H 1
  1988. | #define HAVE_DECL_GETIFADDRS 1
  1989. | #define HAVE_DECL_FREEIFADDRS 1
  1990. | #define HAVE_DECL_STRNLEN 1
  1991. | #define HAVE_DECL_DAEMON 1
  1992. | #define HAVE_DECL_LE16TOH 1
  1993. | #define HAVE_DECL_LE32TOH 1
  1994. | #define HAVE_DECL_LE64TOH 1
  1995. | #define HAVE_DECL_HTOLE16 1
  1996. | #define HAVE_DECL_HTOLE32 1
  1997. | #define HAVE_DECL_HTOLE64 1
  1998. | #define HAVE_DECL_BE16TOH 1
  1999. | #define HAVE_DECL_BE32TOH 1
  2000. | #define HAVE_DECL_BE64TOH 1
  2001. | #define HAVE_DECL_HTOBE16 1
  2002. | #define HAVE_DECL_HTOBE32 1
  2003. | #define HAVE_DECL_HTOBE64 1
  2004. | #define HAVE_DECL_BSWAP_16 0
  2005. | #define HAVE_DECL_BSWAP_32 0
  2006. | #define HAVE_DECL_BSWAP_64 0
  2007. | #define HAVE_DECL___BUILTIN_CLZ 0
  2008. | #define HAVE_DECL___BUILTIN_CLZL 0
  2009. | /* end confdefs.h. */
  2010. | #include <stdio.h>
  2011. | #ifdef HAVE_SYS_TYPES_H
  2012. | # include <sys/types.h>
  2013. | #endif
  2014. | #ifdef HAVE_SYS_STAT_H
  2015. | # include <sys/stat.h>
  2016. | #endif
  2017. | #ifdef STDC_HEADERS
  2018. | # include <stdlib.h>
  2019. | # include <stddef.h>
  2020. | #else
  2021. | # ifdef HAVE_STDLIB_H
  2022. | # include <stdlib.h>
  2023. | # endif
  2024. | #endif
  2025. | #ifdef HAVE_STRING_H
  2026. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2027. | # include <memory.h>
  2028. | # endif
  2029. | # include <string.h>
  2030. | #endif
  2031. | #ifdef HAVE_STRINGS_H
  2032. | # include <strings.h>
  2033. | #endif
  2034. | #ifdef HAVE_INTTYPES_H
  2035. | # include <inttypes.h>
  2036. | #endif
  2037. | #ifdef HAVE_STDINT_H
  2038. | # include <stdint.h>
  2039. | #endif
  2040. | #ifdef HAVE_UNISTD_H
  2041. | # include <unistd.h>
  2042. | #endif
  2043. | int
  2044. | main ()
  2045. | {
  2046. | #ifndef __builtin_clzll
  2047. | #ifdef __cplusplus
  2048. | (void) __builtin_clzll;
  2049. | #else
  2050. | (void) __builtin_clzll;
  2051. | #endif
  2052. | #endif
  2053. |
  2054. | ;
  2055. | return 0;
  2056. | }
  2057. configure:23642: result: no
  2058. configure:23654: checking for getmemoryinfo
  2059. configure:23667: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  2060. conftest.cpp:62:10: fatal error: 'malloc.h' file not found
  2061. #include <malloc.h>
  2062. ^~~~~~~~~~
  2063. 1 error generated.
  2064. configure:23667: $? = 1
  2065. configure: failed program was:
  2066. | /* confdefs.h */
  2067. | #define PACKAGE_NAME "Bitcoin Core"
  2068. | #define PACKAGE_TARNAME "bitcoin"
  2069. | #define PACKAGE_VERSION "0.18.0"
  2070. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  2071. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2072. | #define PACKAGE_URL "https://bitcoincore.org/"
  2073. | #define HAVE_CXX11 1
  2074. | #define STDC_HEADERS 1
  2075. | #define HAVE_SYS_TYPES_H 1
  2076. | #define HAVE_SYS_STAT_H 1
  2077. | #define HAVE_STDLIB_H 1
  2078. | #define HAVE_STRING_H 1
  2079. | #define HAVE_MEMORY_H 1
  2080. | #define HAVE_STRINGS_H 1
  2081. | #define HAVE_INTTYPES_H 1
  2082. | #define HAVE_STDINT_H 1
  2083. | #define HAVE_UNISTD_H 1
  2084. | #define HAVE_DLFCN_H 1
  2085. | #define LT_OBJDIR ".libs/"
  2086. | #define USE_ASM 1
  2087. | #define ENABLE_SSE41 1
  2088. | #define ENABLE_AVX2 1
  2089. | #define ENABLE_SHANI 1
  2090. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2091. | #define HAVE_PTHREAD 1
  2092. | #define HAVE_DECL_STRERROR_R 1
  2093. | #define HAVE_STRERROR_R 1
  2094. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  2095. | #define HAVE_ENDIAN_H 1
  2096. | #define HAVE_SYS_ENDIAN_H 1
  2097. | #define HAVE_STDIO_H 1
  2098. | #define HAVE_STDLIB_H 1
  2099. | #define HAVE_UNISTD_H 1
  2100. | #define HAVE_STRINGS_H 1
  2101. | #define HAVE_SYS_TYPES_H 1
  2102. | #define HAVE_SYS_STAT_H 1
  2103. | #define HAVE_SYS_SELECT_H 1
  2104. | #define HAVE_DECL_GETIFADDRS 1
  2105. | #define HAVE_DECL_FREEIFADDRS 1
  2106. | #define HAVE_DECL_STRNLEN 1
  2107. | #define HAVE_DECL_DAEMON 1
  2108. | #define HAVE_DECL_LE16TOH 1
  2109. | #define HAVE_DECL_LE32TOH 1
  2110. | #define HAVE_DECL_LE64TOH 1
  2111. | #define HAVE_DECL_HTOLE16 1
  2112. | #define HAVE_DECL_HTOLE32 1
  2113. | #define HAVE_DECL_HTOLE64 1
  2114. | #define HAVE_DECL_BE16TOH 1
  2115. | #define HAVE_DECL_BE32TOH 1
  2116. | #define HAVE_DECL_BE64TOH 1
  2117. | #define HAVE_DECL_HTOBE16 1
  2118. | #define HAVE_DECL_HTOBE32 1
  2119. | #define HAVE_DECL_HTOBE64 1
  2120. | #define HAVE_DECL_BSWAP_16 0
  2121. | #define HAVE_DECL_BSWAP_32 0
  2122. | #define HAVE_DECL_BSWAP_64 0
  2123. | #define HAVE_DECL___BUILTIN_CLZ 0
  2124. | #define HAVE_DECL___BUILTIN_CLZL 0
  2125. | #define HAVE_DECL___BUILTIN_CLZLL 0
  2126. | /* end confdefs.h. */
  2127. | #include <malloc.h>
  2128. | int
  2129. | main ()
  2130. | {
  2131. | int f = malloc_info(0, NULL);
  2132. | ;
  2133. | return 0;
  2134. | }
  2135. configure:23673: result: no
  2136. configure:23679: checking for mallopt M_ARENA_MAX
  2137. configure:23692: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  2138. conftest.cpp:62:10: fatal error: 'malloc.h' file not found
  2139. #include <malloc.h>
  2140. ^~~~~~~~~~
  2141. 1 error generated.
  2142. configure:23692: $? = 1
  2143. configure: failed program was:
  2144. | /* confdefs.h */
  2145. | #define PACKAGE_NAME "Bitcoin Core"
  2146. | #define PACKAGE_TARNAME "bitcoin"
  2147. | #define PACKAGE_VERSION "0.18.0"
  2148. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  2149. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2150. | #define PACKAGE_URL "https://bitcoincore.org/"
  2151. | #define HAVE_CXX11 1
  2152. | #define STDC_HEADERS 1
  2153. | #define HAVE_SYS_TYPES_H 1
  2154. | #define HAVE_SYS_STAT_H 1
  2155. | #define HAVE_STDLIB_H 1
  2156. | #define HAVE_STRING_H 1
  2157. | #define HAVE_MEMORY_H 1
  2158. | #define HAVE_STRINGS_H 1
  2159. | #define HAVE_INTTYPES_H 1
  2160. | #define HAVE_STDINT_H 1
  2161. | #define HAVE_UNISTD_H 1
  2162. | #define HAVE_DLFCN_H 1
  2163. | #define LT_OBJDIR ".libs/"
  2164. | #define USE_ASM 1
  2165. | #define ENABLE_SSE41 1
  2166. | #define ENABLE_AVX2 1
  2167. | #define ENABLE_SHANI 1
  2168. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2169. | #define HAVE_PTHREAD 1
  2170. | #define HAVE_DECL_STRERROR_R 1
  2171. | #define HAVE_STRERROR_R 1
  2172. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  2173. | #define HAVE_ENDIAN_H 1
  2174. | #define HAVE_SYS_ENDIAN_H 1
  2175. | #define HAVE_STDIO_H 1
  2176. | #define HAVE_STDLIB_H 1
  2177. | #define HAVE_UNISTD_H 1
  2178. | #define HAVE_STRINGS_H 1
  2179. | #define HAVE_SYS_TYPES_H 1
  2180. | #define HAVE_SYS_STAT_H 1
  2181. | #define HAVE_SYS_SELECT_H 1
  2182. | #define HAVE_DECL_GETIFADDRS 1
  2183. | #define HAVE_DECL_FREEIFADDRS 1
  2184. | #define HAVE_DECL_STRNLEN 1
  2185. | #define HAVE_DECL_DAEMON 1
  2186. | #define HAVE_DECL_LE16TOH 1
  2187. | #define HAVE_DECL_LE32TOH 1
  2188. | #define HAVE_DECL_LE64TOH 1
  2189. | #define HAVE_DECL_HTOLE16 1
  2190. | #define HAVE_DECL_HTOLE32 1
  2191. | #define HAVE_DECL_HTOLE64 1
  2192. | #define HAVE_DECL_BE16TOH 1
  2193. | #define HAVE_DECL_BE32TOH 1
  2194. | #define HAVE_DECL_BE64TOH 1
  2195. | #define HAVE_DECL_HTOBE16 1
  2196. | #define HAVE_DECL_HTOBE32 1
  2197. | #define HAVE_DECL_HTOBE64 1
  2198. | #define HAVE_DECL_BSWAP_16 0
  2199. | #define HAVE_DECL_BSWAP_32 0
  2200. | #define HAVE_DECL_BSWAP_64 0
  2201. | #define HAVE_DECL___BUILTIN_CLZ 0
  2202. | #define HAVE_DECL___BUILTIN_CLZL 0
  2203. | #define HAVE_DECL___BUILTIN_CLZLL 0
  2204. | /* end confdefs.h. */
  2205. | #include <malloc.h>
  2206. | int
  2207. | main ()
  2208. | {
  2209. | mallopt(M_ARENA_MAX, 1);
  2210. | ;
  2211. | return 0;
  2212. | }
  2213. configure:23698: result: no
  2214. configure:23704: checking for visibility attribute
  2215. configure:23713: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  2216. configure:23713: $? = 0
  2217. configure:23718: result: yes
  2218. configure:23736: checking for thread_local support
  2219. configure:23750: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -pthread conftest.cpp >&5
  2220. configure:23750: $? = 0
  2221. configure:23755: result: yes
  2222. configure:23770: checking for Linux getrandom syscall
  2223. configure:23785: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  2224. conftest.cpp:66:12: fatal error: 'linux/random.h' file not found
  2225. #include <linux/random.h>
  2226. ^~~~~~~~~~~~~~~~
  2227. 1 error generated.
  2228. configure:23785: $? = 1
  2229. configure: failed program was:
  2230. | /* confdefs.h */
  2231. | #define PACKAGE_NAME "Bitcoin Core"
  2232. | #define PACKAGE_TARNAME "bitcoin"
  2233. | #define PACKAGE_VERSION "0.18.0"
  2234. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  2235. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2236. | #define PACKAGE_URL "https://bitcoincore.org/"
  2237. | #define HAVE_CXX11 1
  2238. | #define STDC_HEADERS 1
  2239. | #define HAVE_SYS_TYPES_H 1
  2240. | #define HAVE_SYS_STAT_H 1
  2241. | #define HAVE_STDLIB_H 1
  2242. | #define HAVE_STRING_H 1
  2243. | #define HAVE_MEMORY_H 1
  2244. | #define HAVE_STRINGS_H 1
  2245. | #define HAVE_INTTYPES_H 1
  2246. | #define HAVE_STDINT_H 1
  2247. | #define HAVE_UNISTD_H 1
  2248. | #define HAVE_DLFCN_H 1
  2249. | #define LT_OBJDIR ".libs/"
  2250. | #define USE_ASM 1
  2251. | #define ENABLE_SSE41 1
  2252. | #define ENABLE_AVX2 1
  2253. | #define ENABLE_SHANI 1
  2254. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2255. | #define HAVE_PTHREAD 1
  2256. | #define HAVE_DECL_STRERROR_R 1
  2257. | #define HAVE_STRERROR_R 1
  2258. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  2259. | #define HAVE_ENDIAN_H 1
  2260. | #define HAVE_SYS_ENDIAN_H 1
  2261. | #define HAVE_STDIO_H 1
  2262. | #define HAVE_STDLIB_H 1
  2263. | #define HAVE_UNISTD_H 1
  2264. | #define HAVE_STRINGS_H 1
  2265. | #define HAVE_SYS_TYPES_H 1
  2266. | #define HAVE_SYS_STAT_H 1
  2267. | #define HAVE_SYS_SELECT_H 1
  2268. | #define HAVE_DECL_GETIFADDRS 1
  2269. | #define HAVE_DECL_FREEIFADDRS 1
  2270. | #define HAVE_DECL_STRNLEN 1
  2271. | #define HAVE_DECL_DAEMON 1
  2272. | #define HAVE_DECL_LE16TOH 1
  2273. | #define HAVE_DECL_LE32TOH 1
  2274. | #define HAVE_DECL_LE64TOH 1
  2275. | #define HAVE_DECL_HTOLE16 1
  2276. | #define HAVE_DECL_HTOLE32 1
  2277. | #define HAVE_DECL_HTOLE64 1
  2278. | #define HAVE_DECL_BE16TOH 1
  2279. | #define HAVE_DECL_BE32TOH 1
  2280. | #define HAVE_DECL_BE64TOH 1
  2281. | #define HAVE_DECL_HTOBE16 1
  2282. | #define HAVE_DECL_HTOBE32 1
  2283. | #define HAVE_DECL_HTOBE64 1
  2284. | #define HAVE_DECL_BSWAP_16 0
  2285. | #define HAVE_DECL_BSWAP_32 0
  2286. | #define HAVE_DECL_BSWAP_64 0
  2287. | #define HAVE_DECL___BUILTIN_CLZ 0
  2288. | #define HAVE_DECL___BUILTIN_CLZL 0
  2289. | #define HAVE_DECL___BUILTIN_CLZLL 0
  2290. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2291. | #define HAVE_THREAD_LOCAL 1
  2292. | /* end confdefs.h. */
  2293. | #include <unistd.h>
  2294. | #include <sys/syscall.h>
  2295. | #include <linux/random.h>
  2296. | int
  2297. | main ()
  2298. | {
  2299. | syscall(SYS_getrandom, nullptr, 32, 0);
  2300. | ;
  2301. | return 0;
  2302. | }
  2303. configure:23791: result: no
  2304. configure:23797: checking for getentropy
  2305. configure:23810: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  2306. configure:23810: $? = 0
  2307. configure:23811: result: yes
  2308. configure:23822: checking for getentropy via random.h
  2309. configure:23836: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  2310. conftest.cpp:66:11: fatal error: 'sys/random.h' file not found
  2311. #include <sys/random.h>
  2312. ^~~~~~~~~~~~~~
  2313. 1 error generated.
  2314. configure:23836: $? = 1
  2315. configure: failed program was:
  2316. | /* confdefs.h */
  2317. | #define PACKAGE_NAME "Bitcoin Core"
  2318. | #define PACKAGE_TARNAME "bitcoin"
  2319. | #define PACKAGE_VERSION "0.18.0"
  2320. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  2321. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2322. | #define PACKAGE_URL "https://bitcoincore.org/"
  2323. | #define HAVE_CXX11 1
  2324. | #define STDC_HEADERS 1
  2325. | #define HAVE_SYS_TYPES_H 1
  2326. | #define HAVE_SYS_STAT_H 1
  2327. | #define HAVE_STDLIB_H 1
  2328. | #define HAVE_STRING_H 1
  2329. | #define HAVE_MEMORY_H 1
  2330. | #define HAVE_STRINGS_H 1
  2331. | #define HAVE_INTTYPES_H 1
  2332. | #define HAVE_STDINT_H 1
  2333. | #define HAVE_UNISTD_H 1
  2334. | #define HAVE_DLFCN_H 1
  2335. | #define LT_OBJDIR ".libs/"
  2336. | #define USE_ASM 1
  2337. | #define ENABLE_SSE41 1
  2338. | #define ENABLE_AVX2 1
  2339. | #define ENABLE_SHANI 1
  2340. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2341. | #define HAVE_PTHREAD 1
  2342. | #define HAVE_DECL_STRERROR_R 1
  2343. | #define HAVE_STRERROR_R 1
  2344. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  2345. | #define HAVE_ENDIAN_H 1
  2346. | #define HAVE_SYS_ENDIAN_H 1
  2347. | #define HAVE_STDIO_H 1
  2348. | #define HAVE_STDLIB_H 1
  2349. | #define HAVE_UNISTD_H 1
  2350. | #define HAVE_STRINGS_H 1
  2351. | #define HAVE_SYS_TYPES_H 1
  2352. | #define HAVE_SYS_STAT_H 1
  2353. | #define HAVE_SYS_SELECT_H 1
  2354. | #define HAVE_DECL_GETIFADDRS 1
  2355. | #define HAVE_DECL_FREEIFADDRS 1
  2356. | #define HAVE_DECL_STRNLEN 1
  2357. | #define HAVE_DECL_DAEMON 1
  2358. | #define HAVE_DECL_LE16TOH 1
  2359. | #define HAVE_DECL_LE32TOH 1
  2360. | #define HAVE_DECL_LE64TOH 1
  2361. | #define HAVE_DECL_HTOLE16 1
  2362. | #define HAVE_DECL_HTOLE32 1
  2363. | #define HAVE_DECL_HTOLE64 1
  2364. | #define HAVE_DECL_BE16TOH 1
  2365. | #define HAVE_DECL_BE32TOH 1
  2366. | #define HAVE_DECL_BE64TOH 1
  2367. | #define HAVE_DECL_HTOBE16 1
  2368. | #define HAVE_DECL_HTOBE32 1
  2369. | #define HAVE_DECL_HTOBE64 1
  2370. | #define HAVE_DECL_BSWAP_16 0
  2371. | #define HAVE_DECL_BSWAP_32 0
  2372. | #define HAVE_DECL_BSWAP_64 0
  2373. | #define HAVE_DECL___BUILTIN_CLZ 0
  2374. | #define HAVE_DECL___BUILTIN_CLZL 0
  2375. | #define HAVE_DECL___BUILTIN_CLZLL 0
  2376. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2377. | #define HAVE_THREAD_LOCAL 1
  2378. | #define HAVE_GETENTROPY 1
  2379. | /* end confdefs.h. */
  2380. | #include <unistd.h>
  2381. | #include <sys/random.h>
  2382. | int
  2383. | main ()
  2384. | {
  2385. | getentropy(nullptr, 32)
  2386. | ;
  2387. | return 0;
  2388. | }
  2389. configure:23842: result: no
  2390. configure:23848: checking for sysctl KERN_ARND
  2391. configure:23863: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  2392. conftest.cpp:70:40: error: use of undeclared identifier 'KERN_ARND'
  2393. static const int name[2] = {CTL_KERN, KERN_ARND};
  2394. ^
  2395. 1 error generated.
  2396. configure:23863: $? = 1
  2397. configure: failed program was:
  2398. | /* confdefs.h */
  2399. | #define PACKAGE_NAME "Bitcoin Core"
  2400. | #define PACKAGE_TARNAME "bitcoin"
  2401. | #define PACKAGE_VERSION "0.18.0"
  2402. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  2403. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2404. | #define PACKAGE_URL "https://bitcoincore.org/"
  2405. | #define HAVE_CXX11 1
  2406. | #define STDC_HEADERS 1
  2407. | #define HAVE_SYS_TYPES_H 1
  2408. | #define HAVE_SYS_STAT_H 1
  2409. | #define HAVE_STDLIB_H 1
  2410. | #define HAVE_STRING_H 1
  2411. | #define HAVE_MEMORY_H 1
  2412. | #define HAVE_STRINGS_H 1
  2413. | #define HAVE_INTTYPES_H 1
  2414. | #define HAVE_STDINT_H 1
  2415. | #define HAVE_UNISTD_H 1
  2416. | #define HAVE_DLFCN_H 1
  2417. | #define LT_OBJDIR ".libs/"
  2418. | #define USE_ASM 1
  2419. | #define ENABLE_SSE41 1
  2420. | #define ENABLE_AVX2 1
  2421. | #define ENABLE_SHANI 1
  2422. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2423. | #define HAVE_PTHREAD 1
  2424. | #define HAVE_DECL_STRERROR_R 1
  2425. | #define HAVE_STRERROR_R 1
  2426. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  2427. | #define HAVE_ENDIAN_H 1
  2428. | #define HAVE_SYS_ENDIAN_H 1
  2429. | #define HAVE_STDIO_H 1
  2430. | #define HAVE_STDLIB_H 1
  2431. | #define HAVE_UNISTD_H 1
  2432. | #define HAVE_STRINGS_H 1
  2433. | #define HAVE_SYS_TYPES_H 1
  2434. | #define HAVE_SYS_STAT_H 1
  2435. | #define HAVE_SYS_SELECT_H 1
  2436. | #define HAVE_DECL_GETIFADDRS 1
  2437. | #define HAVE_DECL_FREEIFADDRS 1
  2438. | #define HAVE_DECL_STRNLEN 1
  2439. | #define HAVE_DECL_DAEMON 1
  2440. | #define HAVE_DECL_LE16TOH 1
  2441. | #define HAVE_DECL_LE32TOH 1
  2442. | #define HAVE_DECL_LE64TOH 1
  2443. | #define HAVE_DECL_HTOLE16 1
  2444. | #define HAVE_DECL_HTOLE32 1
  2445. | #define HAVE_DECL_HTOLE64 1
  2446. | #define HAVE_DECL_BE16TOH 1
  2447. | #define HAVE_DECL_BE32TOH 1
  2448. | #define HAVE_DECL_BE64TOH 1
  2449. | #define HAVE_DECL_HTOBE16 1
  2450. | #define HAVE_DECL_HTOBE32 1
  2451. | #define HAVE_DECL_HTOBE64 1
  2452. | #define HAVE_DECL_BSWAP_16 0
  2453. | #define HAVE_DECL_BSWAP_32 0
  2454. | #define HAVE_DECL_BSWAP_64 0
  2455. | #define HAVE_DECL___BUILTIN_CLZ 0
  2456. | #define HAVE_DECL___BUILTIN_CLZL 0
  2457. | #define HAVE_DECL___BUILTIN_CLZLL 0
  2458. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2459. | #define HAVE_THREAD_LOCAL 1
  2460. | #define HAVE_GETENTROPY 1
  2461. | /* end confdefs.h. */
  2462. | #include <sys/types.h>
  2463. | #include <sys/sysctl.h>
  2464. | int
  2465. | main ()
  2466. | {
  2467. | static const int name[2] = {CTL_KERN, KERN_ARND};
  2468. | sysctl(name, 2, nullptr, nullptr, nullptr, 0);
  2469. | ;
  2470. | return 0;
  2471. | }
  2472. configure:23869: result: no
  2473. configure:23875: checking for if type char equals int8_t
  2474. configure:23889: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  2475. conftest.cpp:70:2: error: static_assert failed due to requirement 'std::is_same<signed char, char>::value' ""
  2476. static_assert(std::is_same<int8_t, char>::value, "");
  2477. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2478. 1 error generated.
  2479. configure:23889: $? = 1
  2480. configure: failed program was:
  2481. | /* confdefs.h */
  2482. | #define PACKAGE_NAME "Bitcoin Core"
  2483. | #define PACKAGE_TARNAME "bitcoin"
  2484. | #define PACKAGE_VERSION "0.18.0"
  2485. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  2486. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2487. | #define PACKAGE_URL "https://bitcoincore.org/"
  2488. | #define HAVE_CXX11 1
  2489. | #define STDC_HEADERS 1
  2490. | #define HAVE_SYS_TYPES_H 1
  2491. | #define HAVE_SYS_STAT_H 1
  2492. | #define HAVE_STDLIB_H 1
  2493. | #define HAVE_STRING_H 1
  2494. | #define HAVE_MEMORY_H 1
  2495. | #define HAVE_STRINGS_H 1
  2496. | #define HAVE_INTTYPES_H 1
  2497. | #define HAVE_STDINT_H 1
  2498. | #define HAVE_UNISTD_H 1
  2499. | #define HAVE_DLFCN_H 1
  2500. | #define LT_OBJDIR ".libs/"
  2501. | #define USE_ASM 1
  2502. | #define ENABLE_SSE41 1
  2503. | #define ENABLE_AVX2 1
  2504. | #define ENABLE_SHANI 1
  2505. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2506. | #define HAVE_PTHREAD 1
  2507. | #define HAVE_DECL_STRERROR_R 1
  2508. | #define HAVE_STRERROR_R 1
  2509. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  2510. | #define HAVE_ENDIAN_H 1
  2511. | #define HAVE_SYS_ENDIAN_H 1
  2512. | #define HAVE_STDIO_H 1
  2513. | #define HAVE_STDLIB_H 1
  2514. | #define HAVE_UNISTD_H 1
  2515. | #define HAVE_STRINGS_H 1
  2516. | #define HAVE_SYS_TYPES_H 1
  2517. | #define HAVE_SYS_STAT_H 1
  2518. | #define HAVE_SYS_SELECT_H 1
  2519. | #define HAVE_DECL_GETIFADDRS 1
  2520. | #define HAVE_DECL_FREEIFADDRS 1
  2521. | #define HAVE_DECL_STRNLEN 1
  2522. | #define HAVE_DECL_DAEMON 1
  2523. | #define HAVE_DECL_LE16TOH 1
  2524. | #define HAVE_DECL_LE32TOH 1
  2525. | #define HAVE_DECL_LE64TOH 1
  2526. | #define HAVE_DECL_HTOLE16 1
  2527. | #define HAVE_DECL_HTOLE32 1
  2528. | #define HAVE_DECL_HTOLE64 1
  2529. | #define HAVE_DECL_BE16TOH 1
  2530. | #define HAVE_DECL_BE32TOH 1
  2531. | #define HAVE_DECL_BE64TOH 1
  2532. | #define HAVE_DECL_HTOBE16 1
  2533. | #define HAVE_DECL_HTOBE32 1
  2534. | #define HAVE_DECL_HTOBE64 1
  2535. | #define HAVE_DECL_BSWAP_16 0
  2536. | #define HAVE_DECL_BSWAP_32 0
  2537. | #define HAVE_DECL_BSWAP_64 0
  2538. | #define HAVE_DECL___BUILTIN_CLZ 0
  2539. | #define HAVE_DECL___BUILTIN_CLZL 0
  2540. | #define HAVE_DECL___BUILTIN_CLZLL 0
  2541. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2542. | #define HAVE_THREAD_LOCAL 1
  2543. | #define HAVE_GETENTROPY 1
  2544. | /* end confdefs.h. */
  2545. | #include <stdint.h>
  2546. | #include <type_traits>
  2547. | int
  2548. | main ()
  2549. | {
  2550. | static_assert(std::is_same<int8_t, char>::value, "");
  2551. | ;
  2552. | return 0;
  2553. | }
  2554. configure:23895: result: no
  2555. configure:24137: checking miniupnpc/miniwget.h usability
  2556. configure:24137: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  2557. conftest.cpp:98:10: fatal error: 'miniupnpc/miniwget.h' file not found
  2558. #include <miniupnpc/miniwget.h>
  2559. ^~~~~~~~~~~~~~~~~~~~~~
  2560. 1 error generated.
  2561. configure:24137: $? = 1
  2562. configure: failed program was:
  2563. | /* confdefs.h */
  2564. | #define PACKAGE_NAME "Bitcoin Core"
  2565. | #define PACKAGE_TARNAME "bitcoin"
  2566. | #define PACKAGE_VERSION "0.18.0"
  2567. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  2568. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2569. | #define PACKAGE_URL "https://bitcoincore.org/"
  2570. | #define HAVE_CXX11 1
  2571. | #define STDC_HEADERS 1
  2572. | #define HAVE_SYS_TYPES_H 1
  2573. | #define HAVE_SYS_STAT_H 1
  2574. | #define HAVE_STDLIB_H 1
  2575. | #define HAVE_STRING_H 1
  2576. | #define HAVE_MEMORY_H 1
  2577. | #define HAVE_STRINGS_H 1
  2578. | #define HAVE_INTTYPES_H 1
  2579. | #define HAVE_STDINT_H 1
  2580. | #define HAVE_UNISTD_H 1
  2581. | #define HAVE_DLFCN_H 1
  2582. | #define LT_OBJDIR ".libs/"
  2583. | #define USE_ASM 1
  2584. | #define ENABLE_SSE41 1
  2585. | #define ENABLE_AVX2 1
  2586. | #define ENABLE_SHANI 1
  2587. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2588. | #define HAVE_PTHREAD 1
  2589. | #define HAVE_DECL_STRERROR_R 1
  2590. | #define HAVE_STRERROR_R 1
  2591. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  2592. | #define HAVE_ENDIAN_H 1
  2593. | #define HAVE_SYS_ENDIAN_H 1
  2594. | #define HAVE_STDIO_H 1
  2595. | #define HAVE_STDLIB_H 1
  2596. | #define HAVE_UNISTD_H 1
  2597. | #define HAVE_STRINGS_H 1
  2598. | #define HAVE_SYS_TYPES_H 1
  2599. | #define HAVE_SYS_STAT_H 1
  2600. | #define HAVE_SYS_SELECT_H 1
  2601. | #define HAVE_DECL_GETIFADDRS 1
  2602. | #define HAVE_DECL_FREEIFADDRS 1
  2603. | #define HAVE_DECL_STRNLEN 1
  2604. | #define HAVE_DECL_DAEMON 1
  2605. | #define HAVE_DECL_LE16TOH 1
  2606. | #define HAVE_DECL_LE32TOH 1
  2607. | #define HAVE_DECL_LE64TOH 1
  2608. | #define HAVE_DECL_HTOLE16 1
  2609. | #define HAVE_DECL_HTOLE32 1
  2610. | #define HAVE_DECL_HTOLE64 1
  2611. | #define HAVE_DECL_BE16TOH 1
  2612. | #define HAVE_DECL_BE32TOH 1
  2613. | #define HAVE_DECL_BE64TOH 1
  2614. | #define HAVE_DECL_HTOBE16 1
  2615. | #define HAVE_DECL_HTOBE32 1
  2616. | #define HAVE_DECL_HTOBE64 1
  2617. | #define HAVE_DECL_BSWAP_16 0
  2618. | #define HAVE_DECL_BSWAP_32 0
  2619. | #define HAVE_DECL_BSWAP_64 0
  2620. | #define HAVE_DECL___BUILTIN_CLZ 0
  2621. | #define HAVE_DECL___BUILTIN_CLZL 0
  2622. | #define HAVE_DECL___BUILTIN_CLZLL 0
  2623. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2624. | #define HAVE_THREAD_LOCAL 1
  2625. | #define HAVE_GETENTROPY 1
  2626. | /* end confdefs.h. */
  2627. | #include <stdio.h>
  2628. | #ifdef HAVE_SYS_TYPES_H
  2629. | # include <sys/types.h>
  2630. | #endif
  2631. | #ifdef HAVE_SYS_STAT_H
  2632. | # include <sys/stat.h>
  2633. | #endif
  2634. | #ifdef STDC_HEADERS
  2635. | # include <stdlib.h>
  2636. | # include <stddef.h>
  2637. | #else
  2638. | # ifdef HAVE_STDLIB_H
  2639. | # include <stdlib.h>
  2640. | # endif
  2641. | #endif
  2642. | #ifdef HAVE_STRING_H
  2643. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2644. | # include <memory.h>
  2645. | # endif
  2646. | # include <string.h>
  2647. | #endif
  2648. | #ifdef HAVE_STRINGS_H
  2649. | # include <strings.h>
  2650. | #endif
  2651. | #ifdef HAVE_INTTYPES_H
  2652. | # include <inttypes.h>
  2653. | #endif
  2654. | #ifdef HAVE_STDINT_H
  2655. | # include <stdint.h>
  2656. | #endif
  2657. | #ifdef HAVE_UNISTD_H
  2658. | # include <unistd.h>
  2659. | #endif
  2660. | #include <miniupnpc/miniwget.h>
  2661. configure:24137: result: no
  2662. configure:24137: checking miniupnpc/miniwget.h presence
  2663. configure:24137: c++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
  2664. conftest.cpp:65:10: fatal error: 'miniupnpc/miniwget.h' file not found
  2665. #include <miniupnpc/miniwget.h>
  2666. ^~~~~~~~~~~~~~~~~~~~~~
  2667. 1 error generated.
  2668. configure:24137: $? = 1
  2669. configure: failed program was:
  2670. | /* confdefs.h */
  2671. | #define PACKAGE_NAME "Bitcoin Core"
  2672. | #define PACKAGE_TARNAME "bitcoin"
  2673. | #define PACKAGE_VERSION "0.18.0"
  2674. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  2675. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2676. | #define PACKAGE_URL "https://bitcoincore.org/"
  2677. | #define HAVE_CXX11 1
  2678. | #define STDC_HEADERS 1
  2679. | #define HAVE_SYS_TYPES_H 1
  2680. | #define HAVE_SYS_STAT_H 1
  2681. | #define HAVE_STDLIB_H 1
  2682. | #define HAVE_STRING_H 1
  2683. | #define HAVE_MEMORY_H 1
  2684. | #define HAVE_STRINGS_H 1
  2685. | #define HAVE_INTTYPES_H 1
  2686. | #define HAVE_STDINT_H 1
  2687. | #define HAVE_UNISTD_H 1
  2688. | #define HAVE_DLFCN_H 1
  2689. | #define LT_OBJDIR ".libs/"
  2690. | #define USE_ASM 1
  2691. | #define ENABLE_SSE41 1
  2692. | #define ENABLE_AVX2 1
  2693. | #define ENABLE_SHANI 1
  2694. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2695. | #define HAVE_PTHREAD 1
  2696. | #define HAVE_DECL_STRERROR_R 1
  2697. | #define HAVE_STRERROR_R 1
  2698. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  2699. | #define HAVE_ENDIAN_H 1
  2700. | #define HAVE_SYS_ENDIAN_H 1
  2701. | #define HAVE_STDIO_H 1
  2702. | #define HAVE_STDLIB_H 1
  2703. | #define HAVE_UNISTD_H 1
  2704. | #define HAVE_STRINGS_H 1
  2705. | #define HAVE_SYS_TYPES_H 1
  2706. | #define HAVE_SYS_STAT_H 1
  2707. | #define HAVE_SYS_SELECT_H 1
  2708. | #define HAVE_DECL_GETIFADDRS 1
  2709. | #define HAVE_DECL_FREEIFADDRS 1
  2710. | #define HAVE_DECL_STRNLEN 1
  2711. | #define HAVE_DECL_DAEMON 1
  2712. | #define HAVE_DECL_LE16TOH 1
  2713. | #define HAVE_DECL_LE32TOH 1
  2714. | #define HAVE_DECL_LE64TOH 1
  2715. | #define HAVE_DECL_HTOLE16 1
  2716. | #define HAVE_DECL_HTOLE32 1
  2717. | #define HAVE_DECL_HTOLE64 1
  2718. | #define HAVE_DECL_BE16TOH 1
  2719. | #define HAVE_DECL_BE32TOH 1
  2720. | #define HAVE_DECL_BE64TOH 1
  2721. | #define HAVE_DECL_HTOBE16 1
  2722. | #define HAVE_DECL_HTOBE32 1
  2723. | #define HAVE_DECL_HTOBE64 1
  2724. | #define HAVE_DECL_BSWAP_16 0
  2725. | #define HAVE_DECL_BSWAP_32 0
  2726. | #define HAVE_DECL_BSWAP_64 0
  2727. | #define HAVE_DECL___BUILTIN_CLZ 0
  2728. | #define HAVE_DECL___BUILTIN_CLZL 0
  2729. | #define HAVE_DECL___BUILTIN_CLZLL 0
  2730. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2731. | #define HAVE_THREAD_LOCAL 1
  2732. | #define HAVE_GETENTROPY 1
  2733. | /* end confdefs.h. */
  2734. | #include <miniupnpc/miniwget.h>
  2735. configure:24137: result: no
  2736. configure:24137: checking for miniupnpc/miniwget.h
  2737. configure:24137: result: no
  2738. configure:24137: checking miniupnpc/miniupnpc.h usability
  2739. configure:24137: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  2740. conftest.cpp:98:10: fatal error: 'miniupnpc/miniupnpc.h' file not found
  2741. #include <miniupnpc/miniupnpc.h>
  2742. ^~~~~~~~~~~~~~~~~~~~~~~
  2743. 1 error generated.
  2744. configure:24137: $? = 1
  2745. configure: failed program was:
  2746. | /* confdefs.h */
  2747. | #define PACKAGE_NAME "Bitcoin Core"
  2748. | #define PACKAGE_TARNAME "bitcoin"
  2749. | #define PACKAGE_VERSION "0.18.0"
  2750. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  2751. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2752. | #define PACKAGE_URL "https://bitcoincore.org/"
  2753. | #define HAVE_CXX11 1
  2754. | #define STDC_HEADERS 1
  2755. | #define HAVE_SYS_TYPES_H 1
  2756. | #define HAVE_SYS_STAT_H 1
  2757. | #define HAVE_STDLIB_H 1
  2758. | #define HAVE_STRING_H 1
  2759. | #define HAVE_MEMORY_H 1
  2760. | #define HAVE_STRINGS_H 1
  2761. | #define HAVE_INTTYPES_H 1
  2762. | #define HAVE_STDINT_H 1
  2763. | #define HAVE_UNISTD_H 1
  2764. | #define HAVE_DLFCN_H 1
  2765. | #define LT_OBJDIR ".libs/"
  2766. | #define USE_ASM 1
  2767. | #define ENABLE_SSE41 1
  2768. | #define ENABLE_AVX2 1
  2769. | #define ENABLE_SHANI 1
  2770. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2771. | #define HAVE_PTHREAD 1
  2772. | #define HAVE_DECL_STRERROR_R 1
  2773. | #define HAVE_STRERROR_R 1
  2774. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  2775. | #define HAVE_ENDIAN_H 1
  2776. | #define HAVE_SYS_ENDIAN_H 1
  2777. | #define HAVE_STDIO_H 1
  2778. | #define HAVE_STDLIB_H 1
  2779. | #define HAVE_UNISTD_H 1
  2780. | #define HAVE_STRINGS_H 1
  2781. | #define HAVE_SYS_TYPES_H 1
  2782. | #define HAVE_SYS_STAT_H 1
  2783. | #define HAVE_SYS_SELECT_H 1
  2784. | #define HAVE_DECL_GETIFADDRS 1
  2785. | #define HAVE_DECL_FREEIFADDRS 1
  2786. | #define HAVE_DECL_STRNLEN 1
  2787. | #define HAVE_DECL_DAEMON 1
  2788. | #define HAVE_DECL_LE16TOH 1
  2789. | #define HAVE_DECL_LE32TOH 1
  2790. | #define HAVE_DECL_LE64TOH 1
  2791. | #define HAVE_DECL_HTOLE16 1
  2792. | #define HAVE_DECL_HTOLE32 1
  2793. | #define HAVE_DECL_HTOLE64 1
  2794. | #define HAVE_DECL_BE16TOH 1
  2795. | #define HAVE_DECL_BE32TOH 1
  2796. | #define HAVE_DECL_BE64TOH 1
  2797. | #define HAVE_DECL_HTOBE16 1
  2798. | #define HAVE_DECL_HTOBE32 1
  2799. | #define HAVE_DECL_HTOBE64 1
  2800. | #define HAVE_DECL_BSWAP_16 0
  2801. | #define HAVE_DECL_BSWAP_32 0
  2802. | #define HAVE_DECL_BSWAP_64 0
  2803. | #define HAVE_DECL___BUILTIN_CLZ 0
  2804. | #define HAVE_DECL___BUILTIN_CLZL 0
  2805. | #define HAVE_DECL___BUILTIN_CLZLL 0
  2806. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2807. | #define HAVE_THREAD_LOCAL 1
  2808. | #define HAVE_GETENTROPY 1
  2809. | /* end confdefs.h. */
  2810. | #include <stdio.h>
  2811. | #ifdef HAVE_SYS_TYPES_H
  2812. | # include <sys/types.h>
  2813. | #endif
  2814. | #ifdef HAVE_SYS_STAT_H
  2815. | # include <sys/stat.h>
  2816. | #endif
  2817. | #ifdef STDC_HEADERS
  2818. | # include <stdlib.h>
  2819. | # include <stddef.h>
  2820. | #else
  2821. | # ifdef HAVE_STDLIB_H
  2822. | # include <stdlib.h>
  2823. | # endif
  2824. | #endif
  2825. | #ifdef HAVE_STRING_H
  2826. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2827. | # include <memory.h>
  2828. | # endif
  2829. | # include <string.h>
  2830. | #endif
  2831. | #ifdef HAVE_STRINGS_H
  2832. | # include <strings.h>
  2833. | #endif
  2834. | #ifdef HAVE_INTTYPES_H
  2835. | # include <inttypes.h>
  2836. | #endif
  2837. | #ifdef HAVE_STDINT_H
  2838. | # include <stdint.h>
  2839. | #endif
  2840. | #ifdef HAVE_UNISTD_H
  2841. | # include <unistd.h>
  2842. | #endif
  2843. | #include <miniupnpc/miniupnpc.h>
  2844. configure:24137: result: no
  2845. configure:24137: checking miniupnpc/miniupnpc.h presence
  2846. configure:24137: c++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
  2847. conftest.cpp:65:10: fatal error: 'miniupnpc/miniupnpc.h' file not found
  2848. #include <miniupnpc/miniupnpc.h>
  2849. ^~~~~~~~~~~~~~~~~~~~~~~
  2850. 1 error generated.
  2851. configure:24137: $? = 1
  2852. configure: failed program was:
  2853. | /* confdefs.h */
  2854. | #define PACKAGE_NAME "Bitcoin Core"
  2855. | #define PACKAGE_TARNAME "bitcoin"
  2856. | #define PACKAGE_VERSION "0.18.0"
  2857. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  2858. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2859. | #define PACKAGE_URL "https://bitcoincore.org/"
  2860. | #define HAVE_CXX11 1
  2861. | #define STDC_HEADERS 1
  2862. | #define HAVE_SYS_TYPES_H 1
  2863. | #define HAVE_SYS_STAT_H 1
  2864. | #define HAVE_STDLIB_H 1
  2865. | #define HAVE_STRING_H 1
  2866. | #define HAVE_MEMORY_H 1
  2867. | #define HAVE_STRINGS_H 1
  2868. | #define HAVE_INTTYPES_H 1
  2869. | #define HAVE_STDINT_H 1
  2870. | #define HAVE_UNISTD_H 1
  2871. | #define HAVE_DLFCN_H 1
  2872. | #define LT_OBJDIR ".libs/"
  2873. | #define USE_ASM 1
  2874. | #define ENABLE_SSE41 1
  2875. | #define ENABLE_AVX2 1
  2876. | #define ENABLE_SHANI 1
  2877. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2878. | #define HAVE_PTHREAD 1
  2879. | #define HAVE_DECL_STRERROR_R 1
  2880. | #define HAVE_STRERROR_R 1
  2881. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  2882. | #define HAVE_ENDIAN_H 1
  2883. | #define HAVE_SYS_ENDIAN_H 1
  2884. | #define HAVE_STDIO_H 1
  2885. | #define HAVE_STDLIB_H 1
  2886. | #define HAVE_UNISTD_H 1
  2887. | #define HAVE_STRINGS_H 1
  2888. | #define HAVE_SYS_TYPES_H 1
  2889. | #define HAVE_SYS_STAT_H 1
  2890. | #define HAVE_SYS_SELECT_H 1
  2891. | #define HAVE_DECL_GETIFADDRS 1
  2892. | #define HAVE_DECL_FREEIFADDRS 1
  2893. | #define HAVE_DECL_STRNLEN 1
  2894. | #define HAVE_DECL_DAEMON 1
  2895. | #define HAVE_DECL_LE16TOH 1
  2896. | #define HAVE_DECL_LE32TOH 1
  2897. | #define HAVE_DECL_LE64TOH 1
  2898. | #define HAVE_DECL_HTOLE16 1
  2899. | #define HAVE_DECL_HTOLE32 1
  2900. | #define HAVE_DECL_HTOLE64 1
  2901. | #define HAVE_DECL_BE16TOH 1
  2902. | #define HAVE_DECL_BE32TOH 1
  2903. | #define HAVE_DECL_BE64TOH 1
  2904. | #define HAVE_DECL_HTOBE16 1
  2905. | #define HAVE_DECL_HTOBE32 1
  2906. | #define HAVE_DECL_HTOBE64 1
  2907. | #define HAVE_DECL_BSWAP_16 0
  2908. | #define HAVE_DECL_BSWAP_32 0
  2909. | #define HAVE_DECL_BSWAP_64 0
  2910. | #define HAVE_DECL___BUILTIN_CLZ 0
  2911. | #define HAVE_DECL___BUILTIN_CLZL 0
  2912. | #define HAVE_DECL___BUILTIN_CLZLL 0
  2913. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2914. | #define HAVE_THREAD_LOCAL 1
  2915. | #define HAVE_GETENTROPY 1
  2916. | /* end confdefs.h. */
  2917. | #include <miniupnpc/miniupnpc.h>
  2918. configure:24137: result: no
  2919. configure:24137: checking for miniupnpc/miniupnpc.h
  2920. configure:24137: result: no
  2921. configure:24137: checking miniupnpc/upnpcommands.h usability
  2922. configure:24137: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  2923. conftest.cpp:98:10: fatal error: 'miniupnpc/upnpcommands.h' file not found
  2924. #include <miniupnpc/upnpcommands.h>
  2925. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  2926. 1 error generated.
  2927. configure:24137: $? = 1
  2928. configure: failed program was:
  2929. | /* confdefs.h */
  2930. | #define PACKAGE_NAME "Bitcoin Core"
  2931. | #define PACKAGE_TARNAME "bitcoin"
  2932. | #define PACKAGE_VERSION "0.18.0"
  2933. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  2934. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2935. | #define PACKAGE_URL "https://bitcoincore.org/"
  2936. | #define HAVE_CXX11 1
  2937. | #define STDC_HEADERS 1
  2938. | #define HAVE_SYS_TYPES_H 1
  2939. | #define HAVE_SYS_STAT_H 1
  2940. | #define HAVE_STDLIB_H 1
  2941. | #define HAVE_STRING_H 1
  2942. | #define HAVE_MEMORY_H 1
  2943. | #define HAVE_STRINGS_H 1
  2944. | #define HAVE_INTTYPES_H 1
  2945. | #define HAVE_STDINT_H 1
  2946. | #define HAVE_UNISTD_H 1
  2947. | #define HAVE_DLFCN_H 1
  2948. | #define LT_OBJDIR ".libs/"
  2949. | #define USE_ASM 1
  2950. | #define ENABLE_SSE41 1
  2951. | #define ENABLE_AVX2 1
  2952. | #define ENABLE_SHANI 1
  2953. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2954. | #define HAVE_PTHREAD 1
  2955. | #define HAVE_DECL_STRERROR_R 1
  2956. | #define HAVE_STRERROR_R 1
  2957. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  2958. | #define HAVE_ENDIAN_H 1
  2959. | #define HAVE_SYS_ENDIAN_H 1
  2960. | #define HAVE_STDIO_H 1
  2961. | #define HAVE_STDLIB_H 1
  2962. | #define HAVE_UNISTD_H 1
  2963. | #define HAVE_STRINGS_H 1
  2964. | #define HAVE_SYS_TYPES_H 1
  2965. | #define HAVE_SYS_STAT_H 1
  2966. | #define HAVE_SYS_SELECT_H 1
  2967. | #define HAVE_DECL_GETIFADDRS 1
  2968. | #define HAVE_DECL_FREEIFADDRS 1
  2969. | #define HAVE_DECL_STRNLEN 1
  2970. | #define HAVE_DECL_DAEMON 1
  2971. | #define HAVE_DECL_LE16TOH 1
  2972. | #define HAVE_DECL_LE32TOH 1
  2973. | #define HAVE_DECL_LE64TOH 1
  2974. | #define HAVE_DECL_HTOLE16 1
  2975. | #define HAVE_DECL_HTOLE32 1
  2976. | #define HAVE_DECL_HTOLE64 1
  2977. | #define HAVE_DECL_BE16TOH 1
  2978. | #define HAVE_DECL_BE32TOH 1
  2979. | #define HAVE_DECL_BE64TOH 1
  2980. | #define HAVE_DECL_HTOBE16 1
  2981. | #define HAVE_DECL_HTOBE32 1
  2982. | #define HAVE_DECL_HTOBE64 1
  2983. | #define HAVE_DECL_BSWAP_16 0
  2984. | #define HAVE_DECL_BSWAP_32 0
  2985. | #define HAVE_DECL_BSWAP_64 0
  2986. | #define HAVE_DECL___BUILTIN_CLZ 0
  2987. | #define HAVE_DECL___BUILTIN_CLZL 0
  2988. | #define HAVE_DECL___BUILTIN_CLZLL 0
  2989. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2990. | #define HAVE_THREAD_LOCAL 1
  2991. | #define HAVE_GETENTROPY 1
  2992. | /* end confdefs.h. */
  2993. | #include <stdio.h>
  2994. | #ifdef HAVE_SYS_TYPES_H
  2995. | # include <sys/types.h>
  2996. | #endif
  2997. | #ifdef HAVE_SYS_STAT_H
  2998. | # include <sys/stat.h>
  2999. | #endif
  3000. | #ifdef STDC_HEADERS
  3001. | # include <stdlib.h>
  3002. | # include <stddef.h>
  3003. | #else
  3004. | # ifdef HAVE_STDLIB_H
  3005. | # include <stdlib.h>
  3006. | # endif
  3007. | #endif
  3008. | #ifdef HAVE_STRING_H
  3009. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3010. | # include <memory.h>
  3011. | # endif
  3012. | # include <string.h>
  3013. | #endif
  3014. | #ifdef HAVE_STRINGS_H
  3015. | # include <strings.h>
  3016. | #endif
  3017. | #ifdef HAVE_INTTYPES_H
  3018. | # include <inttypes.h>
  3019. | #endif
  3020. | #ifdef HAVE_STDINT_H
  3021. | # include <stdint.h>
  3022. | #endif
  3023. | #ifdef HAVE_UNISTD_H
  3024. | # include <unistd.h>
  3025. | #endif
  3026. | #include <miniupnpc/upnpcommands.h>
  3027. configure:24137: result: no
  3028. configure:24137: checking miniupnpc/upnpcommands.h presence
  3029. configure:24137: c++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
  3030. conftest.cpp:65:10: fatal error: 'miniupnpc/upnpcommands.h' file not found
  3031. #include <miniupnpc/upnpcommands.h>
  3032. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  3033. 1 error generated.
  3034. configure:24137: $? = 1
  3035. configure: failed program was:
  3036. | /* confdefs.h */
  3037. | #define PACKAGE_NAME "Bitcoin Core"
  3038. | #define PACKAGE_TARNAME "bitcoin"
  3039. | #define PACKAGE_VERSION "0.18.0"
  3040. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  3041. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3042. | #define PACKAGE_URL "https://bitcoincore.org/"
  3043. | #define HAVE_CXX11 1
  3044. | #define STDC_HEADERS 1
  3045. | #define HAVE_SYS_TYPES_H 1
  3046. | #define HAVE_SYS_STAT_H 1
  3047. | #define HAVE_STDLIB_H 1
  3048. | #define HAVE_STRING_H 1
  3049. | #define HAVE_MEMORY_H 1
  3050. | #define HAVE_STRINGS_H 1
  3051. | #define HAVE_INTTYPES_H 1
  3052. | #define HAVE_STDINT_H 1
  3053. | #define HAVE_UNISTD_H 1
  3054. | #define HAVE_DLFCN_H 1
  3055. | #define LT_OBJDIR ".libs/"
  3056. | #define USE_ASM 1
  3057. | #define ENABLE_SSE41 1
  3058. | #define ENABLE_AVX2 1
  3059. | #define ENABLE_SHANI 1
  3060. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3061. | #define HAVE_PTHREAD 1
  3062. | #define HAVE_DECL_STRERROR_R 1
  3063. | #define HAVE_STRERROR_R 1
  3064. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  3065. | #define HAVE_ENDIAN_H 1
  3066. | #define HAVE_SYS_ENDIAN_H 1
  3067. | #define HAVE_STDIO_H 1
  3068. | #define HAVE_STDLIB_H 1
  3069. | #define HAVE_UNISTD_H 1
  3070. | #define HAVE_STRINGS_H 1
  3071. | #define HAVE_SYS_TYPES_H 1
  3072. | #define HAVE_SYS_STAT_H 1
  3073. | #define HAVE_SYS_SELECT_H 1
  3074. | #define HAVE_DECL_GETIFADDRS 1
  3075. | #define HAVE_DECL_FREEIFADDRS 1
  3076. | #define HAVE_DECL_STRNLEN 1
  3077. | #define HAVE_DECL_DAEMON 1
  3078. | #define HAVE_DECL_LE16TOH 1
  3079. | #define HAVE_DECL_LE32TOH 1
  3080. | #define HAVE_DECL_LE64TOH 1
  3081. | #define HAVE_DECL_HTOLE16 1
  3082. | #define HAVE_DECL_HTOLE32 1
  3083. | #define HAVE_DECL_HTOLE64 1
  3084. | #define HAVE_DECL_BE16TOH 1
  3085. | #define HAVE_DECL_BE32TOH 1
  3086. | #define HAVE_DECL_BE64TOH 1
  3087. | #define HAVE_DECL_HTOBE16 1
  3088. | #define HAVE_DECL_HTOBE32 1
  3089. | #define HAVE_DECL_HTOBE64 1
  3090. | #define HAVE_DECL_BSWAP_16 0
  3091. | #define HAVE_DECL_BSWAP_32 0
  3092. | #define HAVE_DECL_BSWAP_64 0
  3093. | #define HAVE_DECL___BUILTIN_CLZ 0
  3094. | #define HAVE_DECL___BUILTIN_CLZL 0
  3095. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3096. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3097. | #define HAVE_THREAD_LOCAL 1
  3098. | #define HAVE_GETENTROPY 1
  3099. | /* end confdefs.h. */
  3100. | #include <miniupnpc/upnpcommands.h>
  3101. configure:24137: result: no
  3102. configure:24137: checking for miniupnpc/upnpcommands.h
  3103. configure:24137: result: no
  3104. configure:24137: checking miniupnpc/upnperrors.h usability
  3105. configure:24137: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  3106. conftest.cpp:98:10: fatal error: 'miniupnpc/upnperrors.h' file not found
  3107. #include <miniupnpc/upnperrors.h>
  3108. ^~~~~~~~~~~~~~~~~~~~~~~~
  3109. 1 error generated.
  3110. configure:24137: $? = 1
  3111. configure: failed program was:
  3112. | /* confdefs.h */
  3113. | #define PACKAGE_NAME "Bitcoin Core"
  3114. | #define PACKAGE_TARNAME "bitcoin"
  3115. | #define PACKAGE_VERSION "0.18.0"
  3116. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  3117. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3118. | #define PACKAGE_URL "https://bitcoincore.org/"
  3119. | #define HAVE_CXX11 1
  3120. | #define STDC_HEADERS 1
  3121. | #define HAVE_SYS_TYPES_H 1
  3122. | #define HAVE_SYS_STAT_H 1
  3123. | #define HAVE_STDLIB_H 1
  3124. | #define HAVE_STRING_H 1
  3125. | #define HAVE_MEMORY_H 1
  3126. | #define HAVE_STRINGS_H 1
  3127. | #define HAVE_INTTYPES_H 1
  3128. | #define HAVE_STDINT_H 1
  3129. | #define HAVE_UNISTD_H 1
  3130. | #define HAVE_DLFCN_H 1
  3131. | #define LT_OBJDIR ".libs/"
  3132. | #define USE_ASM 1
  3133. | #define ENABLE_SSE41 1
  3134. | #define ENABLE_AVX2 1
  3135. | #define ENABLE_SHANI 1
  3136. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3137. | #define HAVE_PTHREAD 1
  3138. | #define HAVE_DECL_STRERROR_R 1
  3139. | #define HAVE_STRERROR_R 1
  3140. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  3141. | #define HAVE_ENDIAN_H 1
  3142. | #define HAVE_SYS_ENDIAN_H 1
  3143. | #define HAVE_STDIO_H 1
  3144. | #define HAVE_STDLIB_H 1
  3145. | #define HAVE_UNISTD_H 1
  3146. | #define HAVE_STRINGS_H 1
  3147. | #define HAVE_SYS_TYPES_H 1
  3148. | #define HAVE_SYS_STAT_H 1
  3149. | #define HAVE_SYS_SELECT_H 1
  3150. | #define HAVE_DECL_GETIFADDRS 1
  3151. | #define HAVE_DECL_FREEIFADDRS 1
  3152. | #define HAVE_DECL_STRNLEN 1
  3153. | #define HAVE_DECL_DAEMON 1
  3154. | #define HAVE_DECL_LE16TOH 1
  3155. | #define HAVE_DECL_LE32TOH 1
  3156. | #define HAVE_DECL_LE64TOH 1
  3157. | #define HAVE_DECL_HTOLE16 1
  3158. | #define HAVE_DECL_HTOLE32 1
  3159. | #define HAVE_DECL_HTOLE64 1
  3160. | #define HAVE_DECL_BE16TOH 1
  3161. | #define HAVE_DECL_BE32TOH 1
  3162. | #define HAVE_DECL_BE64TOH 1
  3163. | #define HAVE_DECL_HTOBE16 1
  3164. | #define HAVE_DECL_HTOBE32 1
  3165. | #define HAVE_DECL_HTOBE64 1
  3166. | #define HAVE_DECL_BSWAP_16 0
  3167. | #define HAVE_DECL_BSWAP_32 0
  3168. | #define HAVE_DECL_BSWAP_64 0
  3169. | #define HAVE_DECL___BUILTIN_CLZ 0
  3170. | #define HAVE_DECL___BUILTIN_CLZL 0
  3171. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3172. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3173. | #define HAVE_THREAD_LOCAL 1
  3174. | #define HAVE_GETENTROPY 1
  3175. | /* end confdefs.h. */
  3176. | #include <stdio.h>
  3177. | #ifdef HAVE_SYS_TYPES_H
  3178. | # include <sys/types.h>
  3179. | #endif
  3180. | #ifdef HAVE_SYS_STAT_H
  3181. | # include <sys/stat.h>
  3182. | #endif
  3183. | #ifdef STDC_HEADERS
  3184. | # include <stdlib.h>
  3185. | # include <stddef.h>
  3186. | #else
  3187. | # ifdef HAVE_STDLIB_H
  3188. | # include <stdlib.h>
  3189. | # endif
  3190. | #endif
  3191. | #ifdef HAVE_STRING_H
  3192. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3193. | # include <memory.h>
  3194. | # endif
  3195. | # include <string.h>
  3196. | #endif
  3197. | #ifdef HAVE_STRINGS_H
  3198. | # include <strings.h>
  3199. | #endif
  3200. | #ifdef HAVE_INTTYPES_H
  3201. | # include <inttypes.h>
  3202. | #endif
  3203. | #ifdef HAVE_STDINT_H
  3204. | # include <stdint.h>
  3205. | #endif
  3206. | #ifdef HAVE_UNISTD_H
  3207. | # include <unistd.h>
  3208. | #endif
  3209. | #include <miniupnpc/upnperrors.h>
  3210. configure:24137: result: no
  3211. configure:24137: checking miniupnpc/upnperrors.h presence
  3212. configure:24137: c++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
  3213. conftest.cpp:65:10: fatal error: 'miniupnpc/upnperrors.h' file not found
  3214. #include <miniupnpc/upnperrors.h>
  3215. ^~~~~~~~~~~~~~~~~~~~~~~~
  3216. 1 error generated.
  3217. configure:24137: $? = 1
  3218. configure: failed program was:
  3219. | /* confdefs.h */
  3220. | #define PACKAGE_NAME "Bitcoin Core"
  3221. | #define PACKAGE_TARNAME "bitcoin"
  3222. | #define PACKAGE_VERSION "0.18.0"
  3223. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  3224. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3225. | #define PACKAGE_URL "https://bitcoincore.org/"
  3226. | #define HAVE_CXX11 1
  3227. | #define STDC_HEADERS 1
  3228. | #define HAVE_SYS_TYPES_H 1
  3229. | #define HAVE_SYS_STAT_H 1
  3230. | #define HAVE_STDLIB_H 1
  3231. | #define HAVE_STRING_H 1
  3232. | #define HAVE_MEMORY_H 1
  3233. | #define HAVE_STRINGS_H 1
  3234. | #define HAVE_INTTYPES_H 1
  3235. | #define HAVE_STDINT_H 1
  3236. | #define HAVE_UNISTD_H 1
  3237. | #define HAVE_DLFCN_H 1
  3238. | #define LT_OBJDIR ".libs/"
  3239. | #define USE_ASM 1
  3240. | #define ENABLE_SSE41 1
  3241. | #define ENABLE_AVX2 1
  3242. | #define ENABLE_SHANI 1
  3243. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3244. | #define HAVE_PTHREAD 1
  3245. | #define HAVE_DECL_STRERROR_R 1
  3246. | #define HAVE_STRERROR_R 1
  3247. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  3248. | #define HAVE_ENDIAN_H 1
  3249. | #define HAVE_SYS_ENDIAN_H 1
  3250. | #define HAVE_STDIO_H 1
  3251. | #define HAVE_STDLIB_H 1
  3252. | #define HAVE_UNISTD_H 1
  3253. | #define HAVE_STRINGS_H 1
  3254. | #define HAVE_SYS_TYPES_H 1
  3255. | #define HAVE_SYS_STAT_H 1
  3256. | #define HAVE_SYS_SELECT_H 1
  3257. | #define HAVE_DECL_GETIFADDRS 1
  3258. | #define HAVE_DECL_FREEIFADDRS 1
  3259. | #define HAVE_DECL_STRNLEN 1
  3260. | #define HAVE_DECL_DAEMON 1
  3261. | #define HAVE_DECL_LE16TOH 1
  3262. | #define HAVE_DECL_LE32TOH 1
  3263. | #define HAVE_DECL_LE64TOH 1
  3264. | #define HAVE_DECL_HTOLE16 1
  3265. | #define HAVE_DECL_HTOLE32 1
  3266. | #define HAVE_DECL_HTOLE64 1
  3267. | #define HAVE_DECL_BE16TOH 1
  3268. | #define HAVE_DECL_BE32TOH 1
  3269. | #define HAVE_DECL_BE64TOH 1
  3270. | #define HAVE_DECL_HTOBE16 1
  3271. | #define HAVE_DECL_HTOBE32 1
  3272. | #define HAVE_DECL_HTOBE64 1
  3273. | #define HAVE_DECL_BSWAP_16 0
  3274. | #define HAVE_DECL_BSWAP_32 0
  3275. | #define HAVE_DECL_BSWAP_64 0
  3276. | #define HAVE_DECL___BUILTIN_CLZ 0
  3277. | #define HAVE_DECL___BUILTIN_CLZL 0
  3278. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3279. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3280. | #define HAVE_THREAD_LOCAL 1
  3281. | #define HAVE_GETENTROPY 1
  3282. | /* end confdefs.h. */
  3283. | #include <miniupnpc/upnperrors.h>
  3284. configure:24137: result: no
  3285. configure:24137: checking for miniupnpc/upnperrors.h
  3286. configure:24137: result: no
  3287. configure:28303: checking whether to build Bitcoin Core GUI
  3288. configure:28333: result: no (Qt5)
  3289. configure:28407: checking for boostlib >= 1.47.0
  3290. configure:28492: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/include conftest.cpp >&5
  3291. configure:28492: $? = 0
  3292. configure:28494: result: yes
  3293. configure:28684: checking whether the Boost::System library is available
  3294. configure:28709: c++ -std=c++11 -c -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/include conftest.cpp >&5
  3295. configure:28709: $? = 0
  3296. configure:28724: result: yes
  3297. configure:28740: checking for exit in -lboost_system
  3298. configure:28765: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/include -L/usr/local/lib conftest.cpp -lboost_system >&5
  3299. configure:28765: $? = 0
  3300. configure:28775: result: yes
  3301. configure:28930: checking whether the Boost::Filesystem library is available
  3302. configure:28954: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/include conftest.cpp >&5
  3303. configure:28954: $? = 0
  3304. configure:28968: result: yes
  3305. configure:28980: checking for exit in -lboost_filesystem
  3306. configure:29005: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/include -L/usr/local/lib conftest.cpp -lboost_filesystem -lboost_system >&5
  3307. configure:29005: $? = 0
  3308. configure:29015: result: yes
  3309. configure:29167: checking whether the Boost::Thread library is available
  3310. configure:29199: c++ -std=c++11 -c -pthread -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/include conftest.cpp >&5
  3311. configure:29199: $? = 0
  3312. configure:29214: result: yes
  3313. configure:29244: checking for exit in -lboost_thread-mt
  3314. configure:29269: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/include -pthread -L/usr/local/lib conftest.cpp -lboost_thread-mt >&5
  3315. configure:29269: $? = 0
  3316. configure:29279: result: yes
  3317. configure:29439: checking whether the Boost::Chrono library is available
  3318. configure:29463: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -pthread -I/usr/local/include conftest.cpp >&5
  3319. configure:29463: $? = 0
  3320. configure:29478: result: yes
  3321. configure:29493: checking for exit in -lboost_chrono-mt
  3322. configure:29518: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -pthread -I/usr/local/include -pthread -L/usr/local/lib conftest.cpp -lboost_chrono-mt >&5
  3323. configure:29518: $? = 0
  3324. configure:29528: result: yes
  3325. configure:29770: checking whether the Boost::Unit_Test_Framework library is available
  3326. configure:29793: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/usr/local/include conftest.cpp >&5
  3327. configure:29793: $? = 0
  3328. configure:29807: result: yes
  3329. configure:29918: checking for dynamic linked boost test
  3330. configure:29933: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/usr/local/include conftest.cpp -pthread -L/usr/local/lib -lboost_unit_test_framework-mt >&5
  3331. configure:29933: $? = 0
  3332. configure:29934: result: yes
  3333. configure:29960: checking for mismatched boost c++11 scoped enums
  3334. configure:29988: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/usr/local/include conftest.cpp -pthread -L/usr/local/lib -lboost_system -lboost_filesystem -lboost_thread-mt -lboost_chrono-mt >&5
  3335. conftest.cpp:88:5: error: use of undeclared identifier 'choke'
  3336. choke;
  3337. ^
  3338. 1 error generated.
  3339. configure:29988: $? = 1
  3340. configure: failed program was:
  3341. | /* confdefs.h */
  3342. | #define PACKAGE_NAME "Bitcoin Core"
  3343. | #define PACKAGE_TARNAME "bitcoin"
  3344. | #define PACKAGE_VERSION "0.18.0"
  3345. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  3346. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3347. | #define PACKAGE_URL "https://bitcoincore.org/"
  3348. | #define HAVE_CXX11 1
  3349. | #define STDC_HEADERS 1
  3350. | #define HAVE_SYS_TYPES_H 1
  3351. | #define HAVE_SYS_STAT_H 1
  3352. | #define HAVE_STDLIB_H 1
  3353. | #define HAVE_STRING_H 1
  3354. | #define HAVE_MEMORY_H 1
  3355. | #define HAVE_STRINGS_H 1
  3356. | #define HAVE_INTTYPES_H 1
  3357. | #define HAVE_STDINT_H 1
  3358. | #define HAVE_UNISTD_H 1
  3359. | #define HAVE_DLFCN_H 1
  3360. | #define LT_OBJDIR ".libs/"
  3361. | #define USE_ASM 1
  3362. | #define ENABLE_SSE41 1
  3363. | #define ENABLE_AVX2 1
  3364. | #define ENABLE_SHANI 1
  3365. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3366. | #define HAVE_PTHREAD 1
  3367. | #define HAVE_DECL_STRERROR_R 1
  3368. | #define HAVE_STRERROR_R 1
  3369. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  3370. | #define HAVE_ENDIAN_H 1
  3371. | #define HAVE_SYS_ENDIAN_H 1
  3372. | #define HAVE_STDIO_H 1
  3373. | #define HAVE_STDLIB_H 1
  3374. | #define HAVE_UNISTD_H 1
  3375. | #define HAVE_STRINGS_H 1
  3376. | #define HAVE_SYS_TYPES_H 1
  3377. | #define HAVE_SYS_STAT_H 1
  3378. | #define HAVE_SYS_SELECT_H 1
  3379. | #define HAVE_DECL_GETIFADDRS 1
  3380. | #define HAVE_DECL_FREEIFADDRS 1
  3381. | #define HAVE_DECL_STRNLEN 1
  3382. | #define HAVE_DECL_DAEMON 1
  3383. | #define HAVE_DECL_LE16TOH 1
  3384. | #define HAVE_DECL_LE32TOH 1
  3385. | #define HAVE_DECL_LE64TOH 1
  3386. | #define HAVE_DECL_HTOLE16 1
  3387. | #define HAVE_DECL_HTOLE32 1
  3388. | #define HAVE_DECL_HTOLE64 1
  3389. | #define HAVE_DECL_BE16TOH 1
  3390. | #define HAVE_DECL_BE32TOH 1
  3391. | #define HAVE_DECL_BE64TOH 1
  3392. | #define HAVE_DECL_HTOBE16 1
  3393. | #define HAVE_DECL_HTOBE32 1
  3394. | #define HAVE_DECL_HTOBE64 1
  3395. | #define HAVE_DECL_BSWAP_16 0
  3396. | #define HAVE_DECL_BSWAP_32 0
  3397. | #define HAVE_DECL_BSWAP_64 0
  3398. | #define HAVE_DECL___BUILTIN_CLZ 0
  3399. | #define HAVE_DECL___BUILTIN_CLZL 0
  3400. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3401. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3402. | #define HAVE_THREAD_LOCAL 1
  3403. | #define HAVE_GETENTROPY 1
  3404. | #define HAVE_BOOST /**/
  3405. | #define HAVE_BOOST_SYSTEM /**/
  3406. | #define HAVE_BOOST_FILESYSTEM /**/
  3407. | #define HAVE_BOOST_THREAD /**/
  3408. | #define HAVE_BOOST_CHRONO /**/
  3409. | #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
  3410. | /* end confdefs.h. */
  3411. |
  3412. | #include <boost/config.hpp>
  3413. | #include <boost/version.hpp>
  3414. | #if !defined(BOOST_NO_SCOPED_ENUMS) && !defined(BOOST_NO_CXX11_SCOPED_ENUMS) && BOOST_VERSION < 105700
  3415. | #define BOOST_NO_SCOPED_ENUMS
  3416. | #define BOOST_NO_CXX11_SCOPED_ENUMS
  3417. | #define CHECK
  3418. | #endif
  3419. | #include <boost/filesystem.hpp>
  3420. |
  3421. | int
  3422. | main ()
  3423. | {
  3424. |
  3425. | #if defined(CHECK)
  3426. | boost::filesystem::copy_file("foo", "bar");
  3427. | #else
  3428. | choke;
  3429. | #endif
  3430. |
  3431. | ;
  3432. | return 0;
  3433. | }
  3434. configure:29992: result: ok
  3435. configure:30024: c++ -std=c++11 -o conftest -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/usr/local/include conftest.cpp -pthread -L/usr/local/lib -lboost_system -lboost_filesystem -lboost_thread-mt -lboost_chrono-mt >&5
  3436. configure:30024: $? = 0
  3437. configure:30086: checking for SSL
  3438. configure:30093: $PKG_CONFIG --exists --print-errors "libssl"
  3439. configure:30096: $? = 0
  3440. configure:30110: $PKG_CONFIG --exists --print-errors "libssl"
  3441. configure:30113: $? = 0
  3442. configure:30151: result: yes
  3443. configure:30157: checking for CRYPTO
  3444. configure:30164: $PKG_CONFIG --exists --print-errors "libcrypto"
  3445. configure:30167: $? = 0
  3446. configure:30181: $PKG_CONFIG --exists --print-errors "libcrypto"
  3447. configure:30184: $? = 0
  3448. configure:30222: result: yes
  3449. configure:30391: checking for EVENT
  3450. configure:30398: $PKG_CONFIG --exists --print-errors "libevent"
  3451. configure:30401: $? = 0
  3452. configure:30415: $PKG_CONFIG --exists --print-errors "libevent"
  3453. configure:30418: $? = 0
  3454. configure:30456: result: yes
  3455. configure:30463: checking for EVENT_PTHREADS
  3456. configure:30470: $PKG_CONFIG --exists --print-errors "libevent_pthreads"
  3457. configure:30473: $? = 0
  3458. configure:30487: $PKG_CONFIG --exists --print-errors "libevent_pthreads"
  3459. configure:30490: $? = 0
  3460. configure:30528: result: yes
  3461. configure:30538: checking for ZMQ
  3462. configure:30545: $PKG_CONFIG --exists --print-errors "libzmq >= 4"
  3463. Package libzmq was not found in the pkg-config search path
  3464. configure:30548: $? = 1
  3465. configure:30562: $PKG_CONFIG --exists --print-errors "libzmq >= 4"
  3466. Package libzmq was not found in the pkg-config search path
  3467. configure:30565: $? = 1
  3468. configure:30579: result: no
  3469. Package libzmq was not found in the pkg-config search path
  3470. configure:30598: WARNING: libzmq version 4.x or greater not found, disabling
  3471. configure:30997: checking whether EVP_MD_CTX_new is declared
  3472. configure:30997: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  3473. configure:30997: $? = 0
  3474. configure:30997: result: yes
  3475. configure:31018: checking rapidcheck.h usability
  3476. configure:31018: c++ -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  3477. conftest.cpp:107:10: fatal error: 'rapidcheck.h' file not found
  3478. #include <rapidcheck.h>
  3479. ^~~~~~~~~~~~~~
  3480. 1 error generated.
  3481. configure:31018: $? = 1
  3482. configure: failed program was:
  3483. | /* confdefs.h */
  3484. | #define PACKAGE_NAME "Bitcoin Core"
  3485. | #define PACKAGE_TARNAME "bitcoin"
  3486. | #define PACKAGE_VERSION "0.18.0"
  3487. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  3488. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3489. | #define PACKAGE_URL "https://bitcoincore.org/"
  3490. | #define HAVE_CXX11 1
  3491. | #define STDC_HEADERS 1
  3492. | #define HAVE_SYS_TYPES_H 1
  3493. | #define HAVE_SYS_STAT_H 1
  3494. | #define HAVE_STDLIB_H 1
  3495. | #define HAVE_STRING_H 1
  3496. | #define HAVE_MEMORY_H 1
  3497. | #define HAVE_STRINGS_H 1
  3498. | #define HAVE_INTTYPES_H 1
  3499. | #define HAVE_STDINT_H 1
  3500. | #define HAVE_UNISTD_H 1
  3501. | #define HAVE_DLFCN_H 1
  3502. | #define LT_OBJDIR ".libs/"
  3503. | #define USE_ASM 1
  3504. | #define ENABLE_SSE41 1
  3505. | #define ENABLE_AVX2 1
  3506. | #define ENABLE_SHANI 1
  3507. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3508. | #define HAVE_PTHREAD 1
  3509. | #define HAVE_DECL_STRERROR_R 1
  3510. | #define HAVE_STRERROR_R 1
  3511. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  3512. | #define HAVE_ENDIAN_H 1
  3513. | #define HAVE_SYS_ENDIAN_H 1
  3514. | #define HAVE_STDIO_H 1
  3515. | #define HAVE_STDLIB_H 1
  3516. | #define HAVE_UNISTD_H 1
  3517. | #define HAVE_STRINGS_H 1
  3518. | #define HAVE_SYS_TYPES_H 1
  3519. | #define HAVE_SYS_STAT_H 1
  3520. | #define HAVE_SYS_SELECT_H 1
  3521. | #define HAVE_DECL_GETIFADDRS 1
  3522. | #define HAVE_DECL_FREEIFADDRS 1
  3523. | #define HAVE_DECL_STRNLEN 1
  3524. | #define HAVE_DECL_DAEMON 1
  3525. | #define HAVE_DECL_LE16TOH 1
  3526. | #define HAVE_DECL_LE32TOH 1
  3527. | #define HAVE_DECL_LE64TOH 1
  3528. | #define HAVE_DECL_HTOLE16 1
  3529. | #define HAVE_DECL_HTOLE32 1
  3530. | #define HAVE_DECL_HTOLE64 1
  3531. | #define HAVE_DECL_BE16TOH 1
  3532. | #define HAVE_DECL_BE32TOH 1
  3533. | #define HAVE_DECL_BE64TOH 1
  3534. | #define HAVE_DECL_HTOBE16 1
  3535. | #define HAVE_DECL_HTOBE32 1
  3536. | #define HAVE_DECL_HTOBE64 1
  3537. | #define HAVE_DECL_BSWAP_16 0
  3538. | #define HAVE_DECL_BSWAP_32 0
  3539. | #define HAVE_DECL_BSWAP_64 0
  3540. | #define HAVE_DECL___BUILTIN_CLZ 0
  3541. | #define HAVE_DECL___BUILTIN_CLZL 0
  3542. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3543. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3544. | #define HAVE_THREAD_LOCAL 1
  3545. | #define HAVE_GETENTROPY 1
  3546. | #define HAVE_BOOST /**/
  3547. | #define HAVE_BOOST_SYSTEM /**/
  3548. | #define HAVE_BOOST_FILESYSTEM /**/
  3549. | #define HAVE_BOOST_THREAD /**/
  3550. | #define HAVE_BOOST_CHRONO /**/
  3551. | #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
  3552. | #define HAVE_WORKING_BOOST_SLEEP_FOR 1
  3553. | #define ENABLE_ZMQ 0
  3554. | #define HAVE_DECL_EVP_MD_CTX_NEW 1
  3555. | /* end confdefs.h. */
  3556. | #include <stdio.h>
  3557. | #ifdef HAVE_SYS_TYPES_H
  3558. | # include <sys/types.h>
  3559. | #endif
  3560. | #ifdef HAVE_SYS_STAT_H
  3561. | # include <sys/stat.h>
  3562. | #endif
  3563. | #ifdef STDC_HEADERS
  3564. | # include <stdlib.h>
  3565. | # include <stddef.h>
  3566. | #else
  3567. | # ifdef HAVE_STDLIB_H
  3568. | # include <stdlib.h>
  3569. | # endif
  3570. | #endif
  3571. | #ifdef HAVE_STRING_H
  3572. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3573. | # include <memory.h>
  3574. | # endif
  3575. | # include <string.h>
  3576. | #endif
  3577. | #ifdef HAVE_STRINGS_H
  3578. | # include <strings.h>
  3579. | #endif
  3580. | #ifdef HAVE_INTTYPES_H
  3581. | # include <inttypes.h>
  3582. | #endif
  3583. | #ifdef HAVE_STDINT_H
  3584. | # include <stdint.h>
  3585. | #endif
  3586. | #ifdef HAVE_UNISTD_H
  3587. | # include <unistd.h>
  3588. | #endif
  3589. | #include <rapidcheck.h>
  3590. configure:31018: result: no
  3591. configure:31018: checking rapidcheck.h presence
  3592. configure:31018: c++ -std=c++11 -E -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
  3593. conftest.cpp:74:10: fatal error: 'rapidcheck.h' file not found
  3594. #include <rapidcheck.h>
  3595. ^~~~~~~~~~~~~~
  3596. 1 error generated.
  3597. configure:31018: $? = 1
  3598. configure: failed program was:
  3599. | /* confdefs.h */
  3600. | #define PACKAGE_NAME "Bitcoin Core"
  3601. | #define PACKAGE_TARNAME "bitcoin"
  3602. | #define PACKAGE_VERSION "0.18.0"
  3603. | #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  3604. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3605. | #define PACKAGE_URL "https://bitcoincore.org/"
  3606. | #define HAVE_CXX11 1
  3607. | #define STDC_HEADERS 1
  3608. | #define HAVE_SYS_TYPES_H 1
  3609. | #define HAVE_SYS_STAT_H 1
  3610. | #define HAVE_STDLIB_H 1
  3611. | #define HAVE_STRING_H 1
  3612. | #define HAVE_MEMORY_H 1
  3613. | #define HAVE_STRINGS_H 1
  3614. | #define HAVE_INTTYPES_H 1
  3615. | #define HAVE_STDINT_H 1
  3616. | #define HAVE_UNISTD_H 1
  3617. | #define HAVE_DLFCN_H 1
  3618. | #define LT_OBJDIR ".libs/"
  3619. | #define USE_ASM 1
  3620. | #define ENABLE_SSE41 1
  3621. | #define ENABLE_AVX2 1
  3622. | #define ENABLE_SHANI 1
  3623. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3624. | #define HAVE_PTHREAD 1
  3625. | #define HAVE_DECL_STRERROR_R 1
  3626. | #define HAVE_STRERROR_R 1
  3627. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  3628. | #define HAVE_ENDIAN_H 1
  3629. | #define HAVE_SYS_ENDIAN_H 1
  3630. | #define HAVE_STDIO_H 1
  3631. | #define HAVE_STDLIB_H 1
  3632. | #define HAVE_UNISTD_H 1
  3633. | #define HAVE_STRINGS_H 1
  3634. | #define HAVE_SYS_TYPES_H 1
  3635. | #define HAVE_SYS_STAT_H 1
  3636. | #define HAVE_SYS_SELECT_H 1
  3637. | #define HAVE_DECL_GETIFADDRS 1
  3638. | #define HAVE_DECL_FREEIFADDRS 1
  3639. | #define HAVE_DECL_STRNLEN 1
  3640. | #define HAVE_DECL_DAEMON 1
  3641. | #define HAVE_DECL_LE16TOH 1
  3642. | #define HAVE_DECL_LE32TOH 1
  3643. | #define HAVE_DECL_LE64TOH 1
  3644. | #define HAVE_DECL_HTOLE16 1
  3645. | #define HAVE_DECL_HTOLE32 1
  3646. | #define HAVE_DECL_HTOLE64 1
  3647. | #define HAVE_DECL_BE16TOH 1
  3648. | #define HAVE_DECL_BE32TOH 1
  3649. | #define HAVE_DECL_BE64TOH 1
  3650. | #define HAVE_DECL_HTOBE16 1
  3651. | #define HAVE_DECL_HTOBE32 1
  3652. | #define HAVE_DECL_HTOBE64 1
  3653. | #define HAVE_DECL_BSWAP_16 0
  3654. | #define HAVE_DECL_BSWAP_32 0
  3655. | #define HAVE_DECL_BSWAP_64 0
  3656. | #define HAVE_DECL___BUILTIN_CLZ 0
  3657. | #define HAVE_DECL___BUILTIN_CLZL 0
  3658. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3659. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3660. | #define HAVE_THREAD_LOCAL 1
  3661. | #define HAVE_GETENTROPY 1
  3662. | #define HAVE_BOOST /**/
  3663. | #define HAVE_BOOST_SYSTEM /**/
  3664. | #define HAVE_BOOST_FILESYSTEM /**/
  3665. | #define HAVE_BOOST_THREAD /**/
  3666. | #define HAVE_BOOST_CHRONO /**/
  3667. | #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
  3668. | #define HAVE_WORKING_BOOST_SLEEP_FOR 1
  3669. | #define ENABLE_ZMQ 0
  3670. | #define HAVE_DECL_EVP_MD_CTX_NEW 1
  3671. | /* end confdefs.h. */
  3672. | #include <rapidcheck.h>
  3673. configure:31018: result: no
  3674. configure:31018: checking for rapidcheck.h
  3675. configure:31018: result: no
  3676. configure:31334: checking whether to build bitcoind
  3677. configure:31344: result: yes
  3678. configure:31347: checking whether to build bitcoin-cli
  3679. configure:31357: result: yes
  3680. configure:31360: checking whether to build bitcoin-tx
  3681. configure:31370: result: yes
  3682. configure:31373: checking whether to build bitcoin-wallet
  3683. configure:31383: result: yes
  3684. configure:31386: checking whether to build libraries
  3685. configure:31403: result: yes
  3686. configure:31414: checking if ccache should be used
  3687. configure:31427: result: no
  3688. configure:31468: checking if wallet should be enabled
  3689. configure:31471: result: yes
  3690. configure:31484: checking whether to build with support for UPnP
  3691. configure:31490: result: no
  3692. configure:31603: checking whether to build test_bitcoin
  3693. configure:31606: result: yes
  3694. configure:31615: checking whether to reduce exports
  3695. configure:31621: result: no
  3696. configure:32026: checking that generated files are newer than configure
  3697. configure:32032: result: done
  3698. configure:32188: creating ./config.status
  3699.  
  3700. ## ---------------------- ##
  3701. ## Running config.status. ##
  3702. ## ---------------------- ##
  3703.  
  3704. This file was extended by Bitcoin Core config.status 0.18.0, which was
  3705. generated by GNU Autoconf 2.69. Invocation command line was
  3706.  
  3707. CONFIG_FILES =
  3708. CONFIG_HEADERS =
  3709. CONFIG_LINKS =
  3710. CONFIG_COMMANDS =
  3711. $ ./config.status
  3712.  
  3713. on artemis.my.domain
  3714.  
  3715. config.status:1440: creating libbitcoinconsensus.pc
  3716. config.status:1440: creating Makefile
  3717. config.status:1440: creating src/Makefile
  3718. config.status:1440: creating doc/man/Makefile
  3719. config.status:1440: creating share/setup.nsi
  3720. config.status:1440: creating share/qt/Info.plist
  3721. config.status:1440: creating test/config.ini
  3722. config.status:1440: creating contrib/devtools/split-debug.sh
  3723. config.status:1440: creating src/config/bitcoin-config.h
  3724. config.status:1621: src/config/bitcoin-config.h is unchanged
  3725. config.status:1700: executing depfiles commands
  3726. config.status:1775: cd src && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  3727. ../build-aux/install-sh: not found
  3728. *** Error 1 in /tmp/bitcoin/src ((stdin):5972 './.deps/bitcoin_cli-bitcoin-cli.Po': @../build-aux/install-sh -c -d ./.deps)
  3729. config.status:1782: $? = 1
  3730. config.status:1786: error: in `/tmp/bitcoin':
  3731. config.status:1788: error: Something went wrong bootstrapping makefile fragments
  3732. for automatic dependency tracking. Try re-running configure with the
  3733. '--disable-dependency-tracking' option to at least be able to build
  3734. the package (albeit without support for automatic dependency tracking).
  3735. See `config.log' for more details
  3736.  
  3737. ## ---------------- ##
  3738. ## Cache variables. ##
  3739. ## ---------------- ##
  3740.  
  3741. ac_cv_build=x86_64-unknown-openbsd6.6
  3742. ac_cv_c_bigendian=no
  3743. ac_cv_c_compiler_gnu=yes
  3744. ac_cv_cxx_compiler_gnu=yes
  3745. ac_cv_env_ARFLAGS_set=
  3746. ac_cv_env_ARFLAGS_value=
  3747. ac_cv_env_BDB_CFLAGS_set=set
  3748. ac_cv_env_BDB_CFLAGS_value=-I/tmp/bitcoin/db4/include
  3749. ac_cv_env_BDB_LIBS_set=set
  3750. ac_cv_env_BDB_LIBS_value='-L/tmp/bitcoin/db4/lib -ldb_cxx-4.8'
  3751. ac_cv_env_CCC_set=
  3752. ac_cv_env_CCC_value=
  3753. ac_cv_env_CC_set=set
  3754. ac_cv_env_CC_value=cc
  3755. ac_cv_env_CFLAGS_set=
  3756. ac_cv_env_CFLAGS_value=
  3757. ac_cv_env_CPPFLAGS_set=
  3758. ac_cv_env_CPPFLAGS_value=
  3759. ac_cv_env_CPP_set=
  3760. ac_cv_env_CPP_value=
  3761. ac_cv_env_CRYPTO_CFLAGS_set=
  3762. ac_cv_env_CRYPTO_CFLAGS_value=
  3763. ac_cv_env_CRYPTO_LIBS_set=
  3764. ac_cv_env_CRYPTO_LIBS_value=
  3765. ac_cv_env_CXXCPP_set=
  3766. ac_cv_env_CXXCPP_value=
  3767. ac_cv_env_CXXFLAGS_set=
  3768. ac_cv_env_CXXFLAGS_value=
  3769. ac_cv_env_CXX_set=set
  3770. ac_cv_env_CXX_value=c++
  3771. ac_cv_env_EVENT_CFLAGS_set=
  3772. ac_cv_env_EVENT_CFLAGS_value=
  3773. ac_cv_env_EVENT_LIBS_set=
  3774. ac_cv_env_EVENT_LIBS_value=
  3775. ac_cv_env_EVENT_PTHREADS_CFLAGS_set=
  3776. ac_cv_env_EVENT_PTHREADS_CFLAGS_value=
  3777. ac_cv_env_EVENT_PTHREADS_LIBS_set=
  3778. ac_cv_env_EVENT_PTHREADS_LIBS_value=
  3779. ac_cv_env_LDFLAGS_set=
  3780. ac_cv_env_LDFLAGS_value=
  3781. ac_cv_env_LIBS_set=
  3782. ac_cv_env_LIBS_value=
  3783. ac_cv_env_OBJCXXFLAGS_set=
  3784. ac_cv_env_OBJCXXFLAGS_value=
  3785. ac_cv_env_OBJCXX_set=
  3786. ac_cv_env_OBJCXX_value=
  3787. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  3788. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  3789. ac_cv_env_PKG_CONFIG_PATH_set=
  3790. ac_cv_env_PKG_CONFIG_PATH_value=
  3791. ac_cv_env_PKG_CONFIG_set=
  3792. ac_cv_env_PKG_CONFIG_value=
  3793. ac_cv_env_PROTOBUF_CFLAGS_set=
  3794. ac_cv_env_PROTOBUF_CFLAGS_value=
  3795. ac_cv_env_PROTOBUF_LIBS_set=
  3796. ac_cv_env_PROTOBUF_LIBS_value=
  3797. ac_cv_env_PYTHONPATH_set=
  3798. ac_cv_env_PYTHONPATH_value=
  3799. ac_cv_env_QR_CFLAGS_set=
  3800. ac_cv_env_QR_CFLAGS_value=
  3801. ac_cv_env_QR_LIBS_set=
  3802. ac_cv_env_QR_LIBS_value=
  3803. ac_cv_env_QT5_CFLAGS_set=
  3804. ac_cv_env_QT5_CFLAGS_value=
  3805. ac_cv_env_QT5_LIBS_set=
  3806. ac_cv_env_QT5_LIBS_value=
  3807. ac_cv_env_QTACCESSIBILITY_CFLAGS_set=
  3808. ac_cv_env_QTACCESSIBILITY_CFLAGS_value=
  3809. ac_cv_env_QTACCESSIBILITY_LIBS_set=
  3810. ac_cv_env_QTACCESSIBILITY_LIBS_value=
  3811. ac_cv_env_QTCGL_CFLAGS_set=
  3812. ac_cv_env_QTCGL_CFLAGS_value=
  3813. ac_cv_env_QTCGL_LIBS_set=
  3814. ac_cv_env_QTCGL_LIBS_value=
  3815. ac_cv_env_QTCLIPBOARD_CFLAGS_set=
  3816. ac_cv_env_QTCLIPBOARD_CFLAGS_value=
  3817. ac_cv_env_QTCLIPBOARD_LIBS_set=
  3818. ac_cv_env_QTCLIPBOARD_LIBS_value=
  3819. ac_cv_env_QTDEVICEDISCOVERY_CFLAGS_set=
  3820. ac_cv_env_QTDEVICEDISCOVERY_CFLAGS_value=
  3821. ac_cv_env_QTDEVICEDISCOVERY_LIBS_set=
  3822. ac_cv_env_QTDEVICEDISCOVERY_LIBS_value=
  3823. ac_cv_env_QTEVENTDISPATCHER_CFLAGS_set=
  3824. ac_cv_env_QTEVENTDISPATCHER_CFLAGS_value=
  3825. ac_cv_env_QTEVENTDISPATCHER_LIBS_set=
  3826. ac_cv_env_QTEVENTDISPATCHER_LIBS_value=
  3827. ac_cv_env_QTFB_CFLAGS_set=
  3828. ac_cv_env_QTFB_CFLAGS_value=
  3829. ac_cv_env_QTFB_LIBS_set=
  3830. ac_cv_env_QTFB_LIBS_value=
  3831. ac_cv_env_QTFONTDATABASE_CFLAGS_set=
  3832. ac_cv_env_QTFONTDATABASE_CFLAGS_value=
  3833. ac_cv_env_QTFONTDATABASE_LIBS_set=
  3834. ac_cv_env_QTFONTDATABASE_LIBS_value=
  3835. ac_cv_env_QTGRAPHICS_CFLAGS_set=
  3836. ac_cv_env_QTGRAPHICS_CFLAGS_value=
  3837. ac_cv_env_QTGRAPHICS_LIBS_set=
  3838. ac_cv_env_QTGRAPHICS_LIBS_value=
  3839. ac_cv_env_QTPLATFORM_CFLAGS_set=
  3840. ac_cv_env_QTPLATFORM_CFLAGS_value=
  3841. ac_cv_env_QTPLATFORM_LIBS_set=
  3842. ac_cv_env_QTPLATFORM_LIBS_value=
  3843. ac_cv_env_QTTHEME_CFLAGS_set=
  3844. ac_cv_env_QTTHEME_CFLAGS_value=
  3845. ac_cv_env_QTTHEME_LIBS_set=
  3846. ac_cv_env_QTTHEME_LIBS_value=
  3847. ac_cv_env_QTXCBQPA_CFLAGS_set=
  3848. ac_cv_env_QTXCBQPA_CFLAGS_value=
  3849. ac_cv_env_QTXCBQPA_LIBS_set=
  3850. ac_cv_env_QTXCBQPA_LIBS_value=
  3851. ac_cv_env_QT_DBUS_CFLAGS_set=
  3852. ac_cv_env_QT_DBUS_CFLAGS_value=
  3853. ac_cv_env_QT_DBUS_LIBS_set=
  3854. ac_cv_env_QT_DBUS_LIBS_value=
  3855. ac_cv_env_QT_TEST_CFLAGS_set=
  3856. ac_cv_env_QT_TEST_CFLAGS_value=
  3857. ac_cv_env_QT_TEST_LIBS_set=
  3858. ac_cv_env_QT_TEST_LIBS_value=
  3859. ac_cv_env_SSL_CFLAGS_set=
  3860. ac_cv_env_SSL_CFLAGS_value=
  3861. ac_cv_env_SSL_LIBS_set=
  3862. ac_cv_env_SSL_LIBS_value=
  3863. ac_cv_env_UNIVALUE_CFLAGS_set=
  3864. ac_cv_env_UNIVALUE_CFLAGS_value=
  3865. ac_cv_env_UNIVALUE_LIBS_set=
  3866. ac_cv_env_UNIVALUE_LIBS_value=
  3867. ac_cv_env_X11XCB_CFLAGS_set=
  3868. ac_cv_env_X11XCB_CFLAGS_value=
  3869. ac_cv_env_X11XCB_LIBS_set=
  3870. ac_cv_env_X11XCB_LIBS_value=
  3871. ac_cv_env_ZMQ_CFLAGS_set=
  3872. ac_cv_env_ZMQ_CFLAGS_value=
  3873. ac_cv_env_ZMQ_LIBS_set=
  3874. ac_cv_env_ZMQ_LIBS_value=
  3875. ac_cv_env_build_alias_set=
  3876. ac_cv_env_build_alias_value=
  3877. ac_cv_env_host_alias_set=
  3878. ac_cv_env_host_alias_value=
  3879. ac_cv_env_target_alias_set=
  3880. ac_cv_env_target_alias_value=
  3881. ac_cv_func_strerror_r=yes
  3882. ac_cv_func_strerror_r_char_p=no
  3883. ac_cv_have_decl_EVP_MD_CTX_new=yes
  3884. ac_cv_have_decl___builtin_clz=no
  3885. ac_cv_have_decl___builtin_clzl=no
  3886. ac_cv_have_decl___builtin_clzll=no
  3887. ac_cv_have_decl_be16toh=yes
  3888. ac_cv_have_decl_be32toh=yes
  3889. ac_cv_have_decl_be64toh=yes
  3890. ac_cv_have_decl_bswap_16=no
  3891. ac_cv_have_decl_bswap_32=no
  3892. ac_cv_have_decl_bswap_64=no
  3893. ac_cv_have_decl_daemon=yes
  3894. ac_cv_have_decl_freeifaddrs=yes
  3895. ac_cv_have_decl_getifaddrs=yes
  3896. ac_cv_have_decl_htobe16=yes
  3897. ac_cv_have_decl_htobe32=yes
  3898. ac_cv_have_decl_htobe64=yes
  3899. ac_cv_have_decl_htole16=yes
  3900. ac_cv_have_decl_htole32=yes
  3901. ac_cv_have_decl_htole64=yes
  3902. ac_cv_have_decl_le16toh=yes
  3903. ac_cv_have_decl_le32toh=yes
  3904. ac_cv_have_decl_le64toh=yes
  3905. ac_cv_have_decl_strerror_r=yes
  3906. ac_cv_have_decl_strnlen=yes
  3907. ac_cv_header_byteswap_h=no
  3908. ac_cv_header_dlfcn_h=yes
  3909. ac_cv_header_endian_h=yes
  3910. ac_cv_header_inttypes_h=yes
  3911. ac_cv_header_memory_h=yes
  3912. ac_cv_header_miniupnpc_miniupnpc_h=no
  3913. ac_cv_header_miniupnpc_miniwget_h=no
  3914. ac_cv_header_miniupnpc_upnpcommands_h=no
  3915. ac_cv_header_miniupnpc_upnperrors_h=no
  3916. ac_cv_header_rapidcheck_h=no
  3917. ac_cv_header_stdc=yes
  3918. ac_cv_header_stdint_h=yes
  3919. ac_cv_header_stdio_h=yes
  3920. ac_cv_header_stdlib_h=yes
  3921. ac_cv_header_string_h=yes
  3922. ac_cv_header_strings_h=yes
  3923. ac_cv_header_sys_endian_h=yes
  3924. ac_cv_header_sys_prctl_h=no
  3925. ac_cv_header_sys_select_h=yes
  3926. ac_cv_header_sys_stat_h=yes
  3927. ac_cv_header_sys_types_h=yes
  3928. ac_cv_header_unistd_h=yes
  3929. ac_cv_host=x86_64-unknown-openbsd6.6
  3930. ac_cv_lib_boost_chrono_mt___exit=yes
  3931. ac_cv_lib_boost_filesystem___exit=yes
  3932. ac_cv_lib_boost_system___exit=yes
  3933. ac_cv_lib_boost_thread_mt___exit=yes
  3934. ac_cv_objcxx_compiler_gnu=yes
  3935. ac_cv_objext=o
  3936. ac_cv_path_EGREP='/usr/bin/grep -E'
  3937. ac_cv_path_FGREP='/usr/bin/grep -F'
  3938. ac_cv_path_GIT=/usr/local/bin/git
  3939. ac_cv_path_GREP=/usr/bin/grep
  3940. ac_cv_path_HEXDUMP=/usr/bin/hexdump
  3941. ac_cv_path_PYTHON=/usr/local/bin/python3.7
  3942. ac_cv_path_SED=/usr/bin/sed
  3943. ac_cv_path_ac_pt_AR=/usr/bin/ar
  3944. ac_cv_path_ac_pt_CPPFILT=/usr/bin/c++filt
  3945. ac_cv_path_ac_pt_GCOV=/usr/bin/gcov
  3946. ac_cv_path_ac_pt_OBJCOPY=/usr/bin/objcopy
  3947. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  3948. ac_cv_path_ac_pt_RANLIB=/usr/bin/ranlib
  3949. ac_cv_path_ac_pt_READELF=/usr/bin/readelf
  3950. ac_cv_path_ac_pt_STRIP=/usr/bin/strip
  3951. ac_cv_path_install='/usr/bin/install -c'
  3952. ac_cv_prog_AWK=awk
  3953. ac_cv_prog_CPP='cc -E'
  3954. ac_cv_prog_CXXCPP='c++ -std=c++11 -E'
  3955. ac_cv_prog_ac_ct_AR=ar
  3956. ac_cv_prog_ac_ct_CC=cc
  3957. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  3958. ac_cv_prog_ac_ct_OBJDUMP=objdump
  3959. ac_cv_prog_ac_ct_RANLIB=ranlib
  3960. ac_cv_prog_ac_ct_STRIP=strip
  3961. ac_cv_prog_cc_c89=
  3962. ac_cv_prog_cc_g=yes
  3963. ac_cv_prog_cxx_g=yes
  3964. ac_cv_prog_make_make_set=yes
  3965. ac_cv_prog_objcxx_g=yes
  3966. ac_cv_search_clock_gettime='none required'
  3967. ac_cv_sys_file_offset_bits=no
  3968. ac_cv_sys_largefile_CC=no
  3969. am_cv_CC_dependencies_compiler_type=gcc3
  3970. am_cv_CXX_dependencies_compiler_type=gcc3
  3971. am_cv_OBJCXX_dependencies_compiler_type=gcc3
  3972. am_cv_make_support_nested_variables=yes
  3973. am_cv_prog_cc_c_o=yes
  3974. ax_cv_PTHREAD_CLANG=yes
  3975. ax_cv_PTHREAD_CLANG_NO_WARN_FLAG=no
  3976. ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE
  3977. ax_cv_PTHREAD_PRIO_INHERIT=yes
  3978. ax_cv_PTHREAD_SPECIAL_FLAGS=no
  3979. ax_cv_boost_chrono=yes
  3980. ax_cv_boost_filesystem=yes
  3981. ax_cv_boost_system=yes
  3982. ax_cv_boost_thread=yes
  3983. ax_cv_boost_unit_test_framework=yes
  3984. ax_cv_check_cxxcppflags___D_FORTIFY_SOURCE_2=yes
  3985. ax_cv_check_cxxcppflags___U_FORTIFY_SOURCE=yes
  3986. ax_cv_check_cxxflags__Wall=yes
  3987. ax_cv_check_cxxflags__Wdeprecated_register=yes
  3988. ax_cv_check_cxxflags__Wextra=yes
  3989. ax_cv_check_cxxflags__Wformat=yes
  3990. ax_cv_check_cxxflags__Wformat_security=yes
  3991. ax_cv_check_cxxflags__Wimplicit_fallthrough=yes
  3992. ax_cv_check_cxxflags__Wrange_loop_analysis=yes
  3993. ax_cv_check_cxxflags__Wredundant_decls=yes
  3994. ax_cv_check_cxxflags__Wself_assign=yes
  3995. ax_cv_check_cxxflags__Wthread_safety_analysis=yes
  3996. ax_cv_check_cxxflags__Wunused_local_typedef=yes
  3997. ax_cv_check_cxxflags__Wunused_parameter=yes
  3998. ax_cv_check_cxxflags__Wvla=yes
  3999. ax_cv_check_cxxflags___Werror=yes
  4000. ax_cv_check_cxxflags___Wstack_protector=yes
  4001. ax_cv_check_cxxflags___fPIC=yes
  4002. ax_cv_check_cxxflags___fstack_protector_all=yes
  4003. ax_cv_check_cxxflags__mavx__mavx2=yes
  4004. ax_cv_check_cxxflags__msse4_1=yes
  4005. ax_cv_check_cxxflags__msse4_2=yes
  4006. ax_cv_check_cxxflags__msse4__msha=yes
  4007. ax_cv_check_ldflags___Wl___dynamicbase=no
  4008. ax_cv_check_ldflags___Wl___high_entropy_va=no
  4009. ax_cv_check_ldflags___Wl___large_address_aware=no
  4010. ax_cv_check_ldflags___Wl___nxcompat=no
  4011. ax_cv_check_ldflags___Wl__z_now=yes
  4012. ax_cv_check_ldflags___Wl__z_relro=yes
  4013. ax_cv_check_ldflags__fPIE__pie=yes
  4014. ax_cv_cxx_compile_cxx11__std_cpp11=yes
  4015. ax_cv_have_func_attribute_dllexport=no
  4016. ax_cv_have_func_attribute_dllimport=no
  4017. ax_cv_have_func_attribute_visibility=yes
  4018. lt_cv_ar_at_file=@
  4019. lt_cv_archive_cmds_need_lc=yes
  4020. lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
  4021. lt_cv_file_magic_cmd='$MAGIC_CMD'
  4022. lt_cv_file_magic_test_file=
  4023. lt_cv_ld_reload_flag=-r
  4024. lt_cv_nm_interface='BSD nm'
  4025. lt_cv_objdir=.libs
  4026. lt_cv_path_LD=/usr/bin/ld
  4027. lt_cv_path_LDCXX=/usr/bin/ld
  4028. lt_cv_path_NM='/usr/bin/nm -B'
  4029. lt_cv_path_mainfest_tool=no
  4030. lt_cv_prog_compiler_c_o=yes
  4031. lt_cv_prog_compiler_c_o_CXX=yes
  4032. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  4033. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  4034. lt_cv_prog_compiler_pic_works=yes
  4035. lt_cv_prog_compiler_pic_works_CXX=yes
  4036. lt_cv_prog_compiler_rtti_exceptions=yes
  4037. lt_cv_prog_compiler_static_works=yes
  4038. lt_cv_prog_compiler_static_works_CXX=yes
  4039. lt_cv_prog_gnu_ld=no
  4040. lt_cv_prog_gnu_ldcxx=yes
  4041. lt_cv_sharedlib_from_linklib_cmd='print -r --'
  4042. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'
  4043. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'
  4044. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'
  4045. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'
  4046. lt_cv_sys_max_cmd_len=196608
  4047. lt_cv_to_host_file_cmd=func_convert_file_noop
  4048. lt_cv_to_tool_file_cmd=func_convert_file_noop
  4049. pkg_cv_CRYPTO_CFLAGS=
  4050. pkg_cv_CRYPTO_LIBS=' -lcrypto'
  4051. pkg_cv_EVENT_CFLAGS=-I/usr/local/include
  4052. pkg_cv_EVENT_LIBS='-L/usr/local/lib -levent_extra -levent_core'
  4053. pkg_cv_EVENT_PTHREADS_CFLAGS='-I/usr/local/include -pthread'
  4054. pkg_cv_EVENT_PTHREADS_LIBS='-L/usr/local/lib -levent_pthreads -levent_extra -levent_core'
  4055. pkg_cv_SSL_CFLAGS=
  4056. pkg_cv_SSL_LIBS=' -lssl -lcrypto'
  4057.  
  4058. ## ----------------- ##
  4059. ## Output variables. ##
  4060. ## ----------------- ##
  4061.  
  4062. ACLOCAL='${SHELL} /tmp/bitcoin/build-aux/missing aclocal-1.16'
  4063. AMDEPBACKSLASH='\'
  4064. AMDEP_FALSE='#'
  4065. AMDEP_TRUE=''
  4066. AMTAR='$${TAR-tar}'
  4067. AM_BACKSLASH='\'
  4068. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  4069. AM_DEFAULT_VERBOSITY='0'
  4070. AM_V='$(V)'
  4071. AR='/usr/bin/ar'
  4072. ARFLAGS='cr'
  4073. AUTOCONF='${SHELL} /tmp/bitcoin/build-aux/missing autoconf'
  4074. AUTOHEADER='${SHELL} /tmp/bitcoin/build-aux/missing autoheader'
  4075. AUTOMAKE='${SHELL} /tmp/bitcoin/build-aux/missing automake-1.16'
  4076. AVX2_CXXFLAGS='-mavx -mavx2'
  4077. AWK='awk'
  4078. BDB_CFLAGS='-I/tmp/bitcoin/db4/include'
  4079. BDB_CPPFLAGS='-I/tmp/bitcoin/db4/include'
  4080. BDB_LIBS='-L/tmp/bitcoin/db4/lib -ldb_cxx-4.8'
  4081. BITCOIN_CLI_NAME='bitcoin-cli'
  4082. BITCOIN_DAEMON_NAME='bitcoind'
  4083. BITCOIN_GUI_NAME='bitcoin-qt'
  4084. BITCOIN_TX_NAME='bitcoin-tx'
  4085. BITCOIN_WALLET_TOOL_NAME='bitcoin-wallet'
  4086. BOOST_CHRONO_LIB='-lboost_chrono-mt'
  4087. BOOST_CPPFLAGS='-DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/usr/local/include'
  4088. BOOST_FILESYSTEM_LIB='-lboost_filesystem'
  4089. BOOST_LDFLAGS='-pthread -L/usr/local/lib'
  4090. BOOST_LIBS='-pthread -L/usr/local/lib -lboost_system -lboost_filesystem -lboost_thread-mt -lboost_chrono-mt'
  4091. BOOST_SYSTEM_LIB='-lboost_system'
  4092. BOOST_THREAD_LIB='-lboost_thread-mt'
  4093. BOOST_UNIT_TEST_FRAMEWORK_LIB='-lboost_unit_test_framework-mt'
  4094. BREW=''
  4095. BUILD_BITCOIND_FALSE='#'
  4096. BUILD_BITCOIND_TRUE=''
  4097. BUILD_BITCOIN_CLI_FALSE='#'
  4098. BUILD_BITCOIN_CLI_TRUE=''
  4099. BUILD_BITCOIN_LIBS_FALSE='#'
  4100. BUILD_BITCOIN_LIBS_TRUE=''
  4101. BUILD_BITCOIN_TX_FALSE='#'
  4102. BUILD_BITCOIN_TX_TRUE=''
  4103. BUILD_BITCOIN_WALLET_FALSE='#'
  4104. BUILD_BITCOIN_WALLET_TRUE=''
  4105. BUILD_DARWIN_FALSE=''
  4106. BUILD_DARWIN_TRUE='#'
  4107. CC='cc'
  4108. CCACHE=''
  4109. CCDEPMODE='depmode=gcc3'
  4110. CFLAGS='-g -O2'
  4111. CLIENT_VERSION_BUILD='0'
  4112. CLIENT_VERSION_IS_RELEASE='true'
  4113. CLIENT_VERSION_MAJOR='0'
  4114. CLIENT_VERSION_MINOR='18'
  4115. CLIENT_VERSION_REVISION='0'
  4116. COMPAT_LDFLAGS=''
  4117. COPYRIGHT_HOLDERS='The %s developers'
  4118. COPYRIGHT_HOLDERS_FINAL='The Bitcoin Core developers'
  4119. COPYRIGHT_HOLDERS_SUBSTITUTION='Bitcoin Core'
  4120. COPYRIGHT_YEAR='2019'
  4121. CPP='cc -E'
  4122. CPPFILT='/usr/bin/c++filt'
  4123. CPPFLAGS=' -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS'
  4124. CRYPTO_CFLAGS=''
  4125. CRYPTO_LIBS=' -lcrypto'
  4126. CXX='c++ -std=c++11'
  4127. CXXCPP='c++ -std=c++11 -E'
  4128. CXXDEPMODE='depmode=gcc3'
  4129. CXXFLAGS='-g -O2'
  4130. CYGPATH_W='echo'
  4131. DEBUG_CPPFLAGS=''
  4132. DEBUG_CXXFLAGS=''
  4133. DEFS='-DHAVE_CONFIG_H'
  4134. DEPDIR='.deps'
  4135. DLLTOOL='false'
  4136. DOXYGEN=''
  4137. DSYMUTIL=''
  4138. DUMPBIN=''
  4139. ECHO_C=''
  4140. ECHO_N='-n'
  4141. ECHO_T=''
  4142. EGREP='/usr/bin/grep -E'
  4143. EMBEDDED_LEVELDB_FALSE='#'
  4144. EMBEDDED_LEVELDB_TRUE=''
  4145. EMBEDDED_UNIVALUE_FALSE='#'
  4146. EMBEDDED_UNIVALUE_TRUE=''
  4147. ENABLE_AVX2_FALSE='#'
  4148. ENABLE_AVX2_TRUE=''
  4149. ENABLE_BENCH_FALSE='#'
  4150. ENABLE_BENCH_TRUE=''
  4151. ENABLE_BIP70_FALSE=''
  4152. ENABLE_BIP70_TRUE='#'
  4153. ENABLE_FUZZ_FALSE=''
  4154. ENABLE_FUZZ_TRUE='#'
  4155. ENABLE_HWCRC32_FALSE='#'
  4156. ENABLE_HWCRC32_TRUE=''
  4157. ENABLE_MAN_FALSE='#'
  4158. ENABLE_MAN_TRUE=''
  4159. ENABLE_PROPERTY_TESTS_FALSE=''
  4160. ENABLE_PROPERTY_TESTS_TRUE='#'
  4161. ENABLE_QT_FALSE=''
  4162. ENABLE_QT_TESTS_FALSE=''
  4163. ENABLE_QT_TESTS_TRUE='#'
  4164. ENABLE_QT_TRUE='#'
  4165. ENABLE_SHANI_FALSE='#'
  4166. ENABLE_SHANI_TRUE=''
  4167. ENABLE_SSE41_FALSE='#'
  4168. ENABLE_SSE41_TRUE=''
  4169. ENABLE_TESTS_FALSE='#'
  4170. ENABLE_TESTS_TRUE=''
  4171. ENABLE_WALLET_FALSE='#'
  4172. ENABLE_WALLET_TRUE=''
  4173. ENABLE_ZMQ_FALSE=''
  4174. ENABLE_ZMQ_TRUE='#'
  4175. ERROR_CXXFLAGS=''
  4176. EVENT_CFLAGS='-I/usr/local/include'
  4177. EVENT_LIBS='-L/usr/local/lib -levent_extra -levent_core'
  4178. EVENT_PTHREADS_CFLAGS='-I/usr/local/include -pthread'
  4179. EVENT_PTHREADS_LIBS='-L/usr/local/lib -levent_pthreads -levent_extra -levent_core'
  4180. EXEEXT=''
  4181. EXTENDED_FUNCTIONAL_TESTS=''
  4182. FGREP='/usr/bin/grep -F'
  4183. GCOV='/usr/bin/gcov'
  4184. GENHTML=''
  4185. GENISOIMAGE=''
  4186. GIT='/usr/local/bin/git'
  4187. GLIBC_BACK_COMPAT_FALSE=''
  4188. GLIBC_BACK_COMPAT_TRUE='#'
  4189. GPROF_CXXFLAGS=''
  4190. GPROF_LDFLAGS=''
  4191. GREP='/usr/bin/grep'
  4192. HARDENED_CPPFLAGS=' -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2'
  4193. HARDENED_CXXFLAGS=' -Wstack-protector -fstack-protector-all'
  4194. HARDENED_LDFLAGS=' -Wl,-z,relro -Wl,-z,now -pie'
  4195. HARDEN_FALSE='#'
  4196. HARDEN_TRUE=''
  4197. HAVE_CXX11='1'
  4198. HAVE_DOXYGEN_FALSE=''
  4199. HAVE_DOXYGEN_TRUE='#'
  4200. HEXDUMP='/usr/bin/hexdump'
  4201. IMAGEMAGICK_CONVERT=''
  4202. INSTALLNAMETOOL=''
  4203. INSTALL_DATA='${INSTALL} -m 644'
  4204. INSTALL_PROGRAM='${INSTALL}'
  4205. INSTALL_SCRIPT='${INSTALL}'
  4206. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  4207. LCOV=''
  4208. LCOV_OPTS=''
  4209. LD='/usr/bin/ld'
  4210. LDFLAGS=''
  4211. LEVELDB_CPPFLAGS=''
  4212. LEVELDB_TARGET_FLAGS='-DOS_OPENBSD'
  4213. LIBLEVELDB=''
  4214. LIBMEMENV=''
  4215. LIBOBJS=''
  4216. LIBS=''
  4217. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  4218. LIBTOOL_APP_LDFLAGS=''
  4219. LIPO=''
  4220. LN_S='ln -s'
  4221. LRELEASE=''
  4222. LTLIBOBJS=''
  4223. LUPDATE=''
  4224. MAINT=''
  4225. MAINTAINER_MODE_FALSE='#'
  4226. MAINTAINER_MODE_TRUE=''
  4227. MAKEINFO='${SHELL} /tmp/bitcoin/build-aux/missing makeinfo'
  4228. MAKENSIS=''
  4229. MANIFEST_TOOL=':'
  4230. MINIUPNPC_CPPFLAGS=''
  4231. MINIUPNPC_LIBS=''
  4232. MKDIR_P='build-aux/install-sh -c -d'
  4233. MOC=''
  4234. MOC_DEFS='-DHAVE_CONFIG_H -I$(srcdir)'
  4235. NM='/usr/bin/nm -B'
  4236. NMEDIT=''
  4237. NOWARN_CXXFLAGS=' -Wno-unused-parameter -Wno-self-assign -Wno-unused-local-typedef -Wno-deprecated-register -Wno-implicit-fallthrough'
  4238. OBJCOPY='/usr/bin/objcopy'
  4239. OBJCXX='c++ -std=c++11'
  4240. OBJCXXDEPMODE='depmode=gcc3'
  4241. OBJCXXFLAGS='-g -O2'
  4242. OBJDUMP='objdump'
  4243. OBJEXT='o'
  4244. OTOOL64=''
  4245. OTOOL=''
  4246. PACKAGE='bitcoin'
  4247. PACKAGE_BUGREPORT='https://github.com/bitcoin/bitcoin/issues'
  4248. PACKAGE_NAME='Bitcoin Core'
  4249. PACKAGE_STRING='Bitcoin Core 0.18.0'
  4250. PACKAGE_TARNAME='bitcoin'
  4251. PACKAGE_URL='https://bitcoincore.org/'
  4252. PACKAGE_VERSION='0.18.0'
  4253. PATH_SEPARATOR=':'
  4254. PIC_FLAGS='-fPIC'
  4255. PIE_FLAGS='-fPIE'
  4256. PKG_CONFIG='/usr/bin/pkg-config'
  4257. PKG_CONFIG_LIBDIR=''
  4258. PKG_CONFIG_PATH=''
  4259. PROTOBUF_CFLAGS=''
  4260. PROTOBUF_LIBS=''
  4261. PROTOC=''
  4262. PTHREAD_CC='cc'
  4263. PTHREAD_CFLAGS='-pthread'
  4264. PTHREAD_LIBS=''
  4265. PYTHON='/usr/local/bin/python3.7'
  4266. PYTHONPATH=''
  4267. QR_CFLAGS=''
  4268. QR_LIBS=''
  4269. QT5_CFLAGS=''
  4270. QT5_LIBS=''
  4271. QTACCESSIBILITY_CFLAGS=''
  4272. QTACCESSIBILITY_LIBS=''
  4273. QTCGL_CFLAGS=''
  4274. QTCGL_LIBS=''
  4275. QTCLIPBOARD_CFLAGS=''
  4276. QTCLIPBOARD_LIBS=''
  4277. QTDEVICEDISCOVERY_CFLAGS=''
  4278. QTDEVICEDISCOVERY_LIBS=''
  4279. QTEVENTDISPATCHER_CFLAGS=''
  4280. QTEVENTDISPATCHER_LIBS=''
  4281. QTFB_CFLAGS=''
  4282. QTFB_LIBS=''
  4283. QTFONTDATABASE_CFLAGS=''
  4284. QTFONTDATABASE_LIBS=''
  4285. QTGRAPHICS_CFLAGS=''
  4286. QTGRAPHICS_LIBS=''
  4287. QTPLATFORM_CFLAGS=''
  4288. QTPLATFORM_LIBS=''
  4289. QTTHEME_CFLAGS=''
  4290. QTTHEME_LIBS=''
  4291. QTXCBQPA_CFLAGS=''
  4292. QTXCBQPA_LIBS=''
  4293. QT_DBUS_CFLAGS=''
  4294. QT_DBUS_INCLUDES=''
  4295. QT_DBUS_LIBS=''
  4296. QT_INCLUDES=''
  4297. QT_LDFLAGS=''
  4298. QT_LIBS=''
  4299. QT_PIE_FLAGS=''
  4300. QT_SELECT='qt5'
  4301. QT_TEST_CFLAGS=''
  4302. QT_TEST_INCLUDES=''
  4303. QT_TEST_LIBS=''
  4304. QT_TRANSLATION_DIR=''
  4305. RANLIB='/usr/bin/ranlib'
  4306. RAPIDCHECK_LIBS=''
  4307. RCC=''
  4308. READELF='/usr/bin/readelf'
  4309. RELDFLAGS=''
  4310. RSVG_CONVERT=''
  4311. SANITIZER_CXXFLAGS=''
  4312. SANITIZER_LDFLAGS=''
  4313. SED='/usr/bin/sed'
  4314. SET_MAKE=''
  4315. SHANI_CXXFLAGS='-msse4 -msha'
  4316. SHELL='/bin/sh'
  4317. SSE41_CXXFLAGS='-msse4.1'
  4318. SSE42_CXXFLAGS='-msse4.2'
  4319. SSL_CFLAGS=''
  4320. SSL_LIBS=' -lssl -lcrypto'
  4321. STRIP='/usr/bin/strip'
  4322. TARGET_DARWIN_FALSE=''
  4323. TARGET_DARWIN_TRUE='#'
  4324. TARGET_WINDOWS_FALSE=''
  4325. TARGET_WINDOWS_TRUE='#'
  4326. TESTDEFS=' -DBOOST_TEST_DYN_LINK'
  4327. TIFFCP=''
  4328. UIC=''
  4329. UNIVALUE_CFLAGS='-I$(srcdir)/univalue/include'
  4330. UNIVALUE_LIBS='univalue/libunivalue.la'
  4331. USE_ASM_FALSE='#'
  4332. USE_ASM_TRUE=''
  4333. USE_LCOV_FALSE=''
  4334. USE_LCOV_TRUE='#'
  4335. USE_QRCODE=''
  4336. USE_QRCODE_FALSE=''
  4337. USE_QRCODE_TRUE='#'
  4338. USE_UPNP=''
  4339. VERSION='0.18.0'
  4340. WARN_CXXFLAGS=' -Wall -Wextra -Wformat -Wvla -Wformat-security -Wthread-safety-analysis -Wrange-loop-analysis -Wredundant-decls'
  4341. WINDOWS_BITS=''
  4342. WINDRES=''
  4343. X11XCB_CFLAGS=''
  4344. X11XCB_LIBS=''
  4345. XGETTEXT=''
  4346. ZMQ_CFLAGS=''
  4347. ZMQ_LIBS=''
  4348. ac_ct_AR='ar'
  4349. ac_ct_CC='cc'
  4350. ac_ct_CXX=''
  4351. ac_ct_DUMPBIN=''
  4352. ac_ct_OBJCXX=''
  4353. am__EXEEXT_FALSE=''
  4354. am__EXEEXT_TRUE='#'
  4355. am__fastdepCC_FALSE='#'
  4356. am__fastdepCC_TRUE=''
  4357. am__fastdepCXX_FALSE='#'
  4358. am__fastdepCXX_TRUE=''
  4359. am__fastdepOBJCXX_FALSE='#'
  4360. am__fastdepOBJCXX_TRUE=''
  4361. am__include='include'
  4362. am__isrc=''
  4363. am__leading_dot='.'
  4364. am__nodep='_no'
  4365. am__quote=''
  4366. am__tar='$${TAR-tar} chof - "$$tardir"'
  4367. am__untar='$${TAR-tar} xf -'
  4368. ax_pthread_config=''
  4369. bindir='${exec_prefix}/bin'
  4370. build='x86_64-unknown-openbsd6.6'
  4371. build_alias=''
  4372. build_cpu='x86_64'
  4373. build_os='openbsd6.6'
  4374. build_vendor='unknown'
  4375. datadir='${datarootdir}'
  4376. datarootdir='${prefix}/share'
  4377. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  4378. dvidir='${docdir}'
  4379. exec_prefix='${prefix}'
  4380. host='x86_64-unknown-openbsd6.6'
  4381. host_alias=''
  4382. host_cpu='x86_64'
  4383. host_os='openbsd6.6'
  4384. host_vendor='unknown'
  4385. htmldir='${docdir}'
  4386. includedir='${prefix}/include'
  4387. infodir='${datarootdir}/info'
  4388. install_sh='${SHELL} /tmp/bitcoin/build-aux/install-sh'
  4389. libdir='${exec_prefix}/lib'
  4390. libexecdir='${exec_prefix}/libexec'
  4391. localedir='${datarootdir}/locale'
  4392. localstatedir='${prefix}/var'
  4393. mandir='${datarootdir}/man'
  4394. mkdir_p='$(MKDIR_P)'
  4395. oldincludedir='/usr/include'
  4396. pdfdir='${docdir}'
  4397. prefix='/usr/local'
  4398. program_transform_name='s,x,x,'
  4399. psdir='${docdir}'
  4400. sbindir='${exec_prefix}/sbin'
  4401. sharedstatedir='${prefix}/com'
  4402. subdirs=' src/univalue src/secp256k1'
  4403. sysconfdir='${prefix}/etc'
  4404. target_alias=''
  4405.  
  4406. ## ----------- ##
  4407. ## confdefs.h. ##
  4408. ## ----------- ##
  4409.  
  4410. /* confdefs.h */
  4411. #define PACKAGE_NAME "Bitcoin Core"
  4412. #define PACKAGE_TARNAME "bitcoin"
  4413. #define PACKAGE_VERSION "0.18.0"
  4414. #define PACKAGE_STRING "Bitcoin Core 0.18.0"
  4415. #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4416. #define PACKAGE_URL "https://bitcoincore.org/"
  4417. #define HAVE_CXX11 1
  4418. #define STDC_HEADERS 1
  4419. #define HAVE_SYS_TYPES_H 1
  4420. #define HAVE_SYS_STAT_H 1
  4421. #define HAVE_STDLIB_H 1
  4422. #define HAVE_STRING_H 1
  4423. #define HAVE_MEMORY_H 1
  4424. #define HAVE_STRINGS_H 1
  4425. #define HAVE_INTTYPES_H 1
  4426. #define HAVE_STDINT_H 1
  4427. #define HAVE_UNISTD_H 1
  4428. #define HAVE_DLFCN_H 1
  4429. #define LT_OBJDIR ".libs/"
  4430. #define USE_ASM 1
  4431. #define ENABLE_SSE41 1
  4432. #define ENABLE_AVX2 1
  4433. #define ENABLE_SHANI 1
  4434. #define HAVE_PTHREAD_PRIO_INHERIT 1
  4435. #define HAVE_PTHREAD 1
  4436. #define HAVE_DECL_STRERROR_R 1
  4437. #define HAVE_STRERROR_R 1
  4438. #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  4439. #define HAVE_ENDIAN_H 1
  4440. #define HAVE_SYS_ENDIAN_H 1
  4441. #define HAVE_STDIO_H 1
  4442. #define HAVE_STDLIB_H 1
  4443. #define HAVE_UNISTD_H 1
  4444. #define HAVE_STRINGS_H 1
  4445. #define HAVE_SYS_TYPES_H 1
  4446. #define HAVE_SYS_STAT_H 1
  4447. #define HAVE_SYS_SELECT_H 1
  4448. #define HAVE_DECL_GETIFADDRS 1
  4449. #define HAVE_DECL_FREEIFADDRS 1
  4450. #define HAVE_DECL_STRNLEN 1
  4451. #define HAVE_DECL_DAEMON 1
  4452. #define HAVE_DECL_LE16TOH 1
  4453. #define HAVE_DECL_LE32TOH 1
  4454. #define HAVE_DECL_LE64TOH 1
  4455. #define HAVE_DECL_HTOLE16 1
  4456. #define HAVE_DECL_HTOLE32 1
  4457. #define HAVE_DECL_HTOLE64 1
  4458. #define HAVE_DECL_BE16TOH 1
  4459. #define HAVE_DECL_BE32TOH 1
  4460. #define HAVE_DECL_BE64TOH 1
  4461. #define HAVE_DECL_HTOBE16 1
  4462. #define HAVE_DECL_HTOBE32 1
  4463. #define HAVE_DECL_HTOBE64 1
  4464. #define HAVE_DECL_BSWAP_16 0
  4465. #define HAVE_DECL_BSWAP_32 0
  4466. #define HAVE_DECL_BSWAP_64 0
  4467. #define HAVE_DECL___BUILTIN_CLZ 0
  4468. #define HAVE_DECL___BUILTIN_CLZL 0
  4469. #define HAVE_DECL___BUILTIN_CLZLL 0
  4470. #define HAVE_VISIBILITY_ATTRIBUTE 1
  4471. #define HAVE_THREAD_LOCAL 1
  4472. #define HAVE_GETENTROPY 1
  4473. #define HAVE_BOOST /**/
  4474. #define HAVE_BOOST_SYSTEM /**/
  4475. #define HAVE_BOOST_FILESYSTEM /**/
  4476. #define HAVE_BOOST_THREAD /**/
  4477. #define HAVE_BOOST_CHRONO /**/
  4478. #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
  4479. #define HAVE_WORKING_BOOST_SLEEP_FOR 1
  4480. #define ENABLE_ZMQ 0
  4481. #define HAVE_DECL_EVP_MD_CTX_NEW 1
  4482. #define HAVE_CONSENSUS_LIB 1
  4483. #define ENABLE_WALLET 1
  4484. #define CLIENT_VERSION_MAJOR 0
  4485. #define CLIENT_VERSION_MINOR 18
  4486. #define CLIENT_VERSION_REVISION 0
  4487. #define CLIENT_VERSION_BUILD 0
  4488. #define CLIENT_VERSION_IS_RELEASE true
  4489. #define COPYRIGHT_YEAR 2019
  4490. #define COPYRIGHT_HOLDERS "The %s developers"
  4491. #define COPYRIGHT_HOLDERS_SUBSTITUTION "Bitcoin Core"
  4492. #define COPYRIGHT_HOLDERS_FINAL "The Bitcoin Core developers"
  4493.  
  4494. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment