Guest User

Untitled

a guest
Oct 9th, 2014
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 168.45 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.9.99, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --with-boost=/usr/local/Cellar/boost/1.55.0_2
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = patrick-bitpay.local
  14. uname -m = x86_64
  15. uname -r = 13.3.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 13.3.0: Tue Jun 3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
  18.  
  19. /usr/bin/uname -p = i386
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = Mach kernel version:
  26. Darwin Kernel Version 13.3.0: Tue Jun 3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
  27. Kernel configured for up to 8 processors.
  28. 4 processors are physically available.
  29. 8 processors are logically available.
  30. Processor type: i486 (Intel 80486)
  31. Processors active: 0 1 2 3 4 5 6 7
  32. Primary memory available: 16.00 gigabytes
  33. Default processor set: 227 tasks, 1151 threads, 8 processors
  34. Load average: 1.94, Mach factor: 6.05
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /Users/patrick/.nvm/v0.10.26/bin
  40. PATH: /Users/patrick/.rvm/gems/ruby-2.1.2/bin
  41. PATH: /Users/patrick/.rvm/gems/ruby-2.1.2@global/bin
  42. PATH: /Users/patrick/.rvm/rubies/ruby-2.1.2/bin
  43. PATH: /Users/patrick/code/bitpay/root/node_modules/script/bin
  44. PATH: /opt/local/bin
  45. PATH: /opt/local/sbin
  46. PATH: /usr/local/bin
  47. PATH: /usr/bin
  48. PATH: /bin
  49. PATH: /usr/sbin
  50. PATH: /sbin
  51. PATH: /opt/X11/bin
  52. PATH: /usr/local/git/bin
  53. PATH: /usr/local/MacGPG2/bin
  54. PATH: /Users/patrick/.rvm/bin
  55. PATH: /Users/patrick/.rvm/bin
  56.  
  57.  
  58. ## ----------- ##
  59. ## Core tests. ##
  60. ## ----------- ##
  61.  
  62. configure:2952: checking build system type
  63. configure:2966: result: x86_64-apple-darwin13.3.0
  64. configure:2986: checking host system type
  65. configure:2999: result: x86_64-apple-darwin13.3.0
  66. configure:3040: checking how to print strings
  67. configure:3067: result: printf
  68. configure:3139: checking for gcc
  69. configure:3166: result: clang
  70. configure:3395: checking for C compiler version
  71. configure:3404: clang --version >&5
  72. Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
  73. Target: x86_64-apple-darwin13.3.0
  74. Thread model: posix
  75. configure:3415: $? = 0
  76. configure:3404: clang -v >&5
  77. Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
  78. Target: x86_64-apple-darwin13.3.0
  79. Thread model: posix
  80. configure:3415: $? = 0
  81. configure:3404: clang -V >&5
  82. clang: error: argument to '-V' is missing (expected 1 value)
  83. clang: error: no input files
  84. configure:3415: $? = 1
  85. configure:3404: clang -qversion >&5
  86. clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
  87. clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
  88. clang: error: no input files
  89. configure:3415: $? = 1
  90. configure:3435: checking whether the C compiler works
  91. configure:3457: clang conftest.c >&5
  92. configure:3461: $? = 0
  93. configure:3509: result: yes
  94. configure:3512: checking for C compiler default output file name
  95. configure:3514: result: a.out
  96. configure:3520: checking for suffix of executables
  97. configure:3527: clang -o conftest conftest.c >&5
  98. configure:3531: $? = 0
  99. configure:3553: result:
  100. configure:3575: checking whether we are cross compiling
  101. configure:3583: clang -o conftest conftest.c >&5
  102. configure:3587: $? = 0
  103. configure:3594: ./conftest
  104. configure:3598: $? = 0
  105. configure:3613: result: no
  106. configure:3618: checking for suffix of object files
  107. configure:3640: clang -c conftest.c >&5
  108. configure:3644: $? = 0
  109. configure:3665: result: o
  110. configure:3669: checking whether we are using the GNU C compiler
  111. configure:3688: clang -c conftest.c >&5
  112. configure:3688: $? = 0
  113. configure:3697: result: yes
  114. configure:3706: checking whether clang accepts -g
  115. configure:3726: clang -c -g conftest.c >&5
  116. configure:3726: $? = 0
  117. configure:3767: result: yes
  118. configure:3784: checking for clang option to accept ISO C89
  119. configure:3847: clang -c -g -O2 conftest.c >&5
  120. configure:3847: $? = 0
  121. configure:3860: result: none needed
  122. configure:3885: checking whether clang understands -c and -o together
  123. configure:3907: clang -c conftest.c -o conftest2.o
  124. configure:3910: $? = 0
  125. configure:3907: clang -c conftest.c -o conftest2.o
  126. configure:3910: $? = 0
  127. configure:3922: result: yes
  128. configure:3939: checking for a sed that does not truncate output
  129. configure:4003: result: /usr/bin/sed
  130. configure:4021: checking for grep that handles long lines and -e
  131. configure:4079: result: /usr/bin/grep
  132. configure:4084: checking for egrep
  133. configure:4146: result: /usr/bin/grep -E
  134. configure:4151: checking for fgrep
  135. configure:4213: result: /usr/bin/grep -F
  136. configure:4248: checking for ld used by clang
  137. configure:4315: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  138. configure:4322: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
  139. configure:4337: result: no
  140. configure:4349: checking for BSD- or MS-compatible name lister (nm)
  141. configure:4398: result: /usr/bin/nm
  142. configure:4528: checking the name lister (/usr/bin/nm) interface
  143. configure:4535: clang -c -g -O2 conftest.c >&5
  144. configure:4538: /usr/bin/nm "conftest.o"
  145. configure:4541: output
  146. 000000000000021c S _some_variable
  147. configure:4548: result: BSD nm
  148. configure:4551: checking whether ln -s works
  149. configure:4555: result: yes
  150. configure:4563: checking the maximum length of command line arguments
  151. configure:4693: result: 196608
  152. configure:4710: checking whether the shell understands some XSI constructs
  153. configure:4720: result: yes
  154. configure:4724: checking whether the shell understands "+="
  155. configure:4730: result: yes
  156. configure:4765: checking how to convert x86_64-apple-darwin13.3.0 file names to x86_64-apple-darwin13.3.0 format
  157. configure:4805: result: func_convert_file_noop
  158. configure:4812: checking how to convert x86_64-apple-darwin13.3.0 file names to toolchain format
  159. configure:4832: result: func_convert_file_noop
  160. configure:4839: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
  161. configure:4846: result: -r
  162. configure:4920: checking for objdump
  163. configure:4950: result: no
  164. configure:4979: checking how to recognize dependent libraries
  165. configure:5181: result: pass_all
  166. configure:5266: checking for dlltool
  167. configure:5296: result: no
  168. configure:5326: checking how to associate runtime and link libraries
  169. configure:5353: result: printf %s\n
  170. configure:5414: checking for ar
  171. configure:5430: found /usr/bin/ar
  172. configure:5441: result: ar
  173. configure:5478: checking for archiver @FILE support
  174. configure:5495: clang -c -g -O2 conftest.c >&5
  175. configure:5495: $? = 0
  176. configure:5498: ar cru libconftest.a @conftest.lst >&5
  177. ar: @conftest.lst: No such file or directory
  178. configure:5501: $? = 1
  179. configure:5521: result: no
  180. configure:5579: checking for strip
  181. configure:5595: found /usr/bin/strip
  182. configure:5606: result: strip
  183. configure:5678: checking for ranlib
  184. configure:5694: found /usr/bin/ranlib
  185. configure:5705: result: ranlib
  186. configure:5782: checking for gawk
  187. configure:5812: result: no
  188. configure:5782: checking for mawk
  189. configure:5812: result: no
  190. configure:5782: checking for nawk
  191. configure:5812: result: no
  192. configure:5782: checking for awk
  193. configure:5798: found /usr/bin/awk
  194. configure:5809: result: awk
  195. configure:5849: checking command to parse /usr/bin/nm output from clang object
  196. configure:5969: clang -c -g -O2 conftest.c >&5
  197. configure:5972: $? = 0
  198. configure:5976: /usr/bin/nm 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
  199. configure:5979: $? = 0
  200. cannot find nm_test_var in conftest.nm
  201. configure:5969: clang -c -g -O2 conftest.c >&5
  202. configure:5972: $? = 0
  203. configure:5976: /usr/bin/nm 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
  204. configure:5979: $? = 0
  205. configure:6045: clang -o conftest -g -O2 conftest.c conftstm.o >&5
  206. configure:6048: $? = 0
  207. configure:6086: result: ok
  208. configure:6123: checking for sysroot
  209. configure:6153: result: no
  210. configure:6409: checking for mt
  211. configure:6439: result: no
  212. configure:6459: checking if : is a manifest tool
  213. configure:6465: : '-?'
  214. configure:6473: result: no
  215. configure:6529: checking for dsymutil
  216. configure:6545: found /usr/bin/dsymutil
  217. configure:6556: result: dsymutil
  218. configure:6621: checking for nmedit
  219. configure:6637: found /usr/bin/nmedit
  220. configure:6648: result: nmedit
  221. configure:6713: checking for lipo
  222. configure:6729: found /usr/bin/lipo
  223. configure:6740: result: lipo
  224. configure:6805: checking for otool
  225. configure:6821: found /usr/bin/otool
  226. configure:6832: result: otool
  227. configure:6897: checking for otool64
  228. configure:6927: result: no
  229. configure:6972: checking for -single_module linker flag
  230. clang -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
  231. configure:7005: result: yes
  232. configure:7008: checking for -exported_symbols_list linker flag
  233. configure:7028: clang -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
  234. configure:7028: $? = 0
  235. configure:7038: result: yes
  236. configure:7041: checking for -force_load linker flag
  237. clang -g -O2 -c -o conftest.o conftest.c
  238. ar cru libconftest.a conftest.o
  239. ranlib libconftest.a
  240. clang -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
  241. configure:7073: result: yes
  242. configure:7115: checking how to run the C preprocessor
  243. configure:7185: result: cpp
  244. configure:7205: cpp conftest.c
  245. configure:7205: $? = 0
  246. configure:7219: cpp conftest.c
  247. conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
  248. #include <ac_nonexistent.h>
  249. ^
  250. 1 error generated.
  251. configure:7219: $? = 1
  252. configure: failed program was:
  253. | /* confdefs.h */
  254. | #define PACKAGE_NAME "Bitcoin Core"
  255. | #define PACKAGE_TARNAME "bitcoin"
  256. | #define PACKAGE_VERSION "0.9.99"
  257. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  258. | #define PACKAGE_BUGREPORT "[email protected]"
  259. | #define PACKAGE_URL ""
  260. | /* end confdefs.h. */
  261. | #include <ac_nonexistent.h>
  262. configure:7248: checking for ANSI C header files
  263. configure:7268: clang -c -g -O2 conftest.c >&5
  264. configure:7268: $? = 0
  265. In file included from conftest.c:9:
  266. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/string.h:63:
  267. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/Availability.h:148:
  268. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/AvailabilityInternal.h:4098:10: error: #else without #if
  269. #else
  270. ^
  271. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/AvailabilityInternal.h:4158:10: error: unterminated conditional directive
  272. #if __MAC_OS_X_VERSION_MIN_REQUIRED >= __MAC_10_6
  273. ^
  274. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/AvailabilityInternal.h:4131:10: error: unterminated conditional directive
  275. #if __MAC_OS_X_VERSION_MIN_REQUIRED >= __MAC_10_5
  276. ^
  277. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/AvailabilityInternal.h:4108:10: error: unterminated conditional directive
  278. #if __MAC_OS_X_VERSION_MIN_REQUIRED >= __MAC_10_4
  279. ^
  280. 4 errors generated.
  281. In file included from conftest.c:9:
  282. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/stdlib.h:61:
  283. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/Availability.h:148:
  284. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/AvailabilityInternal.h:4098:10: error: #else without #if
  285. #else
  286. ^
  287. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/AvailabilityInternal.h:4158:10: error: unterminated conditional directive
  288. #if __MAC_OS_X_VERSION_MIN_REQUIRED >= __MAC_10_6
  289. ^
  290. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/AvailabilityInternal.h:4131:10: error: unterminated conditional directive
  291. #if __MAC_OS_X_VERSION_MIN_REQUIRED >= __MAC_10_5
  292. ^
  293. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/AvailabilityInternal.h:4108:10: error: unterminated conditional directive
  294. #if __MAC_OS_X_VERSION_MIN_REQUIRED >= __MAC_10_4
  295. ^
  296. 4 errors generated.
  297. configure:7341: clang -o conftest -g -O2 conftest.c >&5
  298. configure:7341: $? = 0
  299. configure:7341: ./conftest
  300. configure:7341: $? = 0
  301. configure:7352: result: yes
  302. configure:7365: checking for sys/types.h
  303. configure:7365: clang -c -g -O2 conftest.c >&5
  304. configure:7365: $? = 0
  305. configure:7365: result: yes
  306. configure:7365: checking for sys/stat.h
  307. configure:7365: clang -c -g -O2 conftest.c >&5
  308. configure:7365: $? = 0
  309. configure:7365: result: yes
  310. configure:7365: checking for stdlib.h
  311. configure:7365: clang -c -g -O2 conftest.c >&5
  312. configure:7365: $? = 0
  313. configure:7365: result: yes
  314. configure:7365: checking for string.h
  315. configure:7365: clang -c -g -O2 conftest.c >&5
  316. configure:7365: $? = 0
  317. configure:7365: result: yes
  318. configure:7365: checking for memory.h
  319. configure:7365: clang -c -g -O2 conftest.c >&5
  320. configure:7365: $? = 0
  321. configure:7365: result: yes
  322. configure:7365: checking for strings.h
  323. configure:7365: clang -c -g -O2 conftest.c >&5
  324. configure:7365: $? = 0
  325. configure:7365: result: yes
  326. configure:7365: checking for inttypes.h
  327. configure:7365: clang -c -g -O2 conftest.c >&5
  328. configure:7365: $? = 0
  329. configure:7365: result: yes
  330. configure:7365: checking for stdint.h
  331. configure:7365: clang -c -g -O2 conftest.c >&5
  332. configure:7365: $? = 0
  333. configure:7365: result: yes
  334. configure:7365: checking for unistd.h
  335. configure:7365: clang -c -g -O2 conftest.c >&5
  336. configure:7365: $? = 0
  337. configure:7365: result: yes
  338. configure:7379: checking for dlfcn.h
  339. configure:7379: clang -c -g -O2 conftest.c >&5
  340. configure:7379: $? = 0
  341. configure:7379: result: yes
  342. configure:7584: checking for objdir
  343. configure:7599: result: .libs
  344. configure:7870: checking if clang supports -fno-rtti -fno-exceptions
  345. configure:7888: clang -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  346. configure:7892: $? = 0
  347. configure:7905: result: yes
  348. configure:8232: checking for clang option to produce PIC
  349. configure:8239: result: -fno-common -DPIC
  350. configure:8247: checking if clang PIC flag -fno-common -DPIC works
  351. configure:8265: clang -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
  352. configure:8269: $? = 0
  353. configure:8282: result: yes
  354. configure:8311: checking if clang static flag -static works
  355. configure:8339: result: no
  356. configure:8354: checking if clang supports -c -o file.o
  357. configure:8375: clang -c -g -O2 -o out/conftest2.o conftest.c >&5
  358. configure:8379: $? = 0
  359. configure:8401: result: yes
  360. configure:8409: checking if clang supports -c -o file.o
  361. configure:8456: result: yes
  362. configure:8489: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
  363. configure:9642: result: yes
  364. configure:9882: checking dynamic linker characteristics
  365. configure:10615: result: darwin13.3.0 dyld
  366. configure:10722: checking how to hardcode library paths into programs
  367. configure:10747: result: immediate
  368. configure:11287: checking whether stripping libraries is possible
  369. configure:11301: result: yes
  370. configure:11327: checking if libtool supports shared libraries
  371. configure:11329: result: yes
  372. configure:11332: checking whether to build shared libraries
  373. configure:11353: result: no
  374. configure:11356: checking whether to build static libraries
  375. configure:11360: result: yes
  376. configure:11519: checking for a BSD-compatible install
  377. configure:11587: result: /usr/bin/install -c
  378. configure:11598: checking whether build environment is sane
  379. configure:11653: result: yes
  380. configure:11801: checking for a thread-safe mkdir -p
  381. configure:11840: result: build-aux/install-sh -c -d
  382. configure:11843: checking whether make sets $(MAKE)
  383. configure:11865: result: yes
  384. configure:11895: checking for style of include used by make
  385. configure:11923: result: GNU
  386. configure:11957: checking whether make supports nested variables
  387. configure:11974: result: yes
  388. configure:12050: checking dependency style of clang
  389. configure:12161: result: gcc3
  390. configure:12220: checking whether to enable maintainer-specific portions of Makefiles
  391. configure:12229: result: yes
  392. configure:12254: checking whether make supports nested variables
  393. configure:12271: result: yes
  394. configure:12395: checking for C++ compiler version
  395. configure:12404: clang++ --version >&5
  396. Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
  397. Target: x86_64-apple-darwin13.3.0
  398. Thread model: posix
  399. configure:12415: $? = 0
  400. configure:12404: clang++ -v >&5
  401. Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
  402. Target: x86_64-apple-darwin13.3.0
  403. Thread model: posix
  404. configure:12415: $? = 0
  405. configure:12404: clang++ -V >&5
  406. clang: error: argument to '-V' is missing (expected 1 value)
  407. clang: error: no input files
  408. configure:12415: $? = 1
  409. configure:12404: clang++ -qversion >&5
  410. clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
  411. clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
  412. clang: error: no input files
  413. configure:12415: $? = 1
  414. configure:12419: checking whether we are using the GNU C++ compiler
  415. configure:12438: clang++ -c conftest.cpp >&5
  416. configure:12438: $? = 0
  417. configure:12447: result: yes
  418. configure:12456: checking whether clang++ accepts -g
  419. configure:12476: clang++ -c -g conftest.cpp >&5
  420. configure:12476: $? = 0
  421. configure:12517: result: yes
  422. configure:12558: checking how to run the C++ preprocessor
  423. configure:12585: clang++ -E conftest.cpp
  424. configure:12585: $? = 0
  425. configure:12599: clang++ -E conftest.cpp
  426. conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
  427. #include <ac_nonexistent.h>
  428. ^
  429. 1 error generated.
  430. configure:12599: $? = 1
  431. configure: failed program was:
  432. | /* confdefs.h */
  433. | #define PACKAGE_NAME "Bitcoin Core"
  434. | #define PACKAGE_TARNAME "bitcoin"
  435. | #define PACKAGE_VERSION "0.9.99"
  436. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  437. | #define PACKAGE_BUGREPORT "[email protected]"
  438. | #define PACKAGE_URL ""
  439. | #define STDC_HEADERS 1
  440. | #define HAVE_SYS_TYPES_H 1
  441. | #define HAVE_SYS_STAT_H 1
  442. | #define HAVE_STDLIB_H 1
  443. | #define HAVE_STRING_H 1
  444. | #define HAVE_MEMORY_H 1
  445. | #define HAVE_STRINGS_H 1
  446. | #define HAVE_INTTYPES_H 1
  447. | #define HAVE_STDINT_H 1
  448. | #define HAVE_UNISTD_H 1
  449. | #define HAVE_DLFCN_H 1
  450. | #define LT_OBJDIR ".libs/"
  451. | /* end confdefs.h. */
  452. | #include <ac_nonexistent.h>
  453. configure:12624: result: clang++ -E
  454. configure:12644: clang++ -E conftest.cpp
  455. configure:12644: $? = 0
  456. configure:12658: clang++ -E conftest.cpp
  457. conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
  458. #include <ac_nonexistent.h>
  459. ^
  460. 1 error generated.
  461. configure:12658: $? = 1
  462. configure: failed program was:
  463. | /* confdefs.h */
  464. | #define PACKAGE_NAME "Bitcoin Core"
  465. | #define PACKAGE_TARNAME "bitcoin"
  466. | #define PACKAGE_VERSION "0.9.99"
  467. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  468. | #define PACKAGE_BUGREPORT "[email protected]"
  469. | #define PACKAGE_URL ""
  470. | #define STDC_HEADERS 1
  471. | #define HAVE_SYS_TYPES_H 1
  472. | #define HAVE_SYS_STAT_H 1
  473. | #define HAVE_STDLIB_H 1
  474. | #define HAVE_STRING_H 1
  475. | #define HAVE_MEMORY_H 1
  476. | #define HAVE_STRINGS_H 1
  477. | #define HAVE_INTTYPES_H 1
  478. | #define HAVE_STDINT_H 1
  479. | #define HAVE_UNISTD_H 1
  480. | #define HAVE_DLFCN_H 1
  481. | #define LT_OBJDIR ".libs/"
  482. | /* end confdefs.h. */
  483. | #include <ac_nonexistent.h>
  484. configure:12827: checking for ld used by clang++
  485. configure:12894: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  486. configure:12901: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
  487. configure:12916: result: no
  488. configure:12971: checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
  489. configure:13976: result: yes
  490. configure:14012: clang++ -c -g -O2 conftest.cpp >&5
  491. configure:14015: $? = 0
  492. configure:14535: checking for clang++ option to produce PIC
  493. configure:14542: result: -fno-common -DPIC
  494. configure:14550: checking if clang++ PIC flag -fno-common -DPIC works
  495. configure:14568: clang++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5
  496. configure:14572: $? = 0
  497. configure:14585: result: yes
  498. configure:14608: checking if clang++ static flag -static works
  499. configure:14636: result: no
  500. configure:14648: checking if clang++ supports -c -o file.o
  501. configure:14669: clang++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  502. configure:14673: $? = 0
  503. configure:14695: result: yes
  504. configure:14700: checking if clang++ supports -c -o file.o
  505. configure:14747: result: yes
  506. configure:14777: checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
  507. configure:14813: result: yes
  508. configure:14954: checking dynamic linker characteristics
  509. configure:15621: result: darwin13.3.0 dyld
  510. configure:15674: checking how to hardcode library paths into programs
  511. configure:15699: result: immediate
  512. configure:15741: checking dependency style of clang++
  513. configure:15852: result: gcc3
  514. configure:15915: checking for gcc
  515. configure:15942: result: clang
  516. configure:16171: checking for C compiler version
  517. configure:16180: clang --version >&5
  518. Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
  519. Target: x86_64-apple-darwin13.3.0
  520. Thread model: posix
  521. configure:16191: $? = 0
  522. configure:16180: clang -v >&5
  523. Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
  524. Target: x86_64-apple-darwin13.3.0
  525. Thread model: posix
  526. configure:16191: $? = 0
  527. configure:16180: clang -V >&5
  528. clang: error: argument to '-V' is missing (expected 1 value)
  529. clang: error: no input files
  530. configure:16191: $? = 1
  531. configure:16180: clang -qversion >&5
  532. clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
  533. clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
  534. clang: error: no input files
  535. configure:16191: $? = 1
  536. configure:16195: checking whether we are using the GNU C compiler
  537. configure:16223: result: yes
  538. configure:16232: checking whether clang accepts -g
  539. configure:16293: result: yes
  540. configure:16310: checking for clang option to accept ISO C89
  541. configure:16386: result: none needed
  542. configure:16411: checking whether clang understands -c and -o together
  543. configure:16448: result: yes
  544. configure:16470: checking how to run the C preprocessor
  545. configure:16540: result: cpp
  546. configure:16560: cpp conftest.c
  547. configure:16560: $? = 0
  548. configure:16574: cpp conftest.c
  549. conftest.c:21:10: fatal error: 'ac_nonexistent.h' file not found
  550. #include <ac_nonexistent.h>
  551. ^
  552. 1 error generated.
  553. configure:16574: $? = 1
  554. configure: failed program was:
  555. | /* confdefs.h */
  556. | #define PACKAGE_NAME "Bitcoin Core"
  557. | #define PACKAGE_TARNAME "bitcoin"
  558. | #define PACKAGE_VERSION "0.9.99"
  559. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  560. | #define PACKAGE_BUGREPORT "[email protected]"
  561. | #define PACKAGE_URL ""
  562. | #define STDC_HEADERS 1
  563. | #define HAVE_SYS_TYPES_H 1
  564. | #define HAVE_SYS_STAT_H 1
  565. | #define HAVE_STDLIB_H 1
  566. | #define HAVE_STRING_H 1
  567. | #define HAVE_MEMORY_H 1
  568. | #define HAVE_STRINGS_H 1
  569. | #define HAVE_INTTYPES_H 1
  570. | #define HAVE_STDINT_H 1
  571. | #define HAVE_UNISTD_H 1
  572. | #define HAVE_DLFCN_H 1
  573. | #define LT_OBJDIR ".libs/"
  574. | /* end confdefs.h. */
  575. | #include <ac_nonexistent.h>
  576. configure:16607: checking how to run the C++ preprocessor
  577. configure:16673: result: clang++ -E
  578. configure:16693: clang++ -E conftest.cpp
  579. configure:16693: $? = 0
  580. configure:16707: clang++ -E conftest.cpp
  581. conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
  582. #include <ac_nonexistent.h>
  583. ^
  584. 1 error generated.
  585. configure:16707: $? = 1
  586. configure: failed program was:
  587. | /* confdefs.h */
  588. | #define PACKAGE_NAME "Bitcoin Core"
  589. | #define PACKAGE_TARNAME "bitcoin"
  590. | #define PACKAGE_VERSION "0.9.99"
  591. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  592. | #define PACKAGE_BUGREPORT "[email protected]"
  593. | #define PACKAGE_URL ""
  594. | #define STDC_HEADERS 1
  595. | #define HAVE_SYS_TYPES_H 1
  596. | #define HAVE_SYS_STAT_H 1
  597. | #define HAVE_STDLIB_H 1
  598. | #define HAVE_STRING_H 1
  599. | #define HAVE_MEMORY_H 1
  600. | #define HAVE_STRINGS_H 1
  601. | #define HAVE_INTTYPES_H 1
  602. | #define HAVE_STDINT_H 1
  603. | #define HAVE_UNISTD_H 1
  604. | #define HAVE_DLFCN_H 1
  605. | #define LT_OBJDIR ".libs/"
  606. | /* end confdefs.h. */
  607. | #include <ac_nonexistent.h>
  608. configure:16790: checking for gcc
  609. configure:16806: found /usr/bin/gcc
  610. configure:16817: result: gcc
  611. configure:16842: checking for Objective C compiler version
  612. configure:16851: gcc --version >&5
  613. Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
  614. Target: x86_64-apple-darwin13.3.0
  615. Thread model: posix
  616. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
  617. configure:16862: $? = 0
  618. configure:16851: gcc -v >&5
  619. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
  620. Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
  621. Target: x86_64-apple-darwin13.3.0
  622. Thread model: posix
  623. configure:16862: $? = 0
  624. configure:16851: gcc -V >&5
  625. clang: error: argument to '-V' is missing (expected 1 value)
  626. clang: error: no input files
  627. configure:16862: $? = 1
  628. configure:16851: gcc -qversion >&5
  629. clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
  630. clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
  631. clang: error: no input files
  632. configure:16862: $? = 1
  633. configure:16866: checking whether we are using the GNU Objective C compiler
  634. configure:16885: gcc -c conftest.m >&5
  635. configure:16885: $? = 0
  636. configure:16894: result: yes
  637. configure:16903: checking whether gcc accepts -g
  638. configure:16923: gcc -c -g conftest.m >&5
  639. configure:16923: $? = 0
  640. configure:16964: result: yes
  641. configure:16989: checking dependency style of gcc
  642. configure:17098: result: gcc3
  643. configure:17113: checking whether ln -s works
  644. configure:17117: result: yes
  645. configure:17178: checking for g++
  646. configure:17194: found /usr/bin/g++
  647. configure:17205: result: g++
  648. configure:17230: checking for Objective C++ compiler version
  649. configure:17239: g++ --version >&5
  650. Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
  651. Target: x86_64-apple-darwin13.3.0
  652. Thread model: posix
  653. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
  654. configure:17250: $? = 0
  655. configure:17239: g++ -v >&5
  656. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
  657. Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
  658. Target: x86_64-apple-darwin13.3.0
  659. Thread model: posix
  660. configure:17250: $? = 0
  661. configure:17239: g++ -V >&5
  662. clang: error: argument to '-V' is missing (expected 1 value)
  663. clang: error: no input files
  664. configure:17250: $? = 1
  665. configure:17239: g++ -qversion >&5
  666. clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
  667. clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
  668. clang: error: no input files
  669. configure:17250: $? = 1
  670. configure:17254: checking whether we are using the GNU Objective C++ compiler
  671. configure:17273: g++ -c conftest.mm >&5
  672. configure:17273: $? = 0
  673. configure:17282: result: yes
  674. configure:17291: checking whether g++ accepts -g
  675. configure:17311: g++ -c -g conftest.mm >&5
  676. configure:17311: $? = 0
  677. configure:17352: result: yes
  678. configure:17377: checking dependency style of g++
  679. configure:17486: result: gcc3
  680. configure:17502: checking for a sed that does not truncate output
  681. configure:17566: result: /usr/bin/sed
  682. configure:17617: checking for ar
  683. configure:17635: found /usr/bin/ar
  684. configure:17647: result: /usr/bin/ar
  685. configure:17715: checking for ranlib
  686. configure:17733: found /usr/bin/ranlib
  687. configure:17745: result: /usr/bin/ranlib
  688. configure:17813: checking for strip
  689. configure:17831: found /usr/bin/strip
  690. configure:17843: result: /usr/bin/strip
  691. configure:17911: checking for gcov
  692. configure:17929: found /usr/bin/gcov
  693. configure:17941: result: /usr/bin/gcov
  694. configure:17965: checking for lcov
  695. configure:17998: result: no
  696. configure:18005: checking for java
  697. configure:18023: found /usr/bin/java
  698. configure:18035: result: /usr/bin/java
  699. configure:18045: checking for genhtml
  700. configure:18078: result: no
  701. configure:18085: checking for git
  702. configure:18103: found /usr/bin/git
  703. configure:18115: result: /usr/bin/git
  704. configure:18125: checking for ccache
  705. configure:18158: result: no
  706. configure:18165: checking for xgettext
  707. configure:18198: result: no
  708. configure:18205: checking for hexdump
  709. configure:18223: found /usr/bin/hexdump
  710. configure:18235: result: /usr/bin/hexdump
  711. configure:18297: checking for pkg-config
  712. configure:18315: found /usr/local/bin/pkg-config
  713. configure:18327: result: /usr/local/bin/pkg-config
  714. configure:18352: checking pkg-config is at least version 0.9.0
  715. configure:18355: result: yes
  716. configure:19572: checking for port
  717. configure:19602: result: no
  718. configure:19614: checking for brew
  719. configure:19630: found /usr/local/bin/brew
  720. configure:19641: result: brew
  721. configure:19998: checking whether byte ordering is bigendian
  722. configure:20013: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5
  723. configure:20013: $? = 0
  724. configure:20058: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5
  725. configure:20058: $? = 0
  726. configure:20076: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5
  727. conftest.cpp:28:8: error: use of undeclared identifier 'big'
  728. not big endian
  729. ^
  730. 1 error generated.
  731. configure:20076: $? = 1
  732. configure: failed program was:
  733. | /* confdefs.h */
  734. | #define PACKAGE_NAME "Bitcoin Core"
  735. | #define PACKAGE_TARNAME "bitcoin"
  736. | #define PACKAGE_VERSION "0.9.99"
  737. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  738. | #define PACKAGE_BUGREPORT "[email protected]"
  739. | #define PACKAGE_URL ""
  740. | #define STDC_HEADERS 1
  741. | #define HAVE_SYS_TYPES_H 1
  742. | #define HAVE_SYS_STAT_H 1
  743. | #define HAVE_STDLIB_H 1
  744. | #define HAVE_STRING_H 1
  745. | #define HAVE_MEMORY_H 1
  746. | #define HAVE_STRINGS_H 1
  747. | #define HAVE_INTTYPES_H 1
  748. | #define HAVE_STDINT_H 1
  749. | #define HAVE_UNISTD_H 1
  750. | #define HAVE_DLFCN_H 1
  751. | #define LT_OBJDIR ".libs/"
  752. | /* end confdefs.h. */
  753. | #include <sys/types.h>
  754. | #include <sys/param.h>
  755. |
  756. | int
  757. | main ()
  758. | {
  759. | #if BYTE_ORDER != BIG_ENDIAN
  760. | not big endian
  761. | #endif
  762. |
  763. | ;
  764. | return 0;
  765. | }
  766. configure:20204: result: no
  767. configure:20334: checking if compiler needs -Werror to reject unknown flags
  768. configure:20350: clang -c -g -O2 -Werror -Wunknown-warning-option -Wsizeof-array-argument -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.c >&5
  769. configure:20350: $? = 0
  770. configure:20351: result: yes
  771. configure:20371: checking whether pthreads work with -pthread
  772. configure:20459: clang -o conftest -g -O2 -pthread -Werror -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.c -L/usr/local/opt/berkeley-db4/lib >&5
  773. configure:20459: $? = 0
  774. configure:20468: result: yes
  775. configure:20487: checking for joinable pthread attribute
  776. configure:20502: clang -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.c -L/usr/local/opt/berkeley-db4/lib >&5
  777. configure:20502: $? = 0
  778. configure:20508: result: PTHREAD_CREATE_JOINABLE
  779. configure:20518: checking if more special flags are required for pthreads
  780. configure:20533: result: -D_THREAD_SAFE
  781. configure:20539: checking for PTHREAD_PRIO_INHERIT
  782. configure:20556: clang -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.c -L/usr/local/opt/berkeley-db4/lib >&5
  783. configure:20556: $? = 0
  784. configure:20565: result: yes
  785. configure:20675: checking for special C compiler options needed for large files
  786. configure:20720: result: no
  787. configure:20726: checking for _FILE_OFFSET_BITS value needed for large files
  788. configure:20751: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5
  789. configure:20751: $? = 0
  790. configure:20783: result: no
  791. configure:20869: checking whether strerror_r is declared
  792. configure:20869: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5
  793. configure:20869: $? = 0
  794. configure:20869: result: yes
  795. configure:20882: checking for strerror_r
  796. configure:20882: clang++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp -L/usr/local/opt/berkeley-db4/lib >&5
  797. configure:20882: $? = 0
  798. configure:20882: result: yes
  799. configure:20891: checking whether strerror_r returns char *
  800. configure:20915: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5
  801. conftest.cpp:63:13: error: indirection requires pointer operand ('int' invalid)
  802. char x = *strerror_r (0, buf, sizeof buf);
  803. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  804. conftest.cpp:64:10: error: cannot initialize a variable of type 'char *' with an rvalue of type 'int'
  805. char *p = strerror_r (0, buf, sizeof buf);
  806. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  807. 2 errors generated.
  808. configure:20915: $? = 1
  809. configure: failed program was:
  810. | /* confdefs.h */
  811. | #define PACKAGE_NAME "Bitcoin Core"
  812. | #define PACKAGE_TARNAME "bitcoin"
  813. | #define PACKAGE_VERSION "0.9.99"
  814. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  815. | #define PACKAGE_BUGREPORT "[email protected]"
  816. | #define PACKAGE_URL ""
  817. | #define STDC_HEADERS 1
  818. | #define HAVE_SYS_TYPES_H 1
  819. | #define HAVE_SYS_STAT_H 1
  820. | #define HAVE_STDLIB_H 1
  821. | #define HAVE_STRING_H 1
  822. | #define HAVE_MEMORY_H 1
  823. | #define HAVE_STRINGS_H 1
  824. | #define HAVE_INTTYPES_H 1
  825. | #define HAVE_STDINT_H 1
  826. | #define HAVE_UNISTD_H 1
  827. | #define HAVE_DLFCN_H 1
  828. | #define LT_OBJDIR ".libs/"
  829. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  830. | #define HAVE_PTHREAD 1
  831. | #define HAVE_DECL_STRERROR_R 1
  832. | #define HAVE_STRERROR_R 1
  833. | /* end confdefs.h. */
  834. | #include <stdio.h>
  835. | #ifdef HAVE_SYS_TYPES_H
  836. | # include <sys/types.h>
  837. | #endif
  838. | #ifdef HAVE_SYS_STAT_H
  839. | # include <sys/stat.h>
  840. | #endif
  841. | #ifdef STDC_HEADERS
  842. | # include <stdlib.h>
  843. | # include <stddef.h>
  844. | #else
  845. | # ifdef HAVE_STDLIB_H
  846. | # include <stdlib.h>
  847. | # endif
  848. | #endif
  849. | #ifdef HAVE_STRING_H
  850. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  851. | # include <memory.h>
  852. | # endif
  853. | # include <string.h>
  854. | #endif
  855. | #ifdef HAVE_STRINGS_H
  856. | # include <strings.h>
  857. | #endif
  858. | #ifdef HAVE_INTTYPES_H
  859. | # include <inttypes.h>
  860. | #endif
  861. | #ifdef HAVE_STDINT_H
  862. | # include <stdint.h>
  863. | #endif
  864. | #ifdef HAVE_UNISTD_H
  865. | # include <unistd.h>
  866. | #endif
  867. | int
  868. | main ()
  869. | {
  870. |
  871. | char buf[100];
  872. | char x = *strerror_r (0, buf, sizeof buf);
  873. | char *p = strerror_r (0, buf, sizeof buf);
  874. | return !p || x;
  875. |
  876. | ;
  877. | return 0;
  878. | }
  879. configure:20953: result: no
  880. configure:20974: checking whether the linker accepts -Wl,--large-address-aware
  881. configure:20993: clang++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -Wl,--large-address-aware conftest.cpp -L/usr/local/opt/berkeley-db4/lib >&5
  882. ld: unknown option: --large-address-aware
  883. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  884. configure:20993: $? = 1
  885. configure: failed program was:
  886. | /* confdefs.h */
  887. | #define PACKAGE_NAME "Bitcoin Core"
  888. | #define PACKAGE_TARNAME "bitcoin"
  889. | #define PACKAGE_VERSION "0.9.99"
  890. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  891. | #define PACKAGE_BUGREPORT "[email protected]"
  892. | #define PACKAGE_URL ""
  893. | #define STDC_HEADERS 1
  894. | #define HAVE_SYS_TYPES_H 1
  895. | #define HAVE_SYS_STAT_H 1
  896. | #define HAVE_STDLIB_H 1
  897. | #define HAVE_STRING_H 1
  898. | #define HAVE_MEMORY_H 1
  899. | #define HAVE_STRINGS_H 1
  900. | #define HAVE_INTTYPES_H 1
  901. | #define HAVE_STDINT_H 1
  902. | #define HAVE_UNISTD_H 1
  903. | #define HAVE_DLFCN_H 1
  904. | #define LT_OBJDIR ".libs/"
  905. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  906. | #define HAVE_PTHREAD 1
  907. | #define HAVE_DECL_STRERROR_R 1
  908. | #define HAVE_STRERROR_R 1
  909. | /* end confdefs.h. */
  910. |
  911. | int
  912. | main ()
  913. | {
  914. |
  915. | ;
  916. | return 0;
  917. | }
  918. configure:21002: result: no
  919. configure:21050: checking whether C++ compiler accepts -Wstack-protector
  920. configure:21069: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5
  921. configure:21069: $? = 0
  922. configure:21077: result: yes
  923. configure:21085: checking whether C++ compiler accepts -fstack-protector-all
  924. configure:21104: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5
  925. configure:21104: $? = 0
  926. configure:21112: result: yes
  927. configure:21122: checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2
  928. configure:21141: clang++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -D_FORTIFY_SOURCE=2 conftest.cpp
  929. configure:21141: $? = 0
  930. configure:21149: result: yes
  931. configure:21153: checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE
  932. configure:21172: clang++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE conftest.cpp
  933. configure:21172: $? = 0
  934. configure:21180: result: yes
  935. configure:21197: checking whether the linker accepts -Wl,--dynamicbase
  936. configure:21216: clang++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -Wl,--dynamicbase conftest.cpp -L/usr/local/opt/berkeley-db4/lib >&5
  937. ld: unknown option: --dynamicbase
  938. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  939. configure:21216: $? = 1
  940. configure: failed program was:
  941. | /* confdefs.h */
  942. | #define PACKAGE_NAME "Bitcoin Core"
  943. | #define PACKAGE_TARNAME "bitcoin"
  944. | #define PACKAGE_VERSION "0.9.99"
  945. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  946. | #define PACKAGE_BUGREPORT "[email protected]"
  947. | #define PACKAGE_URL ""
  948. | #define STDC_HEADERS 1
  949. | #define HAVE_SYS_TYPES_H 1
  950. | #define HAVE_SYS_STAT_H 1
  951. | #define HAVE_STDLIB_H 1
  952. | #define HAVE_STRING_H 1
  953. | #define HAVE_MEMORY_H 1
  954. | #define HAVE_STRINGS_H 1
  955. | #define HAVE_INTTYPES_H 1
  956. | #define HAVE_STDINT_H 1
  957. | #define HAVE_UNISTD_H 1
  958. | #define HAVE_DLFCN_H 1
  959. | #define LT_OBJDIR ".libs/"
  960. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  961. | #define HAVE_PTHREAD 1
  962. | #define HAVE_DECL_STRERROR_R 1
  963. | #define HAVE_STRERROR_R 1
  964. | /* end confdefs.h. */
  965. |
  966. | int
  967. | main ()
  968. | {
  969. |
  970. | ;
  971. | return 0;
  972. | }
  973. configure:21225: result: no
  974. configure:21233: checking whether the linker accepts -Wl,--nxcompat
  975. configure:21252: clang++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -Wl,--nxcompat conftest.cpp -L/usr/local/opt/berkeley-db4/lib >&5
  976. ld: unknown option: --nxcompat
  977. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  978. configure:21252: $? = 1
  979. configure: failed program was:
  980. | /* confdefs.h */
  981. | #define PACKAGE_NAME "Bitcoin Core"
  982. | #define PACKAGE_TARNAME "bitcoin"
  983. | #define PACKAGE_VERSION "0.9.99"
  984. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  985. | #define PACKAGE_BUGREPORT "[email protected]"
  986. | #define PACKAGE_URL ""
  987. | #define STDC_HEADERS 1
  988. | #define HAVE_SYS_TYPES_H 1
  989. | #define HAVE_SYS_STAT_H 1
  990. | #define HAVE_STDLIB_H 1
  991. | #define HAVE_STRING_H 1
  992. | #define HAVE_MEMORY_H 1
  993. | #define HAVE_STRINGS_H 1
  994. | #define HAVE_INTTYPES_H 1
  995. | #define HAVE_STDINT_H 1
  996. | #define HAVE_UNISTD_H 1
  997. | #define HAVE_DLFCN_H 1
  998. | #define LT_OBJDIR ".libs/"
  999. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1000. | #define HAVE_PTHREAD 1
  1001. | #define HAVE_DECL_STRERROR_R 1
  1002. | #define HAVE_STRERROR_R 1
  1003. | /* end confdefs.h. */
  1004. |
  1005. | int
  1006. | main ()
  1007. | {
  1008. |
  1009. | ;
  1010. | return 0;
  1011. | }
  1012. configure:21261: result: no
  1013. configure:21269: checking whether the linker accepts -Wl,-z,relro
  1014. configure:21288: clang++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -Wl,-z,relro conftest.cpp -L/usr/local/opt/berkeley-db4/lib >&5
  1015. ld: unknown option: -z
  1016. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1017. configure:21288: $? = 1
  1018. configure: failed program was:
  1019. | /* confdefs.h */
  1020. | #define PACKAGE_NAME "Bitcoin Core"
  1021. | #define PACKAGE_TARNAME "bitcoin"
  1022. | #define PACKAGE_VERSION "0.9.99"
  1023. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1024. | #define PACKAGE_BUGREPORT "[email protected]"
  1025. | #define PACKAGE_URL ""
  1026. | #define STDC_HEADERS 1
  1027. | #define HAVE_SYS_TYPES_H 1
  1028. | #define HAVE_SYS_STAT_H 1
  1029. | #define HAVE_STDLIB_H 1
  1030. | #define HAVE_STRING_H 1
  1031. | #define HAVE_MEMORY_H 1
  1032. | #define HAVE_STRINGS_H 1
  1033. | #define HAVE_INTTYPES_H 1
  1034. | #define HAVE_STDINT_H 1
  1035. | #define HAVE_UNISTD_H 1
  1036. | #define HAVE_DLFCN_H 1
  1037. | #define LT_OBJDIR ".libs/"
  1038. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1039. | #define HAVE_PTHREAD 1
  1040. | #define HAVE_DECL_STRERROR_R 1
  1041. | #define HAVE_STRERROR_R 1
  1042. | /* end confdefs.h. */
  1043. |
  1044. | int
  1045. | main ()
  1046. | {
  1047. |
  1048. | ;
  1049. | return 0;
  1050. | }
  1051. configure:21297: result: no
  1052. configure:21305: checking whether the linker accepts -Wl,-z,now
  1053. configure:21324: clang++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -Wl,-z,now conftest.cpp -L/usr/local/opt/berkeley-db4/lib >&5
  1054. ld: unknown option: -z
  1055. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1056. configure:21324: $? = 1
  1057. configure: failed program was:
  1058. | /* confdefs.h */
  1059. | #define PACKAGE_NAME "Bitcoin Core"
  1060. | #define PACKAGE_TARNAME "bitcoin"
  1061. | #define PACKAGE_VERSION "0.9.99"
  1062. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1063. | #define PACKAGE_BUGREPORT "[email protected]"
  1064. | #define PACKAGE_URL ""
  1065. | #define STDC_HEADERS 1
  1066. | #define HAVE_SYS_TYPES_H 1
  1067. | #define HAVE_SYS_STAT_H 1
  1068. | #define HAVE_STDLIB_H 1
  1069. | #define HAVE_STRING_H 1
  1070. | #define HAVE_MEMORY_H 1
  1071. | #define HAVE_STRINGS_H 1
  1072. | #define HAVE_INTTYPES_H 1
  1073. | #define HAVE_STDINT_H 1
  1074. | #define HAVE_UNISTD_H 1
  1075. | #define HAVE_DLFCN_H 1
  1076. | #define LT_OBJDIR ".libs/"
  1077. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1078. | #define HAVE_PTHREAD 1
  1079. | #define HAVE_DECL_STRERROR_R 1
  1080. | #define HAVE_STRERROR_R 1
  1081. | /* end confdefs.h. */
  1082. |
  1083. | int
  1084. | main ()
  1085. | {
  1086. |
  1087. | ;
  1088. | return 0;
  1089. | }
  1090. configure:21333: result: no
  1091. configure:21344: checking whether C++ compiler accepts -fPIE
  1092. configure:21363: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX conftest.cpp >&5
  1093. configure:21363: $? = 0
  1094. configure:21371: result: yes
  1095. configure:21379: checking whether the linker accepts -pie
  1096. configure:21398: clang++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -pie conftest.cpp -L/usr/local/opt/berkeley-db4/lib >&5
  1097. clang: warning: argument unused during compilation: '-pie'
  1098. configure:21398: $? = 0
  1099. configure:21407: result: yes
  1100. configure:21424: checking whether the linker accepts -Wl,-dead_strip
  1101. configure:21443: clang++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pie -Wl,-dead_strip conftest.cpp -L/usr/local/opt/berkeley-db4/lib >&5
  1102. clang: warning: argument unused during compilation: '-pie'
  1103. configure:21443: $? = 0
  1104. configure:21452: result: yes
  1105. configure:21465: checking endian.h usability
  1106. configure:21465: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1107. conftest.cpp:58:10: fatal error: 'endian.h' file not found
  1108. #include <endian.h>
  1109. ^
  1110. 1 error generated.
  1111. configure:21465: $? = 1
  1112. configure: failed program was:
  1113. | /* confdefs.h */
  1114. | #define PACKAGE_NAME "Bitcoin Core"
  1115. | #define PACKAGE_TARNAME "bitcoin"
  1116. | #define PACKAGE_VERSION "0.9.99"
  1117. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1118. | #define PACKAGE_BUGREPORT "[email protected]"
  1119. | #define PACKAGE_URL ""
  1120. | #define STDC_HEADERS 1
  1121. | #define HAVE_SYS_TYPES_H 1
  1122. | #define HAVE_SYS_STAT_H 1
  1123. | #define HAVE_STDLIB_H 1
  1124. | #define HAVE_STRING_H 1
  1125. | #define HAVE_MEMORY_H 1
  1126. | #define HAVE_STRINGS_H 1
  1127. | #define HAVE_INTTYPES_H 1
  1128. | #define HAVE_STDINT_H 1
  1129. | #define HAVE_UNISTD_H 1
  1130. | #define HAVE_DLFCN_H 1
  1131. | #define LT_OBJDIR ".libs/"
  1132. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1133. | #define HAVE_PTHREAD 1
  1134. | #define HAVE_DECL_STRERROR_R 1
  1135. | #define HAVE_STRERROR_R 1
  1136. | /* end confdefs.h. */
  1137. | #include <stdio.h>
  1138. | #ifdef HAVE_SYS_TYPES_H
  1139. | # include <sys/types.h>
  1140. | #endif
  1141. | #ifdef HAVE_SYS_STAT_H
  1142. | # include <sys/stat.h>
  1143. | #endif
  1144. | #ifdef STDC_HEADERS
  1145. | # include <stdlib.h>
  1146. | # include <stddef.h>
  1147. | #else
  1148. | # ifdef HAVE_STDLIB_H
  1149. | # include <stdlib.h>
  1150. | # endif
  1151. | #endif
  1152. | #ifdef HAVE_STRING_H
  1153. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1154. | # include <memory.h>
  1155. | # endif
  1156. | # include <string.h>
  1157. | #endif
  1158. | #ifdef HAVE_STRINGS_H
  1159. | # include <strings.h>
  1160. | #endif
  1161. | #ifdef HAVE_INTTYPES_H
  1162. | # include <inttypes.h>
  1163. | #endif
  1164. | #ifdef HAVE_STDINT_H
  1165. | # include <stdint.h>
  1166. | #endif
  1167. | #ifdef HAVE_UNISTD_H
  1168. | # include <unistd.h>
  1169. | #endif
  1170. | #include <endian.h>
  1171. configure:21465: result: no
  1172. configure:21465: checking endian.h presence
  1173. configure:21465: clang++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  1174. conftest.cpp:25:10: fatal error: 'endian.h' file not found
  1175. #include <endian.h>
  1176. ^
  1177. 1 error generated.
  1178. configure:21465: $? = 1
  1179. configure: failed program was:
  1180. | /* confdefs.h */
  1181. | #define PACKAGE_NAME "Bitcoin Core"
  1182. | #define PACKAGE_TARNAME "bitcoin"
  1183. | #define PACKAGE_VERSION "0.9.99"
  1184. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1185. | #define PACKAGE_BUGREPORT "[email protected]"
  1186. | #define PACKAGE_URL ""
  1187. | #define STDC_HEADERS 1
  1188. | #define HAVE_SYS_TYPES_H 1
  1189. | #define HAVE_SYS_STAT_H 1
  1190. | #define HAVE_STDLIB_H 1
  1191. | #define HAVE_STRING_H 1
  1192. | #define HAVE_MEMORY_H 1
  1193. | #define HAVE_STRINGS_H 1
  1194. | #define HAVE_INTTYPES_H 1
  1195. | #define HAVE_STDINT_H 1
  1196. | #define HAVE_UNISTD_H 1
  1197. | #define HAVE_DLFCN_H 1
  1198. | #define LT_OBJDIR ".libs/"
  1199. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1200. | #define HAVE_PTHREAD 1
  1201. | #define HAVE_DECL_STRERROR_R 1
  1202. | #define HAVE_STRERROR_R 1
  1203. | /* end confdefs.h. */
  1204. | #include <endian.h>
  1205. configure:21465: result: no
  1206. configure:21465: checking for endian.h
  1207. configure:21465: result: no
  1208. configure:21465: checking stdio.h usability
  1209. configure:21465: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1210. configure:21465: $? = 0
  1211. configure:21465: result: yes
  1212. configure:21465: checking stdio.h presence
  1213. configure:21465: clang++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  1214. configure:21465: $? = 0
  1215. configure:21465: result: yes
  1216. configure:21465: checking for stdio.h
  1217. configure:21465: result: yes
  1218. configure:21465: checking for stdlib.h
  1219. configure:21465: result: yes
  1220. configure:21465: checking for unistd.h
  1221. configure:21465: result: yes
  1222. configure:21465: checking for strings.h
  1223. configure:21465: result: yes
  1224. configure:21465: checking for sys/types.h
  1225. configure:21465: result: yes
  1226. configure:21465: checking for sys/stat.h
  1227. configure:21465: result: yes
  1228. configure:21465: checking sys/select.h usability
  1229. configure:21465: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1230. configure:21465: $? = 0
  1231. configure:21465: result: yes
  1232. configure:21465: checking sys/select.h presence
  1233. configure:21465: clang++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  1234. configure:21465: $? = 0
  1235. configure:21465: result: yes
  1236. configure:21465: checking for sys/select.h
  1237. configure:21465: result: yes
  1238. configure:21465: checking sys/prctl.h usability
  1239. configure:21465: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1240. conftest.cpp:65:10: fatal error: 'sys/prctl.h' file not found
  1241. #include <sys/prctl.h>
  1242. ^
  1243. 1 error generated.
  1244. configure:21465: $? = 1
  1245. configure: failed program was:
  1246. | /* confdefs.h */
  1247. | #define PACKAGE_NAME "Bitcoin Core"
  1248. | #define PACKAGE_TARNAME "bitcoin"
  1249. | #define PACKAGE_VERSION "0.9.99"
  1250. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1251. | #define PACKAGE_BUGREPORT "[email protected]"
  1252. | #define PACKAGE_URL ""
  1253. | #define STDC_HEADERS 1
  1254. | #define HAVE_SYS_TYPES_H 1
  1255. | #define HAVE_SYS_STAT_H 1
  1256. | #define HAVE_STDLIB_H 1
  1257. | #define HAVE_STRING_H 1
  1258. | #define HAVE_MEMORY_H 1
  1259. | #define HAVE_STRINGS_H 1
  1260. | #define HAVE_INTTYPES_H 1
  1261. | #define HAVE_STDINT_H 1
  1262. | #define HAVE_UNISTD_H 1
  1263. | #define HAVE_DLFCN_H 1
  1264. | #define LT_OBJDIR ".libs/"
  1265. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1266. | #define HAVE_PTHREAD 1
  1267. | #define HAVE_DECL_STRERROR_R 1
  1268. | #define HAVE_STRERROR_R 1
  1269. | #define HAVE_STDIO_H 1
  1270. | #define HAVE_STDLIB_H 1
  1271. | #define HAVE_UNISTD_H 1
  1272. | #define HAVE_STRINGS_H 1
  1273. | #define HAVE_SYS_TYPES_H 1
  1274. | #define HAVE_SYS_STAT_H 1
  1275. | #define HAVE_SYS_SELECT_H 1
  1276. | /* end confdefs.h. */
  1277. | #include <stdio.h>
  1278. | #ifdef HAVE_SYS_TYPES_H
  1279. | # include <sys/types.h>
  1280. | #endif
  1281. | #ifdef HAVE_SYS_STAT_H
  1282. | # include <sys/stat.h>
  1283. | #endif
  1284. | #ifdef STDC_HEADERS
  1285. | # include <stdlib.h>
  1286. | # include <stddef.h>
  1287. | #else
  1288. | # ifdef HAVE_STDLIB_H
  1289. | # include <stdlib.h>
  1290. | # endif
  1291. | #endif
  1292. | #ifdef HAVE_STRING_H
  1293. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1294. | # include <memory.h>
  1295. | # endif
  1296. | # include <string.h>
  1297. | #endif
  1298. | #ifdef HAVE_STRINGS_H
  1299. | # include <strings.h>
  1300. | #endif
  1301. | #ifdef HAVE_INTTYPES_H
  1302. | # include <inttypes.h>
  1303. | #endif
  1304. | #ifdef HAVE_STDINT_H
  1305. | # include <stdint.h>
  1306. | #endif
  1307. | #ifdef HAVE_UNISTD_H
  1308. | # include <unistd.h>
  1309. | #endif
  1310. | #include <sys/prctl.h>
  1311. configure:21465: result: no
  1312. configure:21465: checking sys/prctl.h presence
  1313. configure:21465: clang++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  1314. conftest.cpp:32:10: fatal error: 'sys/prctl.h' file not found
  1315. #include <sys/prctl.h>
  1316. ^
  1317. 1 error generated.
  1318. configure:21465: $? = 1
  1319. configure: failed program was:
  1320. | /* confdefs.h */
  1321. | #define PACKAGE_NAME "Bitcoin Core"
  1322. | #define PACKAGE_TARNAME "bitcoin"
  1323. | #define PACKAGE_VERSION "0.9.99"
  1324. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1325. | #define PACKAGE_BUGREPORT "[email protected]"
  1326. | #define PACKAGE_URL ""
  1327. | #define STDC_HEADERS 1
  1328. | #define HAVE_SYS_TYPES_H 1
  1329. | #define HAVE_SYS_STAT_H 1
  1330. | #define HAVE_STDLIB_H 1
  1331. | #define HAVE_STRING_H 1
  1332. | #define HAVE_MEMORY_H 1
  1333. | #define HAVE_STRINGS_H 1
  1334. | #define HAVE_INTTYPES_H 1
  1335. | #define HAVE_STDINT_H 1
  1336. | #define HAVE_UNISTD_H 1
  1337. | #define HAVE_DLFCN_H 1
  1338. | #define LT_OBJDIR ".libs/"
  1339. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1340. | #define HAVE_PTHREAD 1
  1341. | #define HAVE_DECL_STRERROR_R 1
  1342. | #define HAVE_STRERROR_R 1
  1343. | #define HAVE_STDIO_H 1
  1344. | #define HAVE_STDLIB_H 1
  1345. | #define HAVE_UNISTD_H 1
  1346. | #define HAVE_STRINGS_H 1
  1347. | #define HAVE_SYS_TYPES_H 1
  1348. | #define HAVE_SYS_STAT_H 1
  1349. | #define HAVE_SYS_SELECT_H 1
  1350. | /* end confdefs.h. */
  1351. | #include <sys/prctl.h>
  1352. configure:21465: result: no
  1353. configure:21465: checking for sys/prctl.h
  1354. configure:21465: result: no
  1355. configure:21475: checking for library containing getaddrinfo_a
  1356. configure:21506: clang++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pie -Wl,-dead_strip conftest.cpp -L/usr/local/opt/berkeley-db4/lib >&5
  1357. clang: warning: argument unused during compilation: '-pie'
  1358. Undefined symbols for architecture x86_64:
  1359. "_getaddrinfo_a", referenced from:
  1360. _main in conftest-1b72d0.o
  1361. ld: symbol(s) not found for architecture x86_64
  1362. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1363. configure:21506: $? = 1
  1364. configure: failed program was:
  1365. | /* confdefs.h */
  1366. | #define PACKAGE_NAME "Bitcoin Core"
  1367. | #define PACKAGE_TARNAME "bitcoin"
  1368. | #define PACKAGE_VERSION "0.9.99"
  1369. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1370. | #define PACKAGE_BUGREPORT "[email protected]"
  1371. | #define PACKAGE_URL ""
  1372. | #define STDC_HEADERS 1
  1373. | #define HAVE_SYS_TYPES_H 1
  1374. | #define HAVE_SYS_STAT_H 1
  1375. | #define HAVE_STDLIB_H 1
  1376. | #define HAVE_STRING_H 1
  1377. | #define HAVE_MEMORY_H 1
  1378. | #define HAVE_STRINGS_H 1
  1379. | #define HAVE_INTTYPES_H 1
  1380. | #define HAVE_STDINT_H 1
  1381. | #define HAVE_UNISTD_H 1
  1382. | #define HAVE_DLFCN_H 1
  1383. | #define LT_OBJDIR ".libs/"
  1384. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1385. | #define HAVE_PTHREAD 1
  1386. | #define HAVE_DECL_STRERROR_R 1
  1387. | #define HAVE_STRERROR_R 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. |
  1397. | /* Override any GCC internal prototype to avoid an error.
  1398. | Use char because int might match the return type of a GCC
  1399. | builtin and then its argument prototype would still apply. */
  1400. | #ifdef __cplusplus
  1401. | extern "C"
  1402. | #endif
  1403. | char getaddrinfo_a ();
  1404. | int
  1405. | main ()
  1406. | {
  1407. | return getaddrinfo_a ();
  1408. | ;
  1409. | return 0;
  1410. | }
  1411. configure:21506: clang++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pie -Wl,-dead_strip conftest.cpp -lanl -L/usr/local/opt/berkeley-db4/lib >&5
  1412. clang: warning: argument unused during compilation: '-pie'
  1413. ld: library not found for -lanl
  1414. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1415. configure:21506: $? = 1
  1416. configure: failed program was:
  1417. | /* confdefs.h */
  1418. | #define PACKAGE_NAME "Bitcoin Core"
  1419. | #define PACKAGE_TARNAME "bitcoin"
  1420. | #define PACKAGE_VERSION "0.9.99"
  1421. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1422. | #define PACKAGE_BUGREPORT "[email protected]"
  1423. | #define PACKAGE_URL ""
  1424. | #define STDC_HEADERS 1
  1425. | #define HAVE_SYS_TYPES_H 1
  1426. | #define HAVE_SYS_STAT_H 1
  1427. | #define HAVE_STDLIB_H 1
  1428. | #define HAVE_STRING_H 1
  1429. | #define HAVE_MEMORY_H 1
  1430. | #define HAVE_STRINGS_H 1
  1431. | #define HAVE_INTTYPES_H 1
  1432. | #define HAVE_STDINT_H 1
  1433. | #define HAVE_UNISTD_H 1
  1434. | #define HAVE_DLFCN_H 1
  1435. | #define LT_OBJDIR ".libs/"
  1436. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1437. | #define HAVE_PTHREAD 1
  1438. | #define HAVE_DECL_STRERROR_R 1
  1439. | #define HAVE_STRERROR_R 1
  1440. | #define HAVE_STDIO_H 1
  1441. | #define HAVE_STDLIB_H 1
  1442. | #define HAVE_UNISTD_H 1
  1443. | #define HAVE_STRINGS_H 1
  1444. | #define HAVE_SYS_TYPES_H 1
  1445. | #define HAVE_SYS_STAT_H 1
  1446. | #define HAVE_SYS_SELECT_H 1
  1447. | /* end confdefs.h. */
  1448. |
  1449. | /* Override any GCC internal prototype to avoid an error.
  1450. | Use char because int might match the return type of a GCC
  1451. | builtin and then its argument prototype would still apply. */
  1452. | #ifdef __cplusplus
  1453. | extern "C"
  1454. | #endif
  1455. | char getaddrinfo_a ();
  1456. | int
  1457. | main ()
  1458. | {
  1459. | return getaddrinfo_a ();
  1460. | ;
  1461. | return 0;
  1462. | }
  1463. configure:21523: result: no
  1464. configure:21533: checking for library containing inet_pton
  1465. configure:21564: clang++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pie -Wl,-dead_strip conftest.cpp -L/usr/local/opt/berkeley-db4/lib >&5
  1466. clang: warning: argument unused during compilation: '-pie'
  1467. configure:21564: $? = 0
  1468. configure:21581: result: none required
  1469. configure:21592: checking whether le32toh is declared
  1470. configure:21592: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1471. conftest.cpp:42:10: error: use of undeclared identifier 'le32toh'
  1472. (void) le32toh;
  1473. ^
  1474. 1 error generated.
  1475. configure:21592: $? = 1
  1476. configure: failed program was:
  1477. | /* confdefs.h */
  1478. | #define PACKAGE_NAME "Bitcoin Core"
  1479. | #define PACKAGE_TARNAME "bitcoin"
  1480. | #define PACKAGE_VERSION "0.9.99"
  1481. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1482. | #define PACKAGE_BUGREPORT "[email protected]"
  1483. | #define PACKAGE_URL ""
  1484. | #define STDC_HEADERS 1
  1485. | #define HAVE_SYS_TYPES_H 1
  1486. | #define HAVE_SYS_STAT_H 1
  1487. | #define HAVE_STDLIB_H 1
  1488. | #define HAVE_STRING_H 1
  1489. | #define HAVE_MEMORY_H 1
  1490. | #define HAVE_STRINGS_H 1
  1491. | #define HAVE_INTTYPES_H 1
  1492. | #define HAVE_STDINT_H 1
  1493. | #define HAVE_UNISTD_H 1
  1494. | #define HAVE_DLFCN_H 1
  1495. | #define LT_OBJDIR ".libs/"
  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_STDIO_H 1
  1501. | #define HAVE_STDLIB_H 1
  1502. | #define HAVE_UNISTD_H 1
  1503. | #define HAVE_STRINGS_H 1
  1504. | #define HAVE_SYS_TYPES_H 1
  1505. | #define HAVE_SYS_STAT_H 1
  1506. | #define HAVE_SYS_SELECT_H 1
  1507. | #define HAVE_INET_PTON 1
  1508. | /* end confdefs.h. */
  1509. | #if HAVE_ENDIAN_H
  1510. | #include <endian.h>
  1511. | #endif
  1512. |
  1513. | int
  1514. | main ()
  1515. | {
  1516. | #ifndef le32toh
  1517. | #ifdef __cplusplus
  1518. | (void) le32toh;
  1519. | #else
  1520. | (void) le32toh;
  1521. | #endif
  1522. | #endif
  1523. |
  1524. | ;
  1525. | return 0;
  1526. | }
  1527. configure:21592: result: no
  1528. configure:21605: checking whether le64toh is declared
  1529. configure:21605: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1530. conftest.cpp:43:10: error: use of undeclared identifier 'le64toh'
  1531. (void) le64toh;
  1532. ^
  1533. 1 error generated.
  1534. configure:21605: $? = 1
  1535. configure: failed program was:
  1536. | /* confdefs.h */
  1537. | #define PACKAGE_NAME "Bitcoin Core"
  1538. | #define PACKAGE_TARNAME "bitcoin"
  1539. | #define PACKAGE_VERSION "0.9.99"
  1540. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1541. | #define PACKAGE_BUGREPORT "[email protected]"
  1542. | #define PACKAGE_URL ""
  1543. | #define STDC_HEADERS 1
  1544. | #define HAVE_SYS_TYPES_H 1
  1545. | #define HAVE_SYS_STAT_H 1
  1546. | #define HAVE_STDLIB_H 1
  1547. | #define HAVE_STRING_H 1
  1548. | #define HAVE_MEMORY_H 1
  1549. | #define HAVE_STRINGS_H 1
  1550. | #define HAVE_INTTYPES_H 1
  1551. | #define HAVE_STDINT_H 1
  1552. | #define HAVE_UNISTD_H 1
  1553. | #define HAVE_DLFCN_H 1
  1554. | #define LT_OBJDIR ".libs/"
  1555. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1556. | #define HAVE_PTHREAD 1
  1557. | #define HAVE_DECL_STRERROR_R 1
  1558. | #define HAVE_STRERROR_R 1
  1559. | #define HAVE_STDIO_H 1
  1560. | #define HAVE_STDLIB_H 1
  1561. | #define HAVE_UNISTD_H 1
  1562. | #define HAVE_STRINGS_H 1
  1563. | #define HAVE_SYS_TYPES_H 1
  1564. | #define HAVE_SYS_STAT_H 1
  1565. | #define HAVE_SYS_SELECT_H 1
  1566. | #define HAVE_INET_PTON 1
  1567. | #define HAVE_DECL_LE32TOH 0
  1568. | /* end confdefs.h. */
  1569. | #if HAVE_ENDIAN_H
  1570. | #include <endian.h>
  1571. | #endif
  1572. |
  1573. | int
  1574. | main ()
  1575. | {
  1576. | #ifndef le64toh
  1577. | #ifdef __cplusplus
  1578. | (void) le64toh;
  1579. | #else
  1580. | (void) le64toh;
  1581. | #endif
  1582. | #endif
  1583. |
  1584. | ;
  1585. | return 0;
  1586. | }
  1587. configure:21605: result: no
  1588. configure:21618: checking whether htole32 is declared
  1589. configure:21618: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1590. conftest.cpp:44:10: error: use of undeclared identifier 'htole32'
  1591. (void) htole32;
  1592. ^
  1593. 1 error generated.
  1594. configure:21618: $? = 1
  1595. configure: failed program was:
  1596. | /* confdefs.h */
  1597. | #define PACKAGE_NAME "Bitcoin Core"
  1598. | #define PACKAGE_TARNAME "bitcoin"
  1599. | #define PACKAGE_VERSION "0.9.99"
  1600. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1601. | #define PACKAGE_BUGREPORT "[email protected]"
  1602. | #define PACKAGE_URL ""
  1603. | #define STDC_HEADERS 1
  1604. | #define HAVE_SYS_TYPES_H 1
  1605. | #define HAVE_SYS_STAT_H 1
  1606. | #define HAVE_STDLIB_H 1
  1607. | #define HAVE_STRING_H 1
  1608. | #define HAVE_MEMORY_H 1
  1609. | #define HAVE_STRINGS_H 1
  1610. | #define HAVE_INTTYPES_H 1
  1611. | #define HAVE_STDINT_H 1
  1612. | #define HAVE_UNISTD_H 1
  1613. | #define HAVE_DLFCN_H 1
  1614. | #define LT_OBJDIR ".libs/"
  1615. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1616. | #define HAVE_PTHREAD 1
  1617. | #define HAVE_DECL_STRERROR_R 1
  1618. | #define HAVE_STRERROR_R 1
  1619. | #define HAVE_STDIO_H 1
  1620. | #define HAVE_STDLIB_H 1
  1621. | #define HAVE_UNISTD_H 1
  1622. | #define HAVE_STRINGS_H 1
  1623. | #define HAVE_SYS_TYPES_H 1
  1624. | #define HAVE_SYS_STAT_H 1
  1625. | #define HAVE_SYS_SELECT_H 1
  1626. | #define HAVE_INET_PTON 1
  1627. | #define HAVE_DECL_LE32TOH 0
  1628. | #define HAVE_DECL_LE64TOH 0
  1629. | /* end confdefs.h. */
  1630. | #if HAVE_ENDIAN_H
  1631. | #include <endian.h>
  1632. | #endif
  1633. |
  1634. | int
  1635. | main ()
  1636. | {
  1637. | #ifndef htole32
  1638. | #ifdef __cplusplus
  1639. | (void) htole32;
  1640. | #else
  1641. | (void) htole32;
  1642. | #endif
  1643. | #endif
  1644. |
  1645. | ;
  1646. | return 0;
  1647. | }
  1648. configure:21618: result: no
  1649. configure:21631: checking whether htole64 is declared
  1650. configure:21631: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1651. conftest.cpp:45:10: error: use of undeclared identifier 'htole64'
  1652. (void) htole64;
  1653. ^
  1654. 1 error generated.
  1655. configure:21631: $? = 1
  1656. configure: failed program was:
  1657. | /* confdefs.h */
  1658. | #define PACKAGE_NAME "Bitcoin Core"
  1659. | #define PACKAGE_TARNAME "bitcoin"
  1660. | #define PACKAGE_VERSION "0.9.99"
  1661. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1662. | #define PACKAGE_BUGREPORT "[email protected]"
  1663. | #define PACKAGE_URL ""
  1664. | #define STDC_HEADERS 1
  1665. | #define HAVE_SYS_TYPES_H 1
  1666. | #define HAVE_SYS_STAT_H 1
  1667. | #define HAVE_STDLIB_H 1
  1668. | #define HAVE_STRING_H 1
  1669. | #define HAVE_MEMORY_H 1
  1670. | #define HAVE_STRINGS_H 1
  1671. | #define HAVE_INTTYPES_H 1
  1672. | #define HAVE_STDINT_H 1
  1673. | #define HAVE_UNISTD_H 1
  1674. | #define HAVE_DLFCN_H 1
  1675. | #define LT_OBJDIR ".libs/"
  1676. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1677. | #define HAVE_PTHREAD 1
  1678. | #define HAVE_DECL_STRERROR_R 1
  1679. | #define HAVE_STRERROR_R 1
  1680. | #define HAVE_STDIO_H 1
  1681. | #define HAVE_STDLIB_H 1
  1682. | #define HAVE_UNISTD_H 1
  1683. | #define HAVE_STRINGS_H 1
  1684. | #define HAVE_SYS_TYPES_H 1
  1685. | #define HAVE_SYS_STAT_H 1
  1686. | #define HAVE_SYS_SELECT_H 1
  1687. | #define HAVE_INET_PTON 1
  1688. | #define HAVE_DECL_LE32TOH 0
  1689. | #define HAVE_DECL_LE64TOH 0
  1690. | #define HAVE_DECL_HTOLE32 0
  1691. | /* end confdefs.h. */
  1692. | #if HAVE_ENDIAN_H
  1693. | #include <endian.h>
  1694. | #endif
  1695. |
  1696. | int
  1697. | main ()
  1698. | {
  1699. | #ifndef htole64
  1700. | #ifdef __cplusplus
  1701. | (void) htole64;
  1702. | #else
  1703. | (void) htole64;
  1704. | #endif
  1705. | #endif
  1706. |
  1707. | ;
  1708. | return 0;
  1709. | }
  1710. configure:21631: result: no
  1711. configure:21644: checking whether be32toh is declared
  1712. configure:21644: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1713. conftest.cpp:46:10: error: use of undeclared identifier 'be32toh'
  1714. (void) be32toh;
  1715. ^
  1716. 1 error generated.
  1717. configure:21644: $? = 1
  1718. configure: failed program was:
  1719. | /* confdefs.h */
  1720. | #define PACKAGE_NAME "Bitcoin Core"
  1721. | #define PACKAGE_TARNAME "bitcoin"
  1722. | #define PACKAGE_VERSION "0.9.99"
  1723. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1724. | #define PACKAGE_BUGREPORT "[email protected]"
  1725. | #define PACKAGE_URL ""
  1726. | #define STDC_HEADERS 1
  1727. | #define HAVE_SYS_TYPES_H 1
  1728. | #define HAVE_SYS_STAT_H 1
  1729. | #define HAVE_STDLIB_H 1
  1730. | #define HAVE_STRING_H 1
  1731. | #define HAVE_MEMORY_H 1
  1732. | #define HAVE_STRINGS_H 1
  1733. | #define HAVE_INTTYPES_H 1
  1734. | #define HAVE_STDINT_H 1
  1735. | #define HAVE_UNISTD_H 1
  1736. | #define HAVE_DLFCN_H 1
  1737. | #define LT_OBJDIR ".libs/"
  1738. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1739. | #define HAVE_PTHREAD 1
  1740. | #define HAVE_DECL_STRERROR_R 1
  1741. | #define HAVE_STRERROR_R 1
  1742. | #define HAVE_STDIO_H 1
  1743. | #define HAVE_STDLIB_H 1
  1744. | #define HAVE_UNISTD_H 1
  1745. | #define HAVE_STRINGS_H 1
  1746. | #define HAVE_SYS_TYPES_H 1
  1747. | #define HAVE_SYS_STAT_H 1
  1748. | #define HAVE_SYS_SELECT_H 1
  1749. | #define HAVE_INET_PTON 1
  1750. | #define HAVE_DECL_LE32TOH 0
  1751. | #define HAVE_DECL_LE64TOH 0
  1752. | #define HAVE_DECL_HTOLE32 0
  1753. | #define HAVE_DECL_HTOLE64 0
  1754. | /* end confdefs.h. */
  1755. | #if HAVE_ENDIAN_H
  1756. | #include <endian.h>
  1757. | #endif
  1758. |
  1759. | int
  1760. | main ()
  1761. | {
  1762. | #ifndef be32toh
  1763. | #ifdef __cplusplus
  1764. | (void) be32toh;
  1765. | #else
  1766. | (void) be32toh;
  1767. | #endif
  1768. | #endif
  1769. |
  1770. | ;
  1771. | return 0;
  1772. | }
  1773. configure:21644: result: no
  1774. configure:21657: checking whether be64toh is declared
  1775. configure:21657: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1776. conftest.cpp:47:10: error: use of undeclared identifier 'be64toh'
  1777. (void) be64toh;
  1778. ^
  1779. 1 error generated.
  1780. configure:21657: $? = 1
  1781. configure: failed program was:
  1782. | /* confdefs.h */
  1783. | #define PACKAGE_NAME "Bitcoin Core"
  1784. | #define PACKAGE_TARNAME "bitcoin"
  1785. | #define PACKAGE_VERSION "0.9.99"
  1786. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1787. | #define PACKAGE_BUGREPORT "[email protected]"
  1788. | #define PACKAGE_URL ""
  1789. | #define STDC_HEADERS 1
  1790. | #define HAVE_SYS_TYPES_H 1
  1791. | #define HAVE_SYS_STAT_H 1
  1792. | #define HAVE_STDLIB_H 1
  1793. | #define HAVE_STRING_H 1
  1794. | #define HAVE_MEMORY_H 1
  1795. | #define HAVE_STRINGS_H 1
  1796. | #define HAVE_INTTYPES_H 1
  1797. | #define HAVE_STDINT_H 1
  1798. | #define HAVE_UNISTD_H 1
  1799. | #define HAVE_DLFCN_H 1
  1800. | #define LT_OBJDIR ".libs/"
  1801. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1802. | #define HAVE_PTHREAD 1
  1803. | #define HAVE_DECL_STRERROR_R 1
  1804. | #define HAVE_STRERROR_R 1
  1805. | #define HAVE_STDIO_H 1
  1806. | #define HAVE_STDLIB_H 1
  1807. | #define HAVE_UNISTD_H 1
  1808. | #define HAVE_STRINGS_H 1
  1809. | #define HAVE_SYS_TYPES_H 1
  1810. | #define HAVE_SYS_STAT_H 1
  1811. | #define HAVE_SYS_SELECT_H 1
  1812. | #define HAVE_INET_PTON 1
  1813. | #define HAVE_DECL_LE32TOH 0
  1814. | #define HAVE_DECL_LE64TOH 0
  1815. | #define HAVE_DECL_HTOLE32 0
  1816. | #define HAVE_DECL_HTOLE64 0
  1817. | #define HAVE_DECL_BE32TOH 0
  1818. | /* end confdefs.h. */
  1819. | #if HAVE_ENDIAN_H
  1820. | #include <endian.h>
  1821. | #endif
  1822. |
  1823. | int
  1824. | main ()
  1825. | {
  1826. | #ifndef be64toh
  1827. | #ifdef __cplusplus
  1828. | (void) be64toh;
  1829. | #else
  1830. | (void) be64toh;
  1831. | #endif
  1832. | #endif
  1833. |
  1834. | ;
  1835. | return 0;
  1836. | }
  1837. configure:21657: result: no
  1838. configure:21670: checking whether htobe32 is declared
  1839. configure:21670: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1840. conftest.cpp:48:10: error: use of undeclared identifier 'htobe32'
  1841. (void) htobe32;
  1842. ^
  1843. 1 error generated.
  1844. configure:21670: $? = 1
  1845. configure: failed program was:
  1846. | /* confdefs.h */
  1847. | #define PACKAGE_NAME "Bitcoin Core"
  1848. | #define PACKAGE_TARNAME "bitcoin"
  1849. | #define PACKAGE_VERSION "0.9.99"
  1850. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1851. | #define PACKAGE_BUGREPORT "[email protected]"
  1852. | #define PACKAGE_URL ""
  1853. | #define STDC_HEADERS 1
  1854. | #define HAVE_SYS_TYPES_H 1
  1855. | #define HAVE_SYS_STAT_H 1
  1856. | #define HAVE_STDLIB_H 1
  1857. | #define HAVE_STRING_H 1
  1858. | #define HAVE_MEMORY_H 1
  1859. | #define HAVE_STRINGS_H 1
  1860. | #define HAVE_INTTYPES_H 1
  1861. | #define HAVE_STDINT_H 1
  1862. | #define HAVE_UNISTD_H 1
  1863. | #define HAVE_DLFCN_H 1
  1864. | #define LT_OBJDIR ".libs/"
  1865. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1866. | #define HAVE_PTHREAD 1
  1867. | #define HAVE_DECL_STRERROR_R 1
  1868. | #define HAVE_STRERROR_R 1
  1869. | #define HAVE_STDIO_H 1
  1870. | #define HAVE_STDLIB_H 1
  1871. | #define HAVE_UNISTD_H 1
  1872. | #define HAVE_STRINGS_H 1
  1873. | #define HAVE_SYS_TYPES_H 1
  1874. | #define HAVE_SYS_STAT_H 1
  1875. | #define HAVE_SYS_SELECT_H 1
  1876. | #define HAVE_INET_PTON 1
  1877. | #define HAVE_DECL_LE32TOH 0
  1878. | #define HAVE_DECL_LE64TOH 0
  1879. | #define HAVE_DECL_HTOLE32 0
  1880. | #define HAVE_DECL_HTOLE64 0
  1881. | #define HAVE_DECL_BE32TOH 0
  1882. | #define HAVE_DECL_BE64TOH 0
  1883. | /* end confdefs.h. */
  1884. | #if HAVE_ENDIAN_H
  1885. | #include <endian.h>
  1886. | #endif
  1887. |
  1888. | int
  1889. | main ()
  1890. | {
  1891. | #ifndef htobe32
  1892. | #ifdef __cplusplus
  1893. | (void) htobe32;
  1894. | #else
  1895. | (void) htobe32;
  1896. | #endif
  1897. | #endif
  1898. |
  1899. | ;
  1900. | return 0;
  1901. | }
  1902. configure:21670: result: no
  1903. configure:21683: checking whether htobe64 is declared
  1904. configure:21683: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1905. conftest.cpp:49:10: error: use of undeclared identifier 'htobe64'
  1906. (void) htobe64;
  1907. ^
  1908. 1 error generated.
  1909. configure:21683: $? = 1
  1910. configure: failed program was:
  1911. | /* confdefs.h */
  1912. | #define PACKAGE_NAME "Bitcoin Core"
  1913. | #define PACKAGE_TARNAME "bitcoin"
  1914. | #define PACKAGE_VERSION "0.9.99"
  1915. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1916. | #define PACKAGE_BUGREPORT "[email protected]"
  1917. | #define PACKAGE_URL ""
  1918. | #define STDC_HEADERS 1
  1919. | #define HAVE_SYS_TYPES_H 1
  1920. | #define HAVE_SYS_STAT_H 1
  1921. | #define HAVE_STDLIB_H 1
  1922. | #define HAVE_STRING_H 1
  1923. | #define HAVE_MEMORY_H 1
  1924. | #define HAVE_STRINGS_H 1
  1925. | #define HAVE_INTTYPES_H 1
  1926. | #define HAVE_STDINT_H 1
  1927. | #define HAVE_UNISTD_H 1
  1928. | #define HAVE_DLFCN_H 1
  1929. | #define LT_OBJDIR ".libs/"
  1930. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1931. | #define HAVE_PTHREAD 1
  1932. | #define HAVE_DECL_STRERROR_R 1
  1933. | #define HAVE_STRERROR_R 1
  1934. | #define HAVE_STDIO_H 1
  1935. | #define HAVE_STDLIB_H 1
  1936. | #define HAVE_UNISTD_H 1
  1937. | #define HAVE_STRINGS_H 1
  1938. | #define HAVE_SYS_TYPES_H 1
  1939. | #define HAVE_SYS_STAT_H 1
  1940. | #define HAVE_SYS_SELECT_H 1
  1941. | #define HAVE_INET_PTON 1
  1942. | #define HAVE_DECL_LE32TOH 0
  1943. | #define HAVE_DECL_LE64TOH 0
  1944. | #define HAVE_DECL_HTOLE32 0
  1945. | #define HAVE_DECL_HTOLE64 0
  1946. | #define HAVE_DECL_BE32TOH 0
  1947. | #define HAVE_DECL_BE64TOH 0
  1948. | #define HAVE_DECL_HTOBE32 0
  1949. | /* end confdefs.h. */
  1950. | #if HAVE_ENDIAN_H
  1951. | #include <endian.h>
  1952. | #endif
  1953. |
  1954. | int
  1955. | main ()
  1956. | {
  1957. | #ifndef htobe64
  1958. | #ifdef __cplusplus
  1959. | (void) htobe64;
  1960. | #else
  1961. | (void) htobe64;
  1962. | #endif
  1963. | #endif
  1964. |
  1965. | ;
  1966. | return 0;
  1967. | }
  1968. configure:21683: result: no
  1969. configure:21698: checking for MSG_NOSIGNAL
  1970. configure:21711: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1971. conftest.cpp:45:10: error: use of undeclared identifier 'MSG_NOSIGNAL'
  1972. int f = MSG_NOSIGNAL;
  1973. ^
  1974. 1 error generated.
  1975. configure:21711: $? = 1
  1976. configure: failed program was:
  1977. | /* confdefs.h */
  1978. | #define PACKAGE_NAME "Bitcoin Core"
  1979. | #define PACKAGE_TARNAME "bitcoin"
  1980. | #define PACKAGE_VERSION "0.9.99"
  1981. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  1982. | #define PACKAGE_BUGREPORT "[email protected]"
  1983. | #define PACKAGE_URL ""
  1984. | #define STDC_HEADERS 1
  1985. | #define HAVE_SYS_TYPES_H 1
  1986. | #define HAVE_SYS_STAT_H 1
  1987. | #define HAVE_STDLIB_H 1
  1988. | #define HAVE_STRING_H 1
  1989. | #define HAVE_MEMORY_H 1
  1990. | #define HAVE_STRINGS_H 1
  1991. | #define HAVE_INTTYPES_H 1
  1992. | #define HAVE_STDINT_H 1
  1993. | #define HAVE_UNISTD_H 1
  1994. | #define HAVE_DLFCN_H 1
  1995. | #define LT_OBJDIR ".libs/"
  1996. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1997. | #define HAVE_PTHREAD 1
  1998. | #define HAVE_DECL_STRERROR_R 1
  1999. | #define HAVE_STRERROR_R 1
  2000. | #define HAVE_STDIO_H 1
  2001. | #define HAVE_STDLIB_H 1
  2002. | #define HAVE_UNISTD_H 1
  2003. | #define HAVE_STRINGS_H 1
  2004. | #define HAVE_SYS_TYPES_H 1
  2005. | #define HAVE_SYS_STAT_H 1
  2006. | #define HAVE_SYS_SELECT_H 1
  2007. | #define HAVE_INET_PTON 1
  2008. | #define HAVE_DECL_LE32TOH 0
  2009. | #define HAVE_DECL_LE64TOH 0
  2010. | #define HAVE_DECL_HTOLE32 0
  2011. | #define HAVE_DECL_HTOLE64 0
  2012. | #define HAVE_DECL_BE32TOH 0
  2013. | #define HAVE_DECL_BE64TOH 0
  2014. | #define HAVE_DECL_HTOBE32 0
  2015. | #define HAVE_DECL_HTOBE64 0
  2016. | /* end confdefs.h. */
  2017. | #include <sys/socket.h>
  2018. | int
  2019. | main ()
  2020. | {
  2021. | int f = MSG_NOSIGNAL;
  2022. | ;
  2023. | return 0;
  2024. | }
  2025. configure:21717: result: no
  2026. configure:21723: checking for library containing clock_gettime
  2027. configure:21754: clang++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pie -Wl,-dead_strip conftest.cpp -L/usr/local/opt/berkeley-db4/lib >&5
  2028. clang: warning: argument unused during compilation: '-pie'
  2029. Undefined symbols for architecture x86_64:
  2030. "_clock_gettime", referenced from:
  2031. _main in conftest-eb7cc4.o
  2032. ld: symbol(s) not found for architecture x86_64
  2033. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2034. configure:21754: $? = 1
  2035. configure: failed program was:
  2036. | /* confdefs.h */
  2037. | #define PACKAGE_NAME "Bitcoin Core"
  2038. | #define PACKAGE_TARNAME "bitcoin"
  2039. | #define PACKAGE_VERSION "0.9.99"
  2040. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  2041. | #define PACKAGE_BUGREPORT "[email protected]"
  2042. | #define PACKAGE_URL ""
  2043. | #define STDC_HEADERS 1
  2044. | #define HAVE_SYS_TYPES_H 1
  2045. | #define HAVE_SYS_STAT_H 1
  2046. | #define HAVE_STDLIB_H 1
  2047. | #define HAVE_STRING_H 1
  2048. | #define HAVE_MEMORY_H 1
  2049. | #define HAVE_STRINGS_H 1
  2050. | #define HAVE_INTTYPES_H 1
  2051. | #define HAVE_STDINT_H 1
  2052. | #define HAVE_UNISTD_H 1
  2053. | #define HAVE_DLFCN_H 1
  2054. | #define LT_OBJDIR ".libs/"
  2055. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2056. | #define HAVE_PTHREAD 1
  2057. | #define HAVE_DECL_STRERROR_R 1
  2058. | #define HAVE_STRERROR_R 1
  2059. | #define HAVE_STDIO_H 1
  2060. | #define HAVE_STDLIB_H 1
  2061. | #define HAVE_UNISTD_H 1
  2062. | #define HAVE_STRINGS_H 1
  2063. | #define HAVE_SYS_TYPES_H 1
  2064. | #define HAVE_SYS_STAT_H 1
  2065. | #define HAVE_SYS_SELECT_H 1
  2066. | #define HAVE_INET_PTON 1
  2067. | #define HAVE_DECL_LE32TOH 0
  2068. | #define HAVE_DECL_LE64TOH 0
  2069. | #define HAVE_DECL_HTOLE32 0
  2070. | #define HAVE_DECL_HTOLE64 0
  2071. | #define HAVE_DECL_BE32TOH 0
  2072. | #define HAVE_DECL_BE64TOH 0
  2073. | #define HAVE_DECL_HTOBE32 0
  2074. | #define HAVE_DECL_HTOBE64 0
  2075. | /* end confdefs.h. */
  2076. |
  2077. | /* Override any GCC internal prototype to avoid an error.
  2078. | Use char because int might match the return type of a GCC
  2079. | builtin and then its argument prototype would still apply. */
  2080. | #ifdef __cplusplus
  2081. | extern "C"
  2082. | #endif
  2083. | char clock_gettime ();
  2084. | int
  2085. | main ()
  2086. | {
  2087. | return clock_gettime ();
  2088. | ;
  2089. | return 0;
  2090. | }
  2091. configure:21754: clang++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pie -Wl,-dead_strip conftest.cpp -lrt -L/usr/local/opt/berkeley-db4/lib >&5
  2092. clang: warning: argument unused during compilation: '-pie'
  2093. ld: library not found for -lrt
  2094. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2095. configure:21754: $? = 1
  2096. configure: failed program was:
  2097. | /* confdefs.h */
  2098. | #define PACKAGE_NAME "Bitcoin Core"
  2099. | #define PACKAGE_TARNAME "bitcoin"
  2100. | #define PACKAGE_VERSION "0.9.99"
  2101. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  2102. | #define PACKAGE_BUGREPORT "[email protected]"
  2103. | #define PACKAGE_URL ""
  2104. | #define STDC_HEADERS 1
  2105. | #define HAVE_SYS_TYPES_H 1
  2106. | #define HAVE_SYS_STAT_H 1
  2107. | #define HAVE_STDLIB_H 1
  2108. | #define HAVE_STRING_H 1
  2109. | #define HAVE_MEMORY_H 1
  2110. | #define HAVE_STRINGS_H 1
  2111. | #define HAVE_INTTYPES_H 1
  2112. | #define HAVE_STDINT_H 1
  2113. | #define HAVE_UNISTD_H 1
  2114. | #define HAVE_DLFCN_H 1
  2115. | #define LT_OBJDIR ".libs/"
  2116. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2117. | #define HAVE_PTHREAD 1
  2118. | #define HAVE_DECL_STRERROR_R 1
  2119. | #define HAVE_STRERROR_R 1
  2120. | #define HAVE_STDIO_H 1
  2121. | #define HAVE_STDLIB_H 1
  2122. | #define HAVE_UNISTD_H 1
  2123. | #define HAVE_STRINGS_H 1
  2124. | #define HAVE_SYS_TYPES_H 1
  2125. | #define HAVE_SYS_STAT_H 1
  2126. | #define HAVE_SYS_SELECT_H 1
  2127. | #define HAVE_INET_PTON 1
  2128. | #define HAVE_DECL_LE32TOH 0
  2129. | #define HAVE_DECL_LE64TOH 0
  2130. | #define HAVE_DECL_HTOLE32 0
  2131. | #define HAVE_DECL_HTOLE64 0
  2132. | #define HAVE_DECL_BE32TOH 0
  2133. | #define HAVE_DECL_BE64TOH 0
  2134. | #define HAVE_DECL_HTOBE32 0
  2135. | #define HAVE_DECL_HTOBE64 0
  2136. | /* end confdefs.h. */
  2137. |
  2138. | /* Override any GCC internal prototype to avoid an error.
  2139. | Use char because int might match the return type of a GCC
  2140. | builtin and then its argument prototype would still apply. */
  2141. | #ifdef __cplusplus
  2142. | extern "C"
  2143. | #endif
  2144. | char clock_gettime ();
  2145. | int
  2146. | main ()
  2147. | {
  2148. | return clock_gettime ();
  2149. | ;
  2150. | return 0;
  2151. | }
  2152. configure:21771: result: no
  2153. configure:21780: checking for visibility attribute
  2154. configure:21789: clang++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pie -Wl,-dead_strip conftest.cpp -L/usr/local/opt/berkeley-db4/lib >&5
  2155. clang: warning: argument unused during compilation: '-pie'
  2156. configure:21789: $? = 0
  2157. configure:21794: result: yes
  2158. configure:21814: checking whether C++ compiler accepts -fvisibility=hidden
  2159. configure:21833: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -fvisibility=hidden -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2160. configure:21833: $? = 0
  2161. configure:21841: result: yes
  2162. configure:21875: checking for Berkeley DB C++ headers
  2163. configure:21906: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2164. conftest.cpp:43:16: fatal error: 'bdb4.8/db_cxx.h' file not found
  2165. #include <bdb4.8/db_cxx.h>
  2166. ^
  2167. 1 error generated.
  2168. configure:21906: $? = 1
  2169. configure: failed program was:
  2170. | /* confdefs.h */
  2171. | #define PACKAGE_NAME "Bitcoin Core"
  2172. | #define PACKAGE_TARNAME "bitcoin"
  2173. | #define PACKAGE_VERSION "0.9.99"
  2174. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  2175. | #define PACKAGE_BUGREPORT "[email protected]"
  2176. | #define PACKAGE_URL ""
  2177. | #define STDC_HEADERS 1
  2178. | #define HAVE_SYS_TYPES_H 1
  2179. | #define HAVE_SYS_STAT_H 1
  2180. | #define HAVE_STDLIB_H 1
  2181. | #define HAVE_STRING_H 1
  2182. | #define HAVE_MEMORY_H 1
  2183. | #define HAVE_STRINGS_H 1
  2184. | #define HAVE_INTTYPES_H 1
  2185. | #define HAVE_STDINT_H 1
  2186. | #define HAVE_UNISTD_H 1
  2187. | #define HAVE_DLFCN_H 1
  2188. | #define LT_OBJDIR ".libs/"
  2189. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2190. | #define HAVE_PTHREAD 1
  2191. | #define HAVE_DECL_STRERROR_R 1
  2192. | #define HAVE_STRERROR_R 1
  2193. | #define HAVE_STDIO_H 1
  2194. | #define HAVE_STDLIB_H 1
  2195. | #define HAVE_UNISTD_H 1
  2196. | #define HAVE_STRINGS_H 1
  2197. | #define HAVE_SYS_TYPES_H 1
  2198. | #define HAVE_SYS_STAT_H 1
  2199. | #define HAVE_SYS_SELECT_H 1
  2200. | #define HAVE_INET_PTON 1
  2201. | #define HAVE_DECL_LE32TOH 0
  2202. | #define HAVE_DECL_LE64TOH 0
  2203. | #define HAVE_DECL_HTOLE32 0
  2204. | #define HAVE_DECL_HTOLE64 0
  2205. | #define HAVE_DECL_BE32TOH 0
  2206. | #define HAVE_DECL_BE64TOH 0
  2207. | #define HAVE_DECL_HTOBE32 0
  2208. | #define HAVE_DECL_HTOBE64 0
  2209. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2210. | /* end confdefs.h. */
  2211. |
  2212. | #include <bdb4.8/db_cxx.h>
  2213. |
  2214. | int
  2215. | main ()
  2216. | {
  2217. |
  2218. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  2219. | #error "failed to find bdb 4.8+"
  2220. | #endif
  2221. |
  2222. | ;
  2223. | return 0;
  2224. | }
  2225. configure:21906: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2226. conftest.cpp:43:16: fatal error: 'libdb4.8/db_cxx.h' file not found
  2227. #include <libdb4.8/db_cxx.h>
  2228. ^
  2229. 1 error generated.
  2230. configure:21906: $? = 1
  2231. configure: failed program was:
  2232. | /* confdefs.h */
  2233. | #define PACKAGE_NAME "Bitcoin Core"
  2234. | #define PACKAGE_TARNAME "bitcoin"
  2235. | #define PACKAGE_VERSION "0.9.99"
  2236. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  2237. | #define PACKAGE_BUGREPORT "[email protected]"
  2238. | #define PACKAGE_URL ""
  2239. | #define STDC_HEADERS 1
  2240. | #define HAVE_SYS_TYPES_H 1
  2241. | #define HAVE_SYS_STAT_H 1
  2242. | #define HAVE_STDLIB_H 1
  2243. | #define HAVE_STRING_H 1
  2244. | #define HAVE_MEMORY_H 1
  2245. | #define HAVE_STRINGS_H 1
  2246. | #define HAVE_INTTYPES_H 1
  2247. | #define HAVE_STDINT_H 1
  2248. | #define HAVE_UNISTD_H 1
  2249. | #define HAVE_DLFCN_H 1
  2250. | #define LT_OBJDIR ".libs/"
  2251. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2252. | #define HAVE_PTHREAD 1
  2253. | #define HAVE_DECL_STRERROR_R 1
  2254. | #define HAVE_STRERROR_R 1
  2255. | #define HAVE_STDIO_H 1
  2256. | #define HAVE_STDLIB_H 1
  2257. | #define HAVE_UNISTD_H 1
  2258. | #define HAVE_STRINGS_H 1
  2259. | #define HAVE_SYS_TYPES_H 1
  2260. | #define HAVE_SYS_STAT_H 1
  2261. | #define HAVE_SYS_SELECT_H 1
  2262. | #define HAVE_INET_PTON 1
  2263. | #define HAVE_DECL_LE32TOH 0
  2264. | #define HAVE_DECL_LE64TOH 0
  2265. | #define HAVE_DECL_HTOLE32 0
  2266. | #define HAVE_DECL_HTOLE64 0
  2267. | #define HAVE_DECL_BE32TOH 0
  2268. | #define HAVE_DECL_BE64TOH 0
  2269. | #define HAVE_DECL_HTOBE32 0
  2270. | #define HAVE_DECL_HTOBE64 0
  2271. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2272. | /* end confdefs.h. */
  2273. |
  2274. | #include <libdb4.8/db_cxx.h>
  2275. |
  2276. | int
  2277. | main ()
  2278. | {
  2279. |
  2280. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  2281. | #error "failed to find bdb 4.8+"
  2282. | #endif
  2283. |
  2284. | ;
  2285. | return 0;
  2286. | }
  2287. configure:21906: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2288. conftest.cpp:43:16: fatal error: 'db4.8/db_cxx.h' file not found
  2289. #include <db4.8/db_cxx.h>
  2290. ^
  2291. 1 error generated.
  2292. configure:21906: $? = 1
  2293. configure: failed program was:
  2294. | /* confdefs.h */
  2295. | #define PACKAGE_NAME "Bitcoin Core"
  2296. | #define PACKAGE_TARNAME "bitcoin"
  2297. | #define PACKAGE_VERSION "0.9.99"
  2298. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  2299. | #define PACKAGE_BUGREPORT "[email protected]"
  2300. | #define PACKAGE_URL ""
  2301. | #define STDC_HEADERS 1
  2302. | #define HAVE_SYS_TYPES_H 1
  2303. | #define HAVE_SYS_STAT_H 1
  2304. | #define HAVE_STDLIB_H 1
  2305. | #define HAVE_STRING_H 1
  2306. | #define HAVE_MEMORY_H 1
  2307. | #define HAVE_STRINGS_H 1
  2308. | #define HAVE_INTTYPES_H 1
  2309. | #define HAVE_STDINT_H 1
  2310. | #define HAVE_UNISTD_H 1
  2311. | #define HAVE_DLFCN_H 1
  2312. | #define LT_OBJDIR ".libs/"
  2313. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2314. | #define HAVE_PTHREAD 1
  2315. | #define HAVE_DECL_STRERROR_R 1
  2316. | #define HAVE_STRERROR_R 1
  2317. | #define HAVE_STDIO_H 1
  2318. | #define HAVE_STDLIB_H 1
  2319. | #define HAVE_UNISTD_H 1
  2320. | #define HAVE_STRINGS_H 1
  2321. | #define HAVE_SYS_TYPES_H 1
  2322. | #define HAVE_SYS_STAT_H 1
  2323. | #define HAVE_SYS_SELECT_H 1
  2324. | #define HAVE_INET_PTON 1
  2325. | #define HAVE_DECL_LE32TOH 0
  2326. | #define HAVE_DECL_LE64TOH 0
  2327. | #define HAVE_DECL_HTOLE32 0
  2328. | #define HAVE_DECL_HTOLE64 0
  2329. | #define HAVE_DECL_BE32TOH 0
  2330. | #define HAVE_DECL_BE64TOH 0
  2331. | #define HAVE_DECL_HTOBE32 0
  2332. | #define HAVE_DECL_HTOBE64 0
  2333. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2334. | /* end confdefs.h. */
  2335. |
  2336. | #include <db4.8/db_cxx.h>
  2337. |
  2338. | int
  2339. | main ()
  2340. | {
  2341. |
  2342. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  2343. | #error "failed to find bdb 4.8+"
  2344. | #endif
  2345. |
  2346. | ;
  2347. | return 0;
  2348. | }
  2349. configure:21906: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2350. conftest.cpp:43:16: fatal error: 'bdb48/db_cxx.h' file not found
  2351. #include <bdb48/db_cxx.h>
  2352. ^
  2353. 1 error generated.
  2354. configure:21906: $? = 1
  2355. configure: failed program was:
  2356. | /* confdefs.h */
  2357. | #define PACKAGE_NAME "Bitcoin Core"
  2358. | #define PACKAGE_TARNAME "bitcoin"
  2359. | #define PACKAGE_VERSION "0.9.99"
  2360. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  2361. | #define PACKAGE_BUGREPORT "[email protected]"
  2362. | #define PACKAGE_URL ""
  2363. | #define STDC_HEADERS 1
  2364. | #define HAVE_SYS_TYPES_H 1
  2365. | #define HAVE_SYS_STAT_H 1
  2366. | #define HAVE_STDLIB_H 1
  2367. | #define HAVE_STRING_H 1
  2368. | #define HAVE_MEMORY_H 1
  2369. | #define HAVE_STRINGS_H 1
  2370. | #define HAVE_INTTYPES_H 1
  2371. | #define HAVE_STDINT_H 1
  2372. | #define HAVE_UNISTD_H 1
  2373. | #define HAVE_DLFCN_H 1
  2374. | #define LT_OBJDIR ".libs/"
  2375. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2376. | #define HAVE_PTHREAD 1
  2377. | #define HAVE_DECL_STRERROR_R 1
  2378. | #define HAVE_STRERROR_R 1
  2379. | #define HAVE_STDIO_H 1
  2380. | #define HAVE_STDLIB_H 1
  2381. | #define HAVE_UNISTD_H 1
  2382. | #define HAVE_STRINGS_H 1
  2383. | #define HAVE_SYS_TYPES_H 1
  2384. | #define HAVE_SYS_STAT_H 1
  2385. | #define HAVE_SYS_SELECT_H 1
  2386. | #define HAVE_INET_PTON 1
  2387. | #define HAVE_DECL_LE32TOH 0
  2388. | #define HAVE_DECL_LE64TOH 0
  2389. | #define HAVE_DECL_HTOLE32 0
  2390. | #define HAVE_DECL_HTOLE64 0
  2391. | #define HAVE_DECL_BE32TOH 0
  2392. | #define HAVE_DECL_BE64TOH 0
  2393. | #define HAVE_DECL_HTOBE32 0
  2394. | #define HAVE_DECL_HTOBE64 0
  2395. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2396. | /* end confdefs.h. */
  2397. |
  2398. | #include <bdb48/db_cxx.h>
  2399. |
  2400. | int
  2401. | main ()
  2402. | {
  2403. |
  2404. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  2405. | #error "failed to find bdb 4.8+"
  2406. | #endif
  2407. |
  2408. | ;
  2409. | return 0;
  2410. | }
  2411. configure:21906: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2412. conftest.cpp:43:16: fatal error: 'libdb48/db_cxx.h' file not found
  2413. #include <libdb48/db_cxx.h>
  2414. ^
  2415. 1 error generated.
  2416. configure:21906: $? = 1
  2417. configure: failed program was:
  2418. | /* confdefs.h */
  2419. | #define PACKAGE_NAME "Bitcoin Core"
  2420. | #define PACKAGE_TARNAME "bitcoin"
  2421. | #define PACKAGE_VERSION "0.9.99"
  2422. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  2423. | #define PACKAGE_BUGREPORT "[email protected]"
  2424. | #define PACKAGE_URL ""
  2425. | #define STDC_HEADERS 1
  2426. | #define HAVE_SYS_TYPES_H 1
  2427. | #define HAVE_SYS_STAT_H 1
  2428. | #define HAVE_STDLIB_H 1
  2429. | #define HAVE_STRING_H 1
  2430. | #define HAVE_MEMORY_H 1
  2431. | #define HAVE_STRINGS_H 1
  2432. | #define HAVE_INTTYPES_H 1
  2433. | #define HAVE_STDINT_H 1
  2434. | #define HAVE_UNISTD_H 1
  2435. | #define HAVE_DLFCN_H 1
  2436. | #define LT_OBJDIR ".libs/"
  2437. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2438. | #define HAVE_PTHREAD 1
  2439. | #define HAVE_DECL_STRERROR_R 1
  2440. | #define HAVE_STRERROR_R 1
  2441. | #define HAVE_STDIO_H 1
  2442. | #define HAVE_STDLIB_H 1
  2443. | #define HAVE_UNISTD_H 1
  2444. | #define HAVE_STRINGS_H 1
  2445. | #define HAVE_SYS_TYPES_H 1
  2446. | #define HAVE_SYS_STAT_H 1
  2447. | #define HAVE_SYS_SELECT_H 1
  2448. | #define HAVE_INET_PTON 1
  2449. | #define HAVE_DECL_LE32TOH 0
  2450. | #define HAVE_DECL_LE64TOH 0
  2451. | #define HAVE_DECL_HTOLE32 0
  2452. | #define HAVE_DECL_HTOLE64 0
  2453. | #define HAVE_DECL_BE32TOH 0
  2454. | #define HAVE_DECL_BE64TOH 0
  2455. | #define HAVE_DECL_HTOBE32 0
  2456. | #define HAVE_DECL_HTOBE64 0
  2457. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2458. | /* end confdefs.h. */
  2459. |
  2460. | #include <libdb48/db_cxx.h>
  2461. |
  2462. | int
  2463. | main ()
  2464. | {
  2465. |
  2466. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  2467. | #error "failed to find bdb 4.8+"
  2468. | #endif
  2469. |
  2470. | ;
  2471. | return 0;
  2472. | }
  2473. configure:21906: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2474. conftest.cpp:43:16: fatal error: 'db48/db_cxx.h' file not found
  2475. #include <db48/db_cxx.h>
  2476. ^
  2477. 1 error generated.
  2478. configure:21906: $? = 1
  2479. configure: failed program was:
  2480. | /* confdefs.h */
  2481. | #define PACKAGE_NAME "Bitcoin Core"
  2482. | #define PACKAGE_TARNAME "bitcoin"
  2483. | #define PACKAGE_VERSION "0.9.99"
  2484. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  2485. | #define PACKAGE_BUGREPORT "[email protected]"
  2486. | #define PACKAGE_URL ""
  2487. | #define STDC_HEADERS 1
  2488. | #define HAVE_SYS_TYPES_H 1
  2489. | #define HAVE_SYS_STAT_H 1
  2490. | #define HAVE_STDLIB_H 1
  2491. | #define HAVE_STRING_H 1
  2492. | #define HAVE_MEMORY_H 1
  2493. | #define HAVE_STRINGS_H 1
  2494. | #define HAVE_INTTYPES_H 1
  2495. | #define HAVE_STDINT_H 1
  2496. | #define HAVE_UNISTD_H 1
  2497. | #define HAVE_DLFCN_H 1
  2498. | #define LT_OBJDIR ".libs/"
  2499. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2500. | #define HAVE_PTHREAD 1
  2501. | #define HAVE_DECL_STRERROR_R 1
  2502. | #define HAVE_STRERROR_R 1
  2503. | #define HAVE_STDIO_H 1
  2504. | #define HAVE_STDLIB_H 1
  2505. | #define HAVE_UNISTD_H 1
  2506. | #define HAVE_STRINGS_H 1
  2507. | #define HAVE_SYS_TYPES_H 1
  2508. | #define HAVE_SYS_STAT_H 1
  2509. | #define HAVE_SYS_SELECT_H 1
  2510. | #define HAVE_INET_PTON 1
  2511. | #define HAVE_DECL_LE32TOH 0
  2512. | #define HAVE_DECL_LE64TOH 0
  2513. | #define HAVE_DECL_HTOLE32 0
  2514. | #define HAVE_DECL_HTOLE64 0
  2515. | #define HAVE_DECL_BE32TOH 0
  2516. | #define HAVE_DECL_BE64TOH 0
  2517. | #define HAVE_DECL_HTOBE32 0
  2518. | #define HAVE_DECL_HTOBE64 0
  2519. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2520. | /* end confdefs.h. */
  2521. |
  2522. | #include <db48/db_cxx.h>
  2523. |
  2524. | int
  2525. | main ()
  2526. | {
  2527. |
  2528. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  2529. | #error "failed to find bdb 4.8+"
  2530. | #endif
  2531. |
  2532. | ;
  2533. | return 0;
  2534. | }
  2535. configure:21906: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2536. conftest.cpp:43:16: fatal error: 'bdb4/db_cxx.h' file not found
  2537. #include <bdb4/db_cxx.h>
  2538. ^
  2539. 1 error generated.
  2540. configure:21906: $? = 1
  2541. configure: failed program was:
  2542. | /* confdefs.h */
  2543. | #define PACKAGE_NAME "Bitcoin Core"
  2544. | #define PACKAGE_TARNAME "bitcoin"
  2545. | #define PACKAGE_VERSION "0.9.99"
  2546. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  2547. | #define PACKAGE_BUGREPORT "[email protected]"
  2548. | #define PACKAGE_URL ""
  2549. | #define STDC_HEADERS 1
  2550. | #define HAVE_SYS_TYPES_H 1
  2551. | #define HAVE_SYS_STAT_H 1
  2552. | #define HAVE_STDLIB_H 1
  2553. | #define HAVE_STRING_H 1
  2554. | #define HAVE_MEMORY_H 1
  2555. | #define HAVE_STRINGS_H 1
  2556. | #define HAVE_INTTYPES_H 1
  2557. | #define HAVE_STDINT_H 1
  2558. | #define HAVE_UNISTD_H 1
  2559. | #define HAVE_DLFCN_H 1
  2560. | #define LT_OBJDIR ".libs/"
  2561. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2562. | #define HAVE_PTHREAD 1
  2563. | #define HAVE_DECL_STRERROR_R 1
  2564. | #define HAVE_STRERROR_R 1
  2565. | #define HAVE_STDIO_H 1
  2566. | #define HAVE_STDLIB_H 1
  2567. | #define HAVE_UNISTD_H 1
  2568. | #define HAVE_STRINGS_H 1
  2569. | #define HAVE_SYS_TYPES_H 1
  2570. | #define HAVE_SYS_STAT_H 1
  2571. | #define HAVE_SYS_SELECT_H 1
  2572. | #define HAVE_INET_PTON 1
  2573. | #define HAVE_DECL_LE32TOH 0
  2574. | #define HAVE_DECL_LE64TOH 0
  2575. | #define HAVE_DECL_HTOLE32 0
  2576. | #define HAVE_DECL_HTOLE64 0
  2577. | #define HAVE_DECL_BE32TOH 0
  2578. | #define HAVE_DECL_BE64TOH 0
  2579. | #define HAVE_DECL_HTOBE32 0
  2580. | #define HAVE_DECL_HTOBE64 0
  2581. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2582. | /* end confdefs.h. */
  2583. |
  2584. | #include <bdb4/db_cxx.h>
  2585. |
  2586. | int
  2587. | main ()
  2588. | {
  2589. |
  2590. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  2591. | #error "failed to find bdb 4.8+"
  2592. | #endif
  2593. |
  2594. | ;
  2595. | return 0;
  2596. | }
  2597. configure:21906: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2598. conftest.cpp:43:16: fatal error: 'libdb4/db_cxx.h' file not found
  2599. #include <libdb4/db_cxx.h>
  2600. ^
  2601. 1 error generated.
  2602. configure:21906: $? = 1
  2603. configure: failed program was:
  2604. | /* confdefs.h */
  2605. | #define PACKAGE_NAME "Bitcoin Core"
  2606. | #define PACKAGE_TARNAME "bitcoin"
  2607. | #define PACKAGE_VERSION "0.9.99"
  2608. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  2609. | #define PACKAGE_BUGREPORT "[email protected]"
  2610. | #define PACKAGE_URL ""
  2611. | #define STDC_HEADERS 1
  2612. | #define HAVE_SYS_TYPES_H 1
  2613. | #define HAVE_SYS_STAT_H 1
  2614. | #define HAVE_STDLIB_H 1
  2615. | #define HAVE_STRING_H 1
  2616. | #define HAVE_MEMORY_H 1
  2617. | #define HAVE_STRINGS_H 1
  2618. | #define HAVE_INTTYPES_H 1
  2619. | #define HAVE_STDINT_H 1
  2620. | #define HAVE_UNISTD_H 1
  2621. | #define HAVE_DLFCN_H 1
  2622. | #define LT_OBJDIR ".libs/"
  2623. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2624. | #define HAVE_PTHREAD 1
  2625. | #define HAVE_DECL_STRERROR_R 1
  2626. | #define HAVE_STRERROR_R 1
  2627. | #define HAVE_STDIO_H 1
  2628. | #define HAVE_STDLIB_H 1
  2629. | #define HAVE_UNISTD_H 1
  2630. | #define HAVE_STRINGS_H 1
  2631. | #define HAVE_SYS_TYPES_H 1
  2632. | #define HAVE_SYS_STAT_H 1
  2633. | #define HAVE_SYS_SELECT_H 1
  2634. | #define HAVE_INET_PTON 1
  2635. | #define HAVE_DECL_LE32TOH 0
  2636. | #define HAVE_DECL_LE64TOH 0
  2637. | #define HAVE_DECL_HTOLE32 0
  2638. | #define HAVE_DECL_HTOLE64 0
  2639. | #define HAVE_DECL_BE32TOH 0
  2640. | #define HAVE_DECL_BE64TOH 0
  2641. | #define HAVE_DECL_HTOBE32 0
  2642. | #define HAVE_DECL_HTOBE64 0
  2643. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2644. | /* end confdefs.h. */
  2645. |
  2646. | #include <libdb4/db_cxx.h>
  2647. |
  2648. | int
  2649. | main ()
  2650. | {
  2651. |
  2652. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  2653. | #error "failed to find bdb 4.8+"
  2654. | #endif
  2655. |
  2656. | ;
  2657. | return 0;
  2658. | }
  2659. configure:21906: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2660. conftest.cpp:43:16: fatal error: 'db4/db_cxx.h' file not found
  2661. #include <db4/db_cxx.h>
  2662. ^
  2663. 1 error generated.
  2664. configure:21906: $? = 1
  2665. configure: failed program was:
  2666. | /* confdefs.h */
  2667. | #define PACKAGE_NAME "Bitcoin Core"
  2668. | #define PACKAGE_TARNAME "bitcoin"
  2669. | #define PACKAGE_VERSION "0.9.99"
  2670. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  2671. | #define PACKAGE_BUGREPORT "[email protected]"
  2672. | #define PACKAGE_URL ""
  2673. | #define STDC_HEADERS 1
  2674. | #define HAVE_SYS_TYPES_H 1
  2675. | #define HAVE_SYS_STAT_H 1
  2676. | #define HAVE_STDLIB_H 1
  2677. | #define HAVE_STRING_H 1
  2678. | #define HAVE_MEMORY_H 1
  2679. | #define HAVE_STRINGS_H 1
  2680. | #define HAVE_INTTYPES_H 1
  2681. | #define HAVE_STDINT_H 1
  2682. | #define HAVE_UNISTD_H 1
  2683. | #define HAVE_DLFCN_H 1
  2684. | #define LT_OBJDIR ".libs/"
  2685. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2686. | #define HAVE_PTHREAD 1
  2687. | #define HAVE_DECL_STRERROR_R 1
  2688. | #define HAVE_STRERROR_R 1
  2689. | #define HAVE_STDIO_H 1
  2690. | #define HAVE_STDLIB_H 1
  2691. | #define HAVE_UNISTD_H 1
  2692. | #define HAVE_STRINGS_H 1
  2693. | #define HAVE_SYS_TYPES_H 1
  2694. | #define HAVE_SYS_STAT_H 1
  2695. | #define HAVE_SYS_SELECT_H 1
  2696. | #define HAVE_INET_PTON 1
  2697. | #define HAVE_DECL_LE32TOH 0
  2698. | #define HAVE_DECL_LE64TOH 0
  2699. | #define HAVE_DECL_HTOLE32 0
  2700. | #define HAVE_DECL_HTOLE64 0
  2701. | #define HAVE_DECL_BE32TOH 0
  2702. | #define HAVE_DECL_BE64TOH 0
  2703. | #define HAVE_DECL_HTOBE32 0
  2704. | #define HAVE_DECL_HTOBE64 0
  2705. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2706. | /* end confdefs.h. */
  2707. |
  2708. | #include <db4/db_cxx.h>
  2709. |
  2710. | int
  2711. | main ()
  2712. | {
  2713. |
  2714. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  2715. | #error "failed to find bdb 4.8+"
  2716. | #endif
  2717. |
  2718. | ;
  2719. | return 0;
  2720. | }
  2721. configure:21906: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2722. conftest.cpp:43:16: fatal error: 'bdb5/db_cxx.h' file not found
  2723. #include <bdb5/db_cxx.h>
  2724. ^
  2725. 1 error generated.
  2726. configure:21906: $? = 1
  2727. configure: failed program was:
  2728. | /* confdefs.h */
  2729. | #define PACKAGE_NAME "Bitcoin Core"
  2730. | #define PACKAGE_TARNAME "bitcoin"
  2731. | #define PACKAGE_VERSION "0.9.99"
  2732. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  2733. | #define PACKAGE_BUGREPORT "[email protected]"
  2734. | #define PACKAGE_URL ""
  2735. | #define STDC_HEADERS 1
  2736. | #define HAVE_SYS_TYPES_H 1
  2737. | #define HAVE_SYS_STAT_H 1
  2738. | #define HAVE_STDLIB_H 1
  2739. | #define HAVE_STRING_H 1
  2740. | #define HAVE_MEMORY_H 1
  2741. | #define HAVE_STRINGS_H 1
  2742. | #define HAVE_INTTYPES_H 1
  2743. | #define HAVE_STDINT_H 1
  2744. | #define HAVE_UNISTD_H 1
  2745. | #define HAVE_DLFCN_H 1
  2746. | #define LT_OBJDIR ".libs/"
  2747. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2748. | #define HAVE_PTHREAD 1
  2749. | #define HAVE_DECL_STRERROR_R 1
  2750. | #define HAVE_STRERROR_R 1
  2751. | #define HAVE_STDIO_H 1
  2752. | #define HAVE_STDLIB_H 1
  2753. | #define HAVE_UNISTD_H 1
  2754. | #define HAVE_STRINGS_H 1
  2755. | #define HAVE_SYS_TYPES_H 1
  2756. | #define HAVE_SYS_STAT_H 1
  2757. | #define HAVE_SYS_SELECT_H 1
  2758. | #define HAVE_INET_PTON 1
  2759. | #define HAVE_DECL_LE32TOH 0
  2760. | #define HAVE_DECL_LE64TOH 0
  2761. | #define HAVE_DECL_HTOLE32 0
  2762. | #define HAVE_DECL_HTOLE64 0
  2763. | #define HAVE_DECL_BE32TOH 0
  2764. | #define HAVE_DECL_BE64TOH 0
  2765. | #define HAVE_DECL_HTOBE32 0
  2766. | #define HAVE_DECL_HTOBE64 0
  2767. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2768. | /* end confdefs.h. */
  2769. |
  2770. | #include <bdb5/db_cxx.h>
  2771. |
  2772. | int
  2773. | main ()
  2774. | {
  2775. |
  2776. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  2777. | #error "failed to find bdb 4.8+"
  2778. | #endif
  2779. |
  2780. | ;
  2781. | return 0;
  2782. | }
  2783. configure:21906: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2784. conftest.cpp:43:16: fatal error: 'libdb5/db_cxx.h' file not found
  2785. #include <libdb5/db_cxx.h>
  2786. ^
  2787. 1 error generated.
  2788. configure:21906: $? = 1
  2789. configure: failed program was:
  2790. | /* confdefs.h */
  2791. | #define PACKAGE_NAME "Bitcoin Core"
  2792. | #define PACKAGE_TARNAME "bitcoin"
  2793. | #define PACKAGE_VERSION "0.9.99"
  2794. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  2795. | #define PACKAGE_BUGREPORT "[email protected]"
  2796. | #define PACKAGE_URL ""
  2797. | #define STDC_HEADERS 1
  2798. | #define HAVE_SYS_TYPES_H 1
  2799. | #define HAVE_SYS_STAT_H 1
  2800. | #define HAVE_STDLIB_H 1
  2801. | #define HAVE_STRING_H 1
  2802. | #define HAVE_MEMORY_H 1
  2803. | #define HAVE_STRINGS_H 1
  2804. | #define HAVE_INTTYPES_H 1
  2805. | #define HAVE_STDINT_H 1
  2806. | #define HAVE_UNISTD_H 1
  2807. | #define HAVE_DLFCN_H 1
  2808. | #define LT_OBJDIR ".libs/"
  2809. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2810. | #define HAVE_PTHREAD 1
  2811. | #define HAVE_DECL_STRERROR_R 1
  2812. | #define HAVE_STRERROR_R 1
  2813. | #define HAVE_STDIO_H 1
  2814. | #define HAVE_STDLIB_H 1
  2815. | #define HAVE_UNISTD_H 1
  2816. | #define HAVE_STRINGS_H 1
  2817. | #define HAVE_SYS_TYPES_H 1
  2818. | #define HAVE_SYS_STAT_H 1
  2819. | #define HAVE_SYS_SELECT_H 1
  2820. | #define HAVE_INET_PTON 1
  2821. | #define HAVE_DECL_LE32TOH 0
  2822. | #define HAVE_DECL_LE64TOH 0
  2823. | #define HAVE_DECL_HTOLE32 0
  2824. | #define HAVE_DECL_HTOLE64 0
  2825. | #define HAVE_DECL_BE32TOH 0
  2826. | #define HAVE_DECL_BE64TOH 0
  2827. | #define HAVE_DECL_HTOBE32 0
  2828. | #define HAVE_DECL_HTOBE64 0
  2829. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2830. | /* end confdefs.h. */
  2831. |
  2832. | #include <libdb5/db_cxx.h>
  2833. |
  2834. | int
  2835. | main ()
  2836. | {
  2837. |
  2838. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  2839. | #error "failed to find bdb 4.8+"
  2840. | #endif
  2841. |
  2842. | ;
  2843. | return 0;
  2844. | }
  2845. configure:21906: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2846. conftest.cpp:43:16: fatal error: 'db5/db_cxx.h' file not found
  2847. #include <db5/db_cxx.h>
  2848. ^
  2849. 1 error generated.
  2850. configure:21906: $? = 1
  2851. configure: failed program was:
  2852. | /* confdefs.h */
  2853. | #define PACKAGE_NAME "Bitcoin Core"
  2854. | #define PACKAGE_TARNAME "bitcoin"
  2855. | #define PACKAGE_VERSION "0.9.99"
  2856. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  2857. | #define PACKAGE_BUGREPORT "[email protected]"
  2858. | #define PACKAGE_URL ""
  2859. | #define STDC_HEADERS 1
  2860. | #define HAVE_SYS_TYPES_H 1
  2861. | #define HAVE_SYS_STAT_H 1
  2862. | #define HAVE_STDLIB_H 1
  2863. | #define HAVE_STRING_H 1
  2864. | #define HAVE_MEMORY_H 1
  2865. | #define HAVE_STRINGS_H 1
  2866. | #define HAVE_INTTYPES_H 1
  2867. | #define HAVE_STDINT_H 1
  2868. | #define HAVE_UNISTD_H 1
  2869. | #define HAVE_DLFCN_H 1
  2870. | #define LT_OBJDIR ".libs/"
  2871. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2872. | #define HAVE_PTHREAD 1
  2873. | #define HAVE_DECL_STRERROR_R 1
  2874. | #define HAVE_STRERROR_R 1
  2875. | #define HAVE_STDIO_H 1
  2876. | #define HAVE_STDLIB_H 1
  2877. | #define HAVE_UNISTD_H 1
  2878. | #define HAVE_STRINGS_H 1
  2879. | #define HAVE_SYS_TYPES_H 1
  2880. | #define HAVE_SYS_STAT_H 1
  2881. | #define HAVE_SYS_SELECT_H 1
  2882. | #define HAVE_INET_PTON 1
  2883. | #define HAVE_DECL_LE32TOH 0
  2884. | #define HAVE_DECL_LE64TOH 0
  2885. | #define HAVE_DECL_HTOLE32 0
  2886. | #define HAVE_DECL_HTOLE64 0
  2887. | #define HAVE_DECL_BE32TOH 0
  2888. | #define HAVE_DECL_BE64TOH 0
  2889. | #define HAVE_DECL_HTOBE32 0
  2890. | #define HAVE_DECL_HTOBE64 0
  2891. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2892. | /* end confdefs.h. */
  2893. |
  2894. | #include <db5/db_cxx.h>
  2895. |
  2896. | int
  2897. | main ()
  2898. | {
  2899. |
  2900. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  2901. | #error "failed to find bdb 4.8+"
  2902. | #endif
  2903. |
  2904. | ;
  2905. | return 0;
  2906. | }
  2907. configure:21906: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2908. conftest.cpp:43:16: fatal error: 'bdb/db_cxx.h' file not found
  2909. #include <bdb/db_cxx.h>
  2910. ^
  2911. 1 error generated.
  2912. configure:21906: $? = 1
  2913. configure: failed program was:
  2914. | /* confdefs.h */
  2915. | #define PACKAGE_NAME "Bitcoin Core"
  2916. | #define PACKAGE_TARNAME "bitcoin"
  2917. | #define PACKAGE_VERSION "0.9.99"
  2918. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  2919. | #define PACKAGE_BUGREPORT "[email protected]"
  2920. | #define PACKAGE_URL ""
  2921. | #define STDC_HEADERS 1
  2922. | #define HAVE_SYS_TYPES_H 1
  2923. | #define HAVE_SYS_STAT_H 1
  2924. | #define HAVE_STDLIB_H 1
  2925. | #define HAVE_STRING_H 1
  2926. | #define HAVE_MEMORY_H 1
  2927. | #define HAVE_STRINGS_H 1
  2928. | #define HAVE_INTTYPES_H 1
  2929. | #define HAVE_STDINT_H 1
  2930. | #define HAVE_UNISTD_H 1
  2931. | #define HAVE_DLFCN_H 1
  2932. | #define LT_OBJDIR ".libs/"
  2933. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2934. | #define HAVE_PTHREAD 1
  2935. | #define HAVE_DECL_STRERROR_R 1
  2936. | #define HAVE_STRERROR_R 1
  2937. | #define HAVE_STDIO_H 1
  2938. | #define HAVE_STDLIB_H 1
  2939. | #define HAVE_UNISTD_H 1
  2940. | #define HAVE_STRINGS_H 1
  2941. | #define HAVE_SYS_TYPES_H 1
  2942. | #define HAVE_SYS_STAT_H 1
  2943. | #define HAVE_SYS_SELECT_H 1
  2944. | #define HAVE_INET_PTON 1
  2945. | #define HAVE_DECL_LE32TOH 0
  2946. | #define HAVE_DECL_LE64TOH 0
  2947. | #define HAVE_DECL_HTOLE32 0
  2948. | #define HAVE_DECL_HTOLE64 0
  2949. | #define HAVE_DECL_BE32TOH 0
  2950. | #define HAVE_DECL_BE64TOH 0
  2951. | #define HAVE_DECL_HTOBE32 0
  2952. | #define HAVE_DECL_HTOBE64 0
  2953. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  2954. | /* end confdefs.h. */
  2955. |
  2956. | #include <bdb/db_cxx.h>
  2957. |
  2958. | int
  2959. | main ()
  2960. | {
  2961. |
  2962. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  2963. | #error "failed to find bdb 4.8+"
  2964. | #endif
  2965. |
  2966. | ;
  2967. | return 0;
  2968. | }
  2969. configure:21906: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  2970. conftest.cpp:43:16: fatal error: 'libdb/db_cxx.h' file not found
  2971. #include <libdb/db_cxx.h>
  2972. ^
  2973. 1 error generated.
  2974. configure:21906: $? = 1
  2975. configure: failed program was:
  2976. | /* confdefs.h */
  2977. | #define PACKAGE_NAME "Bitcoin Core"
  2978. | #define PACKAGE_TARNAME "bitcoin"
  2979. | #define PACKAGE_VERSION "0.9.99"
  2980. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  2981. | #define PACKAGE_BUGREPORT "[email protected]"
  2982. | #define PACKAGE_URL ""
  2983. | #define STDC_HEADERS 1
  2984. | #define HAVE_SYS_TYPES_H 1
  2985. | #define HAVE_SYS_STAT_H 1
  2986. | #define HAVE_STDLIB_H 1
  2987. | #define HAVE_STRING_H 1
  2988. | #define HAVE_MEMORY_H 1
  2989. | #define HAVE_STRINGS_H 1
  2990. | #define HAVE_INTTYPES_H 1
  2991. | #define HAVE_STDINT_H 1
  2992. | #define HAVE_UNISTD_H 1
  2993. | #define HAVE_DLFCN_H 1
  2994. | #define LT_OBJDIR ".libs/"
  2995. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2996. | #define HAVE_PTHREAD 1
  2997. | #define HAVE_DECL_STRERROR_R 1
  2998. | #define HAVE_STRERROR_R 1
  2999. | #define HAVE_STDIO_H 1
  3000. | #define HAVE_STDLIB_H 1
  3001. | #define HAVE_UNISTD_H 1
  3002. | #define HAVE_STRINGS_H 1
  3003. | #define HAVE_SYS_TYPES_H 1
  3004. | #define HAVE_SYS_STAT_H 1
  3005. | #define HAVE_SYS_SELECT_H 1
  3006. | #define HAVE_INET_PTON 1
  3007. | #define HAVE_DECL_LE32TOH 0
  3008. | #define HAVE_DECL_LE64TOH 0
  3009. | #define HAVE_DECL_HTOLE32 0
  3010. | #define HAVE_DECL_HTOLE64 0
  3011. | #define HAVE_DECL_BE32TOH 0
  3012. | #define HAVE_DECL_BE64TOH 0
  3013. | #define HAVE_DECL_HTOBE32 0
  3014. | #define HAVE_DECL_HTOBE64 0
  3015. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3016. | /* end confdefs.h. */
  3017. |
  3018. | #include <libdb/db_cxx.h>
  3019. |
  3020. | int
  3021. | main ()
  3022. | {
  3023. |
  3024. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  3025. | #error "failed to find bdb 4.8+"
  3026. | #endif
  3027. |
  3028. | ;
  3029. | return 0;
  3030. | }
  3031. configure:21906: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  3032. conftest.cpp:43:16: fatal error: 'db/db_cxx.h' file not found
  3033. #include <db/db_cxx.h>
  3034. ^
  3035. 1 error generated.
  3036. configure:21906: $? = 1
  3037. configure: failed program was:
  3038. | /* confdefs.h */
  3039. | #define PACKAGE_NAME "Bitcoin Core"
  3040. | #define PACKAGE_TARNAME "bitcoin"
  3041. | #define PACKAGE_VERSION "0.9.99"
  3042. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  3043. | #define PACKAGE_BUGREPORT "[email protected]"
  3044. | #define PACKAGE_URL ""
  3045. | #define STDC_HEADERS 1
  3046. | #define HAVE_SYS_TYPES_H 1
  3047. | #define HAVE_SYS_STAT_H 1
  3048. | #define HAVE_STDLIB_H 1
  3049. | #define HAVE_STRING_H 1
  3050. | #define HAVE_MEMORY_H 1
  3051. | #define HAVE_STRINGS_H 1
  3052. | #define HAVE_INTTYPES_H 1
  3053. | #define HAVE_STDINT_H 1
  3054. | #define HAVE_UNISTD_H 1
  3055. | #define HAVE_DLFCN_H 1
  3056. | #define LT_OBJDIR ".libs/"
  3057. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3058. | #define HAVE_PTHREAD 1
  3059. | #define HAVE_DECL_STRERROR_R 1
  3060. | #define HAVE_STRERROR_R 1
  3061. | #define HAVE_STDIO_H 1
  3062. | #define HAVE_STDLIB_H 1
  3063. | #define HAVE_UNISTD_H 1
  3064. | #define HAVE_STRINGS_H 1
  3065. | #define HAVE_SYS_TYPES_H 1
  3066. | #define HAVE_SYS_STAT_H 1
  3067. | #define HAVE_SYS_SELECT_H 1
  3068. | #define HAVE_INET_PTON 1
  3069. | #define HAVE_DECL_LE32TOH 0
  3070. | #define HAVE_DECL_LE64TOH 0
  3071. | #define HAVE_DECL_HTOLE32 0
  3072. | #define HAVE_DECL_HTOLE64 0
  3073. | #define HAVE_DECL_BE32TOH 0
  3074. | #define HAVE_DECL_BE64TOH 0
  3075. | #define HAVE_DECL_HTOBE32 0
  3076. | #define HAVE_DECL_HTOBE64 0
  3077. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3078. | /* end confdefs.h. */
  3079. |
  3080. | #include <db/db_cxx.h>
  3081. |
  3082. | int
  3083. | main ()
  3084. | {
  3085. |
  3086. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  3087. | #error "failed to find bdb 4.8+"
  3088. | #endif
  3089. |
  3090. | ;
  3091. | return 0;
  3092. | }
  3093. configure:21906: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  3094. configure:21906: $? = 0
  3095. configure:21935: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  3096. configure:21935: $? = 0
  3097. configure:21978: result: default
  3098. configure:21997: checking for main in -ldb_cxx-4.8
  3099. configure:22016: clang++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pie -Wl,-dead_strip conftest.cpp -ldb_cxx-4.8 -L/usr/local/opt/berkeley-db4/lib >&5
  3100. clang: warning: argument unused during compilation: '-pie'
  3101. configure:22016: $? = 0
  3102. configure:22026: result: yes
  3103. configure:22047: checking miniupnpc/miniwget.h usability
  3104. configure:22047: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  3105. conftest.cpp:75:10: fatal error: 'miniupnpc/miniwget.h' file not found
  3106. #include <miniupnpc/miniwget.h>
  3107. ^
  3108. 1 error generated.
  3109. configure:22047: $? = 1
  3110. configure: failed program was:
  3111. | /* confdefs.h */
  3112. | #define PACKAGE_NAME "Bitcoin Core"
  3113. | #define PACKAGE_TARNAME "bitcoin"
  3114. | #define PACKAGE_VERSION "0.9.99"
  3115. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  3116. | #define PACKAGE_BUGREPORT "[email protected]"
  3117. | #define PACKAGE_URL ""
  3118. | #define STDC_HEADERS 1
  3119. | #define HAVE_SYS_TYPES_H 1
  3120. | #define HAVE_SYS_STAT_H 1
  3121. | #define HAVE_STDLIB_H 1
  3122. | #define HAVE_STRING_H 1
  3123. | #define HAVE_MEMORY_H 1
  3124. | #define HAVE_STRINGS_H 1
  3125. | #define HAVE_INTTYPES_H 1
  3126. | #define HAVE_STDINT_H 1
  3127. | #define HAVE_UNISTD_H 1
  3128. | #define HAVE_DLFCN_H 1
  3129. | #define LT_OBJDIR ".libs/"
  3130. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3131. | #define HAVE_PTHREAD 1
  3132. | #define HAVE_DECL_STRERROR_R 1
  3133. | #define HAVE_STRERROR_R 1
  3134. | #define HAVE_STDIO_H 1
  3135. | #define HAVE_STDLIB_H 1
  3136. | #define HAVE_UNISTD_H 1
  3137. | #define HAVE_STRINGS_H 1
  3138. | #define HAVE_SYS_TYPES_H 1
  3139. | #define HAVE_SYS_STAT_H 1
  3140. | #define HAVE_SYS_SELECT_H 1
  3141. | #define HAVE_INET_PTON 1
  3142. | #define HAVE_DECL_LE32TOH 0
  3143. | #define HAVE_DECL_LE64TOH 0
  3144. | #define HAVE_DECL_HTOLE32 0
  3145. | #define HAVE_DECL_HTOLE64 0
  3146. | #define HAVE_DECL_BE32TOH 0
  3147. | #define HAVE_DECL_BE64TOH 0
  3148. | #define HAVE_DECL_HTOBE32 0
  3149. | #define HAVE_DECL_HTOBE64 0
  3150. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3151. | /* end confdefs.h. */
  3152. | #include <stdio.h>
  3153. | #ifdef HAVE_SYS_TYPES_H
  3154. | # include <sys/types.h>
  3155. | #endif
  3156. | #ifdef HAVE_SYS_STAT_H
  3157. | # include <sys/stat.h>
  3158. | #endif
  3159. | #ifdef STDC_HEADERS
  3160. | # include <stdlib.h>
  3161. | # include <stddef.h>
  3162. | #else
  3163. | # ifdef HAVE_STDLIB_H
  3164. | # include <stdlib.h>
  3165. | # endif
  3166. | #endif
  3167. | #ifdef HAVE_STRING_H
  3168. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3169. | # include <memory.h>
  3170. | # endif
  3171. | # include <string.h>
  3172. | #endif
  3173. | #ifdef HAVE_STRINGS_H
  3174. | # include <strings.h>
  3175. | #endif
  3176. | #ifdef HAVE_INTTYPES_H
  3177. | # include <inttypes.h>
  3178. | #endif
  3179. | #ifdef HAVE_STDINT_H
  3180. | # include <stdint.h>
  3181. | #endif
  3182. | #ifdef HAVE_UNISTD_H
  3183. | # include <unistd.h>
  3184. | #endif
  3185. | #include <miniupnpc/miniwget.h>
  3186. configure:22047: result: no
  3187. configure:22047: checking miniupnpc/miniwget.h presence
  3188. configure:22047: clang++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  3189. conftest.cpp:42:10: fatal error: 'miniupnpc/miniwget.h' file not found
  3190. #include <miniupnpc/miniwget.h>
  3191. ^
  3192. 1 error generated.
  3193. configure:22047: $? = 1
  3194. configure: failed program was:
  3195. | /* confdefs.h */
  3196. | #define PACKAGE_NAME "Bitcoin Core"
  3197. | #define PACKAGE_TARNAME "bitcoin"
  3198. | #define PACKAGE_VERSION "0.9.99"
  3199. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  3200. | #define PACKAGE_BUGREPORT "[email protected]"
  3201. | #define PACKAGE_URL ""
  3202. | #define STDC_HEADERS 1
  3203. | #define HAVE_SYS_TYPES_H 1
  3204. | #define HAVE_SYS_STAT_H 1
  3205. | #define HAVE_STDLIB_H 1
  3206. | #define HAVE_STRING_H 1
  3207. | #define HAVE_MEMORY_H 1
  3208. | #define HAVE_STRINGS_H 1
  3209. | #define HAVE_INTTYPES_H 1
  3210. | #define HAVE_STDINT_H 1
  3211. | #define HAVE_UNISTD_H 1
  3212. | #define HAVE_DLFCN_H 1
  3213. | #define LT_OBJDIR ".libs/"
  3214. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3215. | #define HAVE_PTHREAD 1
  3216. | #define HAVE_DECL_STRERROR_R 1
  3217. | #define HAVE_STRERROR_R 1
  3218. | #define HAVE_STDIO_H 1
  3219. | #define HAVE_STDLIB_H 1
  3220. | #define HAVE_UNISTD_H 1
  3221. | #define HAVE_STRINGS_H 1
  3222. | #define HAVE_SYS_TYPES_H 1
  3223. | #define HAVE_SYS_STAT_H 1
  3224. | #define HAVE_SYS_SELECT_H 1
  3225. | #define HAVE_INET_PTON 1
  3226. | #define HAVE_DECL_LE32TOH 0
  3227. | #define HAVE_DECL_LE64TOH 0
  3228. | #define HAVE_DECL_HTOLE32 0
  3229. | #define HAVE_DECL_HTOLE64 0
  3230. | #define HAVE_DECL_BE32TOH 0
  3231. | #define HAVE_DECL_BE64TOH 0
  3232. | #define HAVE_DECL_HTOBE32 0
  3233. | #define HAVE_DECL_HTOBE64 0
  3234. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3235. | /* end confdefs.h. */
  3236. | #include <miniupnpc/miniwget.h>
  3237. configure:22047: result: no
  3238. configure:22047: checking for miniupnpc/miniwget.h
  3239. configure:22047: result: no
  3240. configure:22047: checking miniupnpc/miniupnpc.h usability
  3241. configure:22047: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  3242. conftest.cpp:75:10: fatal error: 'miniupnpc/miniupnpc.h' file not found
  3243. #include <miniupnpc/miniupnpc.h>
  3244. ^
  3245. 1 error generated.
  3246. configure:22047: $? = 1
  3247. configure: failed program was:
  3248. | /* confdefs.h */
  3249. | #define PACKAGE_NAME "Bitcoin Core"
  3250. | #define PACKAGE_TARNAME "bitcoin"
  3251. | #define PACKAGE_VERSION "0.9.99"
  3252. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  3253. | #define PACKAGE_BUGREPORT "[email protected]"
  3254. | #define PACKAGE_URL ""
  3255. | #define STDC_HEADERS 1
  3256. | #define HAVE_SYS_TYPES_H 1
  3257. | #define HAVE_SYS_STAT_H 1
  3258. | #define HAVE_STDLIB_H 1
  3259. | #define HAVE_STRING_H 1
  3260. | #define HAVE_MEMORY_H 1
  3261. | #define HAVE_STRINGS_H 1
  3262. | #define HAVE_INTTYPES_H 1
  3263. | #define HAVE_STDINT_H 1
  3264. | #define HAVE_UNISTD_H 1
  3265. | #define HAVE_DLFCN_H 1
  3266. | #define LT_OBJDIR ".libs/"
  3267. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3268. | #define HAVE_PTHREAD 1
  3269. | #define HAVE_DECL_STRERROR_R 1
  3270. | #define HAVE_STRERROR_R 1
  3271. | #define HAVE_STDIO_H 1
  3272. | #define HAVE_STDLIB_H 1
  3273. | #define HAVE_UNISTD_H 1
  3274. | #define HAVE_STRINGS_H 1
  3275. | #define HAVE_SYS_TYPES_H 1
  3276. | #define HAVE_SYS_STAT_H 1
  3277. | #define HAVE_SYS_SELECT_H 1
  3278. | #define HAVE_INET_PTON 1
  3279. | #define HAVE_DECL_LE32TOH 0
  3280. | #define HAVE_DECL_LE64TOH 0
  3281. | #define HAVE_DECL_HTOLE32 0
  3282. | #define HAVE_DECL_HTOLE64 0
  3283. | #define HAVE_DECL_BE32TOH 0
  3284. | #define HAVE_DECL_BE64TOH 0
  3285. | #define HAVE_DECL_HTOBE32 0
  3286. | #define HAVE_DECL_HTOBE64 0
  3287. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3288. | /* end confdefs.h. */
  3289. | #include <stdio.h>
  3290. | #ifdef HAVE_SYS_TYPES_H
  3291. | # include <sys/types.h>
  3292. | #endif
  3293. | #ifdef HAVE_SYS_STAT_H
  3294. | # include <sys/stat.h>
  3295. | #endif
  3296. | #ifdef STDC_HEADERS
  3297. | # include <stdlib.h>
  3298. | # include <stddef.h>
  3299. | #else
  3300. | # ifdef HAVE_STDLIB_H
  3301. | # include <stdlib.h>
  3302. | # endif
  3303. | #endif
  3304. | #ifdef HAVE_STRING_H
  3305. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3306. | # include <memory.h>
  3307. | # endif
  3308. | # include <string.h>
  3309. | #endif
  3310. | #ifdef HAVE_STRINGS_H
  3311. | # include <strings.h>
  3312. | #endif
  3313. | #ifdef HAVE_INTTYPES_H
  3314. | # include <inttypes.h>
  3315. | #endif
  3316. | #ifdef HAVE_STDINT_H
  3317. | # include <stdint.h>
  3318. | #endif
  3319. | #ifdef HAVE_UNISTD_H
  3320. | # include <unistd.h>
  3321. | #endif
  3322. | #include <miniupnpc/miniupnpc.h>
  3323. configure:22047: result: no
  3324. configure:22047: checking miniupnpc/miniupnpc.h presence
  3325. configure:22047: clang++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  3326. conftest.cpp:42:10: fatal error: 'miniupnpc/miniupnpc.h' file not found
  3327. #include <miniupnpc/miniupnpc.h>
  3328. ^
  3329. 1 error generated.
  3330. configure:22047: $? = 1
  3331. configure: failed program was:
  3332. | /* confdefs.h */
  3333. | #define PACKAGE_NAME "Bitcoin Core"
  3334. | #define PACKAGE_TARNAME "bitcoin"
  3335. | #define PACKAGE_VERSION "0.9.99"
  3336. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  3337. | #define PACKAGE_BUGREPORT "[email protected]"
  3338. | #define PACKAGE_URL ""
  3339. | #define STDC_HEADERS 1
  3340. | #define HAVE_SYS_TYPES_H 1
  3341. | #define HAVE_SYS_STAT_H 1
  3342. | #define HAVE_STDLIB_H 1
  3343. | #define HAVE_STRING_H 1
  3344. | #define HAVE_MEMORY_H 1
  3345. | #define HAVE_STRINGS_H 1
  3346. | #define HAVE_INTTYPES_H 1
  3347. | #define HAVE_STDINT_H 1
  3348. | #define HAVE_UNISTD_H 1
  3349. | #define HAVE_DLFCN_H 1
  3350. | #define LT_OBJDIR ".libs/"
  3351. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3352. | #define HAVE_PTHREAD 1
  3353. | #define HAVE_DECL_STRERROR_R 1
  3354. | #define HAVE_STRERROR_R 1
  3355. | #define HAVE_STDIO_H 1
  3356. | #define HAVE_STDLIB_H 1
  3357. | #define HAVE_UNISTD_H 1
  3358. | #define HAVE_STRINGS_H 1
  3359. | #define HAVE_SYS_TYPES_H 1
  3360. | #define HAVE_SYS_STAT_H 1
  3361. | #define HAVE_SYS_SELECT_H 1
  3362. | #define HAVE_INET_PTON 1
  3363. | #define HAVE_DECL_LE32TOH 0
  3364. | #define HAVE_DECL_LE64TOH 0
  3365. | #define HAVE_DECL_HTOLE32 0
  3366. | #define HAVE_DECL_HTOLE64 0
  3367. | #define HAVE_DECL_BE32TOH 0
  3368. | #define HAVE_DECL_BE64TOH 0
  3369. | #define HAVE_DECL_HTOBE32 0
  3370. | #define HAVE_DECL_HTOBE64 0
  3371. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3372. | /* end confdefs.h. */
  3373. | #include <miniupnpc/miniupnpc.h>
  3374. configure:22047: result: no
  3375. configure:22047: checking for miniupnpc/miniupnpc.h
  3376. configure:22047: result: no
  3377. configure:22047: checking miniupnpc/upnpcommands.h usability
  3378. configure:22047: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  3379. conftest.cpp:75:10: fatal error: 'miniupnpc/upnpcommands.h' file not found
  3380. #include <miniupnpc/upnpcommands.h>
  3381. ^
  3382. 1 error generated.
  3383. configure:22047: $? = 1
  3384. configure: failed program was:
  3385. | /* confdefs.h */
  3386. | #define PACKAGE_NAME "Bitcoin Core"
  3387. | #define PACKAGE_TARNAME "bitcoin"
  3388. | #define PACKAGE_VERSION "0.9.99"
  3389. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  3390. | #define PACKAGE_BUGREPORT "[email protected]"
  3391. | #define PACKAGE_URL ""
  3392. | #define STDC_HEADERS 1
  3393. | #define HAVE_SYS_TYPES_H 1
  3394. | #define HAVE_SYS_STAT_H 1
  3395. | #define HAVE_STDLIB_H 1
  3396. | #define HAVE_STRING_H 1
  3397. | #define HAVE_MEMORY_H 1
  3398. | #define HAVE_STRINGS_H 1
  3399. | #define HAVE_INTTYPES_H 1
  3400. | #define HAVE_STDINT_H 1
  3401. | #define HAVE_UNISTD_H 1
  3402. | #define HAVE_DLFCN_H 1
  3403. | #define LT_OBJDIR ".libs/"
  3404. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3405. | #define HAVE_PTHREAD 1
  3406. | #define HAVE_DECL_STRERROR_R 1
  3407. | #define HAVE_STRERROR_R 1
  3408. | #define HAVE_STDIO_H 1
  3409. | #define HAVE_STDLIB_H 1
  3410. | #define HAVE_UNISTD_H 1
  3411. | #define HAVE_STRINGS_H 1
  3412. | #define HAVE_SYS_TYPES_H 1
  3413. | #define HAVE_SYS_STAT_H 1
  3414. | #define HAVE_SYS_SELECT_H 1
  3415. | #define HAVE_INET_PTON 1
  3416. | #define HAVE_DECL_LE32TOH 0
  3417. | #define HAVE_DECL_LE64TOH 0
  3418. | #define HAVE_DECL_HTOLE32 0
  3419. | #define HAVE_DECL_HTOLE64 0
  3420. | #define HAVE_DECL_BE32TOH 0
  3421. | #define HAVE_DECL_BE64TOH 0
  3422. | #define HAVE_DECL_HTOBE32 0
  3423. | #define HAVE_DECL_HTOBE64 0
  3424. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3425. | /* end confdefs.h. */
  3426. | #include <stdio.h>
  3427. | #ifdef HAVE_SYS_TYPES_H
  3428. | # include <sys/types.h>
  3429. | #endif
  3430. | #ifdef HAVE_SYS_STAT_H
  3431. | # include <sys/stat.h>
  3432. | #endif
  3433. | #ifdef STDC_HEADERS
  3434. | # include <stdlib.h>
  3435. | # include <stddef.h>
  3436. | #else
  3437. | # ifdef HAVE_STDLIB_H
  3438. | # include <stdlib.h>
  3439. | # endif
  3440. | #endif
  3441. | #ifdef HAVE_STRING_H
  3442. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3443. | # include <memory.h>
  3444. | # endif
  3445. | # include <string.h>
  3446. | #endif
  3447. | #ifdef HAVE_STRINGS_H
  3448. | # include <strings.h>
  3449. | #endif
  3450. | #ifdef HAVE_INTTYPES_H
  3451. | # include <inttypes.h>
  3452. | #endif
  3453. | #ifdef HAVE_STDINT_H
  3454. | # include <stdint.h>
  3455. | #endif
  3456. | #ifdef HAVE_UNISTD_H
  3457. | # include <unistd.h>
  3458. | #endif
  3459. | #include <miniupnpc/upnpcommands.h>
  3460. configure:22047: result: no
  3461. configure:22047: checking miniupnpc/upnpcommands.h presence
  3462. configure:22047: clang++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  3463. conftest.cpp:42:10: fatal error: 'miniupnpc/upnpcommands.h' file not found
  3464. #include <miniupnpc/upnpcommands.h>
  3465. ^
  3466. 1 error generated.
  3467. configure:22047: $? = 1
  3468. configure: failed program was:
  3469. | /* confdefs.h */
  3470. | #define PACKAGE_NAME "Bitcoin Core"
  3471. | #define PACKAGE_TARNAME "bitcoin"
  3472. | #define PACKAGE_VERSION "0.9.99"
  3473. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  3474. | #define PACKAGE_BUGREPORT "[email protected]"
  3475. | #define PACKAGE_URL ""
  3476. | #define STDC_HEADERS 1
  3477. | #define HAVE_SYS_TYPES_H 1
  3478. | #define HAVE_SYS_STAT_H 1
  3479. | #define HAVE_STDLIB_H 1
  3480. | #define HAVE_STRING_H 1
  3481. | #define HAVE_MEMORY_H 1
  3482. | #define HAVE_STRINGS_H 1
  3483. | #define HAVE_INTTYPES_H 1
  3484. | #define HAVE_STDINT_H 1
  3485. | #define HAVE_UNISTD_H 1
  3486. | #define HAVE_DLFCN_H 1
  3487. | #define LT_OBJDIR ".libs/"
  3488. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3489. | #define HAVE_PTHREAD 1
  3490. | #define HAVE_DECL_STRERROR_R 1
  3491. | #define HAVE_STRERROR_R 1
  3492. | #define HAVE_STDIO_H 1
  3493. | #define HAVE_STDLIB_H 1
  3494. | #define HAVE_UNISTD_H 1
  3495. | #define HAVE_STRINGS_H 1
  3496. | #define HAVE_SYS_TYPES_H 1
  3497. | #define HAVE_SYS_STAT_H 1
  3498. | #define HAVE_SYS_SELECT_H 1
  3499. | #define HAVE_INET_PTON 1
  3500. | #define HAVE_DECL_LE32TOH 0
  3501. | #define HAVE_DECL_LE64TOH 0
  3502. | #define HAVE_DECL_HTOLE32 0
  3503. | #define HAVE_DECL_HTOLE64 0
  3504. | #define HAVE_DECL_BE32TOH 0
  3505. | #define HAVE_DECL_BE64TOH 0
  3506. | #define HAVE_DECL_HTOBE32 0
  3507. | #define HAVE_DECL_HTOBE64 0
  3508. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3509. | /* end confdefs.h. */
  3510. | #include <miniupnpc/upnpcommands.h>
  3511. configure:22047: result: no
  3512. configure:22047: checking for miniupnpc/upnpcommands.h
  3513. configure:22047: result: no
  3514. configure:22047: checking miniupnpc/upnperrors.h usability
  3515. configure:22047: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  3516. conftest.cpp:75:10: fatal error: 'miniupnpc/upnperrors.h' file not found
  3517. #include <miniupnpc/upnperrors.h>
  3518. ^
  3519. 1 error generated.
  3520. configure:22047: $? = 1
  3521. configure: failed program was:
  3522. | /* confdefs.h */
  3523. | #define PACKAGE_NAME "Bitcoin Core"
  3524. | #define PACKAGE_TARNAME "bitcoin"
  3525. | #define PACKAGE_VERSION "0.9.99"
  3526. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  3527. | #define PACKAGE_BUGREPORT "[email protected]"
  3528. | #define PACKAGE_URL ""
  3529. | #define STDC_HEADERS 1
  3530. | #define HAVE_SYS_TYPES_H 1
  3531. | #define HAVE_SYS_STAT_H 1
  3532. | #define HAVE_STDLIB_H 1
  3533. | #define HAVE_STRING_H 1
  3534. | #define HAVE_MEMORY_H 1
  3535. | #define HAVE_STRINGS_H 1
  3536. | #define HAVE_INTTYPES_H 1
  3537. | #define HAVE_STDINT_H 1
  3538. | #define HAVE_UNISTD_H 1
  3539. | #define HAVE_DLFCN_H 1
  3540. | #define LT_OBJDIR ".libs/"
  3541. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3542. | #define HAVE_PTHREAD 1
  3543. | #define HAVE_DECL_STRERROR_R 1
  3544. | #define HAVE_STRERROR_R 1
  3545. | #define HAVE_STDIO_H 1
  3546. | #define HAVE_STDLIB_H 1
  3547. | #define HAVE_UNISTD_H 1
  3548. | #define HAVE_STRINGS_H 1
  3549. | #define HAVE_SYS_TYPES_H 1
  3550. | #define HAVE_SYS_STAT_H 1
  3551. | #define HAVE_SYS_SELECT_H 1
  3552. | #define HAVE_INET_PTON 1
  3553. | #define HAVE_DECL_LE32TOH 0
  3554. | #define HAVE_DECL_LE64TOH 0
  3555. | #define HAVE_DECL_HTOLE32 0
  3556. | #define HAVE_DECL_HTOLE64 0
  3557. | #define HAVE_DECL_BE32TOH 0
  3558. | #define HAVE_DECL_BE64TOH 0
  3559. | #define HAVE_DECL_HTOBE32 0
  3560. | #define HAVE_DECL_HTOBE64 0
  3561. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3562. | /* end confdefs.h. */
  3563. | #include <stdio.h>
  3564. | #ifdef HAVE_SYS_TYPES_H
  3565. | # include <sys/types.h>
  3566. | #endif
  3567. | #ifdef HAVE_SYS_STAT_H
  3568. | # include <sys/stat.h>
  3569. | #endif
  3570. | #ifdef STDC_HEADERS
  3571. | # include <stdlib.h>
  3572. | # include <stddef.h>
  3573. | #else
  3574. | # ifdef HAVE_STDLIB_H
  3575. | # include <stdlib.h>
  3576. | # endif
  3577. | #endif
  3578. | #ifdef HAVE_STRING_H
  3579. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3580. | # include <memory.h>
  3581. | # endif
  3582. | # include <string.h>
  3583. | #endif
  3584. | #ifdef HAVE_STRINGS_H
  3585. | # include <strings.h>
  3586. | #endif
  3587. | #ifdef HAVE_INTTYPES_H
  3588. | # include <inttypes.h>
  3589. | #endif
  3590. | #ifdef HAVE_STDINT_H
  3591. | # include <stdint.h>
  3592. | #endif
  3593. | #ifdef HAVE_UNISTD_H
  3594. | # include <unistd.h>
  3595. | #endif
  3596. | #include <miniupnpc/upnperrors.h>
  3597. configure:22047: result: no
  3598. configure:22047: checking miniupnpc/upnperrors.h presence
  3599. configure:22047: clang++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  3600. conftest.cpp:42:10: fatal error: 'miniupnpc/upnperrors.h' file not found
  3601. #include <miniupnpc/upnperrors.h>
  3602. ^
  3603. 1 error generated.
  3604. configure:22047: $? = 1
  3605. configure: failed program was:
  3606. | /* confdefs.h */
  3607. | #define PACKAGE_NAME "Bitcoin Core"
  3608. | #define PACKAGE_TARNAME "bitcoin"
  3609. | #define PACKAGE_VERSION "0.9.99"
  3610. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  3611. | #define PACKAGE_BUGREPORT "[email protected]"
  3612. | #define PACKAGE_URL ""
  3613. | #define STDC_HEADERS 1
  3614. | #define HAVE_SYS_TYPES_H 1
  3615. | #define HAVE_SYS_STAT_H 1
  3616. | #define HAVE_STDLIB_H 1
  3617. | #define HAVE_STRING_H 1
  3618. | #define HAVE_MEMORY_H 1
  3619. | #define HAVE_STRINGS_H 1
  3620. | #define HAVE_INTTYPES_H 1
  3621. | #define HAVE_STDINT_H 1
  3622. | #define HAVE_UNISTD_H 1
  3623. | #define HAVE_DLFCN_H 1
  3624. | #define LT_OBJDIR ".libs/"
  3625. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3626. | #define HAVE_PTHREAD 1
  3627. | #define HAVE_DECL_STRERROR_R 1
  3628. | #define HAVE_STRERROR_R 1
  3629. | #define HAVE_STDIO_H 1
  3630. | #define HAVE_STDLIB_H 1
  3631. | #define HAVE_UNISTD_H 1
  3632. | #define HAVE_STRINGS_H 1
  3633. | #define HAVE_SYS_TYPES_H 1
  3634. | #define HAVE_SYS_STAT_H 1
  3635. | #define HAVE_SYS_SELECT_H 1
  3636. | #define HAVE_INET_PTON 1
  3637. | #define HAVE_DECL_LE32TOH 0
  3638. | #define HAVE_DECL_LE64TOH 0
  3639. | #define HAVE_DECL_HTOLE32 0
  3640. | #define HAVE_DECL_HTOLE64 0
  3641. | #define HAVE_DECL_BE32TOH 0
  3642. | #define HAVE_DECL_BE64TOH 0
  3643. | #define HAVE_DECL_HTOBE32 0
  3644. | #define HAVE_DECL_HTOBE64 0
  3645. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3646. | /* end confdefs.h. */
  3647. | #include <miniupnpc/upnperrors.h>
  3648. configure:22047: result: no
  3649. configure:22047: checking for miniupnpc/upnperrors.h
  3650. configure:22047: result: no
  3651. configure:22150: checking for boostlib >= 1.20.0
  3652. configure:22235: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/usr/local/Cellar/boost/1.55.0_2/include conftest.cpp >&5
  3653. configure:22235: $? = 0
  3654. configure:22237: result: yes
  3655. configure:22421: checking whether the Boost::System library is available
  3656. configure:22445: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/usr/local/Cellar/boost/1.55.0_2/include conftest.cpp >&5
  3657. conftest.cpp:47:1: warning: expression result unused [-Wunused-value]
  3658. boost::system::system_category
  3659. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3660. 1 warning generated.
  3661. configure:22445: $? = 0
  3662. configure:22460: result: yes
  3663. configure:22476: checking for exit in -lboost_system
  3664. configure:22501: clang++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/usr/local/Cellar/boost/1.55.0_2/include -pie -Wl,-dead_strip -L/usr/local/Cellar/boost/1.55.0_2/lib conftest.cpp -lboost_system -L/usr/local/opt/berkeley-db4/lib >&5
  3665. clang: warning: argument unused during compilation: '-pie'
  3666. configure:22501: $? = 0
  3667. configure:22511: result: yes
  3668. configure:22666: checking whether the Boost::Filesystem library is available
  3669. configure:22690: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/usr/local/Cellar/boost/1.55.0_2/include conftest.cpp >&5
  3670. configure:22690: $? = 0
  3671. configure:22704: result: yes
  3672. configure:22716: checking for exit in -lboost_filesystem
  3673. configure:22741: clang++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/usr/local/Cellar/boost/1.55.0_2/include -pie -Wl,-dead_strip -L/usr/local/Cellar/boost/1.55.0_2/lib conftest.cpp -lboost_filesystem -L/usr/local/opt/berkeley-db4/lib -lboost_system >&5
  3674. clang: warning: argument unused during compilation: '-pie'
  3675. configure:22741: $? = 0
  3676. configure:22751: result: yes
  3677. configure:22901: checking whether the Boost::Program_Options library is available
  3678. configure:22925: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/usr/local/Cellar/boost/1.55.0_2/include conftest.cpp >&5
  3679. configure:22925: $? = 0
  3680. configure:22939: result: yes
  3681. configure:22951: checking for exit in -lboost_program_options-mt
  3682. configure:22976: clang++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/usr/local/Cellar/boost/1.55.0_2/include -pie -Wl,-dead_strip -L/usr/local/Cellar/boost/1.55.0_2/lib conftest.cpp -lboost_program_options-mt -L/usr/local/opt/berkeley-db4/lib >&5
  3683. clang: warning: argument unused during compilation: '-pie'
  3684. configure:22976: $? = 0
  3685. configure:22986: result: yes
  3686. configure:23129: checking whether the Boost::Thread library is available
  3687. configure:23161: clang++ -c -pthread -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/usr/local/Cellar/boost/1.55.0_2/include conftest.cpp >&5
  3688. configure:23161: $? = 0
  3689. configure:23176: result: yes
  3690. configure:23206: checking for exit in -lboost_thread-mt
  3691. configure:23231: clang++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/usr/local/Cellar/boost/1.55.0_2/include -pie -Wl,-dead_strip -L/usr/local/Cellar/boost/1.55.0_2/lib conftest.cpp -lboost_thread-mt -L/usr/local/opt/berkeley-db4/lib >&5
  3692. clang: warning: argument unused during compilation: '-pie'
  3693. configure:23231: $? = 0
  3694. configure:23241: result: yes
  3695. configure:23401: checking whether the Boost::Chrono library is available
  3696. configure:23425: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/Cellar/boost/1.55.0_2/include conftest.cpp >&5
  3697. configure:23425: $? = 0
  3698. configure:23440: result: yes
  3699. configure:23456: checking for exit in -lboost_chrono-mt
  3700. configure:23481: clang++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/Cellar/boost/1.55.0_2/include -pie -Wl,-dead_strip -L/usr/local/Cellar/boost/1.55.0_2/lib conftest.cpp -lboost_chrono-mt -L/usr/local/opt/berkeley-db4/lib >&5
  3701. clang: warning: argument unused during compilation: '-pie'
  3702. configure:23481: $? = 0
  3703. configure:23491: result: yes
  3704. configure:23614: checking for working boost reduced exports
  3705. configure:23637: clang++ -E -pthread -I/usr/local/Cellar/boost/1.55.0_2/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  3706. configure:23637: $? = 0
  3707. configure:23639: result: yes
  3708. configure:23663: checking whether the linker accepts -Wl,--exclude-libs,ALL
  3709. configure:23682: clang++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -fvisibility=hidden -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pie -Wl,-dead_strip -Wl,--exclude-libs,ALL conftest.cpp -L/usr/local/opt/berkeley-db4/lib >&5
  3710. clang: warning: argument unused during compilation: '-pie'
  3711. ld: unknown option: --exclude-libs
  3712. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  3713. configure:23682: $? = 1
  3714. configure: failed program was:
  3715. | /* confdefs.h */
  3716. | #define PACKAGE_NAME "Bitcoin Core"
  3717. | #define PACKAGE_TARNAME "bitcoin"
  3718. | #define PACKAGE_VERSION "0.9.99"
  3719. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  3720. | #define PACKAGE_BUGREPORT "[email protected]"
  3721. | #define PACKAGE_URL ""
  3722. | #define STDC_HEADERS 1
  3723. | #define HAVE_SYS_TYPES_H 1
  3724. | #define HAVE_SYS_STAT_H 1
  3725. | #define HAVE_STDLIB_H 1
  3726. | #define HAVE_STRING_H 1
  3727. | #define HAVE_MEMORY_H 1
  3728. | #define HAVE_STRINGS_H 1
  3729. | #define HAVE_INTTYPES_H 1
  3730. | #define HAVE_STDINT_H 1
  3731. | #define HAVE_UNISTD_H 1
  3732. | #define HAVE_DLFCN_H 1
  3733. | #define LT_OBJDIR ".libs/"
  3734. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3735. | #define HAVE_PTHREAD 1
  3736. | #define HAVE_DECL_STRERROR_R 1
  3737. | #define HAVE_STRERROR_R 1
  3738. | #define HAVE_STDIO_H 1
  3739. | #define HAVE_STDLIB_H 1
  3740. | #define HAVE_UNISTD_H 1
  3741. | #define HAVE_STRINGS_H 1
  3742. | #define HAVE_SYS_TYPES_H 1
  3743. | #define HAVE_SYS_STAT_H 1
  3744. | #define HAVE_SYS_SELECT_H 1
  3745. | #define HAVE_INET_PTON 1
  3746. | #define HAVE_DECL_LE32TOH 0
  3747. | #define HAVE_DECL_LE64TOH 0
  3748. | #define HAVE_DECL_HTOLE32 0
  3749. | #define HAVE_DECL_HTOLE64 0
  3750. | #define HAVE_DECL_BE32TOH 0
  3751. | #define HAVE_DECL_BE64TOH 0
  3752. | #define HAVE_DECL_HTOBE32 0
  3753. | #define HAVE_DECL_HTOBE64 0
  3754. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3755. | #define HAVE_BOOST /**/
  3756. | #define HAVE_BOOST_SYSTEM /**/
  3757. | #define HAVE_BOOST_FILESYSTEM /**/
  3758. | #define HAVE_BOOST_PROGRAM_OPTIONS /**/
  3759. | #define HAVE_BOOST_THREAD /**/
  3760. | #define HAVE_BOOST_CHRONO /**/
  3761. | /* end confdefs.h. */
  3762. |
  3763. | int
  3764. | main ()
  3765. | {
  3766. |
  3767. | ;
  3768. | return 0;
  3769. | }
  3770. configure:23691: result: no
  3771. configure:23739: checking whether the Boost::Unit_Test_Framework library is available
  3772. configure:23762: clang++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -fvisibility=hidden -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/Cellar/boost/1.55.0_2/include conftest.cpp >&5
  3773. conftest.cpp:53:21: warning: unused variable 'test' [-Wunused-variable]
  3774. test_suite* test= BOOST_TEST_SUITE( "Unit test example 1" ); return 0;
  3775. ^
  3776. 1 warning generated.
  3777. configure:23762: $? = 0
  3778. configure:23776: result: yes
  3779. configure:23888: checking for dynamic linked boost test
  3780. configure:23903: clang++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -fvisibility=hidden -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/Cellar/boost/1.55.0_2/include -pie -Wl,-dead_strip conftest.cpp -L/usr/local/opt/berkeley-db4/lib -lboost_unit_test_framework-mt >&5
  3781. clang: warning: argument unused during compilation: '-pie'
  3782. ld: library not found for -lboost_unit_test_framework-mt
  3783. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  3784. configure:23903: $? = 1
  3785. configure: failed program was:
  3786. | /* confdefs.h */
  3787. | #define PACKAGE_NAME "Bitcoin Core"
  3788. | #define PACKAGE_TARNAME "bitcoin"
  3789. | #define PACKAGE_VERSION "0.9.99"
  3790. | #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  3791. | #define PACKAGE_BUGREPORT "[email protected]"
  3792. | #define PACKAGE_URL ""
  3793. | #define STDC_HEADERS 1
  3794. | #define HAVE_SYS_TYPES_H 1
  3795. | #define HAVE_SYS_STAT_H 1
  3796. | #define HAVE_STDLIB_H 1
  3797. | #define HAVE_STRING_H 1
  3798. | #define HAVE_MEMORY_H 1
  3799. | #define HAVE_STRINGS_H 1
  3800. | #define HAVE_INTTYPES_H 1
  3801. | #define HAVE_STDINT_H 1
  3802. | #define HAVE_UNISTD_H 1
  3803. | #define HAVE_DLFCN_H 1
  3804. | #define LT_OBJDIR ".libs/"
  3805. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3806. | #define HAVE_PTHREAD 1
  3807. | #define HAVE_DECL_STRERROR_R 1
  3808. | #define HAVE_STRERROR_R 1
  3809. | #define HAVE_STDIO_H 1
  3810. | #define HAVE_STDLIB_H 1
  3811. | #define HAVE_UNISTD_H 1
  3812. | #define HAVE_STRINGS_H 1
  3813. | #define HAVE_SYS_TYPES_H 1
  3814. | #define HAVE_SYS_STAT_H 1
  3815. | #define HAVE_SYS_SELECT_H 1
  3816. | #define HAVE_INET_PTON 1
  3817. | #define HAVE_DECL_LE32TOH 0
  3818. | #define HAVE_DECL_LE64TOH 0
  3819. | #define HAVE_DECL_HTOLE32 0
  3820. | #define HAVE_DECL_HTOLE64 0
  3821. | #define HAVE_DECL_BE32TOH 0
  3822. | #define HAVE_DECL_BE64TOH 0
  3823. | #define HAVE_DECL_HTOBE32 0
  3824. | #define HAVE_DECL_HTOBE64 0
  3825. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3826. | #define HAVE_BOOST /**/
  3827. | #define HAVE_BOOST_SYSTEM /**/
  3828. | #define HAVE_BOOST_FILESYSTEM /**/
  3829. | #define HAVE_BOOST_PROGRAM_OPTIONS /**/
  3830. | #define HAVE_BOOST_THREAD /**/
  3831. | #define HAVE_BOOST_CHRONO /**/
  3832. | #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
  3833. | /* end confdefs.h. */
  3834. |
  3835. | #define BOOST_TEST_DYN_LINK
  3836. | #define BOOST_TEST_MAIN
  3837. | #include <boost/test/unit_test.hpp>
  3838. |
  3839. |
  3840. configure:23908: result: no
  3841. configure:23944: clang++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -fvisibility=hidden -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pthread -I/usr/local/Cellar/boost/1.55.0_2/include -pie -Wl,-dead_strip conftest.cpp -L/usr/local/Cellar/boost/1.55.0_2/lib -lboost_system -lboost_filesystem -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt -L/usr/local/opt/berkeley-db4/lib >&5
  3842. clang: warning: argument unused during compilation: '-pie'
  3843. configure:23944: $? = 0
  3844. configure:24089: checking for SSL
  3845. configure:24096: $PKG_CONFIG --exists --print-errors "libssl"
  3846. configure:24099: $? = 0
  3847. configure:24113: $PKG_CONFIG --exists --print-errors "libssl"
  3848. configure:24116: $? = 0
  3849. configure:24154: result: yes
  3850. configure:24160: checking for CRYPTO
  3851. configure:24167: $PKG_CONFIG --exists --print-errors "libcrypto"
  3852. configure:24170: $? = 0
  3853. configure:24184: $PKG_CONFIG --exists --print-errors "libcrypto"
  3854. configure:24187: $? = 0
  3855. configure:24225: result: yes
  3856. configure:24234: checking for PROTOBUF
  3857. configure:24241: $PKG_CONFIG --exists --print-errors "protobuf"
  3858. configure:24244: $? = 0
  3859. configure:24258: $PKG_CONFIG --exists --print-errors "protobuf"
  3860. configure:24261: $? = 0
  3861. configure:24319: result: yes
  3862. configure:24334: checking for QR
  3863. configure:24341: $PKG_CONFIG --exists --print-errors "libqrencode"
  3864. Package libqrencode was not found in the pkg-config search path.
  3865. Perhaps you should add the directory containing `libqrencode.pc'
  3866. to the PKG_CONFIG_PATH environment variable
  3867. No package 'libqrencode' found
  3868. configure:24344: $? = 1
  3869. configure:24358: $PKG_CONFIG --exists --print-errors "libqrencode"
  3870. Package libqrencode was not found in the pkg-config search path.
  3871. Perhaps you should add the directory containing `libqrencode.pc'
  3872. to the PKG_CONFIG_PATH environment variable
  3873. No package 'libqrencode' found
  3874. configure:24361: $? = 1
  3875. configure:24375: result: no
  3876. No package 'libqrencode' found
  3877. configure:24688: checking for protoc
  3878. configure:24706: found /usr/local/bin/protoc
  3879. configure:24718: result: /usr/local/bin/protoc
  3880. configure:24751: checking whether to build bitcoind
  3881. configure:24761: result: yes
  3882. configure:24764: checking whether to build utils (bitcoin-cli bitcoin-tx)
  3883. configure:24774: result: yes
  3884. configure:24882: checking for QT
  3885. configure:24889: $PKG_CONFIG --exists --print-errors "$qt4_modules"
  3886. configure:24892: $? = 0
  3887. configure:24906: $PKG_CONFIG --exists --print-errors "$qt4_modules"
  3888. configure:24909: $? = 0
  3889. configure:24947: result: yes
  3890. configure:25126: checking for QT_TEST
  3891. configure:25133: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}Test"
  3892. configure:25136: $? = 0
  3893. configure:25150: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}Test"
  3894. configure:25153: $? = 0
  3895. configure:25191: result: yes
  3896. configure:25198: checking for QT_DBUS
  3897. configure:25205: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}DBus"
  3898. Package QtDBus was not found in the pkg-config search path.
  3899. Perhaps you should add the directory containing `QtDBus.pc'
  3900. to the PKG_CONFIG_PATH environment variable
  3901. No package 'QtDBus' found
  3902. configure:25208: $? = 1
  3903. configure:25222: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}DBus"
  3904. Package QtDBus was not found in the pkg-config search path.
  3905. Perhaps you should add the directory containing `QtDBus.pc'
  3906. to the PKG_CONFIG_PATH environment variable
  3907. No package 'QtDBus' found
  3908. configure:25225: $? = 1
  3909. configure:25239: result: no
  3910. No package 'QtDBus' found
  3911. configure:26764: checking for moc-qt4
  3912. configure:26797: result: no
  3913. configure:26764: checking for moc4
  3914. configure:26797: result: no
  3915. configure:26764: checking for moc
  3916. configure:26782: found /usr/local/bin/moc
  3917. configure:26794: result: /usr/local/bin/moc
  3918. configure:26882: checking for uic-qt4
  3919. configure:26915: result: no
  3920. configure:26882: checking for uic4
  3921. configure:26915: result: no
  3922. configure:26882: checking for uic
  3923. configure:26900: found /usr/local/bin/uic
  3924. configure:26912: result: /usr/local/bin/uic
  3925. configure:27000: checking for rcc-qt4
  3926. configure:27033: result: no
  3927. configure:27000: checking for rcc4
  3928. configure:27033: result: no
  3929. configure:27000: checking for rcc
  3930. configure:27018: found /usr/local/bin/rcc
  3931. configure:27030: result: /usr/local/bin/rcc
  3932. configure:27118: checking for lrelease-qt4
  3933. configure:27151: result: no
  3934. configure:27118: checking for lrelease4
  3935. configure:27151: result: no
  3936. configure:27118: checking for lrelease
  3937. configure:27136: found /usr/local/bin/lrelease
  3938. configure:27148: result: /usr/local/bin/lrelease
  3939. configure:27236: checking for lupdate-qt4
  3940. configure:27269: result: no
  3941. configure:27236: checking for lupdate4
  3942. configure:27269: result: no
  3943. configure:27236: checking for lupdate
  3944. configure:27254: found /usr/local/bin/lupdate
  3945. configure:27266: result: /usr/local/bin/lupdate
  3946. configure:27309: checking whether the linker accepts -framework Foundation -framework ApplicationServices -framework AppKit
  3947. configure:27328: clang++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -fvisibility=hidden -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pie -Wl,-dead_strip -framework Foundation -framework ApplicationServices -framework AppKit conftest.cpp -L/usr/local/opt/berkeley-db4/lib >&5
  3948. clang: warning: argument unused during compilation: '-pie'
  3949. configure:27328: $? = 0
  3950. configure:27338: result: yes
  3951. configure:27404: checking whether to build Bitcoin Core GUI
  3952. configure:27434: result: yes (Qt4)
  3953. configure:27457: checking if ccache should be used
  3954. configure:27470: result: no
  3955. configure:27511: checking if wallet should be enabled
  3956. configure:27514: result: yes
  3957. configure:27527: checking whether to build with support for UPnP
  3958. configure:27533: result: no
  3959. configure:27565: checking whether to build GUI with support for D-Bus
  3960. configure:27572: result: no
  3961. configure:27575: checking whether to build GUI with support for QR codes
  3962. configure:27581: result: no
  3963. configure:27598: WARNING: "xgettext is required to update qt translations"
  3964. configure:27602: checking whether to build test_bitcoin-qt
  3965. configure:27605: result: yes
  3966. configure:27614: checking whether to build test_bitcoin
  3967. configure:27617: result: yes
  3968. configure:27625: checking whether to reduce exports
  3969. configure:27628: result: yes
  3970. configure:27902: checking that generated files are newer than configure
  3971. configure:27908: result: done
  3972. configure:28012: creating ./config.status
  3973.  
  3974. ## ---------------------- ##
  3975. ## Running config.status. ##
  3976. ## ---------------------- ##
  3977.  
  3978. This file was extended by Bitcoin Core config.status 0.9.99, which was
  3979. generated by GNU Autoconf 2.69. Invocation command line was
  3980.  
  3981. CONFIG_FILES =
  3982. CONFIG_HEADERS =
  3983. CONFIG_LINKS =
  3984. CONFIG_COMMANDS =
  3985. $ ./config.status
  3986.  
  3987. on patrick-bitpay.local
  3988.  
  3989. config.status:1318: creating Makefile
  3990. config.status:1318: creating src/Makefile
  3991. config.status:1318: creating share/setup.nsi
  3992. config.status:1318: creating share/qt/Info.plist
  3993. config.status:1318: creating src/test/buildenv.py
  3994. config.status:1318: creating qa/pull-tester/run-bitcoind-for-test.sh
  3995. config.status:1318: creating qa/pull-tester/build-tests.sh
  3996. config.status:1318: creating src/config/bitcoin-config.h
  3997. config.status:1499: src/config/bitcoin-config.h is unchanged
  3998. config.status:1547: executing libtool commands
  3999. config.status:1547: executing depfiles commands
  4000.  
  4001. ## ---------------- ##
  4002. ## Cache variables. ##
  4003. ## ---------------- ##
  4004.  
  4005. ac_cv_build=x86_64-apple-darwin13.3.0
  4006. ac_cv_c_bigendian=no
  4007. ac_cv_c_compiler_gnu=yes
  4008. ac_cv_cxx_compiler_gnu=yes
  4009. ac_cv_env_CCC_set=
  4010. ac_cv_env_CCC_value=
  4011. ac_cv_env_CC_set=set
  4012. ac_cv_env_CC_value=clang
  4013. ac_cv_env_CFLAGS_set=
  4014. ac_cv_env_CFLAGS_value=
  4015. ac_cv_env_CPPFLAGS_set=
  4016. ac_cv_env_CPPFLAGS_value=
  4017. ac_cv_env_CPP_set=set
  4018. ac_cv_env_CPP_value=cpp
  4019. ac_cv_env_CRYPTO_CFLAGS_set=
  4020. ac_cv_env_CRYPTO_CFLAGS_value=
  4021. ac_cv_env_CRYPTO_LIBS_set=
  4022. ac_cv_env_CRYPTO_LIBS_value=
  4023. ac_cv_env_CXXCPP_set=
  4024. ac_cv_env_CXXCPP_value=
  4025. ac_cv_env_CXXFLAGS_set=
  4026. ac_cv_env_CXXFLAGS_value=
  4027. ac_cv_env_CXX_set=set
  4028. ac_cv_env_CXX_value=clang++
  4029. ac_cv_env_LDFLAGS_set=
  4030. ac_cv_env_LDFLAGS_value=
  4031. ac_cv_env_LIBS_set=
  4032. ac_cv_env_LIBS_value=
  4033. ac_cv_env_OBJCFLAGS_set=
  4034. ac_cv_env_OBJCFLAGS_value=
  4035. ac_cv_env_OBJCXXFLAGS_set=
  4036. ac_cv_env_OBJCXXFLAGS_value=
  4037. ac_cv_env_OBJCXX_set=
  4038. ac_cv_env_OBJCXX_value=
  4039. ac_cv_env_OBJC_set=
  4040. ac_cv_env_OBJC_value=
  4041. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  4042. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  4043. ac_cv_env_PKG_CONFIG_PATH_set=
  4044. ac_cv_env_PKG_CONFIG_PATH_value=
  4045. ac_cv_env_PKG_CONFIG_set=
  4046. ac_cv_env_PKG_CONFIG_value=
  4047. ac_cv_env_PROTOBUF_CFLAGS_set=
  4048. ac_cv_env_PROTOBUF_CFLAGS_value=
  4049. ac_cv_env_PROTOBUF_LIBS_set=
  4050. ac_cv_env_PROTOBUF_LIBS_value=
  4051. ac_cv_env_QR_CFLAGS_set=
  4052. ac_cv_env_QR_CFLAGS_value=
  4053. ac_cv_env_QR_LIBS_set=
  4054. ac_cv_env_QR_LIBS_value=
  4055. ac_cv_env_QTPLATFORM_CFLAGS_set=
  4056. ac_cv_env_QTPLATFORM_CFLAGS_value=
  4057. ac_cv_env_QTPLATFORM_LIBS_set=
  4058. ac_cv_env_QTPLATFORM_LIBS_value=
  4059. ac_cv_env_QTPRINT_CFLAGS_set=
  4060. ac_cv_env_QTPRINT_CFLAGS_value=
  4061. ac_cv_env_QTPRINT_LIBS_set=
  4062. ac_cv_env_QTPRINT_LIBS_value=
  4063. ac_cv_env_QT_CFLAGS_set=
  4064. ac_cv_env_QT_CFLAGS_value=
  4065. ac_cv_env_QT_DBUS_CFLAGS_set=
  4066. ac_cv_env_QT_DBUS_CFLAGS_value=
  4067. ac_cv_env_QT_DBUS_LIBS_set=
  4068. ac_cv_env_QT_DBUS_LIBS_value=
  4069. ac_cv_env_QT_LIBS_set=
  4070. ac_cv_env_QT_LIBS_value=
  4071. ac_cv_env_QT_TEST_CFLAGS_set=
  4072. ac_cv_env_QT_TEST_CFLAGS_value=
  4073. ac_cv_env_QT_TEST_LIBS_set=
  4074. ac_cv_env_QT_TEST_LIBS_value=
  4075. ac_cv_env_SSL_CFLAGS_set=
  4076. ac_cv_env_SSL_CFLAGS_value=
  4077. ac_cv_env_SSL_LIBS_set=
  4078. ac_cv_env_SSL_LIBS_value=
  4079. ac_cv_env_X11XCB_CFLAGS_set=
  4080. ac_cv_env_X11XCB_CFLAGS_value=
  4081. ac_cv_env_X11XCB_LIBS_set=
  4082. ac_cv_env_X11XCB_LIBS_value=
  4083. ac_cv_env_build_alias_set=
  4084. ac_cv_env_build_alias_value=
  4085. ac_cv_env_host_alias_set=
  4086. ac_cv_env_host_alias_value=
  4087. ac_cv_env_target_alias_set=
  4088. ac_cv_env_target_alias_value=
  4089. ac_cv_func_strerror_r=yes
  4090. ac_cv_func_strerror_r_char_p=no
  4091. ac_cv_have_decl_be32toh=no
  4092. ac_cv_have_decl_be64toh=no
  4093. ac_cv_have_decl_htobe32=no
  4094. ac_cv_have_decl_htobe64=no
  4095. ac_cv_have_decl_htole32=no
  4096. ac_cv_have_decl_htole64=no
  4097. ac_cv_have_decl_le32toh=no
  4098. ac_cv_have_decl_le64toh=no
  4099. ac_cv_have_decl_strerror_r=yes
  4100. ac_cv_header_dlfcn_h=yes
  4101. ac_cv_header_endian_h=no
  4102. ac_cv_header_inttypes_h=yes
  4103. ac_cv_header_memory_h=yes
  4104. ac_cv_header_miniupnpc_miniupnpc_h=no
  4105. ac_cv_header_miniupnpc_miniwget_h=no
  4106. ac_cv_header_miniupnpc_upnpcommands_h=no
  4107. ac_cv_header_miniupnpc_upnperrors_h=no
  4108. ac_cv_header_stdc=yes
  4109. ac_cv_header_stdint_h=yes
  4110. ac_cv_header_stdio_h=yes
  4111. ac_cv_header_stdlib_h=yes
  4112. ac_cv_header_string_h=yes
  4113. ac_cv_header_strings_h=yes
  4114. ac_cv_header_sys_prctl_h=no
  4115. ac_cv_header_sys_select_h=yes
  4116. ac_cv_header_sys_stat_h=yes
  4117. ac_cv_header_sys_types_h=yes
  4118. ac_cv_header_unistd_h=yes
  4119. ac_cv_host=x86_64-apple-darwin13.3.0
  4120. ac_cv_lib_boost_chrono_mt___exit=yes
  4121. ac_cv_lib_boost_filesystem___exit=yes
  4122. ac_cv_lib_boost_program_options_mt___exit=yes
  4123. ac_cv_lib_boost_system___exit=yes
  4124. ac_cv_lib_boost_thread_mt___exit=yes
  4125. ac_cv_lib_db_cxx_4_8___main=yes
  4126. ac_cv_objc_compiler_gnu=yes
  4127. ac_cv_objcxx_compiler_gnu=yes
  4128. ac_cv_objext=o
  4129. ac_cv_path_EGREP='/usr/bin/grep -E'
  4130. ac_cv_path_FGREP='/usr/bin/grep -F'
  4131. ac_cv_path_GIT=/usr/bin/git
  4132. ac_cv_path_GREP=/usr/bin/grep
  4133. ac_cv_path_HEXDUMP=/usr/bin/hexdump
  4134. ac_cv_path_JAVA=/usr/bin/java
  4135. ac_cv_path_LRELEASE=/usr/local/bin/lrelease
  4136. ac_cv_path_LUPDATE=/usr/local/bin/lupdate
  4137. ac_cv_path_MOC=/usr/local/bin/moc
  4138. ac_cv_path_PROTOC=/usr/local/bin/protoc
  4139. ac_cv_path_RCC=/usr/local/bin/rcc
  4140. ac_cv_path_SED=/usr/bin/sed
  4141. ac_cv_path_UIC=/usr/local/bin/uic
  4142. ac_cv_path_ac_pt_AR=/usr/bin/ar
  4143. ac_cv_path_ac_pt_GCOV=/usr/bin/gcov
  4144. ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
  4145. ac_cv_path_ac_pt_RANLIB=/usr/bin/ranlib
  4146. ac_cv_path_ac_pt_STRIP=/usr/bin/strip
  4147. ac_cv_path_install='/usr/bin/install -c'
  4148. ac_cv_prog_AWK=awk
  4149. ac_cv_prog_BREW=brew
  4150. ac_cv_prog_CPP=cpp
  4151. ac_cv_prog_CXXCPP='clang++ -E'
  4152. ac_cv_prog_ac_ct_AR=ar
  4153. ac_cv_prog_ac_ct_CC=clang
  4154. ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
  4155. ac_cv_prog_ac_ct_LIPO=lipo
  4156. ac_cv_prog_ac_ct_NMEDIT=nmedit
  4157. ac_cv_prog_ac_ct_OBJC=gcc
  4158. ac_cv_prog_ac_ct_OBJCXX=g++
  4159. ac_cv_prog_ac_ct_OTOOL=otool
  4160. ac_cv_prog_ac_ct_RANLIB=ranlib
  4161. ac_cv_prog_ac_ct_STRIP=strip
  4162. ac_cv_prog_cc_c89=
  4163. ac_cv_prog_cc_g=yes
  4164. ac_cv_prog_cxx_g=yes
  4165. ac_cv_prog_make_make_set=yes
  4166. ac_cv_prog_objc_g=yes
  4167. ac_cv_prog_objcxx_g=yes
  4168. ac_cv_search_clock_gettime=no
  4169. ac_cv_search_getaddrinfo_a=no
  4170. ac_cv_search_inet_pton='none required'
  4171. ac_cv_sys_file_offset_bits=no
  4172. ac_cv_sys_largefile_CC=no
  4173. am_cv_CC_dependencies_compiler_type=gcc3
  4174. am_cv_CXX_dependencies_compiler_type=gcc3
  4175. am_cv_OBJCXX_dependencies_compiler_type=gcc3
  4176. am_cv_OBJC_dependencies_compiler_type=gcc3
  4177. am_cv_make_support_nested_variables=yes
  4178. am_cv_prog_cc_c_o=yes
  4179. ax_cv_PTHREAD_PRIO_INHERIT=yes
  4180. ax_cv_boost_chrono=yes
  4181. ax_cv_boost_filesystem=yes
  4182. ax_cv_boost_program_options=yes
  4183. ax_cv_boost_system=yes
  4184. ax_cv_boost_thread=yes
  4185. ax_cv_boost_unit_test_framework=yes
  4186. ax_cv_check_cxxcppflags___D_FORTIFY_SOURCE_2=yes
  4187. ax_cv_check_cxxcppflags___U_FORTIFY_SOURCE=yes
  4188. ax_cv_check_cxxflags___Wstack_protector=yes
  4189. ax_cv_check_cxxflags___fPIE=yes
  4190. ax_cv_check_cxxflags___fstack_protector_all=yes
  4191. ax_cv_check_cxxflags___fvisibility_hidden=yes
  4192. ax_cv_check_ldflags___Wl___dynamicbase=no
  4193. ax_cv_check_ldflags___Wl___exclude_libs_ALL=no
  4194. ax_cv_check_ldflags___Wl___large_address_aware=no
  4195. ax_cv_check_ldflags___Wl___nxcompat=no
  4196. ax_cv_check_ldflags___Wl__dead_strip=yes
  4197. ax_cv_check_ldflags___Wl__z_now=no
  4198. ax_cv_check_ldflags___Wl__z_relro=no
  4199. ax_cv_check_ldflags___framework_Foundation__framework_ApplicationServices__framework_AppKit=yes
  4200. ax_cv_check_ldflags___pie=yes
  4201. lt_cv_apple_cc_single_mod=yes
  4202. lt_cv_ar_at_file=no
  4203. lt_cv_deplibs_check_method=pass_all
  4204. lt_cv_file_magic_cmd='$MAGIC_CMD'
  4205. lt_cv_file_magic_test_file=
  4206. lt_cv_ld_exported_symbols_list=yes
  4207. lt_cv_ld_force_load=yes
  4208. lt_cv_ld_reload_flag=-r
  4209. lt_cv_nm_interface='BSD nm'
  4210. lt_cv_objdir=.libs
  4211. lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  4212. lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  4213. lt_cv_path_NM=/usr/bin/nm
  4214. lt_cv_path_mainfest_tool=no
  4215. lt_cv_prog_compiler_c_o=yes
  4216. lt_cv_prog_compiler_c_o_CXX=yes
  4217. lt_cv_prog_compiler_pic='-fno-common -DPIC'
  4218. lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
  4219. lt_cv_prog_compiler_pic_works=yes
  4220. lt_cv_prog_compiler_pic_works_CXX=yes
  4221. lt_cv_prog_compiler_rtti_exceptions=yes
  4222. lt_cv_prog_compiler_static_works=no
  4223. lt_cv_prog_compiler_static_works_CXX=no
  4224. lt_cv_prog_gnu_ld=no
  4225. lt_cv_prog_gnu_ldcxx=no
  4226. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  4227. 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'\'''
  4228. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  4229. 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'\'''
  4230. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
  4231. lt_cv_sys_max_cmd_len=196608
  4232. lt_cv_to_host_file_cmd=func_convert_file_noop
  4233. lt_cv_to_tool_file_cmd=func_convert_file_noop
  4234. pkg_cv_CRYPTO_CFLAGS='-I/usr/local/Cellar/openssl/1.0.1i/include '
  4235. pkg_cv_CRYPTO_LIBS='-L/usr/local/Cellar/openssl/1.0.1i/lib -lcrypto '
  4236. pkg_cv_PROTOBUF_CFLAGS='-D_THREAD_SAFE -I/usr/local/Cellar/protobuf/2.5.0/include '
  4237. pkg_cv_PROTOBUF_LIBS='-L/usr/local/Cellar/protobuf/2.5.0/lib -lprotobuf -D_THREAD_SAFE '
  4238. pkg_cv_QT_CFLAGS='-DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/qt/4.8.6/include/QtGui -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/qt/4.8.6/include/QtNetwork -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/qt/4.8.6/include/QtCore '
  4239. pkg_cv_QT_LIBS='-F/usr/local/Cellar/qt/4.8.6/lib -framework QtGui -F/usr/local/Cellar/qt/4.8.6/lib -framework QtNetwork -F/usr/local/Cellar/qt/4.8.6/lib -framework QtCore '
  4240. pkg_cv_QT_TEST_CFLAGS='-DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/qt/4.8.6/include/QtTest '
  4241. pkg_cv_QT_TEST_LIBS='-F/usr/local/Cellar/qt/4.8.6/lib -framework QtTest '
  4242. pkg_cv_SSL_CFLAGS='-I/usr/local/Cellar/openssl/1.0.1i/include '
  4243. pkg_cv_SSL_LIBS='-L/usr/local/Cellar/openssl/1.0.1i/lib -lssl -lcrypto '
  4244.  
  4245. ## ----------------- ##
  4246. ## Output variables. ##
  4247. ## ----------------- ##
  4248.  
  4249. ACLOCAL='${SHELL} /Users/patrick/code/bitcoin/build-aux/missing aclocal-1.14'
  4250. AMDEPBACKSLASH='\'
  4251. AMDEP_FALSE='#'
  4252. AMDEP_TRUE=''
  4253. AMTAR='$${TAR-tar}'
  4254. AM_BACKSLASH='\'
  4255. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  4256. AM_DEFAULT_VERBOSITY='0'
  4257. AM_V='$(V)'
  4258. AR='/usr/bin/ar'
  4259. AUTOCONF='${SHELL} /Users/patrick/code/bitcoin/build-aux/missing autoconf'
  4260. AUTOHEADER='${SHELL} /Users/patrick/code/bitcoin/build-aux/missing autoheader'
  4261. AUTOMAKE='${SHELL} /Users/patrick/code/bitcoin/build-aux/missing automake-1.14'
  4262. AWK='awk'
  4263. BDB_CPPFLAGS=''
  4264. BDB_LIBS='-ldb_cxx-4.8'
  4265. BOOST_CHRONO_LIB='-lboost_chrono-mt'
  4266. BOOST_CPPFLAGS='-pthread -I/usr/local/Cellar/boost/1.55.0_2/include'
  4267. BOOST_FILESYSTEM_LIB='-lboost_filesystem'
  4268. BOOST_LDFLAGS='-L/usr/local/Cellar/boost/1.55.0_2/lib'
  4269. BOOST_LIBS='-L/usr/local/Cellar/boost/1.55.0_2/lib -lboost_system -lboost_filesystem -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt'
  4270. BOOST_PROGRAM_OPTIONS_LIB='-lboost_program_options-mt'
  4271. BOOST_SYSTEM_LIB='-lboost_system'
  4272. BOOST_THREAD_LIB='-lboost_thread-mt'
  4273. BOOST_UNIT_TEST_FRAMEWORK_LIB='-lboost_unit_test_framework-mt'
  4274. BREW='brew'
  4275. BUILD_BITCOIND_FALSE='#'
  4276. BUILD_BITCOIND_TRUE=''
  4277. BUILD_BITCOIN_UTILS_FALSE='#'
  4278. BUILD_BITCOIN_UTILS_TRUE=''
  4279. BUILD_DARWIN_FALSE='#'
  4280. BUILD_DARWIN_TRUE=''
  4281. BUILD_QT='qt'
  4282. BUILD_TEST='test'
  4283. BUILD_TEST_QT='test'
  4284. CC='clang'
  4285. CCACHE=''
  4286. CCDEPMODE='depmode=gcc3'
  4287. CFLAGS='-g -O2'
  4288. CLIENT_VERSION_BUILD='0'
  4289. CLIENT_VERSION_IS_RELEASE='false'
  4290. CLIENT_VERSION_MAJOR='0'
  4291. CLIENT_VERSION_MINOR='9'
  4292. CLIENT_VERSION_REVISION='99'
  4293. COMPARISON_TOOL_REORG_TESTS='0'
  4294. COPYRIGHT_YEAR='2014'
  4295. CPP='cpp'
  4296. CPPFLAGS=' -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/usr/local/opt/berkeley-db4/include -DMAC_OSX -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2'
  4297. CRYPTO_CFLAGS='-I/usr/local/Cellar/openssl/1.0.1i/include '
  4298. CRYPTO_LIBS='-L/usr/local/Cellar/openssl/1.0.1i/lib -lcrypto '
  4299. CXX='clang++'
  4300. CXXCPP='clang++ -E'
  4301. CXXDEPMODE='depmode=gcc3'
  4302. CXXFLAGS='-g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -fvisibility=hidden'
  4303. CYGPATH_W='echo'
  4304. DEFS='-DHAVE_CONFIG_H'
  4305. DEPDIR='.deps'
  4306. DLLTOOL='false'
  4307. DSYMUTIL='dsymutil'
  4308. DUMPBIN=''
  4309. ECHO_C='\c'
  4310. ECHO_N=''
  4311. ECHO_T=''
  4312. EGREP='/usr/bin/grep -E'
  4313. EMBEDDED_LEVELDB_FALSE='#'
  4314. EMBEDDED_LEVELDB_TRUE=''
  4315. ENABLE_QT_FALSE='#'
  4316. ENABLE_QT_TESTS_FALSE='#'
  4317. ENABLE_QT_TESTS_TRUE=''
  4318. ENABLE_QT_TRUE=''
  4319. ENABLE_TESTS_FALSE='#'
  4320. ENABLE_TESTS_TRUE=''
  4321. ENABLE_WALLET_FALSE='#'
  4322. ENABLE_WALLET_TRUE=''
  4323. EXEEXT=''
  4324. FGREP='/usr/bin/grep -F'
  4325. GCOV='/usr/bin/gcov'
  4326. GENHTML=''
  4327. GENISOIMAGE=''
  4328. GIT='/usr/bin/git'
  4329. GLIBC_BACK_COMPAT_FALSE=''
  4330. GLIBC_BACK_COMPAT_TRUE='#'
  4331. GREP='/usr/bin/grep'
  4332. HEXDUMP='/usr/bin/hexdump'
  4333. INSTALLNAMETOOL=''
  4334. INSTALL_DATA='${INSTALL} -m 644'
  4335. INSTALL_PROGRAM='${INSTALL}'
  4336. INSTALL_SCRIPT='${INSTALL}'
  4337. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  4338. JAVA='/usr/bin/java'
  4339. JAVA_COMPARISON_TOOL=''
  4340. LCOV=''
  4341. LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
  4342. LDFLAGS=' -pie -Wl,-dead_strip'
  4343. LEVELDB_CPPFLAGS=''
  4344. LEVELDB_TARGET_FLAGS='TARGET_OS=Darwin'
  4345. LIBLEVELDB=''
  4346. LIBMEMENV=''
  4347. LIBOBJS=''
  4348. LIBS=' -L/usr/local/opt/berkeley-db4/lib'
  4349. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  4350. LIBTOOL_LDFLAGS=''
  4351. LIPO='lipo'
  4352. LN_S='ln -s'
  4353. LRELEASE='/usr/local/bin/lrelease'
  4354. LTLIBOBJS=''
  4355. LUPDATE='/usr/local/bin/lupdate'
  4356. MAINT=''
  4357. MAINTAINER_MODE_FALSE='#'
  4358. MAINTAINER_MODE_TRUE=''
  4359. MAKEINFO='${SHELL} /Users/patrick/code/bitcoin/build-aux/missing makeinfo'
  4360. MAKENSIS=''
  4361. MANIFEST_TOOL=':'
  4362. MINIUPNPC_CPPFLAGS=''
  4363. MKDIR_P='build-aux/install-sh -c -d'
  4364. MOC='/usr/local/bin/moc'
  4365. MOC_DEFS='-DHAVE_CONFIG_H -I$(srcdir) -DQ_OS_MAC'
  4366. NM='/usr/bin/nm'
  4367. NMEDIT='nmedit'
  4368. OBJC='gcc'
  4369. OBJCDEPMODE='depmode=gcc3'
  4370. OBJCFLAGS='-g -O2'
  4371. OBJCXX='g++'
  4372. OBJCXXDEPMODE='depmode=gcc3'
  4373. OBJCXXFLAGS='-g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE'
  4374. OBJDUMP='false'
  4375. OBJEXT='o'
  4376. OTOOL64=':'
  4377. OTOOL='otool'
  4378. PACKAGE='bitcoin'
  4379. PACKAGE_BUGREPORT='[email protected]'
  4380. PACKAGE_NAME='Bitcoin Core'
  4381. PACKAGE_STRING='Bitcoin Core 0.9.99'
  4382. PACKAGE_TARNAME='bitcoin'
  4383. PACKAGE_URL=''
  4384. PACKAGE_VERSION='0.9.99'
  4385. PATH_SEPARATOR=':'
  4386. PKG_CONFIG='/usr/local/bin/pkg-config'
  4387. PKG_CONFIG_LIBDIR=''
  4388. PKG_CONFIG_PATH='/usr/local/Cellar/qt5/5.3.1/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:'
  4389. PORT=''
  4390. PROTOBUF_CFLAGS='-D_THREAD_SAFE -I/usr/local/Cellar/protobuf/2.5.0/include '
  4391. PROTOBUF_LIBS='-L/usr/local/Cellar/protobuf/2.5.0/lib -lprotobuf -D_THREAD_SAFE '
  4392. PROTOC='/usr/local/bin/protoc'
  4393. PTHREAD_CC='clang'
  4394. PTHREAD_CFLAGS='-D_THREAD_SAFE -pthread'
  4395. PTHREAD_LIBS=''
  4396. QR_CFLAGS=''
  4397. QR_LIBS=''
  4398. QTPLATFORM_CFLAGS=''
  4399. QTPLATFORM_LIBS=''
  4400. QTPRINT_CFLAGS=''
  4401. QTPRINT_LIBS=''
  4402. QT_CFLAGS='-DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/qt/4.8.6/include/QtGui -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/qt/4.8.6/include/QtNetwork -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/qt/4.8.6/include/QtCore '
  4403. QT_DBUS_CFLAGS=''
  4404. QT_DBUS_INCLUDES=''
  4405. QT_DBUS_LIBS=''
  4406. QT_INCLUDES='-DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/qt/4.8.6/include/QtGui -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/qt/4.8.6/include/QtNetwork -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/qt/4.8.6/include/QtCore '
  4407. QT_LDFLAGS=''
  4408. QT_LIBS='-F/usr/local/Cellar/qt/4.8.6/lib -framework QtGui -F/usr/local/Cellar/qt/4.8.6/lib -framework QtNetwork -F/usr/local/Cellar/qt/4.8.6/lib -framework QtCore -framework Foundation -framework ApplicationServices -framework AppKit'
  4409. QT_SELECT='qt4'
  4410. QT_TEST_CFLAGS='-DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/qt/4.8.6/include/QtTest '
  4411. QT_TEST_INCLUDES='-DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/qt/4.8.6/include/QtTest '
  4412. QT_TEST_LIBS='-F/usr/local/Cellar/qt/4.8.6/lib -framework QtTest '
  4413. QT_TRANSLATION_DIR=''
  4414. RANLIB='/usr/bin/ranlib'
  4415. RCC='/usr/local/bin/rcc'
  4416. RELDFLAGS=''
  4417. SED='/usr/bin/sed'
  4418. SET_MAKE=''
  4419. SHELL='/bin/sh'
  4420. SSL_CFLAGS='-I/usr/local/Cellar/openssl/1.0.1i/include '
  4421. SSL_LIBS='-L/usr/local/Cellar/openssl/1.0.1i/lib -lssl -lcrypto '
  4422. STRIP='/usr/bin/strip'
  4423. TARGET_DARWIN_FALSE='#'
  4424. TARGET_DARWIN_TRUE=''
  4425. TARGET_WINDOWS_FALSE=''
  4426. TARGET_WINDOWS_TRUE='#'
  4427. TESTDEFS=''
  4428. UIC='/usr/local/bin/uic'
  4429. USE_COMPARISON_TOOL_FALSE=''
  4430. USE_COMPARISON_TOOL_REORG_TESTS_FALSE='#'
  4431. USE_COMPARISON_TOOL_REORG_TESTS_TRUE=''
  4432. USE_COMPARISON_TOOL_TRUE='#'
  4433. USE_LCOV_FALSE=''
  4434. USE_LCOV_TRUE='#'
  4435. USE_LIBSECP256K1_FALSE=''
  4436. USE_LIBSECP256K1_TRUE='#'
  4437. USE_QRCODE=''
  4438. USE_QRCODE_FALSE=''
  4439. USE_QRCODE_TRUE='#'
  4440. USE_UPNP=''
  4441. VERSION='0.9.99'
  4442. WINDOWS_BITS=''
  4443. WINDRES=''
  4444. X11XCB_CFLAGS=''
  4445. X11XCB_LIBS=''
  4446. XGETTEXT=''
  4447. ac_ct_AR='ar'
  4448. ac_ct_CC='clang'
  4449. ac_ct_CXX=''
  4450. ac_ct_DUMPBIN=''
  4451. ac_ct_OBJC='gcc'
  4452. ac_ct_OBJCXX='g++'
  4453. am__EXEEXT_FALSE=''
  4454. am__EXEEXT_TRUE='#'
  4455. am__fastdepCC_FALSE='#'
  4456. am__fastdepCC_TRUE=''
  4457. am__fastdepCXX_FALSE='#'
  4458. am__fastdepCXX_TRUE=''
  4459. am__fastdepOBJCXX_FALSE='#'
  4460. am__fastdepOBJCXX_TRUE=''
  4461. am__fastdepOBJC_FALSE='#'
  4462. am__fastdepOBJC_TRUE=''
  4463. am__include='include'
  4464. am__isrc=''
  4465. am__leading_dot='.'
  4466. am__nodep='_no'
  4467. am__quote=''
  4468. am__tar='$${TAR-tar} chof - "$$tardir"'
  4469. am__untar='$${TAR-tar} xf -'
  4470. ax_pthread_config=''
  4471. bindir='${exec_prefix}/bin'
  4472. build='x86_64-apple-darwin13.3.0'
  4473. build_alias=''
  4474. build_cpu='x86_64'
  4475. build_os='darwin13.3.0'
  4476. build_vendor='apple'
  4477. datadir='${datarootdir}'
  4478. datarootdir='${prefix}/share'
  4479. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  4480. dvidir='${docdir}'
  4481. exec_prefix='${prefix}'
  4482. host='x86_64-apple-darwin13.3.0'
  4483. host_alias=''
  4484. host_cpu='x86_64'
  4485. host_os='darwin13.3.0'
  4486. host_vendor='apple'
  4487. htmldir='${docdir}'
  4488. includedir='${prefix}/include'
  4489. infodir='${datarootdir}/info'
  4490. install_sh='${SHELL} /Users/patrick/code/bitcoin/build-aux/install-sh'
  4491. libdir='${exec_prefix}/lib'
  4492. libexecdir='${exec_prefix}/libexec'
  4493. localedir='${datarootdir}/locale'
  4494. localstatedir='${prefix}/var'
  4495. mandir='${datarootdir}/man'
  4496. mkdir_p='$(MKDIR_P)'
  4497. oldincludedir='/usr/include'
  4498. pdfdir='${docdir}'
  4499. prefix='/usr/local'
  4500. program_transform_name='s,x,x,'
  4501. psdir='${docdir}'
  4502. sbindir='${exec_prefix}/sbin'
  4503. sharedstatedir='${prefix}/com'
  4504. sysconfdir='${prefix}/etc'
  4505. target_alias=''
  4506.  
  4507. ## ----------- ##
  4508. ## confdefs.h. ##
  4509. ## ----------- ##
  4510.  
  4511. /* confdefs.h */
  4512. #define PACKAGE_NAME "Bitcoin Core"
  4513. #define PACKAGE_TARNAME "bitcoin"
  4514. #define PACKAGE_VERSION "0.9.99"
  4515. #define PACKAGE_STRING "Bitcoin Core 0.9.99"
  4516. #define PACKAGE_BUGREPORT "[email protected]"
  4517. #define PACKAGE_URL ""
  4518. #define STDC_HEADERS 1
  4519. #define HAVE_SYS_TYPES_H 1
  4520. #define HAVE_SYS_STAT_H 1
  4521. #define HAVE_STDLIB_H 1
  4522. #define HAVE_STRING_H 1
  4523. #define HAVE_MEMORY_H 1
  4524. #define HAVE_STRINGS_H 1
  4525. #define HAVE_INTTYPES_H 1
  4526. #define HAVE_STDINT_H 1
  4527. #define HAVE_UNISTD_H 1
  4528. #define HAVE_DLFCN_H 1
  4529. #define LT_OBJDIR ".libs/"
  4530. #define HAVE_PTHREAD_PRIO_INHERIT 1
  4531. #define HAVE_PTHREAD 1
  4532. #define HAVE_DECL_STRERROR_R 1
  4533. #define HAVE_STRERROR_R 1
  4534. #define HAVE_STDIO_H 1
  4535. #define HAVE_STDLIB_H 1
  4536. #define HAVE_UNISTD_H 1
  4537. #define HAVE_STRINGS_H 1
  4538. #define HAVE_SYS_TYPES_H 1
  4539. #define HAVE_SYS_STAT_H 1
  4540. #define HAVE_SYS_SELECT_H 1
  4541. #define HAVE_INET_PTON 1
  4542. #define HAVE_DECL_LE32TOH 0
  4543. #define HAVE_DECL_LE64TOH 0
  4544. #define HAVE_DECL_HTOLE32 0
  4545. #define HAVE_DECL_HTOLE64 0
  4546. #define HAVE_DECL_BE32TOH 0
  4547. #define HAVE_DECL_BE64TOH 0
  4548. #define HAVE_DECL_HTOBE32 0
  4549. #define HAVE_DECL_HTOBE64 0
  4550. #define HAVE_VISIBILITY_ATTRIBUTE 1
  4551. #define HAVE_BOOST /**/
  4552. #define HAVE_BOOST_SYSTEM /**/
  4553. #define HAVE_BOOST_FILESYSTEM /**/
  4554. #define HAVE_BOOST_PROGRAM_OPTIONS /**/
  4555. #define HAVE_BOOST_THREAD /**/
  4556. #define HAVE_BOOST_CHRONO /**/
  4557. #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
  4558. #define HAVE_WORKING_BOOST_SLEEP_FOR 1
  4559. #define ENABLE_WALLET 1
  4560. #define CLIENT_VERSION_MAJOR 0
  4561. #define CLIENT_VERSION_MINOR 9
  4562. #define CLIENT_VERSION_REVISION 99
  4563. #define CLIENT_VERSION_BUILD 0
  4564. #define CLIENT_VERSION_IS_RELEASE false
  4565. #define COPYRIGHT_YEAR 2014
  4566.  
  4567. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment