Guest User

Untitled

a guest
Jan 6th, 2014
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 92.46 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 configure 0.8.99, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --with-qt --enable-wallet --with-incompatible-bdb
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = alduin
  14. uname -m = x86_64
  15. uname -r = 3.8.0-16-generic
  16. uname -s = Linux
  17. uname -v = #26-Ubuntu SMP Mon Apr 1 19:52:57 UTC 2013
  18.  
  19. /usr/bin/uname -p = unknown
  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 = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/lib/lightdm/lightdm
  31. PATH: /usr/local/sbin
  32. PATH: /usr/local/bin
  33. PATH: /usr/sbin
  34. PATH: /usr/bin
  35. PATH: /sbin
  36. PATH: /bin
  37. PATH: /usr/games
  38. PATH: /usr/local/games
  39.  
  40.  
  41. ## ----------- ##
  42. ## Core tests. ##
  43. ## ----------- ##
  44.  
  45. configure:2588: checking build system type
  46. configure:2602: result: x86_64-unknown-linux-gnu
  47. configure:2622: checking host system type
  48. configure:2635: result: x86_64-unknown-linux-gnu
  49. configure:2770: checking for a BSD-compatible install
  50. configure:2838: result: /usr/bin/install -c
  51. configure:2849: checking whether build environment is sane
  52. configure:2899: result: yes
  53. configure:3040: checking for a thread-safe mkdir -p
  54. configure:3079: result: /bin/mkdir -p
  55. configure:3092: checking for gawk
  56. configure:3108: found /usr/bin/gawk
  57. configure:3119: result: gawk
  58. configure:3130: checking whether make sets $(MAKE)
  59. configure:3152: result: yes
  60. configure:3225: checking whether to enable maintainer-specific portions of Makefiles
  61. configure:3234: result: yes
  62. configure:3259: checking whether make supports nested variables
  63. configure:3276: result: yes
  64. configure:3450: checking for g++
  65. configure:3466: found /usr/bin/g++
  66. configure:3477: result: g++
  67. configure:3504: checking for C++ compiler version
  68. configure:3513: g++ --version >&5
  69. g++ (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
  70. Copyright (C) 2012 Free Software Foundation, Inc.
  71. This is free software; see the source for copying conditions. There is NO
  72. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  73.  
  74. configure:3524: $? = 0
  75. configure:3513: g++ -v >&5
  76. Using built-in specs.
  77. COLLECT_GCC=g++
  78. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
  79. Target: x86_64-linux-gnu
  80. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.3-1ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --enable-objc-gc --with-cloog --enable-cloog-backend=ppl --disable-cloog-version-check --disable-ppl-version-check --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  81. Thread model: posix
  82. gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1)
  83. configure:3524: $? = 0
  84. configure:3513: g++ -V >&5
  85. g++: error: unrecognized command line option '-V'
  86. g++: fatal error: no input files
  87. compilation terminated.
  88. configure:3524: $? = 4
  89. configure:3513: g++ -qversion >&5
  90. g++: error: unrecognized command line option '-qversion'
  91. g++: fatal error: no input files
  92. compilation terminated.
  93. configure:3524: $? = 4
  94. configure:3544: checking whether the C++ compiler works
  95. configure:3566: g++ conftest.cpp >&5
  96. configure:3570: $? = 0
  97. configure:3618: result: yes
  98. configure:3621: checking for C++ compiler default output file name
  99. configure:3623: result: a.out
  100. configure:3629: checking for suffix of executables
  101. configure:3636: g++ -o conftest conftest.cpp >&5
  102. configure:3640: $? = 0
  103. configure:3662: result:
  104. configure:3684: checking whether we are cross compiling
  105. configure:3692: g++ -o conftest conftest.cpp >&5
  106. configure:3696: $? = 0
  107. configure:3703: ./conftest
  108. configure:3707: $? = 0
  109. configure:3722: result: no
  110. configure:3727: checking for suffix of object files
  111. configure:3749: g++ -c conftest.cpp >&5
  112. configure:3753: $? = 0
  113. configure:3774: result: o
  114. configure:3778: checking whether we are using the GNU C++ compiler
  115. configure:3797: g++ -c conftest.cpp >&5
  116. configure:3797: $? = 0
  117. configure:3806: result: yes
  118. configure:3815: checking whether g++ accepts -g
  119. configure:3835: g++ -c -g conftest.cpp >&5
  120. configure:3835: $? = 0
  121. configure:3876: result: yes
  122. configure:3910: checking for style of include used by make
  123. configure:3938: result: GNU
  124. configure:3964: checking dependency style of g++
  125. configure:4075: result: gcc3
  126. configure:4138: checking for gcc
  127. configure:4154: found /usr/bin/gcc
  128. configure:4165: result: gcc
  129. configure:4394: checking for C compiler version
  130. configure:4403: gcc --version >&5
  131. gcc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
  132. Copyright (C) 2012 Free Software Foundation, Inc.
  133. This is free software; see the source for copying conditions. There is NO
  134. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  135.  
  136. configure:4414: $? = 0
  137. configure:4403: gcc -v >&5
  138. Using built-in specs.
  139. COLLECT_GCC=gcc
  140. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
  141. Target: x86_64-linux-gnu
  142. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.3-1ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --enable-objc-gc --with-cloog --enable-cloog-backend=ppl --disable-cloog-version-check --disable-ppl-version-check --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  143. Thread model: posix
  144. gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1)
  145. configure:4414: $? = 0
  146. configure:4403: gcc -V >&5
  147. gcc: error: unrecognized command line option '-V'
  148. gcc: fatal error: no input files
  149. compilation terminated.
  150. configure:4414: $? = 4
  151. configure:4403: gcc -qversion >&5
  152. gcc: error: unrecognized command line option '-qversion'
  153. gcc: fatal error: no input files
  154. compilation terminated.
  155. configure:4414: $? = 4
  156. configure:4418: checking whether we are using the GNU C compiler
  157. configure:4437: gcc -c conftest.c >&5
  158. configure:4437: $? = 0
  159. configure:4446: result: yes
  160. configure:4455: checking whether gcc accepts -g
  161. configure:4475: gcc -c -g conftest.c >&5
  162. configure:4475: $? = 0
  163. configure:4516: result: yes
  164. configure:4533: checking for gcc option to accept ISO C89
  165. configure:4596: gcc -c -g -O2 conftest.c >&5
  166. configure:4596: $? = 0
  167. configure:4609: result: none needed
  168. configure:4631: checking dependency style of gcc
  169. configure:4742: result: gcc3
  170. configure:4762: checking how to run the C preprocessor
  171. configure:4793: gcc -E conftest.c
  172. configure:4793: $? = 0
  173. configure:4807: gcc -E conftest.c
  174. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  175. compilation terminated.
  176. configure:4807: $? = 1
  177. configure: failed program was:
  178. | /* confdefs.h */
  179. | #define PACKAGE_NAME "Bitcoin"
  180. | #define PACKAGE_TARNAME "bitcoin"
  181. | #define PACKAGE_VERSION "0.8.99"
  182. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  183. | #define PACKAGE_BUGREPORT "[email protected]"
  184. | #define PACKAGE_URL ""
  185. | /* end confdefs.h. */
  186. | #include <ac_nonexistent.h>
  187. configure:4832: result: gcc -E
  188. configure:4852: gcc -E conftest.c
  189. configure:4852: $? = 0
  190. configure:4866: gcc -E conftest.c
  191. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  192. compilation terminated.
  193. configure:4866: $? = 1
  194. configure: failed program was:
  195. | /* confdefs.h */
  196. | #define PACKAGE_NAME "Bitcoin"
  197. | #define PACKAGE_TARNAME "bitcoin"
  198. | #define PACKAGE_VERSION "0.8.99"
  199. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  200. | #define PACKAGE_BUGREPORT "[email protected]"
  201. | #define PACKAGE_URL ""
  202. | /* end confdefs.h. */
  203. | #include <ac_nonexistent.h>
  204. configure:4899: checking how to run the C++ preprocessor
  205. configure:4926: g++ -E conftest.cpp
  206. configure:4926: $? = 0
  207. configure:4940: g++ -E conftest.cpp
  208. conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
  209. compilation terminated.
  210. configure:4940: $? = 1
  211. configure: failed program was:
  212. | /* confdefs.h */
  213. | #define PACKAGE_NAME "Bitcoin"
  214. | #define PACKAGE_TARNAME "bitcoin"
  215. | #define PACKAGE_VERSION "0.8.99"
  216. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  217. | #define PACKAGE_BUGREPORT "[email protected]"
  218. | #define PACKAGE_URL ""
  219. | /* end confdefs.h. */
  220. | #include <ac_nonexistent.h>
  221. configure:4965: result: g++ -E
  222. configure:4985: g++ -E conftest.cpp
  223. configure:4985: $? = 0
  224. configure:4999: g++ -E conftest.cpp
  225. conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
  226. compilation terminated.
  227. configure:4999: $? = 1
  228. configure: failed program was:
  229. | /* confdefs.h */
  230. | #define PACKAGE_NAME "Bitcoin"
  231. | #define PACKAGE_TARNAME "bitcoin"
  232. | #define PACKAGE_VERSION "0.8.99"
  233. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  234. | #define PACKAGE_BUGREPORT "[email protected]"
  235. | #define PACKAGE_URL ""
  236. | /* end confdefs.h. */
  237. | #include <ac_nonexistent.h>
  238. configure:5082: checking for gcc
  239. configure:5098: found /usr/bin/gcc
  240. configure:5109: result: gcc
  241. configure:5134: checking for Objective C compiler version
  242. configure:5143: gcc --version >&5
  243. gcc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
  244. Copyright (C) 2012 Free Software Foundation, Inc.
  245. This is free software; see the source for copying conditions. There is NO
  246. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  247.  
  248. configure:5154: $? = 0
  249. configure:5143: gcc -v >&5
  250. Using built-in specs.
  251. COLLECT_GCC=gcc
  252. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
  253. Target: x86_64-linux-gnu
  254. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.3-1ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --enable-objc-gc --with-cloog --enable-cloog-backend=ppl --disable-cloog-version-check --disable-ppl-version-check --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  255. Thread model: posix
  256. gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1)
  257. configure:5154: $? = 0
  258. configure:5143: gcc -V >&5
  259. gcc: error: unrecognized command line option '-V'
  260. gcc: fatal error: no input files
  261. compilation terminated.
  262. configure:5154: $? = 4
  263. configure:5143: gcc -qversion >&5
  264. gcc: error: unrecognized command line option '-qversion'
  265. gcc: fatal error: no input files
  266. compilation terminated.
  267. configure:5154: $? = 4
  268. configure:5158: checking whether we are using the GNU Objective C compiler
  269. configure:5177: gcc -c conftest.m >&5
  270. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  271. configure:5177: $? = 1
  272. configure: failed program was:
  273. | /* confdefs.h */
  274. | #define PACKAGE_NAME "Bitcoin"
  275. | #define PACKAGE_TARNAME "bitcoin"
  276. | #define PACKAGE_VERSION "0.8.99"
  277. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  278. | #define PACKAGE_BUGREPORT "[email protected]"
  279. | #define PACKAGE_URL ""
  280. | /* end confdefs.h. */
  281. |
  282. | int
  283. | main ()
  284. | {
  285. | #ifndef __GNUC__
  286. | choke me
  287. | #endif
  288. |
  289. | ;
  290. | return 0;
  291. | }
  292. configure:5186: result: no
  293. configure:5195: checking whether gcc accepts -g
  294. configure:5215: gcc -c -g conftest.m >&5
  295. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  296. configure:5215: $? = 1
  297. configure: failed program was:
  298. | /* confdefs.h */
  299. | #define PACKAGE_NAME "Bitcoin"
  300. | #define PACKAGE_TARNAME "bitcoin"
  301. | #define PACKAGE_VERSION "0.8.99"
  302. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  303. | #define PACKAGE_BUGREPORT "[email protected]"
  304. | #define PACKAGE_URL ""
  305. | /* end confdefs.h. */
  306. |
  307. | int
  308. | main ()
  309. | {
  310. |
  311. | ;
  312. | return 0;
  313. | }
  314. configure:5230: gcc -c conftest.m >&5
  315. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  316. configure:5230: $? = 1
  317. configure: failed program was:
  318. | /* confdefs.h */
  319. | #define PACKAGE_NAME "Bitcoin"
  320. | #define PACKAGE_TARNAME "bitcoin"
  321. | #define PACKAGE_VERSION "0.8.99"
  322. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  323. | #define PACKAGE_BUGREPORT "[email protected]"
  324. | #define PACKAGE_URL ""
  325. | /* end confdefs.h. */
  326. |
  327. | int
  328. | main ()
  329. | {
  330. |
  331. | ;
  332. | return 0;
  333. | }
  334. configure:5246: gcc -c -g conftest.m >&5
  335. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  336. configure:5246: $? = 1
  337. configure: failed program was:
  338. | /* confdefs.h */
  339. | #define PACKAGE_NAME "Bitcoin"
  340. | #define PACKAGE_TARNAME "bitcoin"
  341. | #define PACKAGE_VERSION "0.8.99"
  342. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  343. | #define PACKAGE_BUGREPORT "[email protected]"
  344. | #define PACKAGE_URL ""
  345. | /* end confdefs.h. */
  346. |
  347. | int
  348. | main ()
  349. | {
  350. |
  351. | ;
  352. | return 0;
  353. | }
  354. configure:5256: result: no
  355. configure:5281: checking dependency style of gcc
  356. configure:5390: result: gcc3
  357. configure:5459: checking for g++
  358. configure:5475: found /usr/bin/g++
  359. configure:5486: result: g++
  360. configure:5511: checking for Objective C++ compiler version
  361. configure:5520: g++ --version >&5
  362. g++ (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
  363. Copyright (C) 2012 Free Software Foundation, Inc.
  364. This is free software; see the source for copying conditions. There is NO
  365. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  366.  
  367. configure:5531: $? = 0
  368. configure:5520: g++ -v >&5
  369. Using built-in specs.
  370. COLLECT_GCC=g++
  371. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
  372. Target: x86_64-linux-gnu
  373. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.3-1ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --enable-objc-gc --with-cloog --enable-cloog-backend=ppl --disable-cloog-version-check --disable-ppl-version-check --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  374. Thread model: posix
  375. gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1)
  376. configure:5531: $? = 0
  377. configure:5520: g++ -V >&5
  378. g++: error: unrecognized command line option '-V'
  379. g++: fatal error: no input files
  380. compilation terminated.
  381. configure:5531: $? = 4
  382. configure:5520: g++ -qversion >&5
  383. g++: error: unrecognized command line option '-qversion'
  384. g++: fatal error: no input files
  385. compilation terminated.
  386. configure:5531: $? = 4
  387. configure:5535: checking whether we are using the GNU Objective C++ compiler
  388. configure:5554: g++ -c conftest.mm >&5
  389. g++: error trying to exec 'cc1objplus': execvp: No such file or directory
  390. configure:5554: $? = 1
  391. configure: failed program was:
  392. | /* confdefs.h */
  393. | #define PACKAGE_NAME "Bitcoin"
  394. | #define PACKAGE_TARNAME "bitcoin"
  395. | #define PACKAGE_VERSION "0.8.99"
  396. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  397. | #define PACKAGE_BUGREPORT "[email protected]"
  398. | #define PACKAGE_URL ""
  399. | /* end confdefs.h. */
  400. |
  401. | int
  402. | main ()
  403. | {
  404. | #ifndef __GNUC__
  405. | choke me
  406. | #endif
  407. |
  408. | ;
  409. | return 0;
  410. | }
  411. configure:5563: result: no
  412. configure:5572: checking whether g++ accepts -g
  413. configure:5592: g++ -c -g conftest.mm >&5
  414. g++: error trying to exec 'cc1objplus': execvp: No such file or directory
  415. configure:5592: $? = 1
  416. configure: failed program was:
  417. | /* confdefs.h */
  418. | #define PACKAGE_NAME "Bitcoin"
  419. | #define PACKAGE_TARNAME "bitcoin"
  420. | #define PACKAGE_VERSION "0.8.99"
  421. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  422. | #define PACKAGE_BUGREPORT "[email protected]"
  423. | #define PACKAGE_URL ""
  424. | /* end confdefs.h. */
  425. |
  426. | int
  427. | main ()
  428. | {
  429. |
  430. | ;
  431. | return 0;
  432. | }
  433. configure:5607: g++ -c conftest.mm >&5
  434. g++: error trying to exec 'cc1objplus': execvp: No such file or directory
  435. configure:5607: $? = 1
  436. configure: failed program was:
  437. | /* confdefs.h */
  438. | #define PACKAGE_NAME "Bitcoin"
  439. | #define PACKAGE_TARNAME "bitcoin"
  440. | #define PACKAGE_VERSION "0.8.99"
  441. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  442. | #define PACKAGE_BUGREPORT "[email protected]"
  443. | #define PACKAGE_URL ""
  444. | /* end confdefs.h. */
  445. |
  446. | int
  447. | main ()
  448. | {
  449. |
  450. | ;
  451. | return 0;
  452. | }
  453. configure:5623: g++ -c -g conftest.mm >&5
  454. g++: error trying to exec 'cc1objplus': execvp: No such file or directory
  455. configure:5623: $? = 1
  456. configure: failed program was:
  457. | /* confdefs.h */
  458. | #define PACKAGE_NAME "Bitcoin"
  459. | #define PACKAGE_TARNAME "bitcoin"
  460. | #define PACKAGE_VERSION "0.8.99"
  461. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  462. | #define PACKAGE_BUGREPORT "[email protected]"
  463. | #define PACKAGE_URL ""
  464. | /* end confdefs.h. */
  465. |
  466. | int
  467. | main ()
  468. | {
  469. |
  470. | ;
  471. | return 0;
  472. | }
  473. configure:5633: result: no
  474. configure:5657: checking for a sed that does not truncate output
  475. configure:5721: result: /bin/sed
  476. configure:5772: checking for ar
  477. configure:5790: found /usr/bin/ar
  478. configure:5802: result: /usr/bin/ar
  479. configure:5870: checking for ranlib
  480. configure:5888: found /usr/bin/ranlib
  481. configure:5900: result: /usr/bin/ranlib
  482. configure:5968: checking for strip
  483. configure:5986: found /usr/bin/strip
  484. configure:5998: result: /usr/bin/strip
  485. configure:6066: checking for gcov
  486. configure:6084: found /usr/bin/gcov
  487. configure:6096: result: /usr/bin/gcov
  488. configure:6120: checking for lcov
  489. configure:6138: found /usr/bin/lcov
  490. configure:6150: result: /usr/bin/lcov
  491. configure:6160: checking for java
  492. configure:6178: found /usr/bin/java
  493. configure:6190: result: /usr/bin/java
  494. configure:6200: checking for genhtml
  495. configure:6218: found /usr/bin/genhtml
  496. configure:6230: result: /usr/bin/genhtml
  497. configure:6240: checking for git
  498. configure:6258: found /usr/bin/git
  499. configure:6270: result: /usr/bin/git
  500. configure:6280: checking for ccache
  501. configure:6298: found /usr/bin/ccache
  502. configure:6310: result: /usr/bin/ccache
  503. configure:6320: checking for xgettext
  504. configure:6338: found /usr/bin/xgettext
  505. configure:6350: result: /usr/bin/xgettext
  506. configure:6360: checking for hexdump
  507. configure:6378: found /usr/bin/hexdump
  508. configure:6390: result: /usr/bin/hexdump
  509. configure:6452: checking for pkg-config
  510. configure:6470: found /usr/bin/pkg-config
  511. configure:6482: result: /usr/bin/pkg-config
  512. configure:6507: checking pkg-config is at least version 0.9.0
  513. configure:6510: result: yes
  514. configure:7717: checking for grep that handles long lines and -e
  515. configure:7775: result: /bin/grep
  516. configure:7780: checking for egrep
  517. configure:7842: result: /bin/grep -E
  518. configure:7847: checking for ANSI C header files
  519. configure:7867: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  520. configure:7867: $? = 0
  521. configure:7940: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  522. configure:7940: $? = 0
  523. configure:7940: ./conftest
  524. configure:7940: $? = 0
  525. configure:7951: result: yes
  526. configure:7964: checking for sys/types.h
  527. configure:7964: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  528. configure:7964: $? = 0
  529. configure:7964: result: yes
  530. configure:7964: checking for sys/stat.h
  531. configure:7964: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  532. configure:7964: $? = 0
  533. configure:7964: result: yes
  534. configure:7964: checking for stdlib.h
  535. configure:7964: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  536. configure:7964: $? = 0
  537. configure:7964: result: yes
  538. configure:7964: checking for string.h
  539. configure:7964: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  540. configure:7964: $? = 0
  541. configure:7964: result: yes
  542. configure:7964: checking for memory.h
  543. configure:7964: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  544. configure:7964: $? = 0
  545. configure:7964: result: yes
  546. configure:7964: checking for strings.h
  547. configure:7964: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  548. configure:7964: $? = 0
  549. configure:7964: result: yes
  550. configure:7964: checking for inttypes.h
  551. configure:7964: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  552. configure:7964: $? = 0
  553. configure:7964: result: yes
  554. configure:7964: checking for stdint.h
  555. configure:7964: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  556. configure:7964: $? = 0
  557. configure:7964: result: yes
  558. configure:7964: checking for unistd.h
  559. configure:7964: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  560. configure:7964: $? = 0
  561. configure:7964: result: yes
  562. configure:7976: checking whether byte ordering is bigendian
  563. configure:7991: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  564. conftest.cpp:20:9: error: expected unqualified-id before 'not' token
  565. configure:7991: $? = 1
  566. configure: failed program was:
  567. | /* confdefs.h */
  568. | #define PACKAGE_NAME "Bitcoin"
  569. | #define PACKAGE_TARNAME "bitcoin"
  570. | #define PACKAGE_VERSION "0.8.99"
  571. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  572. | #define PACKAGE_BUGREPORT "[email protected]"
  573. | #define PACKAGE_URL ""
  574. | #define STDC_HEADERS 1
  575. | #define HAVE_SYS_TYPES_H 1
  576. | #define HAVE_SYS_STAT_H 1
  577. | #define HAVE_STDLIB_H 1
  578. | #define HAVE_STRING_H 1
  579. | #define HAVE_MEMORY_H 1
  580. | #define HAVE_STRINGS_H 1
  581. | #define HAVE_INTTYPES_H 1
  582. | #define HAVE_STDINT_H 1
  583. | #define HAVE_UNISTD_H 1
  584. | /* end confdefs.h. */
  585. | #ifndef __APPLE_CC__
  586. | not a universal capable compiler
  587. | #endif
  588. | typedef int dummy;
  589. |
  590. configure:8036: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  591. configure:8036: $? = 0
  592. configure:8054: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  593. conftest.cpp: In function 'int main()':
  594. conftest.cpp:26:8: error: 'big' was not declared in this scope
  595. conftest.cpp:26:12: error: expected ';' before 'endian'
  596. configure:8054: $? = 1
  597. configure: failed program was:
  598. | /* confdefs.h */
  599. | #define PACKAGE_NAME "Bitcoin"
  600. | #define PACKAGE_TARNAME "bitcoin"
  601. | #define PACKAGE_VERSION "0.8.99"
  602. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  603. | #define PACKAGE_BUGREPORT "[email protected]"
  604. | #define PACKAGE_URL ""
  605. | #define STDC_HEADERS 1
  606. | #define HAVE_SYS_TYPES_H 1
  607. | #define HAVE_SYS_STAT_H 1
  608. | #define HAVE_STDLIB_H 1
  609. | #define HAVE_STRING_H 1
  610. | #define HAVE_MEMORY_H 1
  611. | #define HAVE_STRINGS_H 1
  612. | #define HAVE_INTTYPES_H 1
  613. | #define HAVE_STDINT_H 1
  614. | #define HAVE_UNISTD_H 1
  615. | /* end confdefs.h. */
  616. | #include <sys/types.h>
  617. | #include <sys/param.h>
  618. |
  619. | int
  620. | main ()
  621. | {
  622. | #if BYTE_ORDER != BIG_ENDIAN
  623. | not big endian
  624. | #endif
  625. |
  626. | ;
  627. | return 0;
  628. | }
  629. configure:8182: result: no
  630. configure:8313: checking if compiler needs -Werror to reject unknown flags
  631. configure:8329: gcc -c -g -O2 -Werror -Wunknown-warning-option -Wsizeof-array-argument -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
  632. gcc: error: unrecognized command line option '-Wunknown-warning-option'
  633. gcc: error: unrecognized command line option '-Wsizeof-array-argument'
  634. configure:8329: $? = 1
  635. configure: failed program was:
  636. | /* confdefs.h */
  637. | #define PACKAGE_NAME "Bitcoin"
  638. | #define PACKAGE_TARNAME "bitcoin"
  639. | #define PACKAGE_VERSION "0.8.99"
  640. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  641. | #define PACKAGE_BUGREPORT "[email protected]"
  642. | #define PACKAGE_URL ""
  643. | #define STDC_HEADERS 1
  644. | #define HAVE_SYS_TYPES_H 1
  645. | #define HAVE_SYS_STAT_H 1
  646. | #define HAVE_STDLIB_H 1
  647. | #define HAVE_STRING_H 1
  648. | #define HAVE_MEMORY_H 1
  649. | #define HAVE_STRINGS_H 1
  650. | #define HAVE_INTTYPES_H 1
  651. | #define HAVE_STDINT_H 1
  652. | #define HAVE_UNISTD_H 1
  653. | /* end confdefs.h. */
  654. | int foo(void);
  655. | int
  656. | main ()
  657. | {
  658. | foo()
  659. | ;
  660. | return 0;
  661. | }
  662. configure:8334: result: no
  663. configure:8400: checking for the pthreads library -lpthreads
  664. configure:8438: gcc -o conftest -g -O2 -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c -lpthreads >&5
  665. /usr/bin/ld: cannot find -lpthreads
  666. collect2: error: ld returned 1 exit status
  667. configure:8438: $? = 1
  668. configure: failed program was:
  669. | /* confdefs.h */
  670. | #define PACKAGE_NAME "Bitcoin"
  671. | #define PACKAGE_TARNAME "bitcoin"
  672. | #define PACKAGE_VERSION "0.8.99"
  673. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  674. | #define PACKAGE_BUGREPORT "[email protected]"
  675. | #define PACKAGE_URL ""
  676. | #define STDC_HEADERS 1
  677. | #define HAVE_SYS_TYPES_H 1
  678. | #define HAVE_SYS_STAT_H 1
  679. | #define HAVE_STDLIB_H 1
  680. | #define HAVE_STRING_H 1
  681. | #define HAVE_MEMORY_H 1
  682. | #define HAVE_STRINGS_H 1
  683. | #define HAVE_INTTYPES_H 1
  684. | #define HAVE_STDINT_H 1
  685. | #define HAVE_UNISTD_H 1
  686. | /* end confdefs.h. */
  687. | #include <pthread.h>
  688. | static void routine(void *a) { a = 0; }
  689. | static void *start_routine(void *a) { return a; }
  690. | int
  691. | main ()
  692. | {
  693. | pthread_t th; pthread_attr_t attr;
  694. | pthread_create(&th, 0, start_routine, 0);
  695. | pthread_join(th, 0);
  696. | pthread_attr_init(&attr);
  697. | pthread_cleanup_push(routine, 0);
  698. | pthread_cleanup_pop(0) /* ; */
  699. | ;
  700. | return 0;
  701. | }
  702. configure:8447: result: no
  703. configure:8345: checking whether pthreads work without any flags
  704. configure:8438: gcc -o conftest -g -O2 -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
  705. /tmp/ccYYQjjI.o: In function `main':
  706. /home/pw/git/bitcoin/conftest.c:26: undefined reference to `pthread_create'
  707. /home/pw/git/bitcoin/conftest.c:27: undefined reference to `pthread_join'
  708. /home/pw/git/bitcoin/conftest.c:29: undefined reference to `__pthread_register_cancel'
  709. /home/pw/git/bitcoin/conftest.c:30: undefined reference to `__pthread_unregister_cancel'
  710. collect2: error: ld returned 1 exit status
  711. configure:8438: $? = 1
  712. configure: failed program was:
  713. | /* confdefs.h */
  714. | #define PACKAGE_NAME "Bitcoin"
  715. | #define PACKAGE_TARNAME "bitcoin"
  716. | #define PACKAGE_VERSION "0.8.99"
  717. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  718. | #define PACKAGE_BUGREPORT "[email protected]"
  719. | #define PACKAGE_URL ""
  720. | #define STDC_HEADERS 1
  721. | #define HAVE_SYS_TYPES_H 1
  722. | #define HAVE_SYS_STAT_H 1
  723. | #define HAVE_STDLIB_H 1
  724. | #define HAVE_STRING_H 1
  725. | #define HAVE_MEMORY_H 1
  726. | #define HAVE_STRINGS_H 1
  727. | #define HAVE_INTTYPES_H 1
  728. | #define HAVE_STDINT_H 1
  729. | #define HAVE_UNISTD_H 1
  730. | /* end confdefs.h. */
  731. | #include <pthread.h>
  732. | static void routine(void *a) { a = 0; }
  733. | static void *start_routine(void *a) { return a; }
  734. | int
  735. | main ()
  736. | {
  737. | pthread_t th; pthread_attr_t attr;
  738. | pthread_create(&th, 0, start_routine, 0);
  739. | pthread_join(th, 0);
  740. | pthread_attr_init(&attr);
  741. | pthread_cleanup_push(routine, 0);
  742. | pthread_cleanup_pop(0) /* ; */
  743. | ;
  744. | return 0;
  745. | }
  746. configure:8447: result: no
  747. configure:8350: checking whether pthreads work with -Kthread
  748. configure:8438: gcc -o conftest -g -O2 -Kthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
  749. gcc: error: unrecognized command line option '-Kthread'
  750. configure:8438: $? = 1
  751. configure: failed program was:
  752. | /* confdefs.h */
  753. | #define PACKAGE_NAME "Bitcoin"
  754. | #define PACKAGE_TARNAME "bitcoin"
  755. | #define PACKAGE_VERSION "0.8.99"
  756. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  757. | #define PACKAGE_BUGREPORT "[email protected]"
  758. | #define PACKAGE_URL ""
  759. | #define STDC_HEADERS 1
  760. | #define HAVE_SYS_TYPES_H 1
  761. | #define HAVE_SYS_STAT_H 1
  762. | #define HAVE_STDLIB_H 1
  763. | #define HAVE_STRING_H 1
  764. | #define HAVE_MEMORY_H 1
  765. | #define HAVE_STRINGS_H 1
  766. | #define HAVE_INTTYPES_H 1
  767. | #define HAVE_STDINT_H 1
  768. | #define HAVE_UNISTD_H 1
  769. | /* end confdefs.h. */
  770. | #include <pthread.h>
  771. | static void routine(void *a) { a = 0; }
  772. | static void *start_routine(void *a) { return a; }
  773. | int
  774. | main ()
  775. | {
  776. | pthread_t th; pthread_attr_t attr;
  777. | pthread_create(&th, 0, start_routine, 0);
  778. | pthread_join(th, 0);
  779. | pthread_attr_init(&attr);
  780. | pthread_cleanup_push(routine, 0);
  781. | pthread_cleanup_pop(0) /* ; */
  782. | ;
  783. | return 0;
  784. | }
  785. configure:8447: result: no
  786. configure:8350: checking whether pthreads work with -kthread
  787. configure:8438: gcc -o conftest -g -O2 -kthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
  788. gcc: error: unrecognized command line option '-kthread'
  789. configure:8438: $? = 1
  790. configure: failed program was:
  791. | /* confdefs.h */
  792. | #define PACKAGE_NAME "Bitcoin"
  793. | #define PACKAGE_TARNAME "bitcoin"
  794. | #define PACKAGE_VERSION "0.8.99"
  795. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  796. | #define PACKAGE_BUGREPORT "[email protected]"
  797. | #define PACKAGE_URL ""
  798. | #define STDC_HEADERS 1
  799. | #define HAVE_SYS_TYPES_H 1
  800. | #define HAVE_SYS_STAT_H 1
  801. | #define HAVE_STDLIB_H 1
  802. | #define HAVE_STRING_H 1
  803. | #define HAVE_MEMORY_H 1
  804. | #define HAVE_STRINGS_H 1
  805. | #define HAVE_INTTYPES_H 1
  806. | #define HAVE_STDINT_H 1
  807. | #define HAVE_UNISTD_H 1
  808. | /* end confdefs.h. */
  809. | #include <pthread.h>
  810. | static void routine(void *a) { a = 0; }
  811. | static void *start_routine(void *a) { return a; }
  812. | int
  813. | main ()
  814. | {
  815. | pthread_t th; pthread_attr_t attr;
  816. | pthread_create(&th, 0, start_routine, 0);
  817. | pthread_join(th, 0);
  818. | pthread_attr_init(&attr);
  819. | pthread_cleanup_push(routine, 0);
  820. | pthread_cleanup_pop(0) /* ; */
  821. | ;
  822. | return 0;
  823. | }
  824. configure:8447: result: no
  825. configure:8400: checking for the pthreads library -llthread
  826. configure:8438: gcc -o conftest -g -O2 -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c -llthread >&5
  827. /usr/bin/ld: cannot find -llthread
  828. collect2: error: ld returned 1 exit status
  829. configure:8438: $? = 1
  830. configure: failed program was:
  831. | /* confdefs.h */
  832. | #define PACKAGE_NAME "Bitcoin"
  833. | #define PACKAGE_TARNAME "bitcoin"
  834. | #define PACKAGE_VERSION "0.8.99"
  835. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  836. | #define PACKAGE_BUGREPORT "[email protected]"
  837. | #define PACKAGE_URL ""
  838. | #define STDC_HEADERS 1
  839. | #define HAVE_SYS_TYPES_H 1
  840. | #define HAVE_SYS_STAT_H 1
  841. | #define HAVE_STDLIB_H 1
  842. | #define HAVE_STRING_H 1
  843. | #define HAVE_MEMORY_H 1
  844. | #define HAVE_STRINGS_H 1
  845. | #define HAVE_INTTYPES_H 1
  846. | #define HAVE_STDINT_H 1
  847. | #define HAVE_UNISTD_H 1
  848. | /* end confdefs.h. */
  849. | #include <pthread.h>
  850. | static void routine(void *a) { a = 0; }
  851. | static void *start_routine(void *a) { return a; }
  852. | int
  853. | main ()
  854. | {
  855. | pthread_t th; pthread_attr_t attr;
  856. | pthread_create(&th, 0, start_routine, 0);
  857. | pthread_join(th, 0);
  858. | pthread_attr_init(&attr);
  859. | pthread_cleanup_push(routine, 0);
  860. | pthread_cleanup_pop(0) /* ; */
  861. | ;
  862. | return 0;
  863. | }
  864. configure:8447: result: no
  865. configure:8350: checking whether pthreads work with -pthread
  866. configure:8438: gcc -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
  867. configure:8438: $? = 0
  868. configure:8447: result: yes
  869. configure:8466: checking for joinable pthread attribute
  870. configure:8481: gcc -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
  871. configure:8481: $? = 0
  872. configure:8487: result: PTHREAD_CREATE_JOINABLE
  873. configure:8497: checking if more special flags are required for pthreads
  874. configure:8512: result: no
  875. configure:8518: checking for PTHREAD_PRIO_INHERIT
  876. configure:8535: gcc -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
  877. configure:8535: $? = 0
  878. configure:8544: result: yes
  879. configure:8655: checking for special C compiler options needed for large files
  880. configure:8700: result: no
  881. configure:8706: checking for _FILE_OFFSET_BITS value needed for large files
  882. configure:8731: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  883. configure:8731: $? = 0
  884. configure:8763: result: no
  885. configure:8861: checking whether the linker accepts -Wl,--large-address-aware
  886. configure:8880: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,--large-address-aware conftest.cpp >&5
  887. /usr/bin/ld: unrecognized option '--large-address-aware'
  888. /usr/bin/ld: use the --help option for usage information
  889. collect2: error: ld returned 1 exit status
  890. configure:8880: $? = 1
  891. configure: failed program was:
  892. | /* confdefs.h */
  893. | #define PACKAGE_NAME "Bitcoin"
  894. | #define PACKAGE_TARNAME "bitcoin"
  895. | #define PACKAGE_VERSION "0.8.99"
  896. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  897. | #define PACKAGE_BUGREPORT "[email protected]"
  898. | #define PACKAGE_URL ""
  899. | #define STDC_HEADERS 1
  900. | #define HAVE_SYS_TYPES_H 1
  901. | #define HAVE_SYS_STAT_H 1
  902. | #define HAVE_STDLIB_H 1
  903. | #define HAVE_STRING_H 1
  904. | #define HAVE_MEMORY_H 1
  905. | #define HAVE_STRINGS_H 1
  906. | #define HAVE_INTTYPES_H 1
  907. | #define HAVE_STDINT_H 1
  908. | #define HAVE_UNISTD_H 1
  909. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  910. | #define HAVE_PTHREAD 1
  911. | /* end confdefs.h. */
  912. |
  913. | int
  914. | main ()
  915. | {
  916. |
  917. | ;
  918. | return 0;
  919. | }
  920. configure:8889: result: no
  921. configure:8899: checking whether C++ compiler accepts -Wstack-protector
  922. configure:8918: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  923. configure:8918: $? = 0
  924. configure:8926: result: yes
  925. configure:8934: checking whether C++ compiler accepts -fPIE
  926. configure:8953: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  927. configure:8953: $? = 0
  928. configure:8961: result: yes
  929. configure:8970: checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2
  930. configure:8989: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp
  931. configure:8989: $? = 0
  932. configure:8997: result: yes
  933. configure:9006: checking whether the linker accepts -Wl,--dynamicbase
  934. configure:9025: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,--dynamicbase conftest.cpp >&5
  935. /usr/bin/ld: unrecognized option '--dynamicbase'
  936. /usr/bin/ld: use the --help option for usage information
  937. collect2: error: ld returned 1 exit status
  938. configure:9025: $? = 1
  939. configure: failed program was:
  940. | /* confdefs.h */
  941. | #define PACKAGE_NAME "Bitcoin"
  942. | #define PACKAGE_TARNAME "bitcoin"
  943. | #define PACKAGE_VERSION "0.8.99"
  944. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  945. | #define PACKAGE_BUGREPORT "[email protected]"
  946. | #define PACKAGE_URL ""
  947. | #define STDC_HEADERS 1
  948. | #define HAVE_SYS_TYPES_H 1
  949. | #define HAVE_SYS_STAT_H 1
  950. | #define HAVE_STDLIB_H 1
  951. | #define HAVE_STRING_H 1
  952. | #define HAVE_MEMORY_H 1
  953. | #define HAVE_STRINGS_H 1
  954. | #define HAVE_INTTYPES_H 1
  955. | #define HAVE_STDINT_H 1
  956. | #define HAVE_UNISTD_H 1
  957. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  958. | #define HAVE_PTHREAD 1
  959. | /* end confdefs.h. */
  960. |
  961. | int
  962. | main ()
  963. | {
  964. |
  965. | ;
  966. | return 0;
  967. | }
  968. configure:9034: result: no
  969. configure:9042: checking whether the linker accepts -Wl,--nxcompat
  970. configure:9061: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,--nxcompat conftest.cpp >&5
  971. /usr/bin/ld: unrecognized option '--nxcompat'
  972. /usr/bin/ld: use the --help option for usage information
  973. collect2: error: ld returned 1 exit status
  974. configure:9061: $? = 1
  975. configure: failed program was:
  976. | /* confdefs.h */
  977. | #define PACKAGE_NAME "Bitcoin"
  978. | #define PACKAGE_TARNAME "bitcoin"
  979. | #define PACKAGE_VERSION "0.8.99"
  980. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  981. | #define PACKAGE_BUGREPORT "[email protected]"
  982. | #define PACKAGE_URL ""
  983. | #define STDC_HEADERS 1
  984. | #define HAVE_SYS_TYPES_H 1
  985. | #define HAVE_SYS_STAT_H 1
  986. | #define HAVE_STDLIB_H 1
  987. | #define HAVE_STRING_H 1
  988. | #define HAVE_MEMORY_H 1
  989. | #define HAVE_STRINGS_H 1
  990. | #define HAVE_INTTYPES_H 1
  991. | #define HAVE_STDINT_H 1
  992. | #define HAVE_UNISTD_H 1
  993. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  994. | #define HAVE_PTHREAD 1
  995. | /* end confdefs.h. */
  996. |
  997. | int
  998. | main ()
  999. | {
  1000. |
  1001. | ;
  1002. | return 0;
  1003. | }
  1004. configure:9070: result: no
  1005. configure:9078: checking whether the linker accepts -Wl,-z,relro
  1006. configure:9097: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,-z,relro conftest.cpp >&5
  1007. configure:9097: $? = 0
  1008. configure:9106: result: yes
  1009. configure:9114: checking whether the linker accepts -Wl,-z,now
  1010. configure:9133: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,-z,relro -Wl,-z,now conftest.cpp >&5
  1011. configure:9133: $? = 0
  1012. configure:9142: result: yes
  1013. configure:9153: checking whether C++ compiler accepts -fno-stack-protector
  1014. configure:9172: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-stack-protector -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1015. configure:9172: $? = 0
  1016. configure:9180: result: yes
  1017. configure:9188: checking whether C++ compiler accepts -fstack-protector-all
  1018. configure:9207: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1019. configure:9207: $? = 0
  1020. configure:9215: result: yes
  1021. configure:9225: checking whether the linker accepts -pie
  1022. configure:9244: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,-z,now -pie conftest.cpp >&5
  1023. configure:9244: $? = 0
  1024. configure:9253: result: yes
  1025. configure:9311: checking stdio.h usability
  1026. configure:9311: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1027. configure:9311: $? = 0
  1028. configure:9311: result: yes
  1029. configure:9311: checking stdio.h presence
  1030. configure:9311: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp
  1031. configure:9311: $? = 0
  1032. configure:9311: result: yes
  1033. configure:9311: checking for stdio.h
  1034. configure:9311: result: yes
  1035. configure:9311: checking for stdlib.h
  1036. configure:9311: result: yes
  1037. configure:9311: checking for unistd.h
  1038. configure:9311: result: yes
  1039. configure:9311: checking for strings.h
  1040. configure:9311: result: yes
  1041. configure:9311: checking for sys/types.h
  1042. configure:9311: result: yes
  1043. configure:9311: checking for sys/stat.h
  1044. configure:9311: result: yes
  1045. configure:9322: checking for MSG_NOSIGNAL
  1046. configure:9335: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1047. conftest.cpp: In function 'int main()':
  1048. conftest.cpp:31:6: warning: unused variable 'f' [-Wunused-variable]
  1049. configure:9335: $? = 0
  1050. configure:9336: result: yes
  1051. configure:9349: checking for Berkeley DB C++ headers
  1052. configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1053. conftest.cpp:29:33: fatal error: bdb4.8/db_cxx.h: No such file or directory
  1054. compilation terminated.
  1055. configure:9380: $? = 1
  1056. configure: failed program was:
  1057. | /* confdefs.h */
  1058. | #define PACKAGE_NAME "Bitcoin"
  1059. | #define PACKAGE_TARNAME "bitcoin"
  1060. | #define PACKAGE_VERSION "0.8.99"
  1061. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1062. | #define PACKAGE_BUGREPORT "[email protected]"
  1063. | #define PACKAGE_URL ""
  1064. | #define STDC_HEADERS 1
  1065. | #define HAVE_SYS_TYPES_H 1
  1066. | #define HAVE_SYS_STAT_H 1
  1067. | #define HAVE_STDLIB_H 1
  1068. | #define HAVE_STRING_H 1
  1069. | #define HAVE_MEMORY_H 1
  1070. | #define HAVE_STRINGS_H 1
  1071. | #define HAVE_INTTYPES_H 1
  1072. | #define HAVE_STDINT_H 1
  1073. | #define HAVE_UNISTD_H 1
  1074. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1075. | #define HAVE_PTHREAD 1
  1076. | #define HAVE_STDIO_H 1
  1077. | #define HAVE_STDLIB_H 1
  1078. | #define HAVE_UNISTD_H 1
  1079. | #define HAVE_STRINGS_H 1
  1080. | #define HAVE_SYS_TYPES_H 1
  1081. | #define HAVE_SYS_STAT_H 1
  1082. | #define HAVE_MSG_NOSIGNAL 1
  1083. | /* end confdefs.h. */
  1084. |
  1085. | #include <bdb4.8/db_cxx.h>
  1086. |
  1087. | int
  1088. | main ()
  1089. | {
  1090. |
  1091. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1092. | #error "failed to find bdb 4.8+"
  1093. | #endif
  1094. |
  1095. | ;
  1096. | return 0;
  1097. | }
  1098. configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1099. conftest.cpp:29:35: fatal error: libdb4.8/db_cxx.h: No such file or directory
  1100. compilation terminated.
  1101. configure:9380: $? = 1
  1102. configure: failed program was:
  1103. | /* confdefs.h */
  1104. | #define PACKAGE_NAME "Bitcoin"
  1105. | #define PACKAGE_TARNAME "bitcoin"
  1106. | #define PACKAGE_VERSION "0.8.99"
  1107. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1108. | #define PACKAGE_BUGREPORT "[email protected]"
  1109. | #define PACKAGE_URL ""
  1110. | #define STDC_HEADERS 1
  1111. | #define HAVE_SYS_TYPES_H 1
  1112. | #define HAVE_SYS_STAT_H 1
  1113. | #define HAVE_STDLIB_H 1
  1114. | #define HAVE_STRING_H 1
  1115. | #define HAVE_MEMORY_H 1
  1116. | #define HAVE_STRINGS_H 1
  1117. | #define HAVE_INTTYPES_H 1
  1118. | #define HAVE_STDINT_H 1
  1119. | #define HAVE_UNISTD_H 1
  1120. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1121. | #define HAVE_PTHREAD 1
  1122. | #define HAVE_STDIO_H 1
  1123. | #define HAVE_STDLIB_H 1
  1124. | #define HAVE_UNISTD_H 1
  1125. | #define HAVE_STRINGS_H 1
  1126. | #define HAVE_SYS_TYPES_H 1
  1127. | #define HAVE_SYS_STAT_H 1
  1128. | #define HAVE_MSG_NOSIGNAL 1
  1129. | /* end confdefs.h. */
  1130. |
  1131. | #include <libdb4.8/db_cxx.h>
  1132. |
  1133. | int
  1134. | main ()
  1135. | {
  1136. |
  1137. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1138. | #error "failed to find bdb 4.8+"
  1139. | #endif
  1140. |
  1141. | ;
  1142. | return 0;
  1143. | }
  1144. configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1145. conftest.cpp:29:32: fatal error: db4.8/db_cxx.h: No such file or directory
  1146. compilation terminated.
  1147. configure:9380: $? = 1
  1148. configure: failed program was:
  1149. | /* confdefs.h */
  1150. | #define PACKAGE_NAME "Bitcoin"
  1151. | #define PACKAGE_TARNAME "bitcoin"
  1152. | #define PACKAGE_VERSION "0.8.99"
  1153. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1154. | #define PACKAGE_BUGREPORT "[email protected]"
  1155. | #define PACKAGE_URL ""
  1156. | #define STDC_HEADERS 1
  1157. | #define HAVE_SYS_TYPES_H 1
  1158. | #define HAVE_SYS_STAT_H 1
  1159. | #define HAVE_STDLIB_H 1
  1160. | #define HAVE_STRING_H 1
  1161. | #define HAVE_MEMORY_H 1
  1162. | #define HAVE_STRINGS_H 1
  1163. | #define HAVE_INTTYPES_H 1
  1164. | #define HAVE_STDINT_H 1
  1165. | #define HAVE_UNISTD_H 1
  1166. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1167. | #define HAVE_PTHREAD 1
  1168. | #define HAVE_STDIO_H 1
  1169. | #define HAVE_STDLIB_H 1
  1170. | #define HAVE_UNISTD_H 1
  1171. | #define HAVE_STRINGS_H 1
  1172. | #define HAVE_SYS_TYPES_H 1
  1173. | #define HAVE_SYS_STAT_H 1
  1174. | #define HAVE_MSG_NOSIGNAL 1
  1175. | /* end confdefs.h. */
  1176. |
  1177. | #include <db4.8/db_cxx.h>
  1178. |
  1179. | int
  1180. | main ()
  1181. | {
  1182. |
  1183. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1184. | #error "failed to find bdb 4.8+"
  1185. | #endif
  1186. |
  1187. | ;
  1188. | return 0;
  1189. | }
  1190. configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1191. conftest.cpp:29:32: fatal error: bdb48/db_cxx.h: No such file or directory
  1192. compilation terminated.
  1193. configure:9380: $? = 1
  1194. configure: failed program was:
  1195. | /* confdefs.h */
  1196. | #define PACKAGE_NAME "Bitcoin"
  1197. | #define PACKAGE_TARNAME "bitcoin"
  1198. | #define PACKAGE_VERSION "0.8.99"
  1199. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1200. | #define PACKAGE_BUGREPORT "[email protected]"
  1201. | #define PACKAGE_URL ""
  1202. | #define STDC_HEADERS 1
  1203. | #define HAVE_SYS_TYPES_H 1
  1204. | #define HAVE_SYS_STAT_H 1
  1205. | #define HAVE_STDLIB_H 1
  1206. | #define HAVE_STRING_H 1
  1207. | #define HAVE_MEMORY_H 1
  1208. | #define HAVE_STRINGS_H 1
  1209. | #define HAVE_INTTYPES_H 1
  1210. | #define HAVE_STDINT_H 1
  1211. | #define HAVE_UNISTD_H 1
  1212. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1213. | #define HAVE_PTHREAD 1
  1214. | #define HAVE_STDIO_H 1
  1215. | #define HAVE_STDLIB_H 1
  1216. | #define HAVE_UNISTD_H 1
  1217. | #define HAVE_STRINGS_H 1
  1218. | #define HAVE_SYS_TYPES_H 1
  1219. | #define HAVE_SYS_STAT_H 1
  1220. | #define HAVE_MSG_NOSIGNAL 1
  1221. | /* end confdefs.h. */
  1222. |
  1223. | #include <bdb48/db_cxx.h>
  1224. |
  1225. | int
  1226. | main ()
  1227. | {
  1228. |
  1229. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1230. | #error "failed to find bdb 4.8+"
  1231. | #endif
  1232. |
  1233. | ;
  1234. | return 0;
  1235. | }
  1236. configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1237. conftest.cpp:29:34: fatal error: libdb48/db_cxx.h: No such file or directory
  1238. compilation terminated.
  1239. configure:9380: $? = 1
  1240. configure: failed program was:
  1241. | /* confdefs.h */
  1242. | #define PACKAGE_NAME "Bitcoin"
  1243. | #define PACKAGE_TARNAME "bitcoin"
  1244. | #define PACKAGE_VERSION "0.8.99"
  1245. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1246. | #define PACKAGE_BUGREPORT "[email protected]"
  1247. | #define PACKAGE_URL ""
  1248. | #define STDC_HEADERS 1
  1249. | #define HAVE_SYS_TYPES_H 1
  1250. | #define HAVE_SYS_STAT_H 1
  1251. | #define HAVE_STDLIB_H 1
  1252. | #define HAVE_STRING_H 1
  1253. | #define HAVE_MEMORY_H 1
  1254. | #define HAVE_STRINGS_H 1
  1255. | #define HAVE_INTTYPES_H 1
  1256. | #define HAVE_STDINT_H 1
  1257. | #define HAVE_UNISTD_H 1
  1258. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1259. | #define HAVE_PTHREAD 1
  1260. | #define HAVE_STDIO_H 1
  1261. | #define HAVE_STDLIB_H 1
  1262. | #define HAVE_UNISTD_H 1
  1263. | #define HAVE_STRINGS_H 1
  1264. | #define HAVE_SYS_TYPES_H 1
  1265. | #define HAVE_SYS_STAT_H 1
  1266. | #define HAVE_MSG_NOSIGNAL 1
  1267. | /* end confdefs.h. */
  1268. |
  1269. | #include <libdb48/db_cxx.h>
  1270. |
  1271. | int
  1272. | main ()
  1273. | {
  1274. |
  1275. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1276. | #error "failed to find bdb 4.8+"
  1277. | #endif
  1278. |
  1279. | ;
  1280. | return 0;
  1281. | }
  1282. configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1283. conftest.cpp:29:31: fatal error: db48/db_cxx.h: No such file or directory
  1284. compilation terminated.
  1285. configure:9380: $? = 1
  1286. configure: failed program was:
  1287. | /* confdefs.h */
  1288. | #define PACKAGE_NAME "Bitcoin"
  1289. | #define PACKAGE_TARNAME "bitcoin"
  1290. | #define PACKAGE_VERSION "0.8.99"
  1291. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1292. | #define PACKAGE_BUGREPORT "[email protected]"
  1293. | #define PACKAGE_URL ""
  1294. | #define STDC_HEADERS 1
  1295. | #define HAVE_SYS_TYPES_H 1
  1296. | #define HAVE_SYS_STAT_H 1
  1297. | #define HAVE_STDLIB_H 1
  1298. | #define HAVE_STRING_H 1
  1299. | #define HAVE_MEMORY_H 1
  1300. | #define HAVE_STRINGS_H 1
  1301. | #define HAVE_INTTYPES_H 1
  1302. | #define HAVE_STDINT_H 1
  1303. | #define HAVE_UNISTD_H 1
  1304. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1305. | #define HAVE_PTHREAD 1
  1306. | #define HAVE_STDIO_H 1
  1307. | #define HAVE_STDLIB_H 1
  1308. | #define HAVE_UNISTD_H 1
  1309. | #define HAVE_STRINGS_H 1
  1310. | #define HAVE_SYS_TYPES_H 1
  1311. | #define HAVE_SYS_STAT_H 1
  1312. | #define HAVE_MSG_NOSIGNAL 1
  1313. | /* end confdefs.h. */
  1314. |
  1315. | #include <db48/db_cxx.h>
  1316. |
  1317. | int
  1318. | main ()
  1319. | {
  1320. |
  1321. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1322. | #error "failed to find bdb 4.8+"
  1323. | #endif
  1324. |
  1325. | ;
  1326. | return 0;
  1327. | }
  1328. configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1329. conftest.cpp:29:31: fatal error: bdb4/db_cxx.h: No such file or directory
  1330. compilation terminated.
  1331. configure:9380: $? = 1
  1332. configure: failed program was:
  1333. | /* confdefs.h */
  1334. | #define PACKAGE_NAME "Bitcoin"
  1335. | #define PACKAGE_TARNAME "bitcoin"
  1336. | #define PACKAGE_VERSION "0.8.99"
  1337. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1338. | #define PACKAGE_BUGREPORT "[email protected]"
  1339. | #define PACKAGE_URL ""
  1340. | #define STDC_HEADERS 1
  1341. | #define HAVE_SYS_TYPES_H 1
  1342. | #define HAVE_SYS_STAT_H 1
  1343. | #define HAVE_STDLIB_H 1
  1344. | #define HAVE_STRING_H 1
  1345. | #define HAVE_MEMORY_H 1
  1346. | #define HAVE_STRINGS_H 1
  1347. | #define HAVE_INTTYPES_H 1
  1348. | #define HAVE_STDINT_H 1
  1349. | #define HAVE_UNISTD_H 1
  1350. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1351. | #define HAVE_PTHREAD 1
  1352. | #define HAVE_STDIO_H 1
  1353. | #define HAVE_STDLIB_H 1
  1354. | #define HAVE_UNISTD_H 1
  1355. | #define HAVE_STRINGS_H 1
  1356. | #define HAVE_SYS_TYPES_H 1
  1357. | #define HAVE_SYS_STAT_H 1
  1358. | #define HAVE_MSG_NOSIGNAL 1
  1359. | /* end confdefs.h. */
  1360. |
  1361. | #include <bdb4/db_cxx.h>
  1362. |
  1363. | int
  1364. | main ()
  1365. | {
  1366. |
  1367. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1368. | #error "failed to find bdb 4.8+"
  1369. | #endif
  1370. |
  1371. | ;
  1372. | return 0;
  1373. | }
  1374. configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1375. conftest.cpp:29:33: fatal error: libdb4/db_cxx.h: No such file or directory
  1376. compilation terminated.
  1377. configure:9380: $? = 1
  1378. configure: failed program was:
  1379. | /* confdefs.h */
  1380. | #define PACKAGE_NAME "Bitcoin"
  1381. | #define PACKAGE_TARNAME "bitcoin"
  1382. | #define PACKAGE_VERSION "0.8.99"
  1383. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1384. | #define PACKAGE_BUGREPORT "[email protected]"
  1385. | #define PACKAGE_URL ""
  1386. | #define STDC_HEADERS 1
  1387. | #define HAVE_SYS_TYPES_H 1
  1388. | #define HAVE_SYS_STAT_H 1
  1389. | #define HAVE_STDLIB_H 1
  1390. | #define HAVE_STRING_H 1
  1391. | #define HAVE_MEMORY_H 1
  1392. | #define HAVE_STRINGS_H 1
  1393. | #define HAVE_INTTYPES_H 1
  1394. | #define HAVE_STDINT_H 1
  1395. | #define HAVE_UNISTD_H 1
  1396. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1397. | #define HAVE_PTHREAD 1
  1398. | #define HAVE_STDIO_H 1
  1399. | #define HAVE_STDLIB_H 1
  1400. | #define HAVE_UNISTD_H 1
  1401. | #define HAVE_STRINGS_H 1
  1402. | #define HAVE_SYS_TYPES_H 1
  1403. | #define HAVE_SYS_STAT_H 1
  1404. | #define HAVE_MSG_NOSIGNAL 1
  1405. | /* end confdefs.h. */
  1406. |
  1407. | #include <libdb4/db_cxx.h>
  1408. |
  1409. | int
  1410. | main ()
  1411. | {
  1412. |
  1413. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1414. | #error "failed to find bdb 4.8+"
  1415. | #endif
  1416. |
  1417. | ;
  1418. | return 0;
  1419. | }
  1420. configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1421. conftest.cpp:29:30: fatal error: db4/db_cxx.h: No such file or directory
  1422. compilation terminated.
  1423. configure:9380: $? = 1
  1424. configure: failed program was:
  1425. | /* confdefs.h */
  1426. | #define PACKAGE_NAME "Bitcoin"
  1427. | #define PACKAGE_TARNAME "bitcoin"
  1428. | #define PACKAGE_VERSION "0.8.99"
  1429. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1430. | #define PACKAGE_BUGREPORT "[email protected]"
  1431. | #define PACKAGE_URL ""
  1432. | #define STDC_HEADERS 1
  1433. | #define HAVE_SYS_TYPES_H 1
  1434. | #define HAVE_SYS_STAT_H 1
  1435. | #define HAVE_STDLIB_H 1
  1436. | #define HAVE_STRING_H 1
  1437. | #define HAVE_MEMORY_H 1
  1438. | #define HAVE_STRINGS_H 1
  1439. | #define HAVE_INTTYPES_H 1
  1440. | #define HAVE_STDINT_H 1
  1441. | #define HAVE_UNISTD_H 1
  1442. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1443. | #define HAVE_PTHREAD 1
  1444. | #define HAVE_STDIO_H 1
  1445. | #define HAVE_STDLIB_H 1
  1446. | #define HAVE_UNISTD_H 1
  1447. | #define HAVE_STRINGS_H 1
  1448. | #define HAVE_SYS_TYPES_H 1
  1449. | #define HAVE_SYS_STAT_H 1
  1450. | #define HAVE_MSG_NOSIGNAL 1
  1451. | /* end confdefs.h. */
  1452. |
  1453. | #include <db4/db_cxx.h>
  1454. |
  1455. | int
  1456. | main ()
  1457. | {
  1458. |
  1459. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1460. | #error "failed to find bdb 4.8+"
  1461. | #endif
  1462. |
  1463. | ;
  1464. | return 0;
  1465. | }
  1466. configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1467. conftest.cpp:29:31: fatal error: bdb5/db_cxx.h: No such file or directory
  1468. compilation terminated.
  1469. configure:9380: $? = 1
  1470. configure: failed program was:
  1471. | /* confdefs.h */
  1472. | #define PACKAGE_NAME "Bitcoin"
  1473. | #define PACKAGE_TARNAME "bitcoin"
  1474. | #define PACKAGE_VERSION "0.8.99"
  1475. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1476. | #define PACKAGE_BUGREPORT "[email protected]"
  1477. | #define PACKAGE_URL ""
  1478. | #define STDC_HEADERS 1
  1479. | #define HAVE_SYS_TYPES_H 1
  1480. | #define HAVE_SYS_STAT_H 1
  1481. | #define HAVE_STDLIB_H 1
  1482. | #define HAVE_STRING_H 1
  1483. | #define HAVE_MEMORY_H 1
  1484. | #define HAVE_STRINGS_H 1
  1485. | #define HAVE_INTTYPES_H 1
  1486. | #define HAVE_STDINT_H 1
  1487. | #define HAVE_UNISTD_H 1
  1488. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1489. | #define HAVE_PTHREAD 1
  1490. | #define HAVE_STDIO_H 1
  1491. | #define HAVE_STDLIB_H 1
  1492. | #define HAVE_UNISTD_H 1
  1493. | #define HAVE_STRINGS_H 1
  1494. | #define HAVE_SYS_TYPES_H 1
  1495. | #define HAVE_SYS_STAT_H 1
  1496. | #define HAVE_MSG_NOSIGNAL 1
  1497. | /* end confdefs.h. */
  1498. |
  1499. | #include <bdb5/db_cxx.h>
  1500. |
  1501. | int
  1502. | main ()
  1503. | {
  1504. |
  1505. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1506. | #error "failed to find bdb 4.8+"
  1507. | #endif
  1508. |
  1509. | ;
  1510. | return 0;
  1511. | }
  1512. configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1513. conftest.cpp:29:33: fatal error: libdb5/db_cxx.h: No such file or directory
  1514. compilation terminated.
  1515. configure:9380: $? = 1
  1516. configure: failed program was:
  1517. | /* confdefs.h */
  1518. | #define PACKAGE_NAME "Bitcoin"
  1519. | #define PACKAGE_TARNAME "bitcoin"
  1520. | #define PACKAGE_VERSION "0.8.99"
  1521. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1522. | #define PACKAGE_BUGREPORT "[email protected]"
  1523. | #define PACKAGE_URL ""
  1524. | #define STDC_HEADERS 1
  1525. | #define HAVE_SYS_TYPES_H 1
  1526. | #define HAVE_SYS_STAT_H 1
  1527. | #define HAVE_STDLIB_H 1
  1528. | #define HAVE_STRING_H 1
  1529. | #define HAVE_MEMORY_H 1
  1530. | #define HAVE_STRINGS_H 1
  1531. | #define HAVE_INTTYPES_H 1
  1532. | #define HAVE_STDINT_H 1
  1533. | #define HAVE_UNISTD_H 1
  1534. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1535. | #define HAVE_PTHREAD 1
  1536. | #define HAVE_STDIO_H 1
  1537. | #define HAVE_STDLIB_H 1
  1538. | #define HAVE_UNISTD_H 1
  1539. | #define HAVE_STRINGS_H 1
  1540. | #define HAVE_SYS_TYPES_H 1
  1541. | #define HAVE_SYS_STAT_H 1
  1542. | #define HAVE_MSG_NOSIGNAL 1
  1543. | /* end confdefs.h. */
  1544. |
  1545. | #include <libdb5/db_cxx.h>
  1546. |
  1547. | int
  1548. | main ()
  1549. | {
  1550. |
  1551. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1552. | #error "failed to find bdb 4.8+"
  1553. | #endif
  1554. |
  1555. | ;
  1556. | return 0;
  1557. | }
  1558. configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1559. conftest.cpp:29:30: fatal error: db5/db_cxx.h: No such file or directory
  1560. compilation terminated.
  1561. configure:9380: $? = 1
  1562. configure: failed program was:
  1563. | /* confdefs.h */
  1564. | #define PACKAGE_NAME "Bitcoin"
  1565. | #define PACKAGE_TARNAME "bitcoin"
  1566. | #define PACKAGE_VERSION "0.8.99"
  1567. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1568. | #define PACKAGE_BUGREPORT "[email protected]"
  1569. | #define PACKAGE_URL ""
  1570. | #define STDC_HEADERS 1
  1571. | #define HAVE_SYS_TYPES_H 1
  1572. | #define HAVE_SYS_STAT_H 1
  1573. | #define HAVE_STDLIB_H 1
  1574. | #define HAVE_STRING_H 1
  1575. | #define HAVE_MEMORY_H 1
  1576. | #define HAVE_STRINGS_H 1
  1577. | #define HAVE_INTTYPES_H 1
  1578. | #define HAVE_STDINT_H 1
  1579. | #define HAVE_UNISTD_H 1
  1580. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1581. | #define HAVE_PTHREAD 1
  1582. | #define HAVE_STDIO_H 1
  1583. | #define HAVE_STDLIB_H 1
  1584. | #define HAVE_UNISTD_H 1
  1585. | #define HAVE_STRINGS_H 1
  1586. | #define HAVE_SYS_TYPES_H 1
  1587. | #define HAVE_SYS_STAT_H 1
  1588. | #define HAVE_MSG_NOSIGNAL 1
  1589. | /* end confdefs.h. */
  1590. |
  1591. | #include <db5/db_cxx.h>
  1592. |
  1593. | int
  1594. | main ()
  1595. | {
  1596. |
  1597. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1598. | #error "failed to find bdb 4.8+"
  1599. | #endif
  1600. |
  1601. | ;
  1602. | return 0;
  1603. | }
  1604. configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1605. conftest.cpp:29:30: fatal error: bdb/db_cxx.h: No such file or directory
  1606. compilation terminated.
  1607. configure:9380: $? = 1
  1608. configure: failed program was:
  1609. | /* confdefs.h */
  1610. | #define PACKAGE_NAME "Bitcoin"
  1611. | #define PACKAGE_TARNAME "bitcoin"
  1612. | #define PACKAGE_VERSION "0.8.99"
  1613. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1614. | #define PACKAGE_BUGREPORT "[email protected]"
  1615. | #define PACKAGE_URL ""
  1616. | #define STDC_HEADERS 1
  1617. | #define HAVE_SYS_TYPES_H 1
  1618. | #define HAVE_SYS_STAT_H 1
  1619. | #define HAVE_STDLIB_H 1
  1620. | #define HAVE_STRING_H 1
  1621. | #define HAVE_MEMORY_H 1
  1622. | #define HAVE_STRINGS_H 1
  1623. | #define HAVE_INTTYPES_H 1
  1624. | #define HAVE_STDINT_H 1
  1625. | #define HAVE_UNISTD_H 1
  1626. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1627. | #define HAVE_PTHREAD 1
  1628. | #define HAVE_STDIO_H 1
  1629. | #define HAVE_STDLIB_H 1
  1630. | #define HAVE_UNISTD_H 1
  1631. | #define HAVE_STRINGS_H 1
  1632. | #define HAVE_SYS_TYPES_H 1
  1633. | #define HAVE_SYS_STAT_H 1
  1634. | #define HAVE_MSG_NOSIGNAL 1
  1635. | /* end confdefs.h. */
  1636. |
  1637. | #include <bdb/db_cxx.h>
  1638. |
  1639. | int
  1640. | main ()
  1641. | {
  1642. |
  1643. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1644. | #error "failed to find bdb 4.8+"
  1645. | #endif
  1646. |
  1647. | ;
  1648. | return 0;
  1649. | }
  1650. configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1651. conftest.cpp:29:32: fatal error: libdb/db_cxx.h: No such file or directory
  1652. compilation terminated.
  1653. configure:9380: $? = 1
  1654. configure: failed program was:
  1655. | /* confdefs.h */
  1656. | #define PACKAGE_NAME "Bitcoin"
  1657. | #define PACKAGE_TARNAME "bitcoin"
  1658. | #define PACKAGE_VERSION "0.8.99"
  1659. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1660. | #define PACKAGE_BUGREPORT "[email protected]"
  1661. | #define PACKAGE_URL ""
  1662. | #define STDC_HEADERS 1
  1663. | #define HAVE_SYS_TYPES_H 1
  1664. | #define HAVE_SYS_STAT_H 1
  1665. | #define HAVE_STDLIB_H 1
  1666. | #define HAVE_STRING_H 1
  1667. | #define HAVE_MEMORY_H 1
  1668. | #define HAVE_STRINGS_H 1
  1669. | #define HAVE_INTTYPES_H 1
  1670. | #define HAVE_STDINT_H 1
  1671. | #define HAVE_UNISTD_H 1
  1672. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1673. | #define HAVE_PTHREAD 1
  1674. | #define HAVE_STDIO_H 1
  1675. | #define HAVE_STDLIB_H 1
  1676. | #define HAVE_UNISTD_H 1
  1677. | #define HAVE_STRINGS_H 1
  1678. | #define HAVE_SYS_TYPES_H 1
  1679. | #define HAVE_SYS_STAT_H 1
  1680. | #define HAVE_MSG_NOSIGNAL 1
  1681. | /* end confdefs.h. */
  1682. |
  1683. | #include <libdb/db_cxx.h>
  1684. |
  1685. | int
  1686. | main ()
  1687. | {
  1688. |
  1689. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1690. | #error "failed to find bdb 4.8+"
  1691. | #endif
  1692. |
  1693. | ;
  1694. | return 0;
  1695. | }
  1696. configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1697. conftest.cpp:29:29: fatal error: db/db_cxx.h: No such file or directory
  1698. compilation terminated.
  1699. configure:9380: $? = 1
  1700. configure: failed program was:
  1701. | /* confdefs.h */
  1702. | #define PACKAGE_NAME "Bitcoin"
  1703. | #define PACKAGE_TARNAME "bitcoin"
  1704. | #define PACKAGE_VERSION "0.8.99"
  1705. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1706. | #define PACKAGE_BUGREPORT "[email protected]"
  1707. | #define PACKAGE_URL ""
  1708. | #define STDC_HEADERS 1
  1709. | #define HAVE_SYS_TYPES_H 1
  1710. | #define HAVE_SYS_STAT_H 1
  1711. | #define HAVE_STDLIB_H 1
  1712. | #define HAVE_STRING_H 1
  1713. | #define HAVE_MEMORY_H 1
  1714. | #define HAVE_STRINGS_H 1
  1715. | #define HAVE_INTTYPES_H 1
  1716. | #define HAVE_STDINT_H 1
  1717. | #define HAVE_UNISTD_H 1
  1718. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1719. | #define HAVE_PTHREAD 1
  1720. | #define HAVE_STDIO_H 1
  1721. | #define HAVE_STDLIB_H 1
  1722. | #define HAVE_UNISTD_H 1
  1723. | #define HAVE_STRINGS_H 1
  1724. | #define HAVE_SYS_TYPES_H 1
  1725. | #define HAVE_SYS_STAT_H 1
  1726. | #define HAVE_MSG_NOSIGNAL 1
  1727. | /* end confdefs.h. */
  1728. |
  1729. | #include <db/db_cxx.h>
  1730. |
  1731. | int
  1732. | main ()
  1733. | {
  1734. |
  1735. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1736. | #error "failed to find bdb 4.8+"
  1737. | #endif
  1738. |
  1739. | ;
  1740. | return 0;
  1741. | }
  1742. configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1743. configure:9380: $? = 0
  1744. configure:9409: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1745. conftest.cpp:36:10: error: #error "failed to find bdb 4.8"
  1746. configure:9409: $? = 1
  1747. configure: failed program was:
  1748. | /* confdefs.h */
  1749. | #define PACKAGE_NAME "Bitcoin"
  1750. | #define PACKAGE_TARNAME "bitcoin"
  1751. | #define PACKAGE_VERSION "0.8.99"
  1752. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1753. | #define PACKAGE_BUGREPORT "[email protected]"
  1754. | #define PACKAGE_URL ""
  1755. | #define STDC_HEADERS 1
  1756. | #define HAVE_SYS_TYPES_H 1
  1757. | #define HAVE_SYS_STAT_H 1
  1758. | #define HAVE_STDLIB_H 1
  1759. | #define HAVE_STRING_H 1
  1760. | #define HAVE_MEMORY_H 1
  1761. | #define HAVE_STRINGS_H 1
  1762. | #define HAVE_INTTYPES_H 1
  1763. | #define HAVE_STDINT_H 1
  1764. | #define HAVE_UNISTD_H 1
  1765. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1766. | #define HAVE_PTHREAD 1
  1767. | #define HAVE_STDIO_H 1
  1768. | #define HAVE_STDLIB_H 1
  1769. | #define HAVE_UNISTD_H 1
  1770. | #define HAVE_STRINGS_H 1
  1771. | #define HAVE_SYS_TYPES_H 1
  1772. | #define HAVE_SYS_STAT_H 1
  1773. | #define HAVE_MSG_NOSIGNAL 1
  1774. | /* end confdefs.h. */
  1775. |
  1776. | #include <db_cxx.h>
  1777. |
  1778. | int
  1779. | main ()
  1780. | {
  1781. |
  1782. | #if !(DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR == 8)
  1783. | #error "failed to find bdb 4.8"
  1784. | #endif
  1785. |
  1786. | ;
  1787. | return 0;
  1788. | }
  1789. configure:9424: result: default
  1790. configure:9440: WARNING: Found Berkeley DB other than 4.8; wallets opened by this build will not be portable!
  1791. configure:9471: checking for main in -ldb_cxx-4.8
  1792. configure:9490: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -Wl,-z,now -pie conftest.cpp -ldb_cxx-4.8 >&5
  1793. /usr/bin/ld: cannot find -ldb_cxx-4.8
  1794. collect2: error: ld returned 1 exit status
  1795. configure:9490: $? = 1
  1796. configure: failed program was:
  1797. | /* confdefs.h */
  1798. | #define PACKAGE_NAME "Bitcoin"
  1799. | #define PACKAGE_TARNAME "bitcoin"
  1800. | #define PACKAGE_VERSION "0.8.99"
  1801. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1802. | #define PACKAGE_BUGREPORT "[email protected]"
  1803. | #define PACKAGE_URL ""
  1804. | #define STDC_HEADERS 1
  1805. | #define HAVE_SYS_TYPES_H 1
  1806. | #define HAVE_SYS_STAT_H 1
  1807. | #define HAVE_STDLIB_H 1
  1808. | #define HAVE_STRING_H 1
  1809. | #define HAVE_MEMORY_H 1
  1810. | #define HAVE_STRINGS_H 1
  1811. | #define HAVE_INTTYPES_H 1
  1812. | #define HAVE_STDINT_H 1
  1813. | #define HAVE_UNISTD_H 1
  1814. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1815. | #define HAVE_PTHREAD 1
  1816. | #define HAVE_STDIO_H 1
  1817. | #define HAVE_STDLIB_H 1
  1818. | #define HAVE_UNISTD_H 1
  1819. | #define HAVE_STRINGS_H 1
  1820. | #define HAVE_SYS_TYPES_H 1
  1821. | #define HAVE_SYS_STAT_H 1
  1822. | #define HAVE_MSG_NOSIGNAL 1
  1823. | /* end confdefs.h. */
  1824. |
  1825. |
  1826. | int
  1827. | main ()
  1828. | {
  1829. | return main ();
  1830. | ;
  1831. | return 0;
  1832. | }
  1833. configure:9500: result: no
  1834. configure:9471: checking for main in -ldb_cxx
  1835. configure:9490: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -Wl,-z,now -pie conftest.cpp -ldb_cxx >&5
  1836. configure:9490: $? = 0
  1837. configure:9500: result: yes
  1838. configure:9521: checking miniupnpc/miniwget.h usability
  1839. configure:9521: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1840. configure:9521: $? = 0
  1841. configure:9521: result: yes
  1842. configure:9521: checking miniupnpc/miniwget.h presence
  1843. configure:9521: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp
  1844. configure:9521: $? = 0
  1845. configure:9521: result: yes
  1846. configure:9521: checking for miniupnpc/miniwget.h
  1847. configure:9521: result: yes
  1848. configure:9526: checking for main in -lminiupnpc
  1849. configure:9545: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -Wl,-z,now -pie conftest.cpp -lminiupnpc >&5
  1850. configure:9545: $? = 0
  1851. configure:9554: result: yes
  1852. configure:9521: checking miniupnpc/miniupnpc.h usability
  1853. configure:9521: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1854. configure:9521: $? = 0
  1855. configure:9521: result: yes
  1856. configure:9521: checking miniupnpc/miniupnpc.h presence
  1857. configure:9521: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp
  1858. configure:9521: $? = 0
  1859. configure:9521: result: yes
  1860. configure:9521: checking for miniupnpc/miniupnpc.h
  1861. configure:9521: result: yes
  1862. configure:9526: checking for main in -lminiupnpc
  1863. configure:9554: result: yes
  1864. configure:9521: checking miniupnpc/upnpcommands.h usability
  1865. configure:9521: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1866. configure:9521: $? = 0
  1867. configure:9521: result: yes
  1868. configure:9521: checking miniupnpc/upnpcommands.h presence
  1869. configure:9521: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp
  1870. configure:9521: $? = 0
  1871. configure:9521: result: yes
  1872. configure:9521: checking for miniupnpc/upnpcommands.h
  1873. configure:9521: result: yes
  1874. configure:9526: checking for main in -lminiupnpc
  1875. configure:9554: result: yes
  1876. configure:9521: checking miniupnpc/upnperrors.h usability
  1877. configure:9521: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1878. configure:9521: $? = 0
  1879. configure:9521: result: yes
  1880. configure:9521: checking miniupnpc/upnperrors.h presence
  1881. configure:9521: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp
  1882. configure:9521: $? = 0
  1883. configure:9521: result: yes
  1884. configure:9521: checking for miniupnpc/upnperrors.h
  1885. configure:9521: result: yes
  1886. configure:9526: checking for main in -lminiupnpc
  1887. configure:9554: result: yes
  1888. configure:9624: checking for boostlib >= 1.20.0
  1889. configure:9698: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -I/usr/include conftest.cpp >&5
  1890. configure:9698: $? = 0
  1891. configure:9700: result: yes
  1892. configure:9878: checking whether the Boost::System library is available
  1893. configure:9902: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -I/usr/include conftest.cpp >&5
  1894. conftest.cpp: In function 'int main()':
  1895. conftest.cpp:42:3: warning: statement is a reference, not call, to function 'boost::system::system_category' [-Waddress]
  1896. conftest.cpp:42:3: warning: statement has no effect [-Wunused-value]
  1897. configure:9902: $? = 0
  1898. configure:9917: result: yes
  1899. configure:9932: checking for exit in -lboost_system
  1900. configure:9957: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -I/usr/include -Wl,-z,now -pie -L/usr/lib conftest.cpp -lboost_system -lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc >&5
  1901. configure:9957: $? = 0
  1902. configure:9967: result: yes
  1903. configure:10122: checking whether the Boost::Filesystem library is available
  1904. configure:10146: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -I/usr/include conftest.cpp >&5
  1905. configure:10146: $? = 0
  1906. configure:10160: result: yes
  1907. configure:10171: checking for exit in -lboost_filesystem
  1908. configure:10196: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -I/usr/include -Wl,-z,now -pie -L/usr/lib conftest.cpp -lboost_filesystem -lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc -lboost_system >&5
  1909. configure:10196: $? = 0
  1910. configure:10206: result: yes
  1911. configure:10356: checking whether the Boost::Program_Options library is available
  1912. configure:10380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -I/usr/include conftest.cpp >&5
  1913. configure:10380: $? = 0
  1914. configure:10394: result: yes
  1915. configure:10405: checking for exit in -lboost_program_options-mt
  1916. configure:10430: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -I/usr/include -Wl,-z,now -pie -L/usr/lib conftest.cpp -lboost_program_options-mt -lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc >&5
  1917. configure:10430: $? = 0
  1918. configure:10440: result: yes
  1919. configure:10583: checking whether the Boost::Thread library is available
  1920. configure:10615: g++ -c -pthread -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -I/usr/include conftest.cpp >&5
  1921. configure:10615: $? = 0
  1922. configure:10630: result: yes
  1923. configure:10659: checking for exit in -lboost_thread
  1924. configure:10684: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -I/usr/include -Wl,-z,now -pie -L/usr/lib conftest.cpp -lboost_thread -lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc >&5
  1925. configure:10684: $? = 0
  1926. configure:10694: result: yes
  1927. configure:10854: checking whether the Boost::Chrono library is available
  1928. configure:10878: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -pthread -I/usr/include conftest.cpp >&5
  1929. configure:10878: $? = 0
  1930. configure:10893: result: yes
  1931. configure:10908: checking for exit in -lboost_chrono-mt
  1932. configure:10933: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -pthread -I/usr/include -Wl,-z,now -pie -L/usr/lib conftest.cpp -lboost_chrono-mt -lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc >&5
  1933. configure:10933: $? = 0
  1934. configure:10943: result: yes
  1935. configure:11102: checking whether the Boost::Unit_Test_Framework library is available
  1936. configure:11125: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -pthread -I/usr/include conftest.cpp >&5
  1937. conftest.cpp: In function 'int main()':
  1938. conftest.cpp:47:21: warning: unused variable 'test' [-Wunused-variable]
  1939. configure:11125: $? = 0
  1940. configure:11139: result: yes
  1941. configure:11277: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -Wl,-z,now -pie conftest.cpp -lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc -L/usr/lib -lboost_system -lboost_filesystem -lboost_program_options-mt -lboost_thread -lboost_chrono-mt >&5
  1942. conftest.cpp: In function 'int main()':
  1943. conftest.cpp:54:4: error: 'choke' was not declared in this scope
  1944. conftest.cpp:54:10: error: expected ';' before 'me'
  1945. configure:11277: $? = 1
  1946. configure: failed program was:
  1947. | /* confdefs.h */
  1948. | #define PACKAGE_NAME "Bitcoin"
  1949. | #define PACKAGE_TARNAME "bitcoin"
  1950. | #define PACKAGE_VERSION "0.8.99"
  1951. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1952. | #define PACKAGE_BUGREPORT "[email protected]"
  1953. | #define PACKAGE_URL ""
  1954. | #define STDC_HEADERS 1
  1955. | #define HAVE_SYS_TYPES_H 1
  1956. | #define HAVE_SYS_STAT_H 1
  1957. | #define HAVE_STDLIB_H 1
  1958. | #define HAVE_STRING_H 1
  1959. | #define HAVE_MEMORY_H 1
  1960. | #define HAVE_STRINGS_H 1
  1961. | #define HAVE_INTTYPES_H 1
  1962. | #define HAVE_STDINT_H 1
  1963. | #define HAVE_UNISTD_H 1
  1964. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1965. | #define HAVE_PTHREAD 1
  1966. | #define HAVE_STDIO_H 1
  1967. | #define HAVE_STDLIB_H 1
  1968. | #define HAVE_UNISTD_H 1
  1969. | #define HAVE_STRINGS_H 1
  1970. | #define HAVE_SYS_TYPES_H 1
  1971. | #define HAVE_SYS_STAT_H 1
  1972. | #define HAVE_MSG_NOSIGNAL 1
  1973. | #define HAVE_MINIUPNPC_MINIWGET_H 1
  1974. | #define HAVE_LIBMINIUPNPC 1
  1975. | #define HAVE_MINIUPNPC_MINIUPNPC_H 1
  1976. | #define HAVE_LIBMINIUPNPC 1
  1977. | #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
  1978. | #define HAVE_LIBMINIUPNPC 1
  1979. | #define HAVE_MINIUPNPC_UPNPERRORS_H 1
  1980. | #define HAVE_LIBMINIUPNPC 1
  1981. | #define HAVE_BOOST /**/
  1982. | #define HAVE_BOOST_SYSTEM /**/
  1983. | #define HAVE_BOOST_FILESYSTEM /**/
  1984. | #define HAVE_BOOST_PROGRAM_OPTIONS /**/
  1985. | #define HAVE_BOOST_THREAD /**/
  1986. | #define HAVE_BOOST_CHRONO /**/
  1987. | #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
  1988. | /* end confdefs.h. */
  1989. |
  1990. | #include <boost/thread/thread.hpp>
  1991. | #include <boost/version.hpp>
  1992. |
  1993. | int
  1994. | main ()
  1995. | {
  1996. |
  1997. | #if BOOST_VERSION >= 105000 && (!defined(BOOST_HAS_NANOSLEEP) || BOOST_VERSION >= 105200)
  1998. | boost::this_thread::sleep_for(boost::chrono::milliseconds(0));
  1999. | #else
  2000. | choke me
  2001. | #endif
  2002. |
  2003. | ;
  2004. | return 0;
  2005. | }
  2006. configure:11314: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -Wl,-z,now -pie conftest.cpp -lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc -L/usr/lib -lboost_system -lboost_filesystem -lboost_program_options-mt -lboost_thread >&5
  2007. configure:11314: $? = 0
  2008. configure:11385: checking for SSL
  2009. configure:11392: $PKG_CONFIG --exists --print-errors "libssl"
  2010. configure:11395: $? = 0
  2011. configure:11409: $PKG_CONFIG --exists --print-errors "libssl"
  2012. configure:11412: $? = 0
  2013. configure:11450: result: yes
  2014. configure:11456: checking for CRYPTO
  2015. configure:11463: $PKG_CONFIG --exists --print-errors "libcrypto"
  2016. configure:11466: $? = 0
  2017. configure:11480: $PKG_CONFIG --exists --print-errors "libcrypto"
  2018. configure:11483: $? = 0
  2019. configure:11521: result: yes
  2020. configure:11530: checking for PROTOBUF
  2021. configure:11537: $PKG_CONFIG --exists --print-errors "protobuf"
  2022. configure:11540: $? = 0
  2023. configure:11554: $PKG_CONFIG --exists --print-errors "protobuf"
  2024. configure:11557: $? = 0
  2025. configure:11615: result: yes
  2026. configure:11630: checking for QR
  2027. configure:11637: $PKG_CONFIG --exists --print-errors "libqrencode"
  2028. Package libqrencode was not found in the pkg-config search path.
  2029. Perhaps you should add the directory containing `libqrencode.pc'
  2030. to the PKG_CONFIG_PATH environment variable
  2031. No package 'libqrencode' found
  2032. configure:11640: $? = 1
  2033. configure:11654: $PKG_CONFIG --exists --print-errors "libqrencode"
  2034. Package libqrencode was not found in the pkg-config search path.
  2035. Perhaps you should add the directory containing `libqrencode.pc'
  2036. to the PKG_CONFIG_PATH environment variable
  2037. No package 'libqrencode' found
  2038. configure:11657: $? = 1
  2039. configure:11671: result: no
  2040. No package 'libqrencode' found
  2041. configure:11994: checking for protoc
  2042. configure:12012: found /usr/bin/protoc
  2043. configure:12024: result: /usr/bin/protoc
  2044. configure:12393: error: Qt dependencies not found
  2045.  
  2046. ## ---------------- ##
  2047. ## Cache variables. ##
  2048. ## ---------------- ##
  2049.  
  2050. ac_cv_build=x86_64-unknown-linux-gnu
  2051. ac_cv_c_bigendian=no
  2052. ac_cv_c_compiler_gnu=yes
  2053. ac_cv_cxx_compiler_gnu=yes
  2054. ac_cv_env_CCC_set=
  2055. ac_cv_env_CCC_value=
  2056. ac_cv_env_CC_set=
  2057. ac_cv_env_CC_value=
  2058. ac_cv_env_CFLAGS_set=
  2059. ac_cv_env_CFLAGS_value=
  2060. ac_cv_env_CPPFLAGS_set=
  2061. ac_cv_env_CPPFLAGS_value=
  2062. ac_cv_env_CPP_set=
  2063. ac_cv_env_CPP_value=
  2064. ac_cv_env_CRYPTO_CFLAGS_set=
  2065. ac_cv_env_CRYPTO_CFLAGS_value=
  2066. ac_cv_env_CRYPTO_LIBS_set=
  2067. ac_cv_env_CRYPTO_LIBS_value=
  2068. ac_cv_env_CXXCPP_set=
  2069. ac_cv_env_CXXCPP_value=
  2070. ac_cv_env_CXXFLAGS_set=
  2071. ac_cv_env_CXXFLAGS_value=
  2072. ac_cv_env_CXX_set=
  2073. ac_cv_env_CXX_value=
  2074. ac_cv_env_LDFLAGS_set=
  2075. ac_cv_env_LDFLAGS_value=
  2076. ac_cv_env_LIBS_set=
  2077. ac_cv_env_LIBS_value=
  2078. ac_cv_env_OBJCFLAGS_set=
  2079. ac_cv_env_OBJCFLAGS_value=
  2080. ac_cv_env_OBJCXXFLAGS_set=
  2081. ac_cv_env_OBJCXXFLAGS_value=
  2082. ac_cv_env_OBJCXX_set=
  2083. ac_cv_env_OBJCXX_value=
  2084. ac_cv_env_OBJC_set=
  2085. ac_cv_env_OBJC_value=
  2086. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  2087. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  2088. ac_cv_env_PKG_CONFIG_PATH_set=
  2089. ac_cv_env_PKG_CONFIG_PATH_value=
  2090. ac_cv_env_PKG_CONFIG_set=
  2091. ac_cv_env_PKG_CONFIG_value=
  2092. ac_cv_env_PROTOBUF_CFLAGS_set=
  2093. ac_cv_env_PROTOBUF_CFLAGS_value=
  2094. ac_cv_env_PROTOBUF_LIBS_set=
  2095. ac_cv_env_PROTOBUF_LIBS_value=
  2096. ac_cv_env_QR_CFLAGS_set=
  2097. ac_cv_env_QR_CFLAGS_value=
  2098. ac_cv_env_QR_LIBS_set=
  2099. ac_cv_env_QR_LIBS_value=
  2100. ac_cv_env_QT_CFLAGS_set=
  2101. ac_cv_env_QT_CFLAGS_value=
  2102. ac_cv_env_QT_DBUS_CFLAGS_set=
  2103. ac_cv_env_QT_DBUS_CFLAGS_value=
  2104. ac_cv_env_QT_DBUS_LIBS_set=
  2105. ac_cv_env_QT_DBUS_LIBS_value=
  2106. ac_cv_env_QT_LIBS_set=
  2107. ac_cv_env_QT_LIBS_value=
  2108. ac_cv_env_QT_TEST_CFLAGS_set=
  2109. ac_cv_env_QT_TEST_CFLAGS_value=
  2110. ac_cv_env_QT_TEST_LIBS_set=
  2111. ac_cv_env_QT_TEST_LIBS_value=
  2112. ac_cv_env_SSL_CFLAGS_set=
  2113. ac_cv_env_SSL_CFLAGS_value=
  2114. ac_cv_env_SSL_LIBS_set=
  2115. ac_cv_env_SSL_LIBS_value=
  2116. ac_cv_env_build_alias_set=
  2117. ac_cv_env_build_alias_value=
  2118. ac_cv_env_host_alias_set=
  2119. ac_cv_env_host_alias_value=
  2120. ac_cv_env_target_alias_set=
  2121. ac_cv_env_target_alias_value=
  2122. ac_cv_header_inttypes_h=yes
  2123. ac_cv_header_memory_h=yes
  2124. ac_cv_header_miniupnpc_miniupnpc_h=yes
  2125. ac_cv_header_miniupnpc_miniwget_h=yes
  2126. ac_cv_header_miniupnpc_upnpcommands_h=yes
  2127. ac_cv_header_miniupnpc_upnperrors_h=yes
  2128. ac_cv_header_stdc=yes
  2129. ac_cv_header_stdint_h=yes
  2130. ac_cv_header_stdio_h=yes
  2131. ac_cv_header_stdlib_h=yes
  2132. ac_cv_header_string_h=yes
  2133. ac_cv_header_strings_h=yes
  2134. ac_cv_header_sys_stat_h=yes
  2135. ac_cv_header_sys_types_h=yes
  2136. ac_cv_header_unistd_h=yes
  2137. ac_cv_host=x86_64-unknown-linux-gnu
  2138. ac_cv_lib_boost_chrono_mt___exit=yes
  2139. ac_cv_lib_boost_filesystem___exit=yes
  2140. ac_cv_lib_boost_program_options_mt___exit=yes
  2141. ac_cv_lib_boost_system___exit=yes
  2142. ac_cv_lib_boost_thread___exit=yes
  2143. ac_cv_lib_db_cxx_4_8___main=no
  2144. ac_cv_lib_db_cxx___main=yes
  2145. ac_cv_lib_miniupnpc_main=yes
  2146. ac_cv_objc_compiler_gnu=no
  2147. ac_cv_objcxx_compiler_gnu=no
  2148. ac_cv_objext=o
  2149. ac_cv_path_CCACHE=/usr/bin/ccache
  2150. ac_cv_path_EGREP='/bin/grep -E'
  2151. ac_cv_path_GENHTML=/usr/bin/genhtml
  2152. ac_cv_path_GIT=/usr/bin/git
  2153. ac_cv_path_GREP=/bin/grep
  2154. ac_cv_path_HEXDUMP=/usr/bin/hexdump
  2155. ac_cv_path_JAVA=/usr/bin/java
  2156. ac_cv_path_LCOV=/usr/bin/lcov
  2157. ac_cv_path_PROTOC=/usr/bin/protoc
  2158. ac_cv_path_SED=/bin/sed
  2159. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  2160. ac_cv_path_ac_pt_AR=/usr/bin/ar
  2161. ac_cv_path_ac_pt_GCOV=/usr/bin/gcov
  2162. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  2163. ac_cv_path_ac_pt_RANLIB=/usr/bin/ranlib
  2164. ac_cv_path_ac_pt_STRIP=/usr/bin/strip
  2165. ac_cv_path_install='/usr/bin/install -c'
  2166. ac_cv_path_mkdir=/bin/mkdir
  2167. ac_cv_prog_AWK=gawk
  2168. ac_cv_prog_CPP='gcc -E'
  2169. ac_cv_prog_CXXCPP='g++ -E'
  2170. ac_cv_prog_ac_ct_CC=gcc
  2171. ac_cv_prog_ac_ct_CXX=g++
  2172. ac_cv_prog_ac_ct_OBJC=gcc
  2173. ac_cv_prog_ac_ct_OBJCXX=g++
  2174. ac_cv_prog_cc_c89=
  2175. ac_cv_prog_cc_g=yes
  2176. ac_cv_prog_cxx_g=yes
  2177. ac_cv_prog_make_make_set=yes
  2178. ac_cv_prog_objc_g=no
  2179. ac_cv_prog_objcxx_g=no
  2180. ac_cv_sys_file_offset_bits=no
  2181. ac_cv_sys_largefile_CC=no
  2182. am_cv_CC_dependencies_compiler_type=gcc3
  2183. am_cv_CXX_dependencies_compiler_type=gcc3
  2184. am_cv_OBJC_dependencies_compiler_type=gcc3
  2185. am_cv_make_support_nested_variables=yes
  2186. ax_cv_PTHREAD_PRIO_INHERIT=yes
  2187. ax_cv_boost_chrono=yes
  2188. ax_cv_boost_filesystem=yes
  2189. ax_cv_boost_program_options=yes
  2190. ax_cv_boost_system=yes
  2191. ax_cv_boost_thread=yes
  2192. ax_cv_boost_unit_test_framework=yes
  2193. ax_cv_check_cxxcppflags___D_FORTIFY_SOURCE_2=yes
  2194. ax_cv_check_cxxflags___Wstack_protector=yes
  2195. ax_cv_check_cxxflags___fPIE=yes
  2196. ax_cv_check_cxxflags___fno_stack_protector=yes
  2197. ax_cv_check_cxxflags___fstack_protector_all=yes
  2198. ax_cv_check_ldflags___Wl___dynamicbase=no
  2199. ax_cv_check_ldflags___Wl___large_address_aware=no
  2200. ax_cv_check_ldflags___Wl___nxcompat=no
  2201. ax_cv_check_ldflags___Wl__z_now=yes
  2202. ax_cv_check_ldflags___Wl__z_relro=yes
  2203. ax_cv_check_ldflags___pie=yes
  2204. pkg_cv_CRYPTO_CFLAGS=' '
  2205. pkg_cv_CRYPTO_LIBS='-lcrypto '
  2206. pkg_cv_PROTOBUF_CFLAGS='-pthread '
  2207. pkg_cv_PROTOBUF_LIBS='-pthread -lprotobuf -lz -lpthread '
  2208. pkg_cv_SSL_CFLAGS=' '
  2209. pkg_cv_SSL_LIBS='-lssl -lcrypto '
  2210.  
  2211. ## ----------------- ##
  2212. ## Output variables. ##
  2213. ## ----------------- ##
  2214.  
  2215. ACLOCAL='${SHELL} /home/pw/git/bitcoin/src/build-aux/missing --run aclocal-1.11'
  2216. AMDEPBACKSLASH='\'
  2217. AMDEP_FALSE='#'
  2218. AMDEP_TRUE=''
  2219. AMTAR='$${TAR-tar}'
  2220. AM_BACKSLASH='\'
  2221. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  2222. AM_DEFAULT_VERBOSITY='0'
  2223. AM_V='$(V)'
  2224. AR='/usr/bin/ar'
  2225. AUTOCONF='${SHELL} /home/pw/git/bitcoin/src/build-aux/missing --run autoconf'
  2226. AUTOHEADER='${SHELL} /home/pw/git/bitcoin/src/build-aux/missing --run autoheader'
  2227. AUTOMAKE='${SHELL} /home/pw/git/bitcoin/src/build-aux/missing --run automake-1.11'
  2228. AWK='gawk'
  2229. BDB_CPPFLAGS=''
  2230. BDB_LIBS='-ldb_cxx'
  2231. BOOST_CHRONO_LIB='-lboost_chrono-mt'
  2232. BOOST_CPPFLAGS='-pthread -I/usr/include'
  2233. BOOST_FILESYSTEM_LIB='-lboost_filesystem'
  2234. BOOST_LDFLAGS='-L/usr/lib'
  2235. BOOST_LIBS='-L/usr/lib -lboost_system -lboost_filesystem -lboost_program_options-mt -lboost_thread'
  2236. BOOST_PROGRAM_OPTIONS_LIB='-lboost_program_options-mt'
  2237. BOOST_SYSTEM_LIB='-lboost_system'
  2238. BOOST_THREAD_LIB='-lboost_thread'
  2239. BOOST_UNIT_TEST_FRAMEWORK_LIB='-lboost_unit_test_framework-mt'
  2240. BREW=''
  2241. BUILD_QT=''
  2242. BUILD_TEST=''
  2243. BUILD_TEST_QT=''
  2244. CC='gcc'
  2245. CCACHE='/usr/bin/ccache'
  2246. CCDEPMODE='depmode=gcc3'
  2247. CFLAGS='-g -O2'
  2248. CLIENT_VERSION_BUILD=''
  2249. CLIENT_VERSION_IS_RELEASE=''
  2250. CLIENT_VERSION_MAJOR=''
  2251. CLIENT_VERSION_MINOR=''
  2252. CLIENT_VERSION_REVISION=''
  2253. COMPARISON_TOOL_REORG_TESTS='0'
  2254. COPYRIGHT_YEAR=''
  2255. CPP='gcc -E'
  2256. CPPFLAGS=' -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2'
  2257. CRYPTO_CFLAGS=' '
  2258. CRYPTO_LIBS='-lcrypto '
  2259. CXX='g++'
  2260. CXXCPP='g++ -E'
  2261. CXXDEPMODE='depmode=gcc3'
  2262. CXXFLAGS='-g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all'
  2263. CYGPATH_W='echo'
  2264. DEFS=''
  2265. DEPDIR='.deps'
  2266. ECHO_C=''
  2267. ECHO_N='-n'
  2268. ECHO_T=''
  2269. EGREP='/bin/grep -E'
  2270. ENABLE_WALLET_FALSE=''
  2271. ENABLE_WALLET_TRUE=''
  2272. EXEEXT=''
  2273. GCOV='/usr/bin/gcov'
  2274. GENHTML='/usr/bin/genhtml'
  2275. GIT='/usr/bin/git'
  2276. GREP='/bin/grep'
  2277. HEXDUMP='/usr/bin/hexdump'
  2278. INCLUDES=' -pthread '
  2279. INSTALL_DATA='${INSTALL} -m 644'
  2280. INSTALL_PROGRAM='${INSTALL}'
  2281. INSTALL_SCRIPT='${INSTALL}'
  2282. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  2283. JAVA='/usr/bin/java'
  2284. JAVA_COMPARISON_TOOL=''
  2285. LCOV='/usr/bin/lcov'
  2286. LDFLAGS='-Wl,-z,now -pie'
  2287. LEVELDB_TARGET_FLAGS=''
  2288. LIBOBJS=''
  2289. LIBS='-lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc -lssl -lcrypto -lcrypto '
  2290. LRELEASE=''
  2291. LTLIBOBJS=''
  2292. LUPDATE=''
  2293. MAINT=''
  2294. MAINTAINER_MODE_FALSE='#'
  2295. MAINTAINER_MODE_TRUE=''
  2296. MAKEINFO='${SHELL} /home/pw/git/bitcoin/src/build-aux/missing --run makeinfo'
  2297. MAKENSIS=''
  2298. MKDIR_P='/bin/mkdir -p'
  2299. MOC=''
  2300. MOC_DEFS=''
  2301. OBJC='gcc'
  2302. OBJCDEPMODE='depmode=gcc3'
  2303. OBJCFLAGS=''
  2304. OBJCXX='g++'
  2305. OBJCXXFLAGS='-g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all'
  2306. OBJEXT='o'
  2307. PACKAGE='bitcoin'
  2308. PACKAGE_BUGREPORT='[email protected]'
  2309. PACKAGE_NAME='Bitcoin'
  2310. PACKAGE_STRING='Bitcoin 0.8.99'
  2311. PACKAGE_TARNAME='bitcoin'
  2312. PACKAGE_URL=''
  2313. PACKAGE_VERSION='0.8.99'
  2314. PATH_SEPARATOR=':'
  2315. PKG_CONFIG='/usr/bin/pkg-config'
  2316. PKG_CONFIG_LIBDIR=''
  2317. PKG_CONFIG_PATH=''
  2318. PORT=''
  2319. PROTOBUF_CFLAGS='-pthread '
  2320. PROTOBUF_LIBS='-pthread -lprotobuf -lz -lpthread '
  2321. PROTOC='/usr/bin/protoc'
  2322. PTHREAD_CC='gcc'
  2323. PTHREAD_CFLAGS='-pthread'
  2324. PTHREAD_LIBS=''
  2325. QR_CFLAGS=''
  2326. QR_LIBS=''
  2327. QT_CFLAGS=''
  2328. QT_DBUS_CFLAGS=''
  2329. QT_DBUS_INCLUDES=''
  2330. QT_DBUS_LIBS=''
  2331. QT_INCLUDES=''
  2332. QT_LIBS=''
  2333. QT_SELECT=''
  2334. QT_TEST_CFLAGS=''
  2335. QT_TEST_INCLUDES=''
  2336. QT_TEST_LIBS=''
  2337. RANLIB='/usr/bin/ranlib'
  2338. RCC=''
  2339. SED='/bin/sed'
  2340. SET_MAKE=''
  2341. SHELL='/bin/bash'
  2342. SSL_CFLAGS=' '
  2343. SSL_LIBS='-lssl -lcrypto '
  2344. STRIP='/usr/bin/strip'
  2345. TARGET_DARWIN_FALSE=''
  2346. TARGET_DARWIN_TRUE=''
  2347. TARGET_WINDOWS_FALSE=''
  2348. TARGET_WINDOWS_TRUE=''
  2349. TESTDEFS='-DBOOST_TEST_DYN_LINK'
  2350. UIC=''
  2351. USE_COMPARISON_TOOL_FALSE=''
  2352. USE_COMPARISON_TOOL_REORG_TESTS_FALSE=''
  2353. USE_COMPARISON_TOOL_REORG_TESTS_TRUE=''
  2354. USE_COMPARISON_TOOL_TRUE=''
  2355. USE_IPV6=''
  2356. USE_LCOV_FALSE=''
  2357. USE_LCOV_TRUE=''
  2358. USE_QRCODE=''
  2359. USE_QRCODE_FALSE=''
  2360. USE_QRCODE_TRUE=''
  2361. USE_UPNP=''
  2362. VERSION='0.8.99'
  2363. WINDRES=''
  2364. XGETTEXT='/usr/bin/xgettext'
  2365. ac_ct_CC='gcc'
  2366. ac_ct_CXX='g++'
  2367. ac_ct_OBJC='gcc'
  2368. ac_ct_OBJCXX='g++'
  2369. am__EXEEXT_FALSE=''
  2370. am__EXEEXT_TRUE=''
  2371. am__fastdepCC_FALSE='#'
  2372. am__fastdepCC_TRUE=''
  2373. am__fastdepCXX_FALSE='#'
  2374. am__fastdepCXX_TRUE=''
  2375. am__fastdepOBJC_FALSE='#'
  2376. am__fastdepOBJC_TRUE=''
  2377. am__include='include'
  2378. am__isrc=''
  2379. am__leading_dot='.'
  2380. am__nodep='_no'
  2381. am__quote=''
  2382. am__tar='$${TAR-tar} chof - "$$tardir"'
  2383. am__untar='$${TAR-tar} xf -'
  2384. ax_pthread_config=''
  2385. bindir='${exec_prefix}/bin'
  2386. build='x86_64-unknown-linux-gnu'
  2387. build_alias=''
  2388. build_cpu='x86_64'
  2389. build_os='linux-gnu'
  2390. build_vendor='unknown'
  2391. datadir='${datarootdir}'
  2392. datarootdir='${prefix}/share'
  2393. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  2394. dvidir='${docdir}'
  2395. exec_prefix='NONE'
  2396. host='x86_64-unknown-linux-gnu'
  2397. host_alias=''
  2398. host_cpu='x86_64'
  2399. host_os='linux-gnu'
  2400. host_vendor='unknown'
  2401. htmldir='${docdir}'
  2402. includedir='${prefix}/include'
  2403. infodir='${datarootdir}/info'
  2404. install_sh='${SHELL} /home/pw/git/bitcoin/src/build-aux/install-sh'
  2405. libdir='${exec_prefix}/lib'
  2406. libexecdir='${exec_prefix}/libexec'
  2407. localedir='${datarootdir}/locale'
  2408. localstatedir='${prefix}/var'
  2409. mandir='${datarootdir}/man'
  2410. mkdir_p='/bin/mkdir -p'
  2411. oldincludedir='/usr/include'
  2412. pdfdir='${docdir}'
  2413. prefix='NONE'
  2414. program_transform_name='s,x,x,'
  2415. psdir='${docdir}'
  2416. sbindir='${exec_prefix}/sbin'
  2417. sharedstatedir='${prefix}/com'
  2418. sysconfdir='${prefix}/etc'
  2419. target_alias=''
  2420.  
  2421. ## ----------- ##
  2422. ## confdefs.h. ##
  2423. ## ----------- ##
  2424.  
  2425. /* confdefs.h */
  2426. #define PACKAGE_NAME "Bitcoin"
  2427. #define PACKAGE_TARNAME "bitcoin"
  2428. #define PACKAGE_VERSION "0.8.99"
  2429. #define PACKAGE_STRING "Bitcoin 0.8.99"
  2430. #define PACKAGE_BUGREPORT "[email protected]"
  2431. #define PACKAGE_URL ""
  2432. #define STDC_HEADERS 1
  2433. #define HAVE_SYS_TYPES_H 1
  2434. #define HAVE_SYS_STAT_H 1
  2435. #define HAVE_STDLIB_H 1
  2436. #define HAVE_STRING_H 1
  2437. #define HAVE_MEMORY_H 1
  2438. #define HAVE_STRINGS_H 1
  2439. #define HAVE_INTTYPES_H 1
  2440. #define HAVE_STDINT_H 1
  2441. #define HAVE_UNISTD_H 1
  2442. #define HAVE_PTHREAD_PRIO_INHERIT 1
  2443. #define HAVE_PTHREAD 1
  2444. #define HAVE_STDIO_H 1
  2445. #define HAVE_STDLIB_H 1
  2446. #define HAVE_UNISTD_H 1
  2447. #define HAVE_STRINGS_H 1
  2448. #define HAVE_SYS_TYPES_H 1
  2449. #define HAVE_SYS_STAT_H 1
  2450. #define HAVE_MSG_NOSIGNAL 1
  2451. #define HAVE_MINIUPNPC_MINIWGET_H 1
  2452. #define HAVE_LIBMINIUPNPC 1
  2453. #define HAVE_MINIUPNPC_MINIUPNPC_H 1
  2454. #define HAVE_LIBMINIUPNPC 1
  2455. #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
  2456. #define HAVE_LIBMINIUPNPC 1
  2457. #define HAVE_MINIUPNPC_UPNPERRORS_H 1
  2458. #define HAVE_LIBMINIUPNPC 1
  2459. #define HAVE_BOOST /**/
  2460. #define HAVE_BOOST_SYSTEM /**/
  2461. #define HAVE_BOOST_FILESYSTEM /**/
  2462. #define HAVE_BOOST_PROGRAM_OPTIONS /**/
  2463. #define HAVE_BOOST_THREAD /**/
  2464. #define HAVE_BOOST_CHRONO /**/
  2465. #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
  2466. #define HAVE_WORKING_BOOST_SLEEP 1
  2467.  
  2468. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment