Advertisement
Guest User

Untitled

a guest
Dec 7th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 64.55 KB | None | 0 0
  1. | #define HAVE_STRINGS_H 1
  2. | #define HAVE_INTTYPES_H 1
  3. | #define HAVE_STDINT_H 1
  4. | #define HAVE_UNISTD_H 1
  5. | #define HAVE_DLFCN_H 1
  6. | #define LT_OBJDIR ".libs/"
  7. | #define EXPERIMENTAL_ASM 1
  8. | #define HAVE_PTHREAD 1
  9. | #define HAVE_DECL_STRERROR_R 1
  10. | #define HAVE_STRERROR_R 1
  11. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  12. | #define HAVE_ENDIAN_H 1
  13. | #define HAVE_SYS_ENDIAN_H 1
  14. | #define HAVE_BYTESWAP_H 1
  15. | #define HAVE_STDIO_H 1
  16. | #define HAVE_STDLIB_H 1
  17. | #define HAVE_UNISTD_H 1
  18. | #define HAVE_STRINGS_H 1
  19. | #define HAVE_SYS_TYPES_H 1
  20. | #define HAVE_SYS_STAT_H 1
  21. | #define HAVE_SYS_SELECT_H 1
  22. | #define HAVE_SYS_PRCTL_H 1
  23. | #define HAVE_DECL_STRNLEN 1
  24. | #define HAVE_DECL_DAEMON 1
  25. | #define HAVE_DECL_LE16TOH 1
  26. | #define HAVE_DECL_LE32TOH 1
  27. | #define HAVE_DECL_LE64TOH 1
  28. | #define HAVE_DECL_HTOLE16 1
  29. | #define HAVE_DECL_HTOLE32 1
  30. | #define HAVE_DECL_HTOLE64 1
  31. | #define HAVE_DECL_BE16TOH 1
  32. | #define HAVE_DECL_BE32TOH 1
  33. | #define HAVE_DECL_BE64TOH 1
  34. | #define HAVE_DECL_HTOBE16 1
  35. | #define HAVE_DECL_HTOBE32 1
  36. | #define HAVE_DECL_HTOBE64 1
  37. | #define HAVE_DECL_BSWAP_16 1
  38. | #define HAVE_DECL_BSWAP_32 1
  39. | #define HAVE_DECL_BSWAP_64 1
  40. | #define HAVE_DECL___BUILTIN_CLZ 0
  41. | #define HAVE_DECL___BUILTIN_CLZL 0
  42. | #define HAVE_DECL___BUILTIN_CLZLL 0
  43. | #define HAVE_MSG_NOSIGNAL 1
  44. | #define HAVE_MSG_DONTWAIT 1
  45. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  46. | /* end confdefs.h. */
  47. |
  48. | #include <libdb5/db_cxx.h>
  49. |
  50. | int
  51. | main ()
  52. | {
  53. |
  54. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  55. | #error "failed to find bdb 4.8+"
  56. | #endif
  57. |
  58. | ;
  59. | return 0;
  60. | }
  61. configure:23554: arm-linux-androideabi-clang++ -std=c++11 -c -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  62. conftest.cpp:62:18: fatal error: 'db5/db_cxx.h' file not found
  63. #include <db5/db_cxx.h>
  64. ^
  65. 1 error generated.
  66. configure:23554: $? = 1
  67. configure: failed program was:
  68. | /* confdefs.h */
  69. | #define PACKAGE_NAME "Bitcoin Core"
  70. | #define PACKAGE_TARNAME "bitcoin"
  71. | #define PACKAGE_VERSION "0.15.1"
  72. | #define PACKAGE_STRING "Bitcoin Core 0.15.1"
  73. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  74. | #define PACKAGE_URL "https://bitcoincore.org/"
  75. | #define HAVE_CXX11 1
  76. | #define STDC_HEADERS 1
  77. | #define HAVE_SYS_TYPES_H 1
  78. | #define HAVE_SYS_STAT_H 1
  79. | #define HAVE_STDLIB_H 1
  80. | #define HAVE_STRING_H 1
  81. | #define HAVE_MEMORY_H 1
  82. | #define HAVE_STRINGS_H 1
  83. | #define HAVE_INTTYPES_H 1
  84. | #define HAVE_STDINT_H 1
  85. | #define HAVE_UNISTD_H 1
  86. | #define HAVE_DLFCN_H 1
  87. | #define LT_OBJDIR ".libs/"
  88. | #define EXPERIMENTAL_ASM 1
  89. | #define HAVE_PTHREAD 1
  90. | #define HAVE_DECL_STRERROR_R 1
  91. | #define HAVE_STRERROR_R 1
  92. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  93. | #define HAVE_ENDIAN_H 1
  94. | #define HAVE_SYS_ENDIAN_H 1
  95. | #define HAVE_BYTESWAP_H 1
  96. | #define HAVE_STDIO_H 1
  97. | #define HAVE_STDLIB_H 1
  98. | #define HAVE_UNISTD_H 1
  99. | #define HAVE_STRINGS_H 1
  100. | #define HAVE_SYS_TYPES_H 1
  101. | #define HAVE_SYS_STAT_H 1
  102. | #define HAVE_SYS_SELECT_H 1
  103. | #define HAVE_SYS_PRCTL_H 1
  104. | #define HAVE_DECL_STRNLEN 1
  105. | #define HAVE_DECL_DAEMON 1
  106. | #define HAVE_DECL_LE16TOH 1
  107. | #define HAVE_DECL_LE32TOH 1
  108. | #define HAVE_DECL_LE64TOH 1
  109. | #define HAVE_DECL_HTOLE16 1
  110. | #define HAVE_DECL_HTOLE32 1
  111. | #define HAVE_DECL_HTOLE64 1
  112. | #define HAVE_DECL_BE16TOH 1
  113. | #define HAVE_DECL_BE32TOH 1
  114. | #define HAVE_DECL_BE64TOH 1
  115. | #define HAVE_DECL_HTOBE16 1
  116. | #define HAVE_DECL_HTOBE32 1
  117. | #define HAVE_DECL_HTOBE64 1
  118. | #define HAVE_DECL_BSWAP_16 1
  119. | #define HAVE_DECL_BSWAP_32 1
  120. | #define HAVE_DECL_BSWAP_64 1
  121. | #define HAVE_DECL___BUILTIN_CLZ 0
  122. | #define HAVE_DECL___BUILTIN_CLZL 0
  123. | #define HAVE_DECL___BUILTIN_CLZLL 0
  124. | #define HAVE_MSG_NOSIGNAL 1
  125. | #define HAVE_MSG_DONTWAIT 1
  126. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  127. | /* end confdefs.h. */
  128. |
  129. | #include <db5/db_cxx.h>
  130. |
  131. | int
  132. | main ()
  133. | {
  134. |
  135. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  136. | #error "failed to find bdb 4.8+"
  137. | #endif
  138. |
  139. | ;
  140. | return 0;
  141. | }
  142. configure:23554: arm-linux-androideabi-clang++ -std=c++11 -c -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  143. conftest.cpp:62:18: fatal error: 'bdb5.3/db_cxx.h' file not found
  144. #include <bdb5.3/db_cxx.h>
  145. ^
  146. 1 error generated.
  147. configure:23554: $? = 1
  148. configure: failed program was:
  149. | /* confdefs.h */
  150. | #define PACKAGE_NAME "Bitcoin Core"
  151. | #define PACKAGE_TARNAME "bitcoin"
  152. | #define PACKAGE_VERSION "0.15.1"
  153. | #define PACKAGE_STRING "Bitcoin Core 0.15.1"
  154. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  155. | #define PACKAGE_URL "https://bitcoincore.org/"
  156. | #define HAVE_CXX11 1
  157. | #define STDC_HEADERS 1
  158. | #define HAVE_SYS_TYPES_H 1
  159. | #define HAVE_SYS_STAT_H 1
  160. | #define HAVE_STDLIB_H 1
  161. | #define HAVE_STRING_H 1
  162. | #define HAVE_MEMORY_H 1
  163. | #define HAVE_STRINGS_H 1
  164. | #define HAVE_INTTYPES_H 1
  165. | #define HAVE_STDINT_H 1
  166. | #define HAVE_UNISTD_H 1
  167. | #define HAVE_DLFCN_H 1
  168. | #define LT_OBJDIR ".libs/"
  169. | #define EXPERIMENTAL_ASM 1
  170. | #define HAVE_PTHREAD 1
  171. | #define HAVE_DECL_STRERROR_R 1
  172. | #define HAVE_STRERROR_R 1
  173. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  174. | #define HAVE_ENDIAN_H 1
  175. | #define HAVE_SYS_ENDIAN_H 1
  176. | #define HAVE_BYTESWAP_H 1
  177. | #define HAVE_STDIO_H 1
  178. | #define HAVE_STDLIB_H 1
  179. | #define HAVE_UNISTD_H 1
  180. | #define HAVE_STRINGS_H 1
  181. | #define HAVE_SYS_TYPES_H 1
  182. | #define HAVE_SYS_STAT_H 1
  183. | #define HAVE_SYS_SELECT_H 1
  184. | #define HAVE_SYS_PRCTL_H 1
  185. | #define HAVE_DECL_STRNLEN 1
  186. | #define HAVE_DECL_DAEMON 1
  187. | #define HAVE_DECL_LE16TOH 1
  188. | #define HAVE_DECL_LE32TOH 1
  189. | #define HAVE_DECL_LE64TOH 1
  190. | #define HAVE_DECL_HTOLE16 1
  191. | #define HAVE_DECL_HTOLE32 1
  192. | #define HAVE_DECL_HTOLE64 1
  193. | #define HAVE_DECL_BE16TOH 1
  194. | #define HAVE_DECL_BE32TOH 1
  195. | #define HAVE_DECL_BE64TOH 1
  196. | #define HAVE_DECL_HTOBE16 1
  197. | #define HAVE_DECL_HTOBE32 1
  198. | #define HAVE_DECL_HTOBE64 1
  199. | #define HAVE_DECL_BSWAP_16 1
  200. | #define HAVE_DECL_BSWAP_32 1
  201. | #define HAVE_DECL_BSWAP_64 1
  202. | #define HAVE_DECL___BUILTIN_CLZ 0
  203. | #define HAVE_DECL___BUILTIN_CLZL 0
  204. | #define HAVE_DECL___BUILTIN_CLZLL 0
  205. | #define HAVE_MSG_NOSIGNAL 1
  206. | #define HAVE_MSG_DONTWAIT 1
  207. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  208. | /* end confdefs.h. */
  209. |
  210. | #include <bdb5.3/db_cxx.h>
  211. |
  212. | int
  213. | main ()
  214. | {
  215. |
  216. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  217. | #error "failed to find bdb 4.8+"
  218. | #endif
  219. |
  220. | ;
  221. | return 0;
  222. | }
  223. configure:23554: arm-linux-androideabi-clang++ -std=c++11 -c -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  224. conftest.cpp:62:18: fatal error: 'libdb5.3/db_cxx.h' file not found
  225. #include <libdb5.3/db_cxx.h>
  226. ^
  227. 1 error generated.
  228. configure:23554: $? = 1
  229. configure: failed program was:
  230. | /* confdefs.h */
  231. | #define PACKAGE_NAME "Bitcoin Core"
  232. | #define PACKAGE_TARNAME "bitcoin"
  233. | #define PACKAGE_VERSION "0.15.1"
  234. | #define PACKAGE_STRING "Bitcoin Core 0.15.1"
  235. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  236. | #define PACKAGE_URL "https://bitcoincore.org/"
  237. | #define HAVE_CXX11 1
  238. | #define STDC_HEADERS 1
  239. | #define HAVE_SYS_TYPES_H 1
  240. | #define HAVE_SYS_STAT_H 1
  241. | #define HAVE_STDLIB_H 1
  242. | #define HAVE_STRING_H 1
  243. | #define HAVE_MEMORY_H 1
  244. | #define HAVE_STRINGS_H 1
  245. | #define HAVE_INTTYPES_H 1
  246. | #define HAVE_STDINT_H 1
  247. | #define HAVE_UNISTD_H 1
  248. | #define HAVE_DLFCN_H 1
  249. | #define LT_OBJDIR ".libs/"
  250. | #define EXPERIMENTAL_ASM 1
  251. | #define HAVE_PTHREAD 1
  252. | #define HAVE_DECL_STRERROR_R 1
  253. | #define HAVE_STRERROR_R 1
  254. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  255. | #define HAVE_ENDIAN_H 1
  256. | #define HAVE_SYS_ENDIAN_H 1
  257. | #define HAVE_BYTESWAP_H 1
  258. | #define HAVE_STDIO_H 1
  259. | #define HAVE_STDLIB_H 1
  260. | #define HAVE_UNISTD_H 1
  261. | #define HAVE_STRINGS_H 1
  262. | #define HAVE_SYS_TYPES_H 1
  263. | #define HAVE_SYS_STAT_H 1
  264. | #define HAVE_SYS_SELECT_H 1
  265. | #define HAVE_SYS_PRCTL_H 1
  266. | #define HAVE_DECL_STRNLEN 1
  267. | #define HAVE_DECL_DAEMON 1
  268. | #define HAVE_DECL_LE16TOH 1
  269. | #define HAVE_DECL_LE32TOH 1
  270. | #define HAVE_DECL_LE64TOH 1
  271. | #define HAVE_DECL_HTOLE16 1
  272. | #define HAVE_DECL_HTOLE32 1
  273. | #define HAVE_DECL_HTOLE64 1
  274. | #define HAVE_DECL_BE16TOH 1
  275. | #define HAVE_DECL_BE32TOH 1
  276. | #define HAVE_DECL_BE64TOH 1
  277. | #define HAVE_DECL_HTOBE16 1
  278. | #define HAVE_DECL_HTOBE32 1
  279. | #define HAVE_DECL_HTOBE64 1
  280. | #define HAVE_DECL_BSWAP_16 1
  281. | #define HAVE_DECL_BSWAP_32 1
  282. | #define HAVE_DECL_BSWAP_64 1
  283. | #define HAVE_DECL___BUILTIN_CLZ 0
  284. | #define HAVE_DECL___BUILTIN_CLZL 0
  285. | #define HAVE_DECL___BUILTIN_CLZLL 0
  286. | #define HAVE_MSG_NOSIGNAL 1
  287. | #define HAVE_MSG_DONTWAIT 1
  288. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  289. | /* end confdefs.h. */
  290. |
  291. | #include <libdb5.3/db_cxx.h>
  292. |
  293. | int
  294. | main ()
  295. | {
  296. |
  297. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  298. | #error "failed to find bdb 4.8+"
  299. | #endif
  300. |
  301. | ;
  302. | return 0;
  303. | }
  304. configure:23554: arm-linux-androideabi-clang++ -std=c++11 -c -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  305. conftest.cpp:62:18: fatal error: 'db5.3/db_cxx.h' file not found
  306. #include <db5.3/db_cxx.h>
  307. ^
  308. 1 error generated.
  309. configure:23554: $? = 1
  310. configure: failed program was:
  311. | /* confdefs.h */
  312. | #define PACKAGE_NAME "Bitcoin Core"
  313. | #define PACKAGE_TARNAME "bitcoin"
  314. | #define PACKAGE_VERSION "0.15.1"
  315. | #define PACKAGE_STRING "Bitcoin Core 0.15.1"
  316. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  317. | #define PACKAGE_URL "https://bitcoincore.org/"
  318. | #define HAVE_CXX11 1
  319. | #define STDC_HEADERS 1
  320. | #define HAVE_SYS_TYPES_H 1
  321. | #define HAVE_SYS_STAT_H 1
  322. | #define HAVE_STDLIB_H 1
  323. | #define HAVE_STRING_H 1
  324. | #define HAVE_MEMORY_H 1
  325. | #define HAVE_STRINGS_H 1
  326. | #define HAVE_INTTYPES_H 1
  327. | #define HAVE_STDINT_H 1
  328. | #define HAVE_UNISTD_H 1
  329. | #define HAVE_DLFCN_H 1
  330. | #define LT_OBJDIR ".libs/"
  331. | #define EXPERIMENTAL_ASM 1
  332. | #define HAVE_PTHREAD 1
  333. | #define HAVE_DECL_STRERROR_R 1
  334. | #define HAVE_STRERROR_R 1
  335. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  336. | #define HAVE_ENDIAN_H 1
  337. | #define HAVE_SYS_ENDIAN_H 1
  338. | #define HAVE_BYTESWAP_H 1
  339. | #define HAVE_STDIO_H 1
  340. | #define HAVE_STDLIB_H 1
  341. | #define HAVE_UNISTD_H 1
  342. | #define HAVE_STRINGS_H 1
  343. | #define HAVE_SYS_TYPES_H 1
  344. | #define HAVE_SYS_STAT_H 1
  345. | #define HAVE_SYS_SELECT_H 1
  346. | #define HAVE_SYS_PRCTL_H 1
  347. | #define HAVE_DECL_STRNLEN 1
  348. | #define HAVE_DECL_DAEMON 1
  349. | #define HAVE_DECL_LE16TOH 1
  350. | #define HAVE_DECL_LE32TOH 1
  351. | #define HAVE_DECL_LE64TOH 1
  352. | #define HAVE_DECL_HTOLE16 1
  353. | #define HAVE_DECL_HTOLE32 1
  354. | #define HAVE_DECL_HTOLE64 1
  355. | #define HAVE_DECL_BE16TOH 1
  356. | #define HAVE_DECL_BE32TOH 1
  357. | #define HAVE_DECL_BE64TOH 1
  358. | #define HAVE_DECL_HTOBE16 1
  359. | #define HAVE_DECL_HTOBE32 1
  360. | #define HAVE_DECL_HTOBE64 1
  361. | #define HAVE_DECL_BSWAP_16 1
  362. | #define HAVE_DECL_BSWAP_32 1
  363. | #define HAVE_DECL_BSWAP_64 1
  364. | #define HAVE_DECL___BUILTIN_CLZ 0
  365. | #define HAVE_DECL___BUILTIN_CLZL 0
  366. | #define HAVE_DECL___BUILTIN_CLZLL 0
  367. | #define HAVE_MSG_NOSIGNAL 1
  368. | #define HAVE_MSG_DONTWAIT 1
  369. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  370. | /* end confdefs.h. */
  371. |
  372. | #include <db5.3/db_cxx.h>
  373. |
  374. | int
  375. | main ()
  376. | {
  377. |
  378. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  379. | #error "failed to find bdb 4.8+"
  380. | #endif
  381. |
  382. | ;
  383. | return 0;
  384. | }
  385. configure:23554: arm-linux-androideabi-clang++ -std=c++11 -c -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  386. conftest.cpp:62:18: fatal error: 'bdb/db_cxx.h' file not found
  387. #include <bdb/db_cxx.h>
  388. ^
  389. 1 error generated.
  390. configure:23554: $? = 1
  391. configure: failed program was:
  392. | /* confdefs.h */
  393. | #define PACKAGE_NAME "Bitcoin Core"
  394. | #define PACKAGE_TARNAME "bitcoin"
  395. | #define PACKAGE_VERSION "0.15.1"
  396. | #define PACKAGE_STRING "Bitcoin Core 0.15.1"
  397. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  398. | #define PACKAGE_URL "https://bitcoincore.org/"
  399. | #define HAVE_CXX11 1
  400. | #define STDC_HEADERS 1
  401. | #define HAVE_SYS_TYPES_H 1
  402. | #define HAVE_SYS_STAT_H 1
  403. | #define HAVE_STDLIB_H 1
  404. | #define HAVE_STRING_H 1
  405. | #define HAVE_MEMORY_H 1
  406. | #define HAVE_STRINGS_H 1
  407. | #define HAVE_INTTYPES_H 1
  408. | #define HAVE_STDINT_H 1
  409. | #define HAVE_UNISTD_H 1
  410. | #define HAVE_DLFCN_H 1
  411. | #define LT_OBJDIR ".libs/"
  412. | #define EXPERIMENTAL_ASM 1
  413. | #define HAVE_PTHREAD 1
  414. | #define HAVE_DECL_STRERROR_R 1
  415. | #define HAVE_STRERROR_R 1
  416. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  417. | #define HAVE_ENDIAN_H 1
  418. | #define HAVE_SYS_ENDIAN_H 1
  419. | #define HAVE_BYTESWAP_H 1
  420. | #define HAVE_STDIO_H 1
  421. | #define HAVE_STDLIB_H 1
  422. | #define HAVE_UNISTD_H 1
  423. | #define HAVE_STRINGS_H 1
  424. | #define HAVE_SYS_TYPES_H 1
  425. | #define HAVE_SYS_STAT_H 1
  426. | #define HAVE_SYS_SELECT_H 1
  427. | #define HAVE_SYS_PRCTL_H 1
  428. | #define HAVE_DECL_STRNLEN 1
  429. | #define HAVE_DECL_DAEMON 1
  430. | #define HAVE_DECL_LE16TOH 1
  431. | #define HAVE_DECL_LE32TOH 1
  432. | #define HAVE_DECL_LE64TOH 1
  433. | #define HAVE_DECL_HTOLE16 1
  434. | #define HAVE_DECL_HTOLE32 1
  435. | #define HAVE_DECL_HTOLE64 1
  436. | #define HAVE_DECL_BE16TOH 1
  437. | #define HAVE_DECL_BE32TOH 1
  438. | #define HAVE_DECL_BE64TOH 1
  439. | #define HAVE_DECL_HTOBE16 1
  440. | #define HAVE_DECL_HTOBE32 1
  441. | #define HAVE_DECL_HTOBE64 1
  442. | #define HAVE_DECL_BSWAP_16 1
  443. | #define HAVE_DECL_BSWAP_32 1
  444. | #define HAVE_DECL_BSWAP_64 1
  445. | #define HAVE_DECL___BUILTIN_CLZ 0
  446. | #define HAVE_DECL___BUILTIN_CLZL 0
  447. | #define HAVE_DECL___BUILTIN_CLZLL 0
  448. | #define HAVE_MSG_NOSIGNAL 1
  449. | #define HAVE_MSG_DONTWAIT 1
  450. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  451. | /* end confdefs.h. */
  452. |
  453. | #include <bdb/db_cxx.h>
  454. |
  455. | int
  456. | main ()
  457. | {
  458. |
  459. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  460. | #error "failed to find bdb 4.8+"
  461. | #endif
  462. |
  463. | ;
  464. | return 0;
  465. | }
  466. configure:23554: arm-linux-androideabi-clang++ -std=c++11 -c -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  467. conftest.cpp:62:18: fatal error: 'libdb/db_cxx.h' file not found
  468. #include <libdb/db_cxx.h>
  469. ^
  470. 1 error generated.
  471. configure:23554: $? = 1
  472. configure: failed program was:
  473. | /* confdefs.h */
  474. | #define PACKAGE_NAME "Bitcoin Core"
  475. | #define PACKAGE_TARNAME "bitcoin"
  476. | #define PACKAGE_VERSION "0.15.1"
  477. | #define PACKAGE_STRING "Bitcoin Core 0.15.1"
  478. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  479. | #define PACKAGE_URL "https://bitcoincore.org/"
  480. | #define HAVE_CXX11 1
  481. | #define STDC_HEADERS 1
  482. | #define HAVE_SYS_TYPES_H 1
  483. | #define HAVE_SYS_STAT_H 1
  484. | #define HAVE_STDLIB_H 1
  485. | #define HAVE_STRING_H 1
  486. | #define HAVE_MEMORY_H 1
  487. | #define HAVE_STRINGS_H 1
  488. | #define HAVE_INTTYPES_H 1
  489. | #define HAVE_STDINT_H 1
  490. | #define HAVE_UNISTD_H 1
  491. | #define HAVE_DLFCN_H 1
  492. | #define LT_OBJDIR ".libs/"
  493. | #define EXPERIMENTAL_ASM 1
  494. | #define HAVE_PTHREAD 1
  495. | #define HAVE_DECL_STRERROR_R 1
  496. | #define HAVE_STRERROR_R 1
  497. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  498. | #define HAVE_ENDIAN_H 1
  499. | #define HAVE_SYS_ENDIAN_H 1
  500. | #define HAVE_BYTESWAP_H 1
  501. | #define HAVE_STDIO_H 1
  502. | #define HAVE_STDLIB_H 1
  503. | #define HAVE_UNISTD_H 1
  504. | #define HAVE_STRINGS_H 1
  505. | #define HAVE_SYS_TYPES_H 1
  506. | #define HAVE_SYS_STAT_H 1
  507. | #define HAVE_SYS_SELECT_H 1
  508. | #define HAVE_SYS_PRCTL_H 1
  509. | #define HAVE_DECL_STRNLEN 1
  510. | #define HAVE_DECL_DAEMON 1
  511. | #define HAVE_DECL_LE16TOH 1
  512. | #define HAVE_DECL_LE32TOH 1
  513. | #define HAVE_DECL_LE64TOH 1
  514. | #define HAVE_DECL_HTOLE16 1
  515. | #define HAVE_DECL_HTOLE32 1
  516. | #define HAVE_DECL_HTOLE64 1
  517. | #define HAVE_DECL_BE16TOH 1
  518. | #define HAVE_DECL_BE32TOH 1
  519. | #define HAVE_DECL_BE64TOH 1
  520. | #define HAVE_DECL_HTOBE16 1
  521. | #define HAVE_DECL_HTOBE32 1
  522. | #define HAVE_DECL_HTOBE64 1
  523. | #define HAVE_DECL_BSWAP_16 1
  524. | #define HAVE_DECL_BSWAP_32 1
  525. | #define HAVE_DECL_BSWAP_64 1
  526. | #define HAVE_DECL___BUILTIN_CLZ 0
  527. | #define HAVE_DECL___BUILTIN_CLZL 0
  528. | #define HAVE_DECL___BUILTIN_CLZLL 0
  529. | #define HAVE_MSG_NOSIGNAL 1
  530. | #define HAVE_MSG_DONTWAIT 1
  531. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  532. | /* end confdefs.h. */
  533. |
  534. | #include <libdb/db_cxx.h>
  535. |
  536. | int
  537. | main ()
  538. | {
  539. |
  540. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  541. | #error "failed to find bdb 4.8+"
  542. | #endif
  543. |
  544. | ;
  545. | return 0;
  546. | }
  547. configure:23554: arm-linux-androideabi-clang++ -std=c++11 -c -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  548. conftest.cpp:62:18: fatal error: 'db/db_cxx.h' file not found
  549. #include <db/db_cxx.h>
  550. ^
  551. 1 error generated.
  552. configure:23554: $? = 1
  553. configure: failed program was:
  554. | /* confdefs.h */
  555. | #define PACKAGE_NAME "Bitcoin Core"
  556. | #define PACKAGE_TARNAME "bitcoin"
  557. | #define PACKAGE_VERSION "0.15.1"
  558. | #define PACKAGE_STRING "Bitcoin Core 0.15.1"
  559. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  560. | #define PACKAGE_URL "https://bitcoincore.org/"
  561. | #define HAVE_CXX11 1
  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. | #define EXPERIMENTAL_ASM 1
  575. | #define HAVE_PTHREAD 1
  576. | #define HAVE_DECL_STRERROR_R 1
  577. | #define HAVE_STRERROR_R 1
  578. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  579. | #define HAVE_ENDIAN_H 1
  580. | #define HAVE_SYS_ENDIAN_H 1
  581. | #define HAVE_BYTESWAP_H 1
  582. | #define HAVE_STDIO_H 1
  583. | #define HAVE_STDLIB_H 1
  584. | #define HAVE_UNISTD_H 1
  585. | #define HAVE_STRINGS_H 1
  586. | #define HAVE_SYS_TYPES_H 1
  587. | #define HAVE_SYS_STAT_H 1
  588. | #define HAVE_SYS_SELECT_H 1
  589. | #define HAVE_SYS_PRCTL_H 1
  590. | #define HAVE_DECL_STRNLEN 1
  591. | #define HAVE_DECL_DAEMON 1
  592. | #define HAVE_DECL_LE16TOH 1
  593. | #define HAVE_DECL_LE32TOH 1
  594. | #define HAVE_DECL_LE64TOH 1
  595. | #define HAVE_DECL_HTOLE16 1
  596. | #define HAVE_DECL_HTOLE32 1
  597. | #define HAVE_DECL_HTOLE64 1
  598. | #define HAVE_DECL_BE16TOH 1
  599. | #define HAVE_DECL_BE32TOH 1
  600. | #define HAVE_DECL_BE64TOH 1
  601. | #define HAVE_DECL_HTOBE16 1
  602. | #define HAVE_DECL_HTOBE32 1
  603. | #define HAVE_DECL_HTOBE64 1
  604. | #define HAVE_DECL_BSWAP_16 1
  605. | #define HAVE_DECL_BSWAP_32 1
  606. | #define HAVE_DECL_BSWAP_64 1
  607. | #define HAVE_DECL___BUILTIN_CLZ 0
  608. | #define HAVE_DECL___BUILTIN_CLZL 0
  609. | #define HAVE_DECL___BUILTIN_CLZLL 0
  610. | #define HAVE_MSG_NOSIGNAL 1
  611. | #define HAVE_MSG_DONTWAIT 1
  612. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  613. | /* end confdefs.h. */
  614. |
  615. | #include <db/db_cxx.h>
  616. |
  617. | int
  618. | main ()
  619. | {
  620. |
  621. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  622. | #error "failed to find bdb 4.8+"
  623. | #endif
  624. |
  625. | ;
  626. | return 0;
  627. | }
  628. configure:23554: arm-linux-androideabi-clang++ -std=c++11 -c -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  629. configure:23554: $? = 0
  630. configure:23583: arm-linux-androideabi-clang++ -std=c++11 -c -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  631. configure:23583: $? = 0
  632. configure:23626: result: default
  633. configure:23649: checking for main in -ldb_cxx-4.8
  634. configure:23668: arm-linux-androideabi-clang++ -std=c++11 -o conftest -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib -pie -static-libstdc++ conftest.cpp -ldb_cxx-4.8 >&5
  635. configure:23668: $? = 0
  636. configure:23678: result: yes
  637. configure:23700: checking miniupnpc/miniwget.h usability
  638. configure:23700: arm-linux-androideabi-clang++ -std=c++11 -c -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  639. configure:23700: $? = 0
  640. configure:23700: result: yes
  641. configure:23700: checking miniupnpc/miniwget.h presence
  642. configure:23700: arm-linux-androideabi-clang++ -std=c++11 -E -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
  643. configure:23700: $? = 0
  644. configure:23700: result: yes
  645. configure:23700: checking for miniupnpc/miniwget.h
  646. configure:23700: result: yes
  647. configure:23705: checking for main in -lminiupnpc
  648. configure:23724: arm-linux-androideabi-clang++ -std=c++11 -o conftest -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib -pie -static-libstdc++ conftest.cpp -lminiupnpc >&5
  649. configure:23724: $? = 0
  650. configure:23733: result: yes
  651. configure:23700: checking miniupnpc/miniupnpc.h usability
  652. configure:23700: arm-linux-androideabi-clang++ -std=c++11 -c -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  653. configure:23700: $? = 0
  654. configure:23700: result: yes
  655. configure:23700: checking miniupnpc/miniupnpc.h presence
  656. configure:23700: arm-linux-androideabi-clang++ -std=c++11 -E -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
  657. configure:23700: $? = 0
  658. configure:23700: result: yes
  659. configure:23700: checking for miniupnpc/miniupnpc.h
  660. configure:23700: result: yes
  661. configure:23705: checking for main in -lminiupnpc
  662. configure:23733: result: yes
  663. configure:23700: checking miniupnpc/upnpcommands.h usability
  664. configure:23700: arm-linux-androideabi-clang++ -std=c++11 -c -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  665. configure:23700: $? = 0
  666. configure:23700: result: yes
  667. configure:23700: checking miniupnpc/upnpcommands.h presence
  668. configure:23700: arm-linux-androideabi-clang++ -std=c++11 -E -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
  669. configure:23700: $? = 0
  670. configure:23700: result: yes
  671. configure:23700: checking for miniupnpc/upnpcommands.h
  672. configure:23700: result: yes
  673. configure:23705: checking for main in -lminiupnpc
  674. configure:23733: result: yes
  675. configure:23700: checking miniupnpc/upnperrors.h usability
  676. configure:23700: arm-linux-androideabi-clang++ -std=c++11 -c -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  677. configure:23700: $? = 0
  678. configure:23700: result: yes
  679. configure:23700: checking miniupnpc/upnperrors.h presence
  680. configure:23700: arm-linux-androideabi-clang++ -std=c++11 -E -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp
  681. configure:23700: $? = 0
  682. configure:23700: result: yes
  683. configure:23700: checking for miniupnpc/upnperrors.h
  684. configure:23700: result: yes
  685. configure:23705: checking for main in -lminiupnpc
  686. configure:23733: result: yes
  687. configure:26935: checking whether to build Bitcoin Core GUI
  688. configure:26965: result: no (Qt)
  689. configure:27039: checking for boostlib >= 1.47.0
  690. configure:27124: arm-linux-androideabi-clang++ -std=c++11 -c -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include conftest.cpp >&5
  691. configure:27124: $? = 0
  692. configure:27126: result: yes
  693. configure:27313: checking whether the Boost::System library is available
  694. configure:27338: arm-linux-androideabi-clang++ -std=c++11 -c -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include conftest.cpp >&5
  695. configure:27338: $? = 0
  696. configure:27353: result: yes
  697. configure:27369: checking for exit in -lboost_system-mt
  698. configure:27394: arm-linux-androideabi-clang++ -std=c++11 -o conftest -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include -L/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib -pie -static-libstdc++ -L/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib conftest.cpp -lboost_system-mt >&5
  699. configure:27394: $? = 0
  700. configure:27404: result: yes
  701. configure:27559: checking whether the Boost::Filesystem library is available
  702. configure:27583: arm-linux-androideabi-clang++ -std=c++11 -c -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include conftest.cpp >&5
  703. configure:27583: $? = 0
  704. configure:27597: result: yes
  705. configure:27609: checking for exit in -lboost_filesystem-mt
  706. configure:27634: arm-linux-androideabi-clang++ -std=c++11 -o conftest -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include -L/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib -pie -static-libstdc++ -L/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib conftest.cpp -lboost_filesystem-mt -lboost_system-mt >&5
  707. configure:27634: $? = 0
  708. configure:27644: result: yes
  709. configure:27794: checking whether the Boost::Program_Options library is available
  710. configure:27818: arm-linux-androideabi-clang++ -std=c++11 -c -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include conftest.cpp >&5
  711. configure:27818: $? = 0
  712. configure:27832: result: yes
  713. configure:27843: checking for exit in -lboost_program_options-mt
  714. configure:27868: arm-linux-androideabi-clang++ -std=c++11 -o conftest -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include -L/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib -pie -static-libstdc++ -L/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib conftest.cpp -lboost_program_options-mt >&5
  715. configure:27868: $? = 0
  716. configure:27878: result: yes
  717. configure:28021: checking whether the Boost::Thread library is available
  718. configure:28053: arm-linux-androideabi-clang++ -std=c++11 -c -pthread -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include conftest.cpp >&5
  719. configure:28053: $? = 0
  720. configure:28068: result: yes
  721. configure:28098: checking for exit in -lboost_thread-mt
  722. configure:28123: arm-linux-androideabi-clang++ -std=c++11 -o conftest -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include -L/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib -pie -static-libstdc++ -L/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib conftest.cpp -lboost_thread-mt >&5
  723. configure:28123: $? = 0
  724. configure:28133: result: yes
  725. configure:28293: checking whether the Boost::Chrono library is available
  726. configure:28317: arm-linux-androideabi-clang++ -std=c++11 -c -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -pthread -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include conftest.cpp >&5
  727. configure:28317: $? = 0
  728. configure:28332: result: yes
  729. configure:28348: checking for exit in -lboost_chrono-mt
  730. configure:28373: arm-linux-androideabi-clang++ -std=c++11 -o conftest -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -pthread -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include -L/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib -pie -static-libstdc++ -L/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib conftest.cpp -lboost_chrono-mt >&5
  731. configure:28373: $? = 0
  732. configure:28383: result: yes
  733. configure:28816: checking for mismatched boost c++11 scoped enums
  734. configure:28844: arm-linux-androideabi-clang++ -std=c++11 -o conftest -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include -L/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib -pie -static-libstdc++ conftest.cpp -L/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib -lboost_system-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt >&5
  735. conftest.cpp:88:5: error: use of undeclared identifier 'choke'
  736. choke;
  737. ^
  738. 1 error generated.
  739. configure:28844: $? = 1
  740. configure: failed program was:
  741. | /* confdefs.h */
  742. | #define PACKAGE_NAME "Bitcoin Core"
  743. | #define PACKAGE_TARNAME "bitcoin"
  744. | #define PACKAGE_VERSION "0.15.1"
  745. | #define PACKAGE_STRING "Bitcoin Core 0.15.1"
  746. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  747. | #define PACKAGE_URL "https://bitcoincore.org/"
  748. | #define HAVE_CXX11 1
  749. | #define STDC_HEADERS 1
  750. | #define HAVE_SYS_TYPES_H 1
  751. | #define HAVE_SYS_STAT_H 1
  752. | #define HAVE_STDLIB_H 1
  753. | #define HAVE_STRING_H 1
  754. | #define HAVE_MEMORY_H 1
  755. | #define HAVE_STRINGS_H 1
  756. | #define HAVE_INTTYPES_H 1
  757. | #define HAVE_STDINT_H 1
  758. | #define HAVE_UNISTD_H 1
  759. | #define HAVE_DLFCN_H 1
  760. | #define LT_OBJDIR ".libs/"
  761. | #define EXPERIMENTAL_ASM 1
  762. | #define HAVE_PTHREAD 1
  763. | #define HAVE_DECL_STRERROR_R 1
  764. | #define HAVE_STRERROR_R 1
  765. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  766. | #define HAVE_ENDIAN_H 1
  767. | #define HAVE_SYS_ENDIAN_H 1
  768. | #define HAVE_BYTESWAP_H 1
  769. | #define HAVE_STDIO_H 1
  770. | #define HAVE_STDLIB_H 1
  771. | #define HAVE_UNISTD_H 1
  772. | #define HAVE_STRINGS_H 1
  773. | #define HAVE_SYS_TYPES_H 1
  774. | #define HAVE_SYS_STAT_H 1
  775. | #define HAVE_SYS_SELECT_H 1
  776. | #define HAVE_SYS_PRCTL_H 1
  777. | #define HAVE_DECL_STRNLEN 1
  778. | #define HAVE_DECL_DAEMON 1
  779. | #define HAVE_DECL_LE16TOH 1
  780. | #define HAVE_DECL_LE32TOH 1
  781. | #define HAVE_DECL_LE64TOH 1
  782. | #define HAVE_DECL_HTOLE16 1
  783. | #define HAVE_DECL_HTOLE32 1
  784. | #define HAVE_DECL_HTOLE64 1
  785. | #define HAVE_DECL_BE16TOH 1
  786. | #define HAVE_DECL_BE32TOH 1
  787. | #define HAVE_DECL_BE64TOH 1
  788. | #define HAVE_DECL_HTOBE16 1
  789. | #define HAVE_DECL_HTOBE32 1
  790. | #define HAVE_DECL_HTOBE64 1
  791. | #define HAVE_DECL_BSWAP_16 1
  792. | #define HAVE_DECL_BSWAP_32 1
  793. | #define HAVE_DECL_BSWAP_64 1
  794. | #define HAVE_DECL___BUILTIN_CLZ 0
  795. | #define HAVE_DECL___BUILTIN_CLZL 0
  796. | #define HAVE_DECL___BUILTIN_CLZLL 0
  797. | #define HAVE_MSG_NOSIGNAL 1
  798. | #define HAVE_MSG_DONTWAIT 1
  799. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  800. | #define HAVE_MINIUPNPC_MINIWGET_H 1
  801. | #define HAVE_MINIUPNPC_MINIUPNPC_H 1
  802. | #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
  803. | #define HAVE_MINIUPNPC_UPNPERRORS_H 1
  804. | #define HAVE_BOOST /**/
  805. | #define HAVE_BOOST_SYSTEM /**/
  806. | #define HAVE_BOOST_FILESYSTEM /**/
  807. | #define HAVE_BOOST_PROGRAM_OPTIONS /**/
  808. | #define HAVE_BOOST_THREAD /**/
  809. | #define HAVE_BOOST_CHRONO /**/
  810. | /* end confdefs.h. */
  811. |
  812. | #include "boost/config.hpp"
  813. | #include "boost/version.hpp"
  814. | #if !defined(BOOST_NO_SCOPED_ENUMS) && !defined(BOOST_NO_CXX11_SCOPED_ENUMS) && BOOST_VERSION < 105700
  815. | #define BOOST_NO_SCOPED_ENUMS
  816. | #define BOOST_NO_CXX11_SCOPED_ENUMS
  817. | #define CHECK
  818. | #endif
  819. | #include "boost/filesystem.hpp"
  820. |
  821. | int
  822. | main ()
  823. | {
  824. |
  825. | #if defined(CHECK)
  826. | boost::filesystem::copy_file("foo", "bar");
  827. | #else
  828. | choke;
  829. | #endif
  830. |
  831. | ;
  832. | return 0;
  833. | }
  834. configure:28848: result: ok
  835. configure:28880: arm-linux-androideabi-clang++ -std=c++11 -o conftest -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include -L/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib -pie -static-libstdc++ conftest.cpp -L/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib -lboost_system-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt >&5
  836. /build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib/libboost_system-mt.a(error_code.o)(.ARM.extab+0xc): error: undefined reference to '__gxx_personality_v0'
  837. /build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib/libboost_system-mt.a(error_code.o):libs/system/src/error_code.cpp:function std::__ndk1::__basic_string_common<true>::__throw_length_error() const: error: undefined reference to '__cxa_allocate_exception'
  838. /build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib/libboost_system-mt.a(error_code.o):libs/system/src/error_code.cpp:function std::__ndk1::__basic_string_common<true>::__throw_length_error() const: error: undefined reference to 'std::logic_error::logic_error(char const*)'
  839. /build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib/libboost_system-mt.a(error_code.o):libs/system/src/error_code.cpp:function std::__ndk1::__basic_string_common<true>::__throw_length_error() const: error: undefined reference to '__cxa_throw'
  840. /build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib/libboost_system-mt.a(error_code.o):libs/system/src/error_code.cpp:function std::__ndk1::__basic_string_common<true>::__throw_length_error() const: error: undefined reference to '__cxa_free_exception'
  841. /build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib/libboost_system-mt.a(error_code.o):libs/system/src/error_code.cpp:function std::__ndk1::__basic_string_common<true>::__throw_length_error() const: error: undefined reference to 'vtable for std::length_error'
  842. /opt/arm-linux-androideabi-clang/bin/../lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin/ld: the vtable symbol may be undefined because the class is missing its key function (see go/missingkeymethod)
  843. /build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib/libboost_system-mt.a(error_code.o):libs/system/src/error_code.cpp:function std::__ndk1::__basic_string_common<true>::__throw_length_error() const: error: undefined reference to 'typeinfo for std::length_error'
  844. /build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib/libboost_system-mt.a(error_code.o):libs/system/src/error_code.cpp:function std::__ndk1::__basic_string_common<true>::__throw_length_error() const: error: undefined reference to 'std::length_error::~length_error()'
  845. /build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib/libboost_system-mt.a(error_code.o)(.ARM.extab.text._ZNKSt6__ndk121__basic_string_commonILb1EE20__throw_length_errorEv+0x0): error: undefined reference to '__gxx_personality_v0'
  846. /build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib/libboost_system-mt.a(error_code.o):libs/system/src/error_code.cpp:typeinfo for boost::system::(anonymous namespace)::system_error_category: error: undefined reference to 'vtable for __cxxabiv1::__si_class_type_info'
  847. /opt/arm-linux-androideabi-clang/bin/../lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin/ld: the vtable symbol may be undefined because the class is missing its key function (see go/missingkeymethod)
  848. /build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib/libboost_system-mt.a(error_code.o):libs/system/src/error_code.cpp:typeinfo for boost::system::(anonymous namespace)::generic_error_category: error: undefined reference to 'vtable for __cxxabiv1::__si_class_type_info'
  849. /opt/arm-linux-androideabi-clang/bin/../lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin/ld: the vtable symbol may be undefined because the class is missing its key function (see go/missingkeymethod)
  850. /build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib/libboost_system-mt.a(error_code.o):libs/system/src/error_code.cpp:typeinfo for boost::noncopyable_::noncopyable: error: undefined reference to 'vtable for __cxxabiv1::__class_type_info'
  851. /opt/arm-linux-androideabi-clang/bin/../lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin/ld: the vtable symbol may be undefined because the class is missing its key function (see go/missingkeymethod)
  852. /build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib/libboost_system-mt.a(error_code.o):libs/system/src/error_code.cpp:typeinfo for boost::system::error_category: error: undefined reference to 'vtable for __cxxabiv1::__si_class_type_info'
  853. /opt/arm-linux-androideabi-clang/bin/../lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin/ld: the vtable symbol may be undefined because the class is missing its key function (see go/missingkeymethod)
  854. clang38++: error: linker command failed with exit code 1 (use -v to see invocation)
  855. configure:28880: $? = 1
  856. configure: failed program was:
  857. | /* confdefs.h */
  858. | #define PACKAGE_NAME "Bitcoin Core"
  859. | #define PACKAGE_TARNAME "bitcoin"
  860. | #define PACKAGE_VERSION "0.15.1"
  861. | #define PACKAGE_STRING "Bitcoin Core 0.15.1"
  862. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  863. | #define PACKAGE_URL "https://bitcoincore.org/"
  864. | #define HAVE_CXX11 1
  865. | #define STDC_HEADERS 1
  866. | #define HAVE_SYS_TYPES_H 1
  867. | #define HAVE_SYS_STAT_H 1
  868. | #define HAVE_STDLIB_H 1
  869. | #define HAVE_STRING_H 1
  870. | #define HAVE_MEMORY_H 1
  871. | #define HAVE_STRINGS_H 1
  872. | #define HAVE_INTTYPES_H 1
  873. | #define HAVE_STDINT_H 1
  874. | #define HAVE_UNISTD_H 1
  875. | #define HAVE_DLFCN_H 1
  876. | #define LT_OBJDIR ".libs/"
  877. | #define EXPERIMENTAL_ASM 1
  878. | #define HAVE_PTHREAD 1
  879. | #define HAVE_DECL_STRERROR_R 1
  880. | #define HAVE_STRERROR_R 1
  881. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  882. | #define HAVE_ENDIAN_H 1
  883. | #define HAVE_SYS_ENDIAN_H 1
  884. | #define HAVE_BYTESWAP_H 1
  885. | #define HAVE_STDIO_H 1
  886. | #define HAVE_STDLIB_H 1
  887. | #define HAVE_UNISTD_H 1
  888. | #define HAVE_STRINGS_H 1
  889. | #define HAVE_SYS_TYPES_H 1
  890. | #define HAVE_SYS_STAT_H 1
  891. | #define HAVE_SYS_SELECT_H 1
  892. | #define HAVE_SYS_PRCTL_H 1
  893. | #define HAVE_DECL_STRNLEN 1
  894. | #define HAVE_DECL_DAEMON 1
  895. | #define HAVE_DECL_LE16TOH 1
  896. | #define HAVE_DECL_LE32TOH 1
  897. | #define HAVE_DECL_LE64TOH 1
  898. | #define HAVE_DECL_HTOLE16 1
  899. | #define HAVE_DECL_HTOLE32 1
  900. | #define HAVE_DECL_HTOLE64 1
  901. | #define HAVE_DECL_BE16TOH 1
  902. | #define HAVE_DECL_BE32TOH 1
  903. | #define HAVE_DECL_BE64TOH 1
  904. | #define HAVE_DECL_HTOBE16 1
  905. | #define HAVE_DECL_HTOBE32 1
  906. | #define HAVE_DECL_HTOBE64 1
  907. | #define HAVE_DECL_BSWAP_16 1
  908. | #define HAVE_DECL_BSWAP_32 1
  909. | #define HAVE_DECL_BSWAP_64 1
  910. | #define HAVE_DECL___BUILTIN_CLZ 0
  911. | #define HAVE_DECL___BUILTIN_CLZL 0
  912. | #define HAVE_DECL___BUILTIN_CLZLL 0
  913. | #define HAVE_MSG_NOSIGNAL 1
  914. | #define HAVE_MSG_DONTWAIT 1
  915. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  916. | #define HAVE_MINIUPNPC_MINIWGET_H 1
  917. | #define HAVE_MINIUPNPC_MINIUPNPC_H 1
  918. | #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
  919. | #define HAVE_MINIUPNPC_UPNPERRORS_H 1
  920. | #define HAVE_BOOST /**/
  921. | #define HAVE_BOOST_SYSTEM /**/
  922. | #define HAVE_BOOST_FILESYSTEM /**/
  923. | #define HAVE_BOOST_PROGRAM_OPTIONS /**/
  924. | #define HAVE_BOOST_THREAD /**/
  925. | #define HAVE_BOOST_CHRONO /**/
  926. | /* end confdefs.h. */
  927. |
  928. | #include <boost/thread/thread.hpp>
  929. | #include <boost/version.hpp>
  930. |
  931. | int
  932. | main ()
  933. | {
  934. |
  935. | #if BOOST_VERSION >= 105000 && (!defined(BOOST_HAS_NANOSLEEP) || BOOST_VERSION >= 105200)
  936. | boost::this_thread::sleep_for(boost::chrono::milliseconds(0));
  937. | #else
  938. | choke me
  939. | #endif
  940. |
  941. | ;
  942. | return 0;
  943. | }
  944. configure:28919: arm-linux-androideabi-clang++ -std=c++11 -o conftest -pipe -O2 -march=armv7-a -mthumb -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include -L/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib -pie -static-libstdc++ conftest.cpp -L/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib -lboost_system-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt >&5
  945. conftest.cpp:83:4: error: unknown type name 'choke'
  946. choke me
  947. ^
  948. 1 error generated.
  949. configure:28919: $? = 1
  950. configure: failed program was:
  951. | /* confdefs.h */
  952. | #define PACKAGE_NAME "Bitcoin Core"
  953. | #define PACKAGE_TARNAME "bitcoin"
  954. | #define PACKAGE_VERSION "0.15.1"
  955. | #define PACKAGE_STRING "Bitcoin Core 0.15.1"
  956. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  957. | #define PACKAGE_URL "https://bitcoincore.org/"
  958. | #define HAVE_CXX11 1
  959. | #define STDC_HEADERS 1
  960. | #define HAVE_SYS_TYPES_H 1
  961. | #define HAVE_SYS_STAT_H 1
  962. | #define HAVE_STDLIB_H 1
  963. | #define HAVE_STRING_H 1
  964. | #define HAVE_MEMORY_H 1
  965. | #define HAVE_STRINGS_H 1
  966. | #define HAVE_INTTYPES_H 1
  967. | #define HAVE_STDINT_H 1
  968. | #define HAVE_UNISTD_H 1
  969. | #define HAVE_DLFCN_H 1
  970. | #define LT_OBJDIR ".libs/"
  971. | #define EXPERIMENTAL_ASM 1
  972. | #define HAVE_PTHREAD 1
  973. | #define HAVE_DECL_STRERROR_R 1
  974. | #define HAVE_STRERROR_R 1
  975. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  976. | #define HAVE_ENDIAN_H 1
  977. | #define HAVE_SYS_ENDIAN_H 1
  978. | #define HAVE_BYTESWAP_H 1
  979. | #define HAVE_STDIO_H 1
  980. | #define HAVE_STDLIB_H 1
  981. | #define HAVE_UNISTD_H 1
  982. | #define HAVE_STRINGS_H 1
  983. | #define HAVE_SYS_TYPES_H 1
  984. | #define HAVE_SYS_STAT_H 1
  985. | #define HAVE_SYS_SELECT_H 1
  986. | #define HAVE_SYS_PRCTL_H 1
  987. | #define HAVE_DECL_STRNLEN 1
  988. | #define HAVE_DECL_DAEMON 1
  989. | #define HAVE_DECL_LE16TOH 1
  990. | #define HAVE_DECL_LE32TOH 1
  991. | #define HAVE_DECL_LE64TOH 1
  992. | #define HAVE_DECL_HTOLE16 1
  993. | #define HAVE_DECL_HTOLE32 1
  994. | #define HAVE_DECL_HTOLE64 1
  995. | #define HAVE_DECL_BE16TOH 1
  996. | #define HAVE_DECL_BE32TOH 1
  997. | #define HAVE_DECL_BE64TOH 1
  998. | #define HAVE_DECL_HTOBE16 1
  999. | #define HAVE_DECL_HTOBE32 1
  1000. | #define HAVE_DECL_HTOBE64 1
  1001. | #define HAVE_DECL_BSWAP_16 1
  1002. | #define HAVE_DECL_BSWAP_32 1
  1003. | #define HAVE_DECL_BSWAP_64 1
  1004. | #define HAVE_DECL___BUILTIN_CLZ 0
  1005. | #define HAVE_DECL___BUILTIN_CLZL 0
  1006. | #define HAVE_DECL___BUILTIN_CLZLL 0
  1007. | #define HAVE_MSG_NOSIGNAL 1
  1008. | #define HAVE_MSG_DONTWAIT 1
  1009. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  1010. | #define HAVE_MINIUPNPC_MINIWGET_H 1
  1011. | #define HAVE_MINIUPNPC_MINIUPNPC_H 1
  1012. | #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
  1013. | #define HAVE_MINIUPNPC_UPNPERRORS_H 1
  1014. | #define HAVE_BOOST /**/
  1015. | #define HAVE_BOOST_SYSTEM /**/
  1016. | #define HAVE_BOOST_FILESYSTEM /**/
  1017. | #define HAVE_BOOST_PROGRAM_OPTIONS /**/
  1018. | #define HAVE_BOOST_THREAD /**/
  1019. | #define HAVE_BOOST_CHRONO /**/
  1020. | /* end confdefs.h. */
  1021. |
  1022. | #include <boost/version.hpp>
  1023. | #include <boost/thread.hpp>
  1024. | #include <boost/date_time/posix_time/posix_time_types.hpp>
  1025. |
  1026. | int
  1027. | main ()
  1028. | {
  1029. |
  1030. | #if BOOST_VERSION <= 105600
  1031. | boost::this_thread::sleep(boost::posix_time::milliseconds(0));
  1032. | #else
  1033. | choke me
  1034. | #endif
  1035. |
  1036. | ;
  1037. | return 0;
  1038. | }
  1039. configure:28933: error: No working boost sleep implementation found.
  1040.  
  1041. ## ---------------- ##
  1042. ## Cache variables. ##
  1043. ## ---------------- ##
  1044.  
  1045. ac_cv_build=x86_64-pc-linux-gnu
  1046. ac_cv_c_bigendian=no
  1047. ac_cv_c_compiler_gnu=yes
  1048. ac_cv_cxx_compiler_gnu=yes
  1049. ac_cv_env_ARFLAGS_set=
  1050. ac_cv_env_ARFLAGS_value=
  1051. ac_cv_env_BDB_CFLAGS_set=
  1052. ac_cv_env_BDB_CFLAGS_value=
  1053. ac_cv_env_BDB_LIBS_set=
  1054. ac_cv_env_BDB_LIBS_value=
  1055. ac_cv_env_CCC_set=
  1056. ac_cv_env_CCC_value=
  1057. ac_cv_env_CC_set=set
  1058. ac_cv_env_CC_value=arm-linux-androideabi-clang
  1059. ac_cv_env_CFLAGS_set=set
  1060. ac_cv_env_CFLAGS_value='-march=armv7-a -mthumb'
  1061. ac_cv_env_CPPFLAGS_set=
  1062. ac_cv_env_CPPFLAGS_value=
  1063. ac_cv_env_CPP_set=
  1064. ac_cv_env_CPP_value=
  1065. ac_cv_env_CRYPTO_CFLAGS_set=
  1066. ac_cv_env_CRYPTO_CFLAGS_value=
  1067. ac_cv_env_CRYPTO_LIBS_set=
  1068. ac_cv_env_CRYPTO_LIBS_value=
  1069. ac_cv_env_CXXCPP_set=
  1070. ac_cv_env_CXXCPP_value=
  1071. ac_cv_env_CXXFLAGS_set=set
  1072. ac_cv_env_CXXFLAGS_value='-march=armv7-a -mthumb'
  1073. ac_cv_env_CXX_set=set
  1074. ac_cv_env_CXX_value=arm-linux-androideabi-clang++
  1075. ac_cv_env_EVENT_CFLAGS_set=
  1076. ac_cv_env_EVENT_CFLAGS_value=
  1077. ac_cv_env_EVENT_LIBS_set=
  1078. ac_cv_env_EVENT_LIBS_value=
  1079. ac_cv_env_EVENT_PTHREADS_CFLAGS_set=
  1080. ac_cv_env_EVENT_PTHREADS_CFLAGS_value=
  1081. ac_cv_env_EVENT_PTHREADS_LIBS_set=
  1082. ac_cv_env_EVENT_PTHREADS_LIBS_value=
  1083. ac_cv_env_LDFLAGS_set=set
  1084. ac_cv_env_LDFLAGS_value='-pie -static-libstdc++'
  1085. ac_cv_env_LIBS_set=
  1086. ac_cv_env_LIBS_value=
  1087. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  1088. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  1089. ac_cv_env_OBJCXXFLAGS_set=
  1090. ac_cv_env_OBJCXXFLAGS_value=
  1091. ac_cv_env_OBJCXX_set=
  1092. ac_cv_env_OBJCXX_value=
  1093. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  1094. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  1095. ac_cv_env_PKG_CONFIG_PATH_set=
  1096. ac_cv_env_PKG_CONFIG_PATH_value=
  1097. ac_cv_env_PKG_CONFIG_set=
  1098. ac_cv_env_PKG_CONFIG_value=
  1099. ac_cv_env_PROTOBUF_CFLAGS_set=
  1100. ac_cv_env_PROTOBUF_CFLAGS_value=
  1101. ac_cv_env_PROTOBUF_LIBS_set=
  1102. ac_cv_env_PROTOBUF_LIBS_value=
  1103. ac_cv_env_PYTHONPATH_set=
  1104. ac_cv_env_PYTHONPATH_value=
  1105. ac_cv_env_QR_CFLAGS_set=
  1106. ac_cv_env_QR_CFLAGS_value=
  1107. ac_cv_env_QR_LIBS_set=
  1108. ac_cv_env_QR_LIBS_value=
  1109. ac_cv_env_QT4_CFLAGS_set=
  1110. ac_cv_env_QT4_CFLAGS_value=
  1111. ac_cv_env_QT4_LIBS_set=
  1112. ac_cv_env_QT4_LIBS_value=
  1113. ac_cv_env_QT5_CFLAGS_set=
  1114. ac_cv_env_QT5_CFLAGS_value=
  1115. ac_cv_env_QT5_LIBS_set=
  1116. ac_cv_env_QT5_LIBS_value=
  1117. ac_cv_env_QTPLATFORM_CFLAGS_set=
  1118. ac_cv_env_QTPLATFORM_CFLAGS_value=
  1119. ac_cv_env_QTPLATFORM_LIBS_set=
  1120. ac_cv_env_QTPLATFORM_LIBS_value=
  1121. ac_cv_env_QTPRINT_CFLAGS_set=
  1122. ac_cv_env_QTPRINT_CFLAGS_value=
  1123. ac_cv_env_QTPRINT_LIBS_set=
  1124. ac_cv_env_QTPRINT_LIBS_value=
  1125. ac_cv_env_QTXCBQPA_CFLAGS_set=
  1126. ac_cv_env_QTXCBQPA_CFLAGS_value=
  1127. ac_cv_env_QTXCBQPA_LIBS_set=
  1128. ac_cv_env_QTXCBQPA_LIBS_value=
  1129. ac_cv_env_QT_DBUS_CFLAGS_set=
  1130. ac_cv_env_QT_DBUS_CFLAGS_value=
  1131. ac_cv_env_QT_DBUS_LIBS_set=
  1132. ac_cv_env_QT_DBUS_LIBS_value=
  1133. ac_cv_env_QT_TEST_CFLAGS_set=
  1134. ac_cv_env_QT_TEST_CFLAGS_value=
  1135. ac_cv_env_QT_TEST_LIBS_set=
  1136. ac_cv_env_QT_TEST_LIBS_value=
  1137. ac_cv_env_SSL_CFLAGS_set=
  1138. ac_cv_env_SSL_CFLAGS_value=
  1139. ac_cv_env_SSL_LIBS_set=
  1140. ac_cv_env_SSL_LIBS_value=
  1141. ac_cv_env_UNIVALUE_CFLAGS_set=
  1142. ac_cv_env_UNIVALUE_CFLAGS_value=
  1143. ac_cv_env_UNIVALUE_LIBS_set=
  1144. ac_cv_env_UNIVALUE_LIBS_value=
  1145. ac_cv_env_X11XCB_CFLAGS_set=
  1146. ac_cv_env_X11XCB_CFLAGS_value=
  1147. ac_cv_env_X11XCB_LIBS_set=
  1148. ac_cv_env_X11XCB_LIBS_value=
  1149. ac_cv_env_ZMQ_CFLAGS_set=
  1150. ac_cv_env_ZMQ_CFLAGS_value=
  1151. ac_cv_env_ZMQ_LIBS_set=
  1152. ac_cv_env_ZMQ_LIBS_value=
  1153. ac_cv_env_build_alias_set=
  1154. ac_cv_env_build_alias_value=
  1155. ac_cv_env_host_alias_set=
  1156. ac_cv_env_host_alias_value=
  1157. ac_cv_env_target_alias_set=
  1158. ac_cv_env_target_alias_value=
  1159. ac_cv_func_strerror_r=yes
  1160. ac_cv_func_strerror_r_char_p=no
  1161. ac_cv_have_decl___builtin_clz=no
  1162. ac_cv_have_decl___builtin_clzl=no
  1163. ac_cv_have_decl___builtin_clzll=no
  1164. ac_cv_have_decl_be16toh=yes
  1165. ac_cv_have_decl_be32toh=yes
  1166. ac_cv_have_decl_be64toh=yes
  1167. ac_cv_have_decl_bswap_16=yes
  1168. ac_cv_have_decl_bswap_32=yes
  1169. ac_cv_have_decl_bswap_64=yes
  1170. ac_cv_have_decl_daemon=yes
  1171. ac_cv_have_decl_htobe16=yes
  1172. ac_cv_have_decl_htobe32=yes
  1173. ac_cv_have_decl_htobe64=yes
  1174. ac_cv_have_decl_htole16=yes
  1175. ac_cv_have_decl_htole32=yes
  1176. ac_cv_have_decl_htole64=yes
  1177. ac_cv_have_decl_le16toh=yes
  1178. ac_cv_have_decl_le32toh=yes
  1179. ac_cv_have_decl_le64toh=yes
  1180. ac_cv_have_decl_strerror_r=yes
  1181. ac_cv_have_decl_strnlen=yes
  1182. ac_cv_header_byteswap_h=yes
  1183. ac_cv_header_dlfcn_h=yes
  1184. ac_cv_header_endian_h=yes
  1185. ac_cv_header_inttypes_h=yes
  1186. ac_cv_header_memory_h=yes
  1187. ac_cv_header_miniupnpc_miniupnpc_h=yes
  1188. ac_cv_header_miniupnpc_miniwget_h=yes
  1189. ac_cv_header_miniupnpc_upnpcommands_h=yes
  1190. ac_cv_header_miniupnpc_upnperrors_h=yes
  1191. ac_cv_header_stdc=yes
  1192. ac_cv_header_stdint_h=yes
  1193. ac_cv_header_stdio_h=yes
  1194. ac_cv_header_stdlib_h=yes
  1195. ac_cv_header_string_h=yes
  1196. ac_cv_header_strings_h=yes
  1197. ac_cv_header_sys_endian_h=yes
  1198. ac_cv_header_sys_prctl_h=yes
  1199. ac_cv_header_sys_select_h=yes
  1200. ac_cv_header_sys_stat_h=yes
  1201. ac_cv_header_sys_types_h=yes
  1202. ac_cv_header_unistd_h=yes
  1203. ac_cv_host=arm-unknown-linux-androideabi
  1204. ac_cv_lib_boost_chrono_mt___exit=yes
  1205. ac_cv_lib_boost_filesystem_mt___exit=yes
  1206. ac_cv_lib_boost_program_options_mt___exit=yes
  1207. ac_cv_lib_boost_system_mt___exit=yes
  1208. ac_cv_lib_boost_thread_mt___exit=yes
  1209. ac_cv_lib_db_cxx_4_8___main=yes
  1210. ac_cv_lib_miniupnpc_main=yes
  1211. ac_cv_objcxx_compiler_gnu=yes
  1212. ac_cv_objext=o
  1213. ac_cv_path_AR=/opt/arm-linux-androideabi-clang/bin/arm-linux-androideabi-ar
  1214. ac_cv_path_CCACHE=/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../native/bin/ccache
  1215. ac_cv_path_CPPFILT=/opt/arm-linux-androideabi-clang/bin/arm-linux-androideabi-c++filt
  1216. ac_cv_path_EGREP='/bin/grep -E'
  1217. ac_cv_path_FGREP='/bin/grep -F'
  1218. ac_cv_path_GCOV=/opt/arm-linux-androideabi-clang/bin/arm-linux-androideabi-gcov
  1219. ac_cv_path_GIT=/usr/bin/git
  1220. ac_cv_path_GREP=/bin/grep
  1221. ac_cv_path_HEXDUMP=/usr/bin/hexdump
  1222. ac_cv_path_OBJCOPY=/opt/arm-linux-androideabi-clang/bin/arm-linux-androideabi-objcopy
  1223. ac_cv_path_PKG_CONFIG='/usr/bin/pkg-config --static'
  1224. ac_cv_path_PYTHON=/opt/arm-linux-androideabi-clang/bin/python2.7
  1225. ac_cv_path_RANLIB=/opt/arm-linux-androideabi-clang/bin/arm-linux-androideabi-ranlib
  1226. ac_cv_path_READELF=/opt/arm-linux-androideabi-clang/bin/arm-linux-androideabi-readelf
  1227. ac_cv_path_SED=/bin/sed
  1228. ac_cv_path_STRIP=/opt/arm-linux-androideabi-clang/bin/arm-linux-androideabi-strip
  1229. ac_cv_path_ac_pt_AR=arm-linux-androideabi-ar
  1230. ac_cv_path_ac_pt_NM=arm-linux-androideabi-nm
  1231. ac_cv_path_ac_pt_RANLIB=arm-linux-androideabi-ranlib
  1232. ac_cv_path_install='/usr/bin/install -c'
  1233. ac_cv_path_lt_DD=/bin/dd
  1234. ac_cv_path_mkdir=/bin/mkdir
  1235. ac_cv_prog_AR=arm-linux-androideabi-ar
  1236. ac_cv_prog_AWK=mawk
  1237. ac_cv_prog_CC=arm-linux-androideabi-clang
  1238. ac_cv_prog_CPP='arm-linux-androideabi-clang -E'
  1239. ac_cv_prog_CXXCPP='arm-linux-androideabi-clang++ -std=c++11 -E'
  1240. ac_cv_prog_OBJCXX='arm-linux-androideabi-clang++ -std=c++11'
  1241. ac_cv_prog_OBJDUMP=arm-linux-androideabi-objdump
  1242. ac_cv_prog_RANLIB=arm-linux-androideabi-ranlib
  1243. ac_cv_prog_STRIP=arm-linux-androideabi-strip
  1244. ac_cv_prog_cc_c89=
  1245. ac_cv_prog_cc_g=yes
  1246. ac_cv_prog_cxx_g=yes
  1247. ac_cv_prog_make_make_set=yes
  1248. ac_cv_prog_objcxx_g=yes
  1249. ac_cv_search_clock_gettime='none required'
  1250. ac_cv_sys_file_offset_bits=unknown
  1251. ac_cv_sys_large_files=unknown
  1252. ac_cv_sys_largefile_CC=no
  1253. am_cv_CC_dependencies_compiler_type=gcc3
  1254. am_cv_CXX_dependencies_compiler_type=gcc3
  1255. am_cv_OBJCXX_dependencies_compiler_type=gcc3
  1256. am_cv_make_support_nested_variables=yes
  1257. am_cv_prog_cc_c_o=yes
  1258. ax_cv_PTHREAD_CLANG=yes
  1259. ax_cv_PTHREAD_CLANG_NO_WARN_FLAG=-Qunused-arguments
  1260. ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE
  1261. ax_cv_PTHREAD_PRIO_INHERIT=no
  1262. ax_cv_PTHREAD_SPECIAL_FLAGS=no
  1263. ax_cv_boost_chrono=yes
  1264. ax_cv_boost_filesystem=yes
  1265. ax_cv_boost_program_options=yes
  1266. ax_cv_boost_system=yes
  1267. ax_cv_boost_thread=yes
  1268. ax_cv_check_cxxcppflags___D_FORTIFY_SOURCE_2=yes
  1269. ax_cv_check_cxxcppflags___U_FORTIFY_SOURCE=yes
  1270. ax_cv_check_cxxflags___Werror=yes
  1271. ax_cv_check_cxxflags___Wstack_protector=yes
  1272. ax_cv_check_cxxflags___fPIC=yes
  1273. ax_cv_check_cxxflags___fPIE=yes
  1274. ax_cv_check_cxxflags___fstack_protector_all=yes
  1275. ax_cv_check_cxxflags__msse4_2=no
  1276. ax_cv_check_ldflags___Wl___dynamicbase=no
  1277. ax_cv_check_ldflags___Wl___high_entropy_va=no
  1278. ax_cv_check_ldflags___Wl___large_address_aware=no
  1279. ax_cv_check_ldflags___Wl___nxcompat=no
  1280. ax_cv_check_ldflags___Wl__z_now=yes
  1281. ax_cv_check_ldflags___Wl__z_relro=yes
  1282. ax_cv_check_ldflags___pie=yes
  1283. ax_cv_cxx_compile_cxx11__std_cpp11=yes
  1284. ax_cv_have_func_attribute_dllexport=no
  1285. ax_cv_have_func_attribute_dllimport=no
  1286. ax_cv_have_func_attribute_visibility=yes
  1287. lt_cv_ar_at_file=@
  1288. lt_cv_archive_cmds_need_lc=no
  1289. lt_cv_deplibs_check_method=pass_all
  1290. lt_cv_file_magic_cmd='$MAGIC_CMD'
  1291. lt_cv_file_magic_test_file=
  1292. lt_cv_ld_reload_flag=-r
  1293. lt_cv_nm_interface='BSD nm'
  1294. lt_cv_objdir=.libs
  1295. lt_cv_path_LD=arm-linux-androideabi-ld
  1296. lt_cv_path_LDCXX=arm-linux-androideabi-ld
  1297. lt_cv_path_NM=arm-linux-androideabi-nm
  1298. lt_cv_path_mainfest_tool=no
  1299. lt_cv_prog_compiler_c_o=yes
  1300. lt_cv_prog_compiler_c_o_CXX=yes
  1301. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  1302. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  1303. lt_cv_prog_compiler_pic_works=yes
  1304. lt_cv_prog_compiler_pic_works_CXX=yes
  1305. lt_cv_prog_compiler_rtti_exceptions=yes
  1306. lt_cv_prog_compiler_static_works=no
  1307. lt_cv_prog_compiler_static_works_CXX=no
  1308. lt_cv_prog_gnu_ld=yes
  1309. lt_cv_prog_gnu_ldcxx=yes
  1310. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  1311. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  1312. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
  1313. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
  1314. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  1315. lt_cv_sys_global_symbol_to_import=
  1316. lt_cv_sys_max_cmd_len=1572864
  1317. lt_cv_to_host_file_cmd=func_convert_file_noop
  1318. lt_cv_to_tool_file_cmd=func_convert_file_noop
  1319. lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
  1320.  
  1321. ## ----------------- ##
  1322. ## Output variables. ##
  1323. ## ----------------- ##
  1324.  
  1325. ACLOCAL='${SHELL} /build/bitcoin-0.15.1/build-aux/missing aclocal-1.15'
  1326. AMDEPBACKSLASH='\'
  1327. AMDEP_FALSE='#'
  1328. AMDEP_TRUE=''
  1329. AMTAR='$${TAR-tar}'
  1330. AM_BACKSLASH='\'
  1331. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  1332. AM_DEFAULT_VERBOSITY='0'
  1333. AM_V='$(V)'
  1334. AR='/opt/arm-linux-androideabi-clang/bin/arm-linux-androideabi-ar'
  1335. ARFLAGS='cr'
  1336. AUTOCONF='${SHELL} /build/bitcoin-0.15.1/build-aux/missing autoconf'
  1337. AUTOHEADER='${SHELL} /build/bitcoin-0.15.1/build-aux/missing autoheader'
  1338. AUTOMAKE='${SHELL} /build/bitcoin-0.15.1/build-aux/missing automake-1.15'
  1339. AWK='mawk'
  1340. BDB_CFLAGS=''
  1341. BDB_CPPFLAGS=''
  1342. BDB_LIBS='-ldb_cxx-4.8'
  1343. BITCOIN_CLI_NAME='bitcoin-cli'
  1344. BITCOIN_DAEMON_NAME='bitcoind'
  1345. BITCOIN_GUI_NAME='bitcoin-qt'
  1346. BITCOIN_TX_NAME='bitcoin-tx'
  1347. BOOST_CHRONO_LIB='-lboost_chrono-mt'
  1348. BOOST_CPPFLAGS='-DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include'
  1349. BOOST_FILESYSTEM_LIB='-lboost_filesystem-mt'
  1350. BOOST_LDFLAGS='-L/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib'
  1351. BOOST_LIBS='-L/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib -lboost_system-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt'
  1352. BOOST_PROGRAM_OPTIONS_LIB='-lboost_program_options-mt'
  1353. BOOST_SYSTEM_LIB='-lboost_system-mt'
  1354. BOOST_THREAD_LIB='-lboost_thread-mt'
  1355. BOOST_UNIT_TEST_FRAMEWORK_LIB=''
  1356. BREW=''
  1357. BUILD_BITCOIND_FALSE=''
  1358. BUILD_BITCOIND_TRUE=''
  1359. BUILD_BITCOIN_LIBS_FALSE=''
  1360. BUILD_BITCOIN_LIBS_TRUE=''
  1361. BUILD_BITCOIN_UTILS_FALSE=''
  1362. BUILD_BITCOIN_UTILS_TRUE=''
  1363. BUILD_DARWIN_FALSE=''
  1364. BUILD_DARWIN_TRUE=''
  1365. CC='arm-linux-androideabi-clang'
  1366. CCACHE='/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../native/bin/ccache'
  1367. CCDEPMODE='depmode=gcc3'
  1368. CFLAGS='-pipe -O2 -march=armv7-a -mthumb'
  1369. CLIENT_VERSION_BUILD=''
  1370. CLIENT_VERSION_IS_RELEASE=''
  1371. CLIENT_VERSION_MAJOR=''
  1372. CLIENT_VERSION_MINOR=''
  1373. CLIENT_VERSION_REVISION=''
  1374. COPYRIGHT_HOLDERS=''
  1375. COPYRIGHT_HOLDERS_FINAL=''
  1376. COPYRIGHT_HOLDERS_SUBSTITUTION=''
  1377. COPYRIGHT_YEAR=''
  1378. CPP='arm-linux-androideabi-clang -E'
  1379. CPPFILT='/opt/arm-linux-androideabi-clang/bin/arm-linux-androideabi-c++filt'
  1380. CPPFLAGS='-I/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS'
  1381. CRYPTO_CFLAGS=''
  1382. CRYPTO_LIBS=''
  1383. CXX='arm-linux-androideabi-clang++ -std=c++11'
  1384. CXXCPP='arm-linux-androideabi-clang++ -std=c++11 -E'
  1385. CXXDEPMODE='depmode=gcc3'
  1386. CXXFLAGS='-pipe -O2 -march=armv7-a -mthumb'
  1387. CYGPATH_W='echo'
  1388. DEFS=''
  1389. DEPDIR='.deps'
  1390. DLLTOOL='false'
  1391. DSYMUTIL=''
  1392. DUMPBIN=''
  1393. ECHO_C=''
  1394. ECHO_N='-n'
  1395. ECHO_T=''
  1396. EGREP='/bin/grep -E'
  1397. EMBEDDED_LEVELDB_FALSE='#'
  1398. EMBEDDED_LEVELDB_TRUE=''
  1399. EMBEDDED_UNIVALUE_FALSE=''
  1400. EMBEDDED_UNIVALUE_TRUE=''
  1401. ENABLE_BENCH_FALSE=''
  1402. ENABLE_BENCH_TRUE=''
  1403. ENABLE_HWCRC32_FALSE=''
  1404. ENABLE_HWCRC32_TRUE=''
  1405. ENABLE_MAN_FALSE=''
  1406. ENABLE_MAN_TRUE='#'
  1407. ENABLE_QT_FALSE=''
  1408. ENABLE_QT_TESTS_FALSE=''
  1409. ENABLE_QT_TESTS_TRUE=''
  1410. ENABLE_QT_TRUE=''
  1411. ENABLE_TESTS_FALSE=''
  1412. ENABLE_TESTS_TRUE=''
  1413. ENABLE_WALLET_FALSE=''
  1414. ENABLE_WALLET_TRUE=''
  1415. ENABLE_ZMQ_FALSE=''
  1416. ENABLE_ZMQ_TRUE=''
  1417. ERROR_CXXFLAGS=''
  1418. EVENT_CFLAGS=''
  1419. EVENT_LIBS=''
  1420. EVENT_PTHREADS_CFLAGS=''
  1421. EVENT_PTHREADS_LIBS=''
  1422. EXEEXT=''
  1423. EXPERIMENTAL_ASM_FALSE=''
  1424. EXPERIMENTAL_ASM_TRUE=''
  1425. EXTENDED_FUNCTIONAL_TESTS=''
  1426. FGREP='/bin/grep -F'
  1427. GCOV='/opt/arm-linux-androideabi-clang/bin/arm-linux-androideabi-gcov'
  1428. GENHTML=''
  1429. GENISOIMAGE=''
  1430. GIT='/usr/bin/git'
  1431. GLIBC_BACK_COMPAT_FALSE=''
  1432. GLIBC_BACK_COMPAT_TRUE=''
  1433. GREP='/bin/grep'
  1434. HARDENED_CPPFLAGS=' -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2'
  1435. HARDENED_CXXFLAGS=' -Wstack-protector -fstack-protector-all'
  1436. HARDENED_LDFLAGS=' -Wl,-z,relro -Wl,-z,now -pie'
  1437. HARDEN_FALSE=''
  1438. HARDEN_TRUE=''
  1439. HAVE_CXX11='1'
  1440. HEXDUMP='/usr/bin/hexdump'
  1441. IMAGEMAGICK_CONVERT=''
  1442. INSTALLNAMETOOL=''
  1443. INSTALL_DATA='${INSTALL} -m 644'
  1444. INSTALL_PROGRAM='${INSTALL}'
  1445. INSTALL_SCRIPT='${INSTALL}'
  1446. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1447. LCOV=''
  1448. LCOV_OPTS=''
  1449. LD='arm-linux-androideabi-ld'
  1450. LDFLAGS='-L/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib -pie -static-libstdc++'
  1451. LEVELDB_CPPFLAGS=''
  1452. LEVELDB_TARGET_FLAGS='-DOS_LINUX'
  1453. LIBLEVELDB=''
  1454. LIBMEMENV=''
  1455. LIBOBJS=''
  1456. LIBS=''
  1457. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1458. LIBTOOL_APP_LDFLAGS=''
  1459. LIPO=''
  1460. LN_S='ln -s'
  1461. LRELEASE=''
  1462. LTLIBOBJS=''
  1463. LT_SYS_LIBRARY_PATH=''
  1464. LUPDATE=''
  1465. MAINT=''
  1466. MAINTAINER_MODE_FALSE='#'
  1467. MAINTAINER_MODE_TRUE=''
  1468. MAKEINFO='${SHELL} /build/bitcoin-0.15.1/build-aux/missing makeinfo'
  1469. MAKENSIS=''
  1470. MANIFEST_TOOL=':'
  1471. MINIUPNPC_CPPFLAGS=''
  1472. MINIUPNPC_LIBS='-lminiupnpc'
  1473. MKDIR_P='/bin/mkdir -p'
  1474. MOC=''
  1475. MOC_DEFS='-DHAVE_CONFIG_H -I$(srcdir)'
  1476. NM='arm-linux-androideabi-nm'
  1477. NMEDIT=''
  1478. OBJCOPY='/opt/arm-linux-androideabi-clang/bin/arm-linux-androideabi-objcopy'
  1479. OBJCXX='arm-linux-androideabi-clang++ -std=c++11'
  1480. OBJCXXDEPMODE='depmode=gcc3'
  1481. OBJCXXFLAGS='-g -O2'
  1482. OBJDUMP='arm-linux-androideabi-objdump'
  1483. OBJEXT='o'
  1484. OTOOL64=''
  1485. OTOOL=''
  1486. PACKAGE='bitcoin'
  1487. PACKAGE_BUGREPORT='https://github.com/bitcoin/bitcoin/issues'
  1488. PACKAGE_NAME='Bitcoin Core'
  1489. PACKAGE_STRING='Bitcoin Core 0.15.1'
  1490. PACKAGE_TARNAME='bitcoin'
  1491. PACKAGE_URL='https://bitcoincore.org/'
  1492. PACKAGE_VERSION='0.15.1'
  1493. PATH_SEPARATOR=':'
  1494. PIC_FLAGS='-fPIC'
  1495. PIE_FLAGS='-fPIE'
  1496. PKG_CONFIG='/usr/bin/pkg-config --static'
  1497. PKG_CONFIG_LIBDIR=''
  1498. PKG_CONFIG_PATH='/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../share/pkgconfig:/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../lib/pkgconfig'
  1499. PORT=''
  1500. PROTOBUF_CFLAGS=''
  1501. PROTOBUF_LIBS=''
  1502. PROTOC=''
  1503. PTHREAD_CC='arm-linux-androideabi-clang'
  1504. PTHREAD_CFLAGS='-Qunused-arguments -pthread'
  1505. PTHREAD_LIBS=''
  1506. PYTHON='/opt/arm-linux-androideabi-clang/bin/python2.7'
  1507. PYTHONPATH='/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../native/lib/python/dist-packages:'
  1508. QR_CFLAGS=''
  1509. QR_LIBS=''
  1510. QT4_CFLAGS=''
  1511. QT4_LIBS=''
  1512. QT5_CFLAGS=''
  1513. QT5_LIBS=''
  1514. QTPLATFORM_CFLAGS=''
  1515. QTPLATFORM_LIBS=''
  1516. QTPRINT_CFLAGS=''
  1517. QTPRINT_LIBS=''
  1518. QTXCBQPA_CFLAGS=''
  1519. QTXCBQPA_LIBS=''
  1520. QT_DBUS_CFLAGS=''
  1521. QT_DBUS_INCLUDES=''
  1522. QT_DBUS_LIBS=''
  1523. QT_INCLUDES=''
  1524. QT_LDFLAGS=''
  1525. QT_LIBS=''
  1526. QT_PIE_FLAGS=''
  1527. QT_SELECT='qt'
  1528. QT_TEST_CFLAGS=''
  1529. QT_TEST_INCLUDES=''
  1530. QT_TEST_LIBS=''
  1531. QT_TRANSLATION_DIR='/build/bitcoin-0.15.1/depends/arm-linux-androideabi/share/../translations'
  1532. RANLIB='/opt/arm-linux-androideabi-clang/bin/arm-linux-androideabi-ranlib'
  1533. RCC=''
  1534. READELF='/opt/arm-linux-androideabi-clang/bin/arm-linux-androideabi-readelf'
  1535. RELDFLAGS=''
  1536. RSVG_CONVERT=''
  1537. SED='/bin/sed'
  1538. SET_MAKE=''
  1539. SHELL='/bin/bash'
  1540. SSE42_CXXFLAGS=''
  1541. SSL_CFLAGS=''
  1542. SSL_LIBS=''
  1543. STRIP='/opt/arm-linux-androideabi-clang/bin/arm-linux-androideabi-strip'
  1544. TARGET_DARWIN_FALSE=''
  1545. TARGET_DARWIN_TRUE=''
  1546. TARGET_WINDOWS_FALSE=''
  1547. TARGET_WINDOWS_TRUE=''
  1548. TESTDEFS=''
  1549. TIFFCP=''
  1550. UIC=''
  1551. UNIVALUE_CFLAGS=''
  1552. UNIVALUE_LIBS=''
  1553. USE_LCOV_FALSE=''
  1554. USE_LCOV_TRUE=''
  1555. USE_QRCODE=''
  1556. USE_QRCODE_FALSE=''
  1557. USE_QRCODE_TRUE=''
  1558. USE_UPNP=''
  1559. VERSION='0.15.1'
  1560. WINDOWS_BITS=''
  1561. WINDRES=''
  1562. X11XCB_CFLAGS=''
  1563. X11XCB_LIBS=''
  1564. XGETTEXT=''
  1565. ZMQ_CFLAGS=''
  1566. ZMQ_LIBS=''
  1567. ac_ct_AR=''
  1568. ac_ct_CC=''
  1569. ac_ct_CXX=''
  1570. ac_ct_DUMPBIN=''
  1571. ac_ct_OBJCXX=''
  1572. am__EXEEXT_FALSE=''
  1573. am__EXEEXT_TRUE=''
  1574. am__fastdepCC_FALSE='#'
  1575. am__fastdepCC_TRUE=''
  1576. am__fastdepCXX_FALSE='#'
  1577. am__fastdepCXX_TRUE=''
  1578. am__fastdepOBJCXX_FALSE='#'
  1579. am__fastdepOBJCXX_TRUE=''
  1580. am__include='include'
  1581. am__isrc=''
  1582. am__leading_dot='.'
  1583. am__nodep='_no'
  1584. am__quote=''
  1585. am__tar='$${TAR-tar} chof - "$$tardir"'
  1586. am__untar='$${TAR-tar} xf -'
  1587. ax_pthread_config=''
  1588. bindir='${exec_prefix}/bin'
  1589. build='x86_64-pc-linux-gnu'
  1590. build_alias=''
  1591. build_cpu='x86_64'
  1592. build_os='linux-gnu'
  1593. build_vendor='pc'
  1594. datadir='${datarootdir}'
  1595. datarootdir='${prefix}/share'
  1596. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1597. dvidir='${docdir}'
  1598. exec_prefix='NONE'
  1599. host='arm-unknown-linux-androideabi'
  1600. host_alias='arm-linux-androideabi'
  1601. host_cpu='arm'
  1602. host_os='linux-androideabi'
  1603. host_vendor='unknown'
  1604. htmldir='${docdir}'
  1605. includedir='${prefix}/include'
  1606. infodir='${datarootdir}/info'
  1607. install_sh='${SHELL} /build/bitcoin-0.15.1/build-aux/install-sh'
  1608. libdir='${exec_prefix}/lib'
  1609. libexecdir='${exec_prefix}/libexec'
  1610. localedir='${datarootdir}/locale'
  1611. localstatedir='${prefix}/var'
  1612. mandir='${datarootdir}/man'
  1613. mkdir_p='$(MKDIR_P)'
  1614. oldincludedir='/usr/include'
  1615. pdfdir='${docdir}'
  1616. prefix='/build/bitcoin-0.15.1/depends/arm-linux-androideabi'
  1617. program_transform_name='s,x,x,'
  1618. psdir='${docdir}'
  1619. runstatedir='${localstatedir}/run'
  1620. sbindir='${exec_prefix}/sbin'
  1621. sharedstatedir='${prefix}/com'
  1622. subdirs=''
  1623. sysconfdir='${prefix}/etc'
  1624. target_alias=''
  1625.  
  1626. ## ----------- ##
  1627. ## confdefs.h. ##
  1628. ## ----------- ##
  1629.  
  1630. /* confdefs.h */
  1631. #define PACKAGE_NAME "Bitcoin Core"
  1632. #define PACKAGE_TARNAME "bitcoin"
  1633. #define PACKAGE_VERSION "0.15.1"
  1634. #define PACKAGE_STRING "Bitcoin Core 0.15.1"
  1635. #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1636. #define PACKAGE_URL "https://bitcoincore.org/"
  1637. #define HAVE_CXX11 1
  1638. #define STDC_HEADERS 1
  1639. #define HAVE_SYS_TYPES_H 1
  1640. #define HAVE_SYS_STAT_H 1
  1641. #define HAVE_STDLIB_H 1
  1642. #define HAVE_STRING_H 1
  1643. #define HAVE_MEMORY_H 1
  1644. #define HAVE_STRINGS_H 1
  1645. #define HAVE_INTTYPES_H 1
  1646. #define HAVE_STDINT_H 1
  1647. #define HAVE_UNISTD_H 1
  1648. #define HAVE_DLFCN_H 1
  1649. #define LT_OBJDIR ".libs/"
  1650. #define EXPERIMENTAL_ASM 1
  1651. #define HAVE_PTHREAD 1
  1652. #define HAVE_DECL_STRERROR_R 1
  1653. #define HAVE_STRERROR_R 1
  1654. #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  1655. #define HAVE_ENDIAN_H 1
  1656. #define HAVE_SYS_ENDIAN_H 1
  1657. #define HAVE_BYTESWAP_H 1
  1658. #define HAVE_STDIO_H 1
  1659. #define HAVE_STDLIB_H 1
  1660. #define HAVE_UNISTD_H 1
  1661. #define HAVE_STRINGS_H 1
  1662. #define HAVE_SYS_TYPES_H 1
  1663. #define HAVE_SYS_STAT_H 1
  1664. #define HAVE_SYS_SELECT_H 1
  1665. #define HAVE_SYS_PRCTL_H 1
  1666. #define HAVE_DECL_STRNLEN 1
  1667. #define HAVE_DECL_DAEMON 1
  1668. #define HAVE_DECL_LE16TOH 1
  1669. #define HAVE_DECL_LE32TOH 1
  1670. #define HAVE_DECL_LE64TOH 1
  1671. #define HAVE_DECL_HTOLE16 1
  1672. #define HAVE_DECL_HTOLE32 1
  1673. #define HAVE_DECL_HTOLE64 1
  1674. #define HAVE_DECL_BE16TOH 1
  1675. #define HAVE_DECL_BE32TOH 1
  1676. #define HAVE_DECL_BE64TOH 1
  1677. #define HAVE_DECL_HTOBE16 1
  1678. #define HAVE_DECL_HTOBE32 1
  1679. #define HAVE_DECL_HTOBE64 1
  1680. #define HAVE_DECL_BSWAP_16 1
  1681. #define HAVE_DECL_BSWAP_32 1
  1682. #define HAVE_DECL_BSWAP_64 1
  1683. #define HAVE_DECL___BUILTIN_CLZ 0
  1684. #define HAVE_DECL___BUILTIN_CLZL 0
  1685. #define HAVE_DECL___BUILTIN_CLZLL 0
  1686. #define HAVE_MSG_NOSIGNAL 1
  1687. #define HAVE_MSG_DONTWAIT 1
  1688. #define HAVE_VISIBILITY_ATTRIBUTE 1
  1689. #define HAVE_MINIUPNPC_MINIWGET_H 1
  1690. #define HAVE_MINIUPNPC_MINIUPNPC_H 1
  1691. #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
  1692. #define HAVE_MINIUPNPC_UPNPERRORS_H 1
  1693. #define HAVE_BOOST /**/
  1694. #define HAVE_BOOST_SYSTEM /**/
  1695. #define HAVE_BOOST_FILESYSTEM /**/
  1696. #define HAVE_BOOST_PROGRAM_OPTIONS /**/
  1697. #define HAVE_BOOST_THREAD /**/
  1698. #define HAVE_BOOST_CHRONO /**/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement