Advertisement
Guest User

bitcoin 0.9.1 config.log

a guest
May 29th, 2014
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 85.68 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by Bitcoin Core configure 0.9.1, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = monolith
  14. uname -m = i686
  15. uname -r = 3.13.0-24-generic
  16. uname -s = Linux
  17. uname -v = #47-Ubuntu SMP Fri May 2 23:31:42 UTC 2014
  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/sbin
  31. PATH: /usr/bin
  32. PATH: /sbin
  33. PATH: /bin
  34.  
  35.  
  36. ## ----------- ##
  37. ## Core tests. ##
  38. ## ----------- ##
  39.  
  40. configure:2611: checking build system type
  41. configure:2625: result: i686-pc-linux-gnu
  42. configure:2645: checking host system type
  43. configure:2658: result: i686-pc-linux-gnu
  44. configure:2799: checking for a BSD-compatible install
  45. configure:2867: result: /usr/bin/install -c
  46. configure:2878: checking whether build environment is sane
  47. configure:2933: result: yes
  48. configure:3084: checking for a thread-safe mkdir -p
  49. configure:3123: result: /bin/mkdir -p
  50. configure:3130: checking for gawk
  51. configure:3160: result: no
  52. configure:3130: checking for mawk
  53. configure:3146: found /usr/bin/mawk
  54. configure:3157: result: mawk
  55. configure:3168: checking whether make sets $(MAKE)
  56. configure:3190: result: yes
  57. configure:3219: checking whether make supports nested variables
  58. configure:3236: result: yes
  59. configure:3354: checking whether to enable maintainer-specific portions of Makefiles
  60. configure:3363: result: yes
  61. configure:3388: checking whether make supports nested variables
  62. configure:3405: result: yes
  63. configure:3579: checking for g++
  64. configure:3595: found /usr/bin/g++
  65. configure:3606: result: g++
  66. configure:3633: checking for C++ compiler version
  67. configure:3642: g++ --version >&5
  68. g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2
  69. Copyright (C) 2013 Free Software Foundation, Inc.
  70. This is free software; see the source for copying conditions. There is NO
  71. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  72.  
  73. configure:3653: $? = 0
  74. configure:3642: g++ -v >&5
  75. Using built-in specs.
  76. COLLECT_GCC=g++
  77. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.8/lto-wrapper
  78. Target: i686-linux-gnu
  79. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
  80. Thread model: posix
  81. gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  82. configure:3653: $? = 0
  83. configure:3642: g++ -V >&5
  84. g++: error: unrecognized command line option '-V'
  85. g++: fatal error: no input files
  86. compilation terminated.
  87. configure:3653: $? = 4
  88. configure:3642: g++ -qversion >&5
  89. g++: error: unrecognized command line option '-qversion'
  90. g++: fatal error: no input files
  91. compilation terminated.
  92. configure:3653: $? = 4
  93. configure:3673: checking whether the C++ compiler works
  94. configure:3695: g++ conftest.cpp >&5
  95. configure:3699: $? = 0
  96. configure:3747: result: yes
  97. configure:3750: checking for C++ compiler default output file name
  98. configure:3752: result: a.out
  99. configure:3758: checking for suffix of executables
  100. configure:3765: g++ -o conftest conftest.cpp >&5
  101. configure:3769: $? = 0
  102. configure:3791: result:
  103. configure:3813: checking whether we are cross compiling
  104. configure:3821: g++ -o conftest conftest.cpp >&5
  105. configure:3825: $? = 0
  106. configure:3832: ./conftest
  107. configure:3836: $? = 0
  108. configure:3851: result: no
  109. configure:3856: checking for suffix of object files
  110. configure:3878: g++ -c conftest.cpp >&5
  111. configure:3882: $? = 0
  112. configure:3903: result: o
  113. configure:3907: checking whether we are using the GNU C++ compiler
  114. configure:3926: g++ -c conftest.cpp >&5
  115. configure:3926: $? = 0
  116. configure:3935: result: yes
  117. configure:3944: checking whether g++ accepts -g
  118. configure:3964: g++ -c -g conftest.cpp >&5
  119. configure:3964: $? = 0
  120. configure:4005: result: yes
  121. configure:4039: checking for style of include used by make
  122. configure:4067: result: GNU
  123. configure:4093: checking dependency style of g++
  124. configure:4204: result: gcc3
  125. configure:4267: checking for gcc
  126. configure:4283: found /usr/bin/gcc
  127. configure:4294: result: gcc
  128. configure:4523: checking for C compiler version
  129. configure:4532: gcc --version >&5
  130. gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
  131. Copyright (C) 2013 Free Software Foundation, Inc.
  132. This is free software; see the source for copying conditions. There is NO
  133. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  134.  
  135. configure:4543: $? = 0
  136. configure:4532: gcc -v >&5
  137. Using built-in specs.
  138. COLLECT_GCC=gcc
  139. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.8/lto-wrapper
  140. Target: i686-linux-gnu
  141. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
  142. Thread model: posix
  143. gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  144. configure:4543: $? = 0
  145. configure:4532: gcc -V >&5
  146. gcc: error: unrecognized command line option '-V'
  147. gcc: fatal error: no input files
  148. compilation terminated.
  149. configure:4543: $? = 4
  150. configure:4532: gcc -qversion >&5
  151. gcc: error: unrecognized command line option '-qversion'
  152. gcc: fatal error: no input files
  153. compilation terminated.
  154. configure:4543: $? = 4
  155. configure:4547: checking whether we are using the GNU C compiler
  156. configure:4566: gcc -c conftest.c >&5
  157. configure:4566: $? = 0
  158. configure:4575: result: yes
  159. configure:4584: checking whether gcc accepts -g
  160. configure:4604: gcc -c -g conftest.c >&5
  161. configure:4604: $? = 0
  162. configure:4645: result: yes
  163. configure:4662: checking for gcc option to accept ISO C89
  164. configure:4725: gcc -c -g -O2 conftest.c >&5
  165. configure:4725: $? = 0
  166. configure:4738: result: none needed
  167. configure:4763: checking whether gcc understands -c and -o together
  168. configure:4785: gcc -c conftest.c -o conftest2.o
  169. configure:4788: $? = 0
  170. configure:4785: gcc -c conftest.c -o conftest2.o
  171. configure:4788: $? = 0
  172. configure:4800: result: yes
  173. configure:4819: checking dependency style of gcc
  174. configure:4930: result: gcc3
  175. configure:4950: checking how to run the C preprocessor
  176. configure:4981: gcc -E conftest.c
  177. configure:4981: $? = 0
  178. configure:4995: gcc -E conftest.c
  179. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  180. #include <ac_nonexistent.h>
  181. ^
  182. compilation terminated.
  183. configure:4995: $? = 1
  184. configure: failed program was:
  185. | /* confdefs.h */
  186. | #define PACKAGE_NAME "Bitcoin Core"
  187. | #define PACKAGE_TARNAME "bitcoin"
  188. | #define PACKAGE_VERSION "0.9.1"
  189. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  190. | #define PACKAGE_BUGREPORT "[email protected]"
  191. | #define PACKAGE_URL ""
  192. | /* end confdefs.h. */
  193. | #include <ac_nonexistent.h>
  194. configure:5020: result: gcc -E
  195. configure:5040: gcc -E conftest.c
  196. configure:5040: $? = 0
  197. configure:5054: gcc -E conftest.c
  198. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  199. #include <ac_nonexistent.h>
  200. ^
  201. compilation terminated.
  202. configure:5054: $? = 1
  203. configure: failed program was:
  204. | /* confdefs.h */
  205. | #define PACKAGE_NAME "Bitcoin Core"
  206. | #define PACKAGE_TARNAME "bitcoin"
  207. | #define PACKAGE_VERSION "0.9.1"
  208. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  209. | #define PACKAGE_BUGREPORT "[email protected]"
  210. | #define PACKAGE_URL ""
  211. | /* end confdefs.h. */
  212. | #include <ac_nonexistent.h>
  213. configure:5087: checking how to run the C++ preprocessor
  214. configure:5114: g++ -E conftest.cpp
  215. configure:5114: $? = 0
  216. configure:5128: g++ -E conftest.cpp
  217. conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
  218. #include <ac_nonexistent.h>
  219. ^
  220. compilation terminated.
  221. configure:5128: $? = 1
  222. configure: failed program was:
  223. | /* confdefs.h */
  224. | #define PACKAGE_NAME "Bitcoin Core"
  225. | #define PACKAGE_TARNAME "bitcoin"
  226. | #define PACKAGE_VERSION "0.9.1"
  227. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  228. | #define PACKAGE_BUGREPORT "[email protected]"
  229. | #define PACKAGE_URL ""
  230. | /* end confdefs.h. */
  231. | #include <ac_nonexistent.h>
  232. configure:5153: result: g++ -E
  233. configure:5173: g++ -E conftest.cpp
  234. configure:5173: $? = 0
  235. configure:5187: g++ -E conftest.cpp
  236. conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
  237. #include <ac_nonexistent.h>
  238. ^
  239. compilation terminated.
  240. configure:5187: $? = 1
  241. configure: failed program was:
  242. | /* confdefs.h */
  243. | #define PACKAGE_NAME "Bitcoin Core"
  244. | #define PACKAGE_TARNAME "bitcoin"
  245. | #define PACKAGE_VERSION "0.9.1"
  246. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  247. | #define PACKAGE_BUGREPORT "[email protected]"
  248. | #define PACKAGE_URL ""
  249. | /* end confdefs.h. */
  250. | #include <ac_nonexistent.h>
  251. configure:5270: checking for gcc
  252. configure:5286: found /usr/bin/gcc
  253. configure:5297: result: gcc
  254. configure:5322: checking for Objective C compiler version
  255. configure:5331: gcc --version >&5
  256. gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
  257. Copyright (C) 2013 Free Software Foundation, Inc.
  258. This is free software; see the source for copying conditions. There is NO
  259. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  260.  
  261. configure:5342: $? = 0
  262. configure:5331: gcc -v >&5
  263. Using built-in specs.
  264. COLLECT_GCC=gcc
  265. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.8/lto-wrapper
  266. Target: i686-linux-gnu
  267. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
  268. Thread model: posix
  269. gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  270. configure:5342: $? = 0
  271. configure:5331: gcc -V >&5
  272. gcc: error: unrecognized command line option '-V'
  273. gcc: fatal error: no input files
  274. compilation terminated.
  275. configure:5342: $? = 4
  276. configure:5331: gcc -qversion >&5
  277. gcc: error: unrecognized command line option '-qversion'
  278. gcc: fatal error: no input files
  279. compilation terminated.
  280. configure:5342: $? = 4
  281. configure:5346: checking whether we are using the GNU Objective C compiler
  282. configure:5365: gcc -c conftest.m >&5
  283. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  284. configure:5365: $? = 1
  285. configure: failed program was:
  286. | /* confdefs.h */
  287. | #define PACKAGE_NAME "Bitcoin Core"
  288. | #define PACKAGE_TARNAME "bitcoin"
  289. | #define PACKAGE_VERSION "0.9.1"
  290. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  291. | #define PACKAGE_BUGREPORT "[email protected]"
  292. | #define PACKAGE_URL ""
  293. | /* end confdefs.h. */
  294. |
  295. | int
  296. | main ()
  297. | {
  298. | #ifndef __GNUC__
  299. | choke me
  300. | #endif
  301. |
  302. | ;
  303. | return 0;
  304. | }
  305. configure:5374: result: no
  306. configure:5383: checking whether gcc accepts -g
  307. configure:5403: gcc -c -g conftest.m >&5
  308. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  309. configure:5403: $? = 1
  310. configure: failed program was:
  311. | /* confdefs.h */
  312. | #define PACKAGE_NAME "Bitcoin Core"
  313. | #define PACKAGE_TARNAME "bitcoin"
  314. | #define PACKAGE_VERSION "0.9.1"
  315. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  316. | #define PACKAGE_BUGREPORT "[email protected]"
  317. | #define PACKAGE_URL ""
  318. | /* end confdefs.h. */
  319. |
  320. | int
  321. | main ()
  322. | {
  323. |
  324. | ;
  325. | return 0;
  326. | }
  327. configure:5418: gcc -c conftest.m >&5
  328. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  329. configure:5418: $? = 1
  330. configure: failed program was:
  331. | /* confdefs.h */
  332. | #define PACKAGE_NAME "Bitcoin Core"
  333. | #define PACKAGE_TARNAME "bitcoin"
  334. | #define PACKAGE_VERSION "0.9.1"
  335. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  336. | #define PACKAGE_BUGREPORT "[email protected]"
  337. | #define PACKAGE_URL ""
  338. | /* end confdefs.h. */
  339. |
  340. | int
  341. | main ()
  342. | {
  343. |
  344. | ;
  345. | return 0;
  346. | }
  347. configure:5434: gcc -c -g conftest.m >&5
  348. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  349. configure:5434: $? = 1
  350. configure: failed program was:
  351. | /* confdefs.h */
  352. | #define PACKAGE_NAME "Bitcoin Core"
  353. | #define PACKAGE_TARNAME "bitcoin"
  354. | #define PACKAGE_VERSION "0.9.1"
  355. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  356. | #define PACKAGE_BUGREPORT "[email protected]"
  357. | #define PACKAGE_URL ""
  358. | /* end confdefs.h. */
  359. |
  360. | int
  361. | main ()
  362. | {
  363. |
  364. | ;
  365. | return 0;
  366. | }
  367. configure:5444: result: no
  368. configure:5469: checking dependency style of gcc
  369. configure:5578: result: gcc3
  370. configure:5647: checking for g++
  371. configure:5663: found /usr/bin/g++
  372. configure:5674: result: g++
  373. configure:5699: checking for Objective C++ compiler version
  374. configure:5708: g++ --version >&5
  375. g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2
  376. Copyright (C) 2013 Free Software Foundation, Inc.
  377. This is free software; see the source for copying conditions. There is NO
  378. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  379.  
  380. configure:5719: $? = 0
  381. configure:5708: g++ -v >&5
  382. Using built-in specs.
  383. COLLECT_GCC=g++
  384. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.8/lto-wrapper
  385. Target: i686-linux-gnu
  386. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
  387. Thread model: posix
  388. gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  389. configure:5719: $? = 0
  390. configure:5708: g++ -V >&5
  391. g++: error: unrecognized command line option '-V'
  392. g++: fatal error: no input files
  393. compilation terminated.
  394. configure:5719: $? = 4
  395. configure:5708: g++ -qversion >&5
  396. g++: error: unrecognized command line option '-qversion'
  397. g++: fatal error: no input files
  398. compilation terminated.
  399. configure:5719: $? = 4
  400. configure:5723: checking whether we are using the GNU Objective C++ compiler
  401. configure:5742: g++ -c conftest.mm >&5
  402. g++: error trying to exec 'cc1objplus': execvp: No such file or directory
  403. configure:5742: $? = 1
  404. configure: failed program was:
  405. | /* confdefs.h */
  406. | #define PACKAGE_NAME "Bitcoin Core"
  407. | #define PACKAGE_TARNAME "bitcoin"
  408. | #define PACKAGE_VERSION "0.9.1"
  409. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  410. | #define PACKAGE_BUGREPORT "[email protected]"
  411. | #define PACKAGE_URL ""
  412. | /* end confdefs.h. */
  413. |
  414. | int
  415. | main ()
  416. | {
  417. | #ifndef __GNUC__
  418. | choke me
  419. | #endif
  420. |
  421. | ;
  422. | return 0;
  423. | }
  424. configure:5751: result: no
  425. configure:5760: checking whether g++ accepts -g
  426. configure:5780: g++ -c -g conftest.mm >&5
  427. g++: error trying to exec 'cc1objplus': execvp: No such file or directory
  428. configure:5780: $? = 1
  429. configure: failed program was:
  430. | /* confdefs.h */
  431. | #define PACKAGE_NAME "Bitcoin Core"
  432. | #define PACKAGE_TARNAME "bitcoin"
  433. | #define PACKAGE_VERSION "0.9.1"
  434. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  435. | #define PACKAGE_BUGREPORT "[email protected]"
  436. | #define PACKAGE_URL ""
  437. | /* end confdefs.h. */
  438. |
  439. | int
  440. | main ()
  441. | {
  442. |
  443. | ;
  444. | return 0;
  445. | }
  446. configure:5795: g++ -c conftest.mm >&5
  447. g++: error trying to exec 'cc1objplus': execvp: No such file or directory
  448. configure:5795: $? = 1
  449. configure: failed program was:
  450. | /* confdefs.h */
  451. | #define PACKAGE_NAME "Bitcoin Core"
  452. | #define PACKAGE_TARNAME "bitcoin"
  453. | #define PACKAGE_VERSION "0.9.1"
  454. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  455. | #define PACKAGE_BUGREPORT "[email protected]"
  456. | #define PACKAGE_URL ""
  457. | /* end confdefs.h. */
  458. |
  459. | int
  460. | main ()
  461. | {
  462. |
  463. | ;
  464. | return 0;
  465. | }
  466. configure:5811: g++ -c -g conftest.mm >&5
  467. g++: error trying to exec 'cc1objplus': execvp: No such file or directory
  468. configure:5811: $? = 1
  469. configure: failed program was:
  470. | /* confdefs.h */
  471. | #define PACKAGE_NAME "Bitcoin Core"
  472. | #define PACKAGE_TARNAME "bitcoin"
  473. | #define PACKAGE_VERSION "0.9.1"
  474. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  475. | #define PACKAGE_BUGREPORT "[email protected]"
  476. | #define PACKAGE_URL ""
  477. | /* end confdefs.h. */
  478. |
  479. | int
  480. | main ()
  481. | {
  482. |
  483. | ;
  484. | return 0;
  485. | }
  486. configure:5821: result: no
  487. configure:5846: checking dependency style of g++
  488. configure:5955: result: gcc3
  489. configure:5971: checking for a sed that does not truncate output
  490. configure:6035: result: /bin/sed
  491. configure:6086: checking for ar
  492. configure:6104: found /usr/bin/ar
  493. configure:6116: result: /usr/bin/ar
  494. configure:6184: checking for ranlib
  495. configure:6202: found /usr/bin/ranlib
  496. configure:6214: result: /usr/bin/ranlib
  497. configure:6282: checking for strip
  498. configure:6300: found /usr/bin/strip
  499. configure:6312: result: /usr/bin/strip
  500. configure:6380: checking for gcov
  501. configure:6398: found /usr/bin/gcov
  502. configure:6410: result: /usr/bin/gcov
  503. configure:6434: checking for lcov
  504. configure:6467: result: no
  505. configure:6474: checking for java
  506. configure:6507: result: no
  507. configure:6514: checking for genhtml
  508. configure:6547: result: no
  509. configure:6554: checking for git
  510. configure:6587: result: no
  511. configure:6594: checking for ccache
  512. configure:6627: result: no
  513. configure:6634: checking for xgettext
  514. configure:6652: found /usr/bin/xgettext
  515. configure:6664: result: /usr/bin/xgettext
  516. configure:6674: checking for hexdump
  517. configure:6692: found /usr/bin/hexdump
  518. configure:6704: result: /usr/bin/hexdump
  519. configure:6766: checking for pkg-config
  520. configure:6784: found /usr/bin/pkg-config
  521. configure:6796: result: /usr/bin/pkg-config
  522. configure:6821: checking pkg-config is at least version 0.9.0
  523. configure:6824: result: yes
  524. configure:8094: checking for grep that handles long lines and -e
  525. configure:8152: result: /bin/grep
  526. configure:8157: checking for egrep
  527. configure:8219: result: /bin/grep -E
  528. configure:8224: checking for ANSI C header files
  529. configure:8244: 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
  530. configure:8244: $? = 0
  531. configure:8317: 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
  532. configure:8317: $? = 0
  533. configure:8317: ./conftest
  534. configure:8317: $? = 0
  535. configure:8328: result: yes
  536. configure:8341: checking for sys/types.h
  537. configure:8341: 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
  538. configure:8341: $? = 0
  539. configure:8341: result: yes
  540. configure:8341: checking for sys/stat.h
  541. configure:8341: 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
  542. configure:8341: $? = 0
  543. configure:8341: result: yes
  544. configure:8341: checking for stdlib.h
  545. configure:8341: 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
  546. configure:8341: $? = 0
  547. configure:8341: result: yes
  548. configure:8341: checking for string.h
  549. configure:8341: 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
  550. configure:8341: $? = 0
  551. configure:8341: result: yes
  552. configure:8341: checking for memory.h
  553. configure:8341: 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
  554. configure:8341: $? = 0
  555. configure:8341: result: yes
  556. configure:8341: checking for strings.h
  557. configure:8341: 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
  558. configure:8341: $? = 0
  559. configure:8341: result: yes
  560. configure:8341: checking for inttypes.h
  561. configure:8341: 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
  562. configure:8341: $? = 0
  563. configure:8341: result: yes
  564. configure:8341: checking for stdint.h
  565. configure:8341: 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
  566. configure:8341: $? = 0
  567. configure:8341: result: yes
  568. configure:8341: checking for unistd.h
  569. configure:8341: 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
  570. configure:8341: $? = 0
  571. configure:8341: result: yes
  572. configure:8353: checking whether byte ordering is bigendian
  573. configure:8368: 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
  574. conftest.cpp:20:9: error: expected unqualified-id before 'not' token
  575. not a universal capable compiler
  576. ^
  577. configure:8368: $? = 1
  578. configure: failed program was:
  579. | /* confdefs.h */
  580. | #define PACKAGE_NAME "Bitcoin Core"
  581. | #define PACKAGE_TARNAME "bitcoin"
  582. | #define PACKAGE_VERSION "0.9.1"
  583. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  584. | #define PACKAGE_BUGREPORT "[email protected]"
  585. | #define PACKAGE_URL ""
  586. | #define STDC_HEADERS 1
  587. | #define HAVE_SYS_TYPES_H 1
  588. | #define HAVE_SYS_STAT_H 1
  589. | #define HAVE_STDLIB_H 1
  590. | #define HAVE_STRING_H 1
  591. | #define HAVE_MEMORY_H 1
  592. | #define HAVE_STRINGS_H 1
  593. | #define HAVE_INTTYPES_H 1
  594. | #define HAVE_STDINT_H 1
  595. | #define HAVE_UNISTD_H 1
  596. | /* end confdefs.h. */
  597. | #ifndef __APPLE_CC__
  598. | not a universal capable compiler
  599. | #endif
  600. | typedef int dummy;
  601. |
  602. configure:8413: 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
  603. configure:8413: $? = 0
  604. configure:8431: 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
  605. conftest.cpp: In function 'int main()':
  606. conftest.cpp:26:8: error: 'big' was not declared in this scope
  607. not big endian
  608. ^
  609. conftest.cpp:26:12: error: expected ';' before 'endian'
  610. not big endian
  611. ^
  612. configure:8431: $? = 1
  613. configure: failed program was:
  614. | /* confdefs.h */
  615. | #define PACKAGE_NAME "Bitcoin Core"
  616. | #define PACKAGE_TARNAME "bitcoin"
  617. | #define PACKAGE_VERSION "0.9.1"
  618. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  619. | #define PACKAGE_BUGREPORT "[email protected]"
  620. | #define PACKAGE_URL ""
  621. | #define STDC_HEADERS 1
  622. | #define HAVE_SYS_TYPES_H 1
  623. | #define HAVE_SYS_STAT_H 1
  624. | #define HAVE_STDLIB_H 1
  625. | #define HAVE_STRING_H 1
  626. | #define HAVE_MEMORY_H 1
  627. | #define HAVE_STRINGS_H 1
  628. | #define HAVE_INTTYPES_H 1
  629. | #define HAVE_STDINT_H 1
  630. | #define HAVE_UNISTD_H 1
  631. | /* end confdefs.h. */
  632. | #include <sys/types.h>
  633. | #include <sys/param.h>
  634. |
  635. | int
  636. | main ()
  637. | {
  638. | #if BYTE_ORDER != BIG_ENDIAN
  639. | not big endian
  640. | #endif
  641. |
  642. | ;
  643. | return 0;
  644. | }
  645. configure:8559: result: no
  646. configure:8690: checking if compiler needs -Werror to reject unknown flags
  647. configure:8706: gcc -c -g -O2 -Werror -Wunknown-warning-option -Wsizeof-array-argument -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
  648. gcc: error: unrecognized command line option '-Wunknown-warning-option'
  649. gcc: error: unrecognized command line option '-Wsizeof-array-argument'
  650. configure:8706: $? = 1
  651. configure: failed program was:
  652. | /* confdefs.h */
  653. | #define PACKAGE_NAME "Bitcoin Core"
  654. | #define PACKAGE_TARNAME "bitcoin"
  655. | #define PACKAGE_VERSION "0.9.1"
  656. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  657. | #define PACKAGE_BUGREPORT "[email protected]"
  658. | #define PACKAGE_URL ""
  659. | #define STDC_HEADERS 1
  660. | #define HAVE_SYS_TYPES_H 1
  661. | #define HAVE_SYS_STAT_H 1
  662. | #define HAVE_STDLIB_H 1
  663. | #define HAVE_STRING_H 1
  664. | #define HAVE_MEMORY_H 1
  665. | #define HAVE_STRINGS_H 1
  666. | #define HAVE_INTTYPES_H 1
  667. | #define HAVE_STDINT_H 1
  668. | #define HAVE_UNISTD_H 1
  669. | /* end confdefs.h. */
  670. | int foo(void);
  671. | int
  672. | main ()
  673. | {
  674. | foo()
  675. | ;
  676. | return 0;
  677. | }
  678. configure:8711: result: no
  679. configure:8777: checking for the pthreads library -lpthreads
  680. configure:8815: gcc -o conftest -g -O2 -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c -lpthreads >&5
  681. /usr/bin/ld: cannot find -lpthreads
  682. collect2: error: ld returned 1 exit status
  683. configure:8815: $? = 1
  684. configure: failed program was:
  685. | /* confdefs.h */
  686. | #define PACKAGE_NAME "Bitcoin Core"
  687. | #define PACKAGE_TARNAME "bitcoin"
  688. | #define PACKAGE_VERSION "0.9.1"
  689. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  690. | #define PACKAGE_BUGREPORT "[email protected]"
  691. | #define PACKAGE_URL ""
  692. | #define STDC_HEADERS 1
  693. | #define HAVE_SYS_TYPES_H 1
  694. | #define HAVE_SYS_STAT_H 1
  695. | #define HAVE_STDLIB_H 1
  696. | #define HAVE_STRING_H 1
  697. | #define HAVE_MEMORY_H 1
  698. | #define HAVE_STRINGS_H 1
  699. | #define HAVE_INTTYPES_H 1
  700. | #define HAVE_STDINT_H 1
  701. | #define HAVE_UNISTD_H 1
  702. | /* end confdefs.h. */
  703. | #include <pthread.h>
  704. | static void routine(void *a) { a = 0; }
  705. | static void *start_routine(void *a) { return a; }
  706. | int
  707. | main ()
  708. | {
  709. | pthread_t th; pthread_attr_t attr;
  710. | pthread_create(&th, 0, start_routine, 0);
  711. | pthread_join(th, 0);
  712. | pthread_attr_init(&attr);
  713. | pthread_cleanup_push(routine, 0);
  714. | pthread_cleanup_pop(0) /* ; */
  715. | ;
  716. | return 0;
  717. | }
  718. configure:8824: result: no
  719. configure:8722: checking whether pthreads work without any flags
  720. configure:8815: gcc -o conftest -g -O2 -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
  721. /tmp/cc1Q1kIy.o: In function `main':
  722. /tmp/buildd/bitcoin-0.9.1/conftest.c:26: undefined reference to `pthread_create'
  723. /tmp/buildd/bitcoin-0.9.1/conftest.c:27: undefined reference to `pthread_join'
  724. /tmp/buildd/bitcoin-0.9.1/conftest.c:29: undefined reference to `__pthread_register_cancel'
  725. /tmp/buildd/bitcoin-0.9.1/conftest.c:30: undefined reference to `__pthread_unregister_cancel'
  726. collect2: error: ld returned 1 exit status
  727. configure:8815: $? = 1
  728. configure: failed program was:
  729. | /* confdefs.h */
  730. | #define PACKAGE_NAME "Bitcoin Core"
  731. | #define PACKAGE_TARNAME "bitcoin"
  732. | #define PACKAGE_VERSION "0.9.1"
  733. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  734. | #define PACKAGE_BUGREPORT "[email protected]"
  735. | #define PACKAGE_URL ""
  736. | #define STDC_HEADERS 1
  737. | #define HAVE_SYS_TYPES_H 1
  738. | #define HAVE_SYS_STAT_H 1
  739. | #define HAVE_STDLIB_H 1
  740. | #define HAVE_STRING_H 1
  741. | #define HAVE_MEMORY_H 1
  742. | #define HAVE_STRINGS_H 1
  743. | #define HAVE_INTTYPES_H 1
  744. | #define HAVE_STDINT_H 1
  745. | #define HAVE_UNISTD_H 1
  746. | /* end confdefs.h. */
  747. | #include <pthread.h>
  748. | static void routine(void *a) { a = 0; }
  749. | static void *start_routine(void *a) { return a; }
  750. | int
  751. | main ()
  752. | {
  753. | pthread_t th; pthread_attr_t attr;
  754. | pthread_create(&th, 0, start_routine, 0);
  755. | pthread_join(th, 0);
  756. | pthread_attr_init(&attr);
  757. | pthread_cleanup_push(routine, 0);
  758. | pthread_cleanup_pop(0) /* ; */
  759. | ;
  760. | return 0;
  761. | }
  762. configure:8824: result: no
  763. configure:8727: checking whether pthreads work with -Kthread
  764. configure:8815: gcc -o conftest -g -O2 -Kthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
  765. gcc: error: unrecognized command line option '-Kthread'
  766. configure:8815: $? = 1
  767. configure: failed program was:
  768. | /* confdefs.h */
  769. | #define PACKAGE_NAME "Bitcoin Core"
  770. | #define PACKAGE_TARNAME "bitcoin"
  771. | #define PACKAGE_VERSION "0.9.1"
  772. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  773. | #define PACKAGE_BUGREPORT "[email protected]"
  774. | #define PACKAGE_URL ""
  775. | #define STDC_HEADERS 1
  776. | #define HAVE_SYS_TYPES_H 1
  777. | #define HAVE_SYS_STAT_H 1
  778. | #define HAVE_STDLIB_H 1
  779. | #define HAVE_STRING_H 1
  780. | #define HAVE_MEMORY_H 1
  781. | #define HAVE_STRINGS_H 1
  782. | #define HAVE_INTTYPES_H 1
  783. | #define HAVE_STDINT_H 1
  784. | #define HAVE_UNISTD_H 1
  785. | /* end confdefs.h. */
  786. | #include <pthread.h>
  787. | static void routine(void *a) { a = 0; }
  788. | static void *start_routine(void *a) { return a; }
  789. | int
  790. | main ()
  791. | {
  792. | pthread_t th; pthread_attr_t attr;
  793. | pthread_create(&th, 0, start_routine, 0);
  794. | pthread_join(th, 0);
  795. | pthread_attr_init(&attr);
  796. | pthread_cleanup_push(routine, 0);
  797. | pthread_cleanup_pop(0) /* ; */
  798. | ;
  799. | return 0;
  800. | }
  801. configure:8824: result: no
  802. configure:8727: checking whether pthreads work with -kthread
  803. configure:8815: gcc -o conftest -g -O2 -kthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
  804. gcc: error: unrecognized command line option '-kthread'
  805. configure:8815: $? = 1
  806. configure: failed program was:
  807. | /* confdefs.h */
  808. | #define PACKAGE_NAME "Bitcoin Core"
  809. | #define PACKAGE_TARNAME "bitcoin"
  810. | #define PACKAGE_VERSION "0.9.1"
  811. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  812. | #define PACKAGE_BUGREPORT "[email protected]"
  813. | #define PACKAGE_URL ""
  814. | #define STDC_HEADERS 1
  815. | #define HAVE_SYS_TYPES_H 1
  816. | #define HAVE_SYS_STAT_H 1
  817. | #define HAVE_STDLIB_H 1
  818. | #define HAVE_STRING_H 1
  819. | #define HAVE_MEMORY_H 1
  820. | #define HAVE_STRINGS_H 1
  821. | #define HAVE_INTTYPES_H 1
  822. | #define HAVE_STDINT_H 1
  823. | #define HAVE_UNISTD_H 1
  824. | /* end confdefs.h. */
  825. | #include <pthread.h>
  826. | static void routine(void *a) { a = 0; }
  827. | static void *start_routine(void *a) { return a; }
  828. | int
  829. | main ()
  830. | {
  831. | pthread_t th; pthread_attr_t attr;
  832. | pthread_create(&th, 0, start_routine, 0);
  833. | pthread_join(th, 0);
  834. | pthread_attr_init(&attr);
  835. | pthread_cleanup_push(routine, 0);
  836. | pthread_cleanup_pop(0) /* ; */
  837. | ;
  838. | return 0;
  839. | }
  840. configure:8824: result: no
  841. configure:8777: checking for the pthreads library -llthread
  842. configure:8815: gcc -o conftest -g -O2 -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c -llthread >&5
  843. /usr/bin/ld: cannot find -llthread
  844. collect2: error: ld returned 1 exit status
  845. configure:8815: $? = 1
  846. configure: failed program was:
  847. | /* confdefs.h */
  848. | #define PACKAGE_NAME "Bitcoin Core"
  849. | #define PACKAGE_TARNAME "bitcoin"
  850. | #define PACKAGE_VERSION "0.9.1"
  851. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  852. | #define PACKAGE_BUGREPORT "[email protected]"
  853. | #define PACKAGE_URL ""
  854. | #define STDC_HEADERS 1
  855. | #define HAVE_SYS_TYPES_H 1
  856. | #define HAVE_SYS_STAT_H 1
  857. | #define HAVE_STDLIB_H 1
  858. | #define HAVE_STRING_H 1
  859. | #define HAVE_MEMORY_H 1
  860. | #define HAVE_STRINGS_H 1
  861. | #define HAVE_INTTYPES_H 1
  862. | #define HAVE_STDINT_H 1
  863. | #define HAVE_UNISTD_H 1
  864. | /* end confdefs.h. */
  865. | #include <pthread.h>
  866. | static void routine(void *a) { a = 0; }
  867. | static void *start_routine(void *a) { return a; }
  868. | int
  869. | main ()
  870. | {
  871. | pthread_t th; pthread_attr_t attr;
  872. | pthread_create(&th, 0, start_routine, 0);
  873. | pthread_join(th, 0);
  874. | pthread_attr_init(&attr);
  875. | pthread_cleanup_push(routine, 0);
  876. | pthread_cleanup_pop(0) /* ; */
  877. | ;
  878. | return 0;
  879. | }
  880. configure:8824: result: no
  881. configure:8727: checking whether pthreads work with -pthread
  882. configure:8815: gcc -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
  883. configure:8815: $? = 0
  884. configure:8824: result: yes
  885. configure:8843: checking for joinable pthread attribute
  886. configure:8858: gcc -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
  887. configure:8858: $? = 0
  888. configure:8864: result: PTHREAD_CREATE_JOINABLE
  889. configure:8874: checking if more special flags are required for pthreads
  890. configure:8889: result: no
  891. configure:8895: checking for PTHREAD_PRIO_INHERIT
  892. configure:8912: gcc -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
  893. configure:8912: $? = 0
  894. configure:8921: result: yes
  895. configure:9032: checking for special C compiler options needed for large files
  896. configure:9077: result: no
  897. configure:9083: checking for _FILE_OFFSET_BITS value needed for large files
  898. configure:9108: 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
  899. conftest.cpp:29:17: error: size of array 'off_t_is_large' is negative
  900. ? 1 : -1];
  901. ^
  902. configure:9108: $? = 1
  903. configure: failed program was:
  904. | /* confdefs.h */
  905. | #define PACKAGE_NAME "Bitcoin Core"
  906. | #define PACKAGE_TARNAME "bitcoin"
  907. | #define PACKAGE_VERSION "0.9.1"
  908. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  909. | #define PACKAGE_BUGREPORT "[email protected]"
  910. | #define PACKAGE_URL ""
  911. | #define STDC_HEADERS 1
  912. | #define HAVE_SYS_TYPES_H 1
  913. | #define HAVE_SYS_STAT_H 1
  914. | #define HAVE_STDLIB_H 1
  915. | #define HAVE_STRING_H 1
  916. | #define HAVE_MEMORY_H 1
  917. | #define HAVE_STRINGS_H 1
  918. | #define HAVE_INTTYPES_H 1
  919. | #define HAVE_STDINT_H 1
  920. | #define HAVE_UNISTD_H 1
  921. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  922. | #define HAVE_PTHREAD 1
  923. | /* end confdefs.h. */
  924. | #include <sys/types.h>
  925. | /* Check that off_t can represent 2**63 - 1 correctly.
  926. | We can't simply define LARGE_OFF_T to be 9223372036854775807,
  927. | since some C++ compilers masquerading as C compilers
  928. | incorrectly reject 9223372036854775807. */
  929. | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
  930. | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  931. | && LARGE_OFF_T % 2147483647 == 1)
  932. | ? 1 : -1];
  933. | int
  934. | main ()
  935. | {
  936. |
  937. | ;
  938. | return 0;
  939. | }
  940. configure:9132: 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
  941. configure:9132: $? = 0
  942. configure:9140: result: 64
  943. configure:9238: checking whether the linker accepts -Wl,--large-address-aware
  944. configure:9257: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -Wl,--large-address-aware conftest.cpp >&5
  945. /usr/bin/ld: unrecognized option '--large-address-aware'
  946. /usr/bin/ld: use the --help option for usage information
  947. collect2: error: ld returned 1 exit status
  948. configure:9257: $? = 1
  949. configure: failed program was:
  950. | /* confdefs.h */
  951. | #define PACKAGE_NAME "Bitcoin Core"
  952. | #define PACKAGE_TARNAME "bitcoin"
  953. | #define PACKAGE_VERSION "0.9.1"
  954. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  955. | #define PACKAGE_BUGREPORT "[email protected]"
  956. | #define PACKAGE_URL ""
  957. | #define STDC_HEADERS 1
  958. | #define HAVE_SYS_TYPES_H 1
  959. | #define HAVE_SYS_STAT_H 1
  960. | #define HAVE_STDLIB_H 1
  961. | #define HAVE_STRING_H 1
  962. | #define HAVE_MEMORY_H 1
  963. | #define HAVE_STRINGS_H 1
  964. | #define HAVE_INTTYPES_H 1
  965. | #define HAVE_STDINT_H 1
  966. | #define HAVE_UNISTD_H 1
  967. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  968. | #define HAVE_PTHREAD 1
  969. | #define _FILE_OFFSET_BITS 64
  970. | /* end confdefs.h. */
  971. |
  972. | int
  973. | main ()
  974. | {
  975. |
  976. | ;
  977. | return 0;
  978. | }
  979. configure:9266: result: no
  980. configure:9276: checking whether C++ compiler accepts -Wstack-protector
  981. configure:9295: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  982. configure:9295: $? = 0
  983. configure:9303: result: yes
  984. configure:9311: checking whether C++ compiler accepts -fstack-protector-all
  985. configure:9330: 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 -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  986. configure:9330: $? = 0
  987. configure:9338: result: yes
  988. configure:9346: checking whether C++ compiler accepts -fPIE
  989. configure:9365: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  990. configure:9365: $? = 0
  991. configure:9373: result: yes
  992. configure:9382: checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2
  993. configure:9401: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 conftest.cpp
  994. configure:9401: $? = 0
  995. configure:9409: result: yes
  996. configure:9413: checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE
  997. configure:9432: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE conftest.cpp
  998. configure:9432: $? = 0
  999. configure:9440: result: yes
  1000. configure:9457: checking whether the linker accepts -Wl,--dynamicbase
  1001. configure:9476: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -Wl,--dynamicbase conftest.cpp >&5
  1002. /usr/bin/ld: unrecognized option '--dynamicbase'
  1003. /usr/bin/ld: use the --help option for usage information
  1004. collect2: error: ld returned 1 exit status
  1005. configure:9476: $? = 1
  1006. configure: failed program was:
  1007. | /* confdefs.h */
  1008. | #define PACKAGE_NAME "Bitcoin Core"
  1009. | #define PACKAGE_TARNAME "bitcoin"
  1010. | #define PACKAGE_VERSION "0.9.1"
  1011. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  1012. | #define PACKAGE_BUGREPORT "[email protected]"
  1013. | #define PACKAGE_URL ""
  1014. | #define STDC_HEADERS 1
  1015. | #define HAVE_SYS_TYPES_H 1
  1016. | #define HAVE_SYS_STAT_H 1
  1017. | #define HAVE_STDLIB_H 1
  1018. | #define HAVE_STRING_H 1
  1019. | #define HAVE_MEMORY_H 1
  1020. | #define HAVE_STRINGS_H 1
  1021. | #define HAVE_INTTYPES_H 1
  1022. | #define HAVE_STDINT_H 1
  1023. | #define HAVE_UNISTD_H 1
  1024. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1025. | #define HAVE_PTHREAD 1
  1026. | #define _FILE_OFFSET_BITS 64
  1027. | /* end confdefs.h. */
  1028. |
  1029. | int
  1030. | main ()
  1031. | {
  1032. |
  1033. | ;
  1034. | return 0;
  1035. | }
  1036. configure:9485: result: no
  1037. configure:9493: checking whether the linker accepts -Wl,--nxcompat
  1038. configure:9512: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -Wl,--nxcompat conftest.cpp >&5
  1039. /usr/bin/ld: unrecognized option '--nxcompat'
  1040. /usr/bin/ld: use the --help option for usage information
  1041. collect2: error: ld returned 1 exit status
  1042. configure:9512: $? = 1
  1043. configure: failed program was:
  1044. | /* confdefs.h */
  1045. | #define PACKAGE_NAME "Bitcoin Core"
  1046. | #define PACKAGE_TARNAME "bitcoin"
  1047. | #define PACKAGE_VERSION "0.9.1"
  1048. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  1049. | #define PACKAGE_BUGREPORT "[email protected]"
  1050. | #define PACKAGE_URL ""
  1051. | #define STDC_HEADERS 1
  1052. | #define HAVE_SYS_TYPES_H 1
  1053. | #define HAVE_SYS_STAT_H 1
  1054. | #define HAVE_STDLIB_H 1
  1055. | #define HAVE_STRING_H 1
  1056. | #define HAVE_MEMORY_H 1
  1057. | #define HAVE_STRINGS_H 1
  1058. | #define HAVE_INTTYPES_H 1
  1059. | #define HAVE_STDINT_H 1
  1060. | #define HAVE_UNISTD_H 1
  1061. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1062. | #define HAVE_PTHREAD 1
  1063. | #define _FILE_OFFSET_BITS 64
  1064. | /* end confdefs.h. */
  1065. |
  1066. | int
  1067. | main ()
  1068. | {
  1069. |
  1070. | ;
  1071. | return 0;
  1072. | }
  1073. configure:9521: result: no
  1074. configure:9529: checking whether the linker accepts -Wl,-z,relro
  1075. configure:9548: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -Wl,-z,relro conftest.cpp >&5
  1076. configure:9548: $? = 0
  1077. configure:9557: result: yes
  1078. configure:9565: checking whether the linker accepts -Wl,-z,now
  1079. configure:9584: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -Wl,-z,now conftest.cpp >&5
  1080. configure:9584: $? = 0
  1081. configure:9593: result: yes
  1082. configure:9604: checking whether the linker accepts -pie
  1083. configure:9623: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -pie conftest.cpp >&5
  1084. configure:9623: $? = 0
  1085. configure:9632: result: yes
  1086. configure:9690: checking stdio.h usability
  1087. configure:9690: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1088. configure:9690: $? = 0
  1089. configure:9690: result: yes
  1090. configure:9690: checking stdio.h presence
  1091. configure:9690: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  1092. configure:9690: $? = 0
  1093. configure:9690: result: yes
  1094. configure:9690: checking for stdio.h
  1095. configure:9690: result: yes
  1096. configure:9690: checking for stdlib.h
  1097. configure:9690: result: yes
  1098. configure:9690: checking for unistd.h
  1099. configure:9690: result: yes
  1100. configure:9690: checking for strings.h
  1101. configure:9690: result: yes
  1102. configure:9690: checking for sys/types.h
  1103. configure:9690: result: yes
  1104. configure:9690: checking for sys/stat.h
  1105. configure:9690: result: yes
  1106. configure:9701: checking for MSG_NOSIGNAL
  1107. configure:9714: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1108. conftest.cpp: In function 'int main()':
  1109. conftest.cpp:32:6: warning: unused variable 'f' [-Wunused-variable]
  1110. int f = MSG_NOSIGNAL;
  1111. ^
  1112. configure:9714: $? = 0
  1113. configure:9715: result: yes
  1114. configure:9743: checking for Berkeley DB C++ headers
  1115. configure:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1116. conftest.cpp:30:33: fatal error: bdb4.8/db_cxx.h: No such file or directory
  1117. #include <bdb4.8/db_cxx.h>
  1118. ^
  1119. compilation terminated.
  1120. configure:9774: $? = 1
  1121. configure: failed program was:
  1122. | /* confdefs.h */
  1123. | #define PACKAGE_NAME "Bitcoin Core"
  1124. | #define PACKAGE_TARNAME "bitcoin"
  1125. | #define PACKAGE_VERSION "0.9.1"
  1126. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  1127. | #define PACKAGE_BUGREPORT "[email protected]"
  1128. | #define PACKAGE_URL ""
  1129. | #define STDC_HEADERS 1
  1130. | #define HAVE_SYS_TYPES_H 1
  1131. | #define HAVE_SYS_STAT_H 1
  1132. | #define HAVE_STDLIB_H 1
  1133. | #define HAVE_STRING_H 1
  1134. | #define HAVE_MEMORY_H 1
  1135. | #define HAVE_STRINGS_H 1
  1136. | #define HAVE_INTTYPES_H 1
  1137. | #define HAVE_STDINT_H 1
  1138. | #define HAVE_UNISTD_H 1
  1139. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1140. | #define HAVE_PTHREAD 1
  1141. | #define _FILE_OFFSET_BITS 64
  1142. | #define HAVE_STDIO_H 1
  1143. | #define HAVE_STDLIB_H 1
  1144. | #define HAVE_UNISTD_H 1
  1145. | #define HAVE_STRINGS_H 1
  1146. | #define HAVE_SYS_TYPES_H 1
  1147. | #define HAVE_SYS_STAT_H 1
  1148. | #define HAVE_MSG_NOSIGNAL 1
  1149. | /* end confdefs.h. */
  1150. |
  1151. | #include <bdb4.8/db_cxx.h>
  1152. |
  1153. | int
  1154. | main ()
  1155. | {
  1156. |
  1157. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1158. | #error "failed to find bdb 4.8+"
  1159. | #endif
  1160. |
  1161. | ;
  1162. | return 0;
  1163. | }
  1164. configure:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1165. conftest.cpp:30:35: fatal error: libdb4.8/db_cxx.h: No such file or directory
  1166. #include <libdb4.8/db_cxx.h>
  1167. ^
  1168. compilation terminated.
  1169. configure:9774: $? = 1
  1170. configure: failed program was:
  1171. | /* confdefs.h */
  1172. | #define PACKAGE_NAME "Bitcoin Core"
  1173. | #define PACKAGE_TARNAME "bitcoin"
  1174. | #define PACKAGE_VERSION "0.9.1"
  1175. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  1176. | #define PACKAGE_BUGREPORT "[email protected]"
  1177. | #define PACKAGE_URL ""
  1178. | #define STDC_HEADERS 1
  1179. | #define HAVE_SYS_TYPES_H 1
  1180. | #define HAVE_SYS_STAT_H 1
  1181. | #define HAVE_STDLIB_H 1
  1182. | #define HAVE_STRING_H 1
  1183. | #define HAVE_MEMORY_H 1
  1184. | #define HAVE_STRINGS_H 1
  1185. | #define HAVE_INTTYPES_H 1
  1186. | #define HAVE_STDINT_H 1
  1187. | #define HAVE_UNISTD_H 1
  1188. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1189. | #define HAVE_PTHREAD 1
  1190. | #define _FILE_OFFSET_BITS 64
  1191. | #define HAVE_STDIO_H 1
  1192. | #define HAVE_STDLIB_H 1
  1193. | #define HAVE_UNISTD_H 1
  1194. | #define HAVE_STRINGS_H 1
  1195. | #define HAVE_SYS_TYPES_H 1
  1196. | #define HAVE_SYS_STAT_H 1
  1197. | #define HAVE_MSG_NOSIGNAL 1
  1198. | /* end confdefs.h. */
  1199. |
  1200. | #include <libdb4.8/db_cxx.h>
  1201. |
  1202. | int
  1203. | main ()
  1204. | {
  1205. |
  1206. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1207. | #error "failed to find bdb 4.8+"
  1208. | #endif
  1209. |
  1210. | ;
  1211. | return 0;
  1212. | }
  1213. configure:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1214. conftest.cpp:30:32: fatal error: db4.8/db_cxx.h: No such file or directory
  1215. #include <db4.8/db_cxx.h>
  1216. ^
  1217. compilation terminated.
  1218. configure:9774: $? = 1
  1219. configure: failed program was:
  1220. | /* confdefs.h */
  1221. | #define PACKAGE_NAME "Bitcoin Core"
  1222. | #define PACKAGE_TARNAME "bitcoin"
  1223. | #define PACKAGE_VERSION "0.9.1"
  1224. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  1225. | #define PACKAGE_BUGREPORT "[email protected]"
  1226. | #define PACKAGE_URL ""
  1227. | #define STDC_HEADERS 1
  1228. | #define HAVE_SYS_TYPES_H 1
  1229. | #define HAVE_SYS_STAT_H 1
  1230. | #define HAVE_STDLIB_H 1
  1231. | #define HAVE_STRING_H 1
  1232. | #define HAVE_MEMORY_H 1
  1233. | #define HAVE_STRINGS_H 1
  1234. | #define HAVE_INTTYPES_H 1
  1235. | #define HAVE_STDINT_H 1
  1236. | #define HAVE_UNISTD_H 1
  1237. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1238. | #define HAVE_PTHREAD 1
  1239. | #define _FILE_OFFSET_BITS 64
  1240. | #define HAVE_STDIO_H 1
  1241. | #define HAVE_STDLIB_H 1
  1242. | #define HAVE_UNISTD_H 1
  1243. | #define HAVE_STRINGS_H 1
  1244. | #define HAVE_SYS_TYPES_H 1
  1245. | #define HAVE_SYS_STAT_H 1
  1246. | #define HAVE_MSG_NOSIGNAL 1
  1247. | /* end confdefs.h. */
  1248. |
  1249. | #include <db4.8/db_cxx.h>
  1250. |
  1251. | int
  1252. | main ()
  1253. | {
  1254. |
  1255. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1256. | #error "failed to find bdb 4.8+"
  1257. | #endif
  1258. |
  1259. | ;
  1260. | return 0;
  1261. | }
  1262. configure:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1263. conftest.cpp:30:32: fatal error: bdb48/db_cxx.h: No such file or directory
  1264. #include <bdb48/db_cxx.h>
  1265. ^
  1266. compilation terminated.
  1267. configure:9774: $? = 1
  1268. configure: failed program was:
  1269. | /* confdefs.h */
  1270. | #define PACKAGE_NAME "Bitcoin Core"
  1271. | #define PACKAGE_TARNAME "bitcoin"
  1272. | #define PACKAGE_VERSION "0.9.1"
  1273. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  1274. | #define PACKAGE_BUGREPORT "[email protected]"
  1275. | #define PACKAGE_URL ""
  1276. | #define STDC_HEADERS 1
  1277. | #define HAVE_SYS_TYPES_H 1
  1278. | #define HAVE_SYS_STAT_H 1
  1279. | #define HAVE_STDLIB_H 1
  1280. | #define HAVE_STRING_H 1
  1281. | #define HAVE_MEMORY_H 1
  1282. | #define HAVE_STRINGS_H 1
  1283. | #define HAVE_INTTYPES_H 1
  1284. | #define HAVE_STDINT_H 1
  1285. | #define HAVE_UNISTD_H 1
  1286. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1287. | #define HAVE_PTHREAD 1
  1288. | #define _FILE_OFFSET_BITS 64
  1289. | #define HAVE_STDIO_H 1
  1290. | #define HAVE_STDLIB_H 1
  1291. | #define HAVE_UNISTD_H 1
  1292. | #define HAVE_STRINGS_H 1
  1293. | #define HAVE_SYS_TYPES_H 1
  1294. | #define HAVE_SYS_STAT_H 1
  1295. | #define HAVE_MSG_NOSIGNAL 1
  1296. | /* end confdefs.h. */
  1297. |
  1298. | #include <bdb48/db_cxx.h>
  1299. |
  1300. | int
  1301. | main ()
  1302. | {
  1303. |
  1304. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1305. | #error "failed to find bdb 4.8+"
  1306. | #endif
  1307. |
  1308. | ;
  1309. | return 0;
  1310. | }
  1311. configure:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1312. conftest.cpp:30:34: fatal error: libdb48/db_cxx.h: No such file or directory
  1313. #include <libdb48/db_cxx.h>
  1314. ^
  1315. compilation terminated.
  1316. configure:9774: $? = 1
  1317. configure: failed program was:
  1318. | /* confdefs.h */
  1319. | #define PACKAGE_NAME "Bitcoin Core"
  1320. | #define PACKAGE_TARNAME "bitcoin"
  1321. | #define PACKAGE_VERSION "0.9.1"
  1322. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  1323. | #define PACKAGE_BUGREPORT "[email protected]"
  1324. | #define PACKAGE_URL ""
  1325. | #define STDC_HEADERS 1
  1326. | #define HAVE_SYS_TYPES_H 1
  1327. | #define HAVE_SYS_STAT_H 1
  1328. | #define HAVE_STDLIB_H 1
  1329. | #define HAVE_STRING_H 1
  1330. | #define HAVE_MEMORY_H 1
  1331. | #define HAVE_STRINGS_H 1
  1332. | #define HAVE_INTTYPES_H 1
  1333. | #define HAVE_STDINT_H 1
  1334. | #define HAVE_UNISTD_H 1
  1335. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1336. | #define HAVE_PTHREAD 1
  1337. | #define _FILE_OFFSET_BITS 64
  1338. | #define HAVE_STDIO_H 1
  1339. | #define HAVE_STDLIB_H 1
  1340. | #define HAVE_UNISTD_H 1
  1341. | #define HAVE_STRINGS_H 1
  1342. | #define HAVE_SYS_TYPES_H 1
  1343. | #define HAVE_SYS_STAT_H 1
  1344. | #define HAVE_MSG_NOSIGNAL 1
  1345. | /* end confdefs.h. */
  1346. |
  1347. | #include <libdb48/db_cxx.h>
  1348. |
  1349. | int
  1350. | main ()
  1351. | {
  1352. |
  1353. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1354. | #error "failed to find bdb 4.8+"
  1355. | #endif
  1356. |
  1357. | ;
  1358. | return 0;
  1359. | }
  1360. configure:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1361. conftest.cpp:30:31: fatal error: db48/db_cxx.h: No such file or directory
  1362. #include <db48/db_cxx.h>
  1363. ^
  1364. compilation terminated.
  1365. configure:9774: $? = 1
  1366. configure: failed program was:
  1367. | /* confdefs.h */
  1368. | #define PACKAGE_NAME "Bitcoin Core"
  1369. | #define PACKAGE_TARNAME "bitcoin"
  1370. | #define PACKAGE_VERSION "0.9.1"
  1371. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  1372. | #define PACKAGE_BUGREPORT "[email protected]"
  1373. | #define PACKAGE_URL ""
  1374. | #define STDC_HEADERS 1
  1375. | #define HAVE_SYS_TYPES_H 1
  1376. | #define HAVE_SYS_STAT_H 1
  1377. | #define HAVE_STDLIB_H 1
  1378. | #define HAVE_STRING_H 1
  1379. | #define HAVE_MEMORY_H 1
  1380. | #define HAVE_STRINGS_H 1
  1381. | #define HAVE_INTTYPES_H 1
  1382. | #define HAVE_STDINT_H 1
  1383. | #define HAVE_UNISTD_H 1
  1384. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1385. | #define HAVE_PTHREAD 1
  1386. | #define _FILE_OFFSET_BITS 64
  1387. | #define HAVE_STDIO_H 1
  1388. | #define HAVE_STDLIB_H 1
  1389. | #define HAVE_UNISTD_H 1
  1390. | #define HAVE_STRINGS_H 1
  1391. | #define HAVE_SYS_TYPES_H 1
  1392. | #define HAVE_SYS_STAT_H 1
  1393. | #define HAVE_MSG_NOSIGNAL 1
  1394. | /* end confdefs.h. */
  1395. |
  1396. | #include <db48/db_cxx.h>
  1397. |
  1398. | int
  1399. | main ()
  1400. | {
  1401. |
  1402. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1403. | #error "failed to find bdb 4.8+"
  1404. | #endif
  1405. |
  1406. | ;
  1407. | return 0;
  1408. | }
  1409. configure:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1410. conftest.cpp:30:31: fatal error: bdb4/db_cxx.h: No such file or directory
  1411. #include <bdb4/db_cxx.h>
  1412. ^
  1413. compilation terminated.
  1414. configure:9774: $? = 1
  1415. configure: failed program was:
  1416. | /* confdefs.h */
  1417. | #define PACKAGE_NAME "Bitcoin Core"
  1418. | #define PACKAGE_TARNAME "bitcoin"
  1419. | #define PACKAGE_VERSION "0.9.1"
  1420. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  1421. | #define PACKAGE_BUGREPORT "[email protected]"
  1422. | #define PACKAGE_URL ""
  1423. | #define STDC_HEADERS 1
  1424. | #define HAVE_SYS_TYPES_H 1
  1425. | #define HAVE_SYS_STAT_H 1
  1426. | #define HAVE_STDLIB_H 1
  1427. | #define HAVE_STRING_H 1
  1428. | #define HAVE_MEMORY_H 1
  1429. | #define HAVE_STRINGS_H 1
  1430. | #define HAVE_INTTYPES_H 1
  1431. | #define HAVE_STDINT_H 1
  1432. | #define HAVE_UNISTD_H 1
  1433. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1434. | #define HAVE_PTHREAD 1
  1435. | #define _FILE_OFFSET_BITS 64
  1436. | #define HAVE_STDIO_H 1
  1437. | #define HAVE_STDLIB_H 1
  1438. | #define HAVE_UNISTD_H 1
  1439. | #define HAVE_STRINGS_H 1
  1440. | #define HAVE_SYS_TYPES_H 1
  1441. | #define HAVE_SYS_STAT_H 1
  1442. | #define HAVE_MSG_NOSIGNAL 1
  1443. | /* end confdefs.h. */
  1444. |
  1445. | #include <bdb4/db_cxx.h>
  1446. |
  1447. | int
  1448. | main ()
  1449. | {
  1450. |
  1451. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1452. | #error "failed to find bdb 4.8+"
  1453. | #endif
  1454. |
  1455. | ;
  1456. | return 0;
  1457. | }
  1458. configure:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1459. conftest.cpp:30:33: fatal error: libdb4/db_cxx.h: No such file or directory
  1460. #include <libdb4/db_cxx.h>
  1461. ^
  1462. compilation terminated.
  1463. configure:9774: $? = 1
  1464. configure: failed program was:
  1465. | /* confdefs.h */
  1466. | #define PACKAGE_NAME "Bitcoin Core"
  1467. | #define PACKAGE_TARNAME "bitcoin"
  1468. | #define PACKAGE_VERSION "0.9.1"
  1469. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  1470. | #define PACKAGE_BUGREPORT "[email protected]"
  1471. | #define PACKAGE_URL ""
  1472. | #define STDC_HEADERS 1
  1473. | #define HAVE_SYS_TYPES_H 1
  1474. | #define HAVE_SYS_STAT_H 1
  1475. | #define HAVE_STDLIB_H 1
  1476. | #define HAVE_STRING_H 1
  1477. | #define HAVE_MEMORY_H 1
  1478. | #define HAVE_STRINGS_H 1
  1479. | #define HAVE_INTTYPES_H 1
  1480. | #define HAVE_STDINT_H 1
  1481. | #define HAVE_UNISTD_H 1
  1482. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1483. | #define HAVE_PTHREAD 1
  1484. | #define _FILE_OFFSET_BITS 64
  1485. | #define HAVE_STDIO_H 1
  1486. | #define HAVE_STDLIB_H 1
  1487. | #define HAVE_UNISTD_H 1
  1488. | #define HAVE_STRINGS_H 1
  1489. | #define HAVE_SYS_TYPES_H 1
  1490. | #define HAVE_SYS_STAT_H 1
  1491. | #define HAVE_MSG_NOSIGNAL 1
  1492. | /* end confdefs.h. */
  1493. |
  1494. | #include <libdb4/db_cxx.h>
  1495. |
  1496. | int
  1497. | main ()
  1498. | {
  1499. |
  1500. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1501. | #error "failed to find bdb 4.8+"
  1502. | #endif
  1503. |
  1504. | ;
  1505. | return 0;
  1506. | }
  1507. configure:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1508. conftest.cpp:30:30: fatal error: db4/db_cxx.h: No such file or directory
  1509. #include <db4/db_cxx.h>
  1510. ^
  1511. compilation terminated.
  1512. configure:9774: $? = 1
  1513. configure: failed program was:
  1514. | /* confdefs.h */
  1515. | #define PACKAGE_NAME "Bitcoin Core"
  1516. | #define PACKAGE_TARNAME "bitcoin"
  1517. | #define PACKAGE_VERSION "0.9.1"
  1518. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  1519. | #define PACKAGE_BUGREPORT "[email protected]"
  1520. | #define PACKAGE_URL ""
  1521. | #define STDC_HEADERS 1
  1522. | #define HAVE_SYS_TYPES_H 1
  1523. | #define HAVE_SYS_STAT_H 1
  1524. | #define HAVE_STDLIB_H 1
  1525. | #define HAVE_STRING_H 1
  1526. | #define HAVE_MEMORY_H 1
  1527. | #define HAVE_STRINGS_H 1
  1528. | #define HAVE_INTTYPES_H 1
  1529. | #define HAVE_STDINT_H 1
  1530. | #define HAVE_UNISTD_H 1
  1531. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1532. | #define HAVE_PTHREAD 1
  1533. | #define _FILE_OFFSET_BITS 64
  1534. | #define HAVE_STDIO_H 1
  1535. | #define HAVE_STDLIB_H 1
  1536. | #define HAVE_UNISTD_H 1
  1537. | #define HAVE_STRINGS_H 1
  1538. | #define HAVE_SYS_TYPES_H 1
  1539. | #define HAVE_SYS_STAT_H 1
  1540. | #define HAVE_MSG_NOSIGNAL 1
  1541. | /* end confdefs.h. */
  1542. |
  1543. | #include <db4/db_cxx.h>
  1544. |
  1545. | int
  1546. | main ()
  1547. | {
  1548. |
  1549. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1550. | #error "failed to find bdb 4.8+"
  1551. | #endif
  1552. |
  1553. | ;
  1554. | return 0;
  1555. | }
  1556. configure:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1557. conftest.cpp:30:31: fatal error: bdb5/db_cxx.h: No such file or directory
  1558. #include <bdb5/db_cxx.h>
  1559. ^
  1560. compilation terminated.
  1561. configure:9774: $? = 1
  1562. configure: failed program was:
  1563. | /* confdefs.h */
  1564. | #define PACKAGE_NAME "Bitcoin Core"
  1565. | #define PACKAGE_TARNAME "bitcoin"
  1566. | #define PACKAGE_VERSION "0.9.1"
  1567. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  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 _FILE_OFFSET_BITS 64
  1583. | #define HAVE_STDIO_H 1
  1584. | #define HAVE_STDLIB_H 1
  1585. | #define HAVE_UNISTD_H 1
  1586. | #define HAVE_STRINGS_H 1
  1587. | #define HAVE_SYS_TYPES_H 1
  1588. | #define HAVE_SYS_STAT_H 1
  1589. | #define HAVE_MSG_NOSIGNAL 1
  1590. | /* end confdefs.h. */
  1591. |
  1592. | #include <bdb5/db_cxx.h>
  1593. |
  1594. | int
  1595. | main ()
  1596. | {
  1597. |
  1598. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1599. | #error "failed to find bdb 4.8+"
  1600. | #endif
  1601. |
  1602. | ;
  1603. | return 0;
  1604. | }
  1605. configure:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1606. conftest.cpp:30:33: fatal error: libdb5/db_cxx.h: No such file or directory
  1607. #include <libdb5/db_cxx.h>
  1608. ^
  1609. compilation terminated.
  1610. configure:9774: $? = 1
  1611. configure: failed program was:
  1612. | /* confdefs.h */
  1613. | #define PACKAGE_NAME "Bitcoin Core"
  1614. | #define PACKAGE_TARNAME "bitcoin"
  1615. | #define PACKAGE_VERSION "0.9.1"
  1616. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  1617. | #define PACKAGE_BUGREPORT "[email protected]"
  1618. | #define PACKAGE_URL ""
  1619. | #define STDC_HEADERS 1
  1620. | #define HAVE_SYS_TYPES_H 1
  1621. | #define HAVE_SYS_STAT_H 1
  1622. | #define HAVE_STDLIB_H 1
  1623. | #define HAVE_STRING_H 1
  1624. | #define HAVE_MEMORY_H 1
  1625. | #define HAVE_STRINGS_H 1
  1626. | #define HAVE_INTTYPES_H 1
  1627. | #define HAVE_STDINT_H 1
  1628. | #define HAVE_UNISTD_H 1
  1629. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1630. | #define HAVE_PTHREAD 1
  1631. | #define _FILE_OFFSET_BITS 64
  1632. | #define HAVE_STDIO_H 1
  1633. | #define HAVE_STDLIB_H 1
  1634. | #define HAVE_UNISTD_H 1
  1635. | #define HAVE_STRINGS_H 1
  1636. | #define HAVE_SYS_TYPES_H 1
  1637. | #define HAVE_SYS_STAT_H 1
  1638. | #define HAVE_MSG_NOSIGNAL 1
  1639. | /* end confdefs.h. */
  1640. |
  1641. | #include <libdb5/db_cxx.h>
  1642. |
  1643. | int
  1644. | main ()
  1645. | {
  1646. |
  1647. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1648. | #error "failed to find bdb 4.8+"
  1649. | #endif
  1650. |
  1651. | ;
  1652. | return 0;
  1653. | }
  1654. configure:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1655. conftest.cpp:30:30: fatal error: db5/db_cxx.h: No such file or directory
  1656. #include <db5/db_cxx.h>
  1657. ^
  1658. compilation terminated.
  1659. configure:9774: $? = 1
  1660. configure: failed program was:
  1661. | /* confdefs.h */
  1662. | #define PACKAGE_NAME "Bitcoin Core"
  1663. | #define PACKAGE_TARNAME "bitcoin"
  1664. | #define PACKAGE_VERSION "0.9.1"
  1665. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  1666. | #define PACKAGE_BUGREPORT "[email protected]"
  1667. | #define PACKAGE_URL ""
  1668. | #define STDC_HEADERS 1
  1669. | #define HAVE_SYS_TYPES_H 1
  1670. | #define HAVE_SYS_STAT_H 1
  1671. | #define HAVE_STDLIB_H 1
  1672. | #define HAVE_STRING_H 1
  1673. | #define HAVE_MEMORY_H 1
  1674. | #define HAVE_STRINGS_H 1
  1675. | #define HAVE_INTTYPES_H 1
  1676. | #define HAVE_STDINT_H 1
  1677. | #define HAVE_UNISTD_H 1
  1678. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1679. | #define HAVE_PTHREAD 1
  1680. | #define _FILE_OFFSET_BITS 64
  1681. | #define HAVE_STDIO_H 1
  1682. | #define HAVE_STDLIB_H 1
  1683. | #define HAVE_UNISTD_H 1
  1684. | #define HAVE_STRINGS_H 1
  1685. | #define HAVE_SYS_TYPES_H 1
  1686. | #define HAVE_SYS_STAT_H 1
  1687. | #define HAVE_MSG_NOSIGNAL 1
  1688. | /* end confdefs.h. */
  1689. |
  1690. | #include <db5/db_cxx.h>
  1691. |
  1692. | int
  1693. | main ()
  1694. | {
  1695. |
  1696. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1697. | #error "failed to find bdb 4.8+"
  1698. | #endif
  1699. |
  1700. | ;
  1701. | return 0;
  1702. | }
  1703. configure:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1704. conftest.cpp:30:30: fatal error: bdb/db_cxx.h: No such file or directory
  1705. #include <bdb/db_cxx.h>
  1706. ^
  1707. compilation terminated.
  1708. configure:9774: $? = 1
  1709. configure: failed program was:
  1710. | /* confdefs.h */
  1711. | #define PACKAGE_NAME "Bitcoin Core"
  1712. | #define PACKAGE_TARNAME "bitcoin"
  1713. | #define PACKAGE_VERSION "0.9.1"
  1714. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  1715. | #define PACKAGE_BUGREPORT "[email protected]"
  1716. | #define PACKAGE_URL ""
  1717. | #define STDC_HEADERS 1
  1718. | #define HAVE_SYS_TYPES_H 1
  1719. | #define HAVE_SYS_STAT_H 1
  1720. | #define HAVE_STDLIB_H 1
  1721. | #define HAVE_STRING_H 1
  1722. | #define HAVE_MEMORY_H 1
  1723. | #define HAVE_STRINGS_H 1
  1724. | #define HAVE_INTTYPES_H 1
  1725. | #define HAVE_STDINT_H 1
  1726. | #define HAVE_UNISTD_H 1
  1727. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1728. | #define HAVE_PTHREAD 1
  1729. | #define _FILE_OFFSET_BITS 64
  1730. | #define HAVE_STDIO_H 1
  1731. | #define HAVE_STDLIB_H 1
  1732. | #define HAVE_UNISTD_H 1
  1733. | #define HAVE_STRINGS_H 1
  1734. | #define HAVE_SYS_TYPES_H 1
  1735. | #define HAVE_SYS_STAT_H 1
  1736. | #define HAVE_MSG_NOSIGNAL 1
  1737. | /* end confdefs.h. */
  1738. |
  1739. | #include <bdb/db_cxx.h>
  1740. |
  1741. | int
  1742. | main ()
  1743. | {
  1744. |
  1745. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1746. | #error "failed to find bdb 4.8+"
  1747. | #endif
  1748. |
  1749. | ;
  1750. | return 0;
  1751. | }
  1752. configure:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1753. conftest.cpp:30:32: fatal error: libdb/db_cxx.h: No such file or directory
  1754. #include <libdb/db_cxx.h>
  1755. ^
  1756. compilation terminated.
  1757. configure:9774: $? = 1
  1758. configure: failed program was:
  1759. | /* confdefs.h */
  1760. | #define PACKAGE_NAME "Bitcoin Core"
  1761. | #define PACKAGE_TARNAME "bitcoin"
  1762. | #define PACKAGE_VERSION "0.9.1"
  1763. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  1764. | #define PACKAGE_BUGREPORT "[email protected]"
  1765. | #define PACKAGE_URL ""
  1766. | #define STDC_HEADERS 1
  1767. | #define HAVE_SYS_TYPES_H 1
  1768. | #define HAVE_SYS_STAT_H 1
  1769. | #define HAVE_STDLIB_H 1
  1770. | #define HAVE_STRING_H 1
  1771. | #define HAVE_MEMORY_H 1
  1772. | #define HAVE_STRINGS_H 1
  1773. | #define HAVE_INTTYPES_H 1
  1774. | #define HAVE_STDINT_H 1
  1775. | #define HAVE_UNISTD_H 1
  1776. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1777. | #define HAVE_PTHREAD 1
  1778. | #define _FILE_OFFSET_BITS 64
  1779. | #define HAVE_STDIO_H 1
  1780. | #define HAVE_STDLIB_H 1
  1781. | #define HAVE_UNISTD_H 1
  1782. | #define HAVE_STRINGS_H 1
  1783. | #define HAVE_SYS_TYPES_H 1
  1784. | #define HAVE_SYS_STAT_H 1
  1785. | #define HAVE_MSG_NOSIGNAL 1
  1786. | /* end confdefs.h. */
  1787. |
  1788. | #include <libdb/db_cxx.h>
  1789. |
  1790. | int
  1791. | main ()
  1792. | {
  1793. |
  1794. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1795. | #error "failed to find bdb 4.8+"
  1796. | #endif
  1797. |
  1798. | ;
  1799. | return 0;
  1800. | }
  1801. configure:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1802. conftest.cpp:30:29: fatal error: db/db_cxx.h: No such file or directory
  1803. #include <db/db_cxx.h>
  1804. ^
  1805. compilation terminated.
  1806. configure:9774: $? = 1
  1807. configure: failed program was:
  1808. | /* confdefs.h */
  1809. | #define PACKAGE_NAME "Bitcoin Core"
  1810. | #define PACKAGE_TARNAME "bitcoin"
  1811. | #define PACKAGE_VERSION "0.9.1"
  1812. | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  1813. | #define PACKAGE_BUGREPORT "[email protected]"
  1814. | #define PACKAGE_URL ""
  1815. | #define STDC_HEADERS 1
  1816. | #define HAVE_SYS_TYPES_H 1
  1817. | #define HAVE_SYS_STAT_H 1
  1818. | #define HAVE_STDLIB_H 1
  1819. | #define HAVE_STRING_H 1
  1820. | #define HAVE_MEMORY_H 1
  1821. | #define HAVE_STRINGS_H 1
  1822. | #define HAVE_INTTYPES_H 1
  1823. | #define HAVE_STDINT_H 1
  1824. | #define HAVE_UNISTD_H 1
  1825. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1826. | #define HAVE_PTHREAD 1
  1827. | #define _FILE_OFFSET_BITS 64
  1828. | #define HAVE_STDIO_H 1
  1829. | #define HAVE_STDLIB_H 1
  1830. | #define HAVE_UNISTD_H 1
  1831. | #define HAVE_STRINGS_H 1
  1832. | #define HAVE_SYS_TYPES_H 1
  1833. | #define HAVE_SYS_STAT_H 1
  1834. | #define HAVE_MSG_NOSIGNAL 1
  1835. | /* end confdefs.h. */
  1836. |
  1837. | #include <db/db_cxx.h>
  1838. |
  1839. | int
  1840. | main ()
  1841. | {
  1842. |
  1843. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1844. | #error "failed to find bdb 4.8+"
  1845. | #endif
  1846. |
  1847. | ;
  1848. | return 0;
  1849. | }
  1850. configure:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1851. configure:9774: $? = 0
  1852. configure:9803: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1853. configure:9803: $? = 0
  1854. configure:9846: result: default
  1855. configure:9865: checking for main in -ldb_cxx-4.8
  1856. configure:9884: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -pie conftest.cpp -ldb_cxx-4.8 >&5
  1857. configure:9884: $? = 0
  1858. configure:9894: result: yes
  1859. configure:9915: checking miniupnpc/miniwget.h usability
  1860. configure:9915: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1861. configure:9915: $? = 0
  1862. configure:9915: result: yes
  1863. configure:9915: checking miniupnpc/miniwget.h presence
  1864. configure:9915: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  1865. configure:9915: $? = 0
  1866. configure:9915: result: yes
  1867. configure:9915: checking for miniupnpc/miniwget.h
  1868. configure:9915: result: yes
  1869. configure:9920: checking for main in -lminiupnpc
  1870. configure:9939: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -pie conftest.cpp -lminiupnpc >&5
  1871. configure:9939: $? = 0
  1872. configure:9948: result: yes
  1873. configure:9915: checking miniupnpc/miniupnpc.h usability
  1874. configure:9915: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1875. configure:9915: $? = 0
  1876. configure:9915: result: yes
  1877. configure:9915: checking miniupnpc/miniupnpc.h presence
  1878. configure:9915: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  1879. configure:9915: $? = 0
  1880. configure:9915: result: yes
  1881. configure:9915: checking for miniupnpc/miniupnpc.h
  1882. configure:9915: result: yes
  1883. configure:9920: checking for main in -lminiupnpc
  1884. configure:9948: result: yes
  1885. configure:9915: checking miniupnpc/upnpcommands.h usability
  1886. configure:9915: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1887. configure:9915: $? = 0
  1888. configure:9915: result: yes
  1889. configure:9915: checking miniupnpc/upnpcommands.h presence
  1890. configure:9915: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  1891. configure:9915: $? = 0
  1892. configure:9915: result: yes
  1893. configure:9915: checking for miniupnpc/upnpcommands.h
  1894. configure:9915: result: yes
  1895. configure:9920: checking for main in -lminiupnpc
  1896. configure:9948: result: yes
  1897. configure:9915: checking miniupnpc/upnperrors.h usability
  1898. configure:9915: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1899. configure:9915: $? = 0
  1900. configure:9915: result: yes
  1901. configure:9915: checking miniupnpc/upnperrors.h presence
  1902. configure:9915: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  1903. configure:9915: $? = 0
  1904. configure:9915: result: yes
  1905. configure:9915: checking for miniupnpc/upnperrors.h
  1906. configure:9915: result: yes
  1907. configure:9920: checking for main in -lminiupnpc
  1908. configure:9948: result: yes
  1909. configure:10018: checking for boostlib >= 1.20.0
  1910. configure:10092: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/usr/include conftest.cpp >&5
  1911. configure:10092: $? = 0
  1912. configure:10094: result: yes
  1913. configure:10278: checking whether the Boost::System library is available
  1914. configure:10302: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/usr/include conftest.cpp >&5
  1915. conftest.cpp: In function 'int main()':
  1916. conftest.cpp:43:3: warning: statement is a reference, not call, to function 'boost::system::system_category' [-Waddress]
  1917. ;
  1918. ^
  1919. conftest.cpp:43:3: warning: statement has no effect [-Wunused-value]
  1920. configure:10302: $? = 0
  1921. configure:10317: result: yes
  1922. configure:10476: error: Could not find a version of the library!
  1923.  
  1924. ## ---------------- ##
  1925. ## Cache variables. ##
  1926. ## ---------------- ##
  1927.  
  1928. ac_cv_build=i686-pc-linux-gnu
  1929. ac_cv_c_bigendian=no
  1930. ac_cv_c_compiler_gnu=yes
  1931. ac_cv_cxx_compiler_gnu=yes
  1932. ac_cv_env_CCC_set=
  1933. ac_cv_env_CCC_value=
  1934. ac_cv_env_CC_set=
  1935. ac_cv_env_CC_value=
  1936. ac_cv_env_CFLAGS_set=
  1937. ac_cv_env_CFLAGS_value=
  1938. ac_cv_env_CPPFLAGS_set=
  1939. ac_cv_env_CPPFLAGS_value=
  1940. ac_cv_env_CPP_set=
  1941. ac_cv_env_CPP_value=
  1942. ac_cv_env_CRYPTO_CFLAGS_set=
  1943. ac_cv_env_CRYPTO_CFLAGS_value=
  1944. ac_cv_env_CRYPTO_LIBS_set=
  1945. ac_cv_env_CRYPTO_LIBS_value=
  1946. ac_cv_env_CXXCPP_set=
  1947. ac_cv_env_CXXCPP_value=
  1948. ac_cv_env_CXXFLAGS_set=
  1949. ac_cv_env_CXXFLAGS_value=
  1950. ac_cv_env_CXX_set=
  1951. ac_cv_env_CXX_value=
  1952. ac_cv_env_LDFLAGS_set=
  1953. ac_cv_env_LDFLAGS_value=
  1954. ac_cv_env_LIBS_set=
  1955. ac_cv_env_LIBS_value=
  1956. ac_cv_env_OBJCFLAGS_set=
  1957. ac_cv_env_OBJCFLAGS_value=
  1958. ac_cv_env_OBJCXXFLAGS_set=
  1959. ac_cv_env_OBJCXXFLAGS_value=
  1960. ac_cv_env_OBJCXX_set=
  1961. ac_cv_env_OBJCXX_value=
  1962. ac_cv_env_OBJC_set=
  1963. ac_cv_env_OBJC_value=
  1964. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  1965. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  1966. ac_cv_env_PKG_CONFIG_PATH_set=
  1967. ac_cv_env_PKG_CONFIG_PATH_value=
  1968. ac_cv_env_PKG_CONFIG_set=
  1969. ac_cv_env_PKG_CONFIG_value=
  1970. ac_cv_env_PROTOBUF_CFLAGS_set=
  1971. ac_cv_env_PROTOBUF_CFLAGS_value=
  1972. ac_cv_env_PROTOBUF_LIBS_set=
  1973. ac_cv_env_PROTOBUF_LIBS_value=
  1974. ac_cv_env_QR_CFLAGS_set=
  1975. ac_cv_env_QR_CFLAGS_value=
  1976. ac_cv_env_QR_LIBS_set=
  1977. ac_cv_env_QR_LIBS_value=
  1978. ac_cv_env_QT_CFLAGS_set=
  1979. ac_cv_env_QT_CFLAGS_value=
  1980. ac_cv_env_QT_DBUS_CFLAGS_set=
  1981. ac_cv_env_QT_DBUS_CFLAGS_value=
  1982. ac_cv_env_QT_DBUS_LIBS_set=
  1983. ac_cv_env_QT_DBUS_LIBS_value=
  1984. ac_cv_env_QT_LIBS_set=
  1985. ac_cv_env_QT_LIBS_value=
  1986. ac_cv_env_QT_TEST_CFLAGS_set=
  1987. ac_cv_env_QT_TEST_CFLAGS_value=
  1988. ac_cv_env_QT_TEST_LIBS_set=
  1989. ac_cv_env_QT_TEST_LIBS_value=
  1990. ac_cv_env_SSL_CFLAGS_set=
  1991. ac_cv_env_SSL_CFLAGS_value=
  1992. ac_cv_env_SSL_LIBS_set=
  1993. ac_cv_env_SSL_LIBS_value=
  1994. ac_cv_env_build_alias_set=
  1995. ac_cv_env_build_alias_value=
  1996. ac_cv_env_host_alias_set=
  1997. ac_cv_env_host_alias_value=
  1998. ac_cv_env_target_alias_set=
  1999. ac_cv_env_target_alias_value=
  2000. ac_cv_header_inttypes_h=yes
  2001. ac_cv_header_memory_h=yes
  2002. ac_cv_header_miniupnpc_miniupnpc_h=yes
  2003. ac_cv_header_miniupnpc_miniwget_h=yes
  2004. ac_cv_header_miniupnpc_upnpcommands_h=yes
  2005. ac_cv_header_miniupnpc_upnperrors_h=yes
  2006. ac_cv_header_stdc=yes
  2007. ac_cv_header_stdint_h=yes
  2008. ac_cv_header_stdio_h=yes
  2009. ac_cv_header_stdlib_h=yes
  2010. ac_cv_header_string_h=yes
  2011. ac_cv_header_strings_h=yes
  2012. ac_cv_header_sys_stat_h=yes
  2013. ac_cv_header_sys_types_h=yes
  2014. ac_cv_header_unistd_h=yes
  2015. ac_cv_host=i686-pc-linux-gnu
  2016. ac_cv_lib_db_cxx_4_8___main=yes
  2017. ac_cv_lib_miniupnpc_main=yes
  2018. ac_cv_objc_compiler_gnu=no
  2019. ac_cv_objcxx_compiler_gnu=no
  2020. ac_cv_objext=o
  2021. ac_cv_path_EGREP='/bin/grep -E'
  2022. ac_cv_path_GREP=/bin/grep
  2023. ac_cv_path_HEXDUMP=/usr/bin/hexdump
  2024. ac_cv_path_SED=/bin/sed
  2025. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  2026. ac_cv_path_ac_pt_AR=/usr/bin/ar
  2027. ac_cv_path_ac_pt_GCOV=/usr/bin/gcov
  2028. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  2029. ac_cv_path_ac_pt_RANLIB=/usr/bin/ranlib
  2030. ac_cv_path_ac_pt_STRIP=/usr/bin/strip
  2031. ac_cv_path_install='/usr/bin/install -c'
  2032. ac_cv_path_mkdir=/bin/mkdir
  2033. ac_cv_prog_AWK=mawk
  2034. ac_cv_prog_CPP='gcc -E'
  2035. ac_cv_prog_CXXCPP='g++ -E'
  2036. ac_cv_prog_ac_ct_CC=gcc
  2037. ac_cv_prog_ac_ct_CXX=g++
  2038. ac_cv_prog_ac_ct_OBJC=gcc
  2039. ac_cv_prog_ac_ct_OBJCXX=g++
  2040. ac_cv_prog_cc_c89=
  2041. ac_cv_prog_cc_g=yes
  2042. ac_cv_prog_cxx_g=yes
  2043. ac_cv_prog_make_make_set=yes
  2044. ac_cv_prog_objc_g=no
  2045. ac_cv_prog_objcxx_g=no
  2046. ac_cv_sys_file_offset_bits=64
  2047. ac_cv_sys_largefile_CC=no
  2048. am_cv_CC_dependencies_compiler_type=gcc3
  2049. am_cv_CXX_dependencies_compiler_type=gcc3
  2050. am_cv_OBJCXX_dependencies_compiler_type=gcc3
  2051. am_cv_OBJC_dependencies_compiler_type=gcc3
  2052. am_cv_make_support_nested_variables=yes
  2053. am_cv_prog_cc_c_o=yes
  2054. ax_cv_PTHREAD_PRIO_INHERIT=yes
  2055. ax_cv_boost_system=yes
  2056. ax_cv_check_cxxcppflags___D_FORTIFY_SOURCE_2=yes
  2057. ax_cv_check_cxxcppflags___U_FORTIFY_SOURCE=yes
  2058. ax_cv_check_cxxflags___Wstack_protector=yes
  2059. ax_cv_check_cxxflags___fPIE=yes
  2060. ax_cv_check_cxxflags___fstack_protector_all=yes
  2061. ax_cv_check_ldflags___Wl___dynamicbase=no
  2062. ax_cv_check_ldflags___Wl___large_address_aware=no
  2063. ax_cv_check_ldflags___Wl___nxcompat=no
  2064. ax_cv_check_ldflags___Wl__z_now=yes
  2065. ax_cv_check_ldflags___Wl__z_relro=yes
  2066. ax_cv_check_ldflags___pie=yes
  2067.  
  2068. ## ----------------- ##
  2069. ## Output variables. ##
  2070. ## ----------------- ##
  2071.  
  2072. ACLOCAL='${SHELL} /tmp/buildd/bitcoin-0.9.1/src/build-aux/missing aclocal-1.14'
  2073. AMDEPBACKSLASH='\'
  2074. AMDEP_FALSE='#'
  2075. AMDEP_TRUE=''
  2076. AMTAR='$${TAR-tar}'
  2077. AM_BACKSLASH='\'
  2078. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  2079. AM_DEFAULT_VERBOSITY='0'
  2080. AM_V='$(V)'
  2081. AR='/usr/bin/ar'
  2082. AUTOCONF='${SHELL} /tmp/buildd/bitcoin-0.9.1/src/build-aux/missing autoconf'
  2083. AUTOHEADER='${SHELL} /tmp/buildd/bitcoin-0.9.1/src/build-aux/missing autoheader'
  2084. AUTOMAKE='${SHELL} /tmp/buildd/bitcoin-0.9.1/src/build-aux/missing automake-1.14'
  2085. AWK='mawk'
  2086. BDB_CPPFLAGS=''
  2087. BDB_LIBS='-ldb_cxx-4.8'
  2088. BOOST_CHRONO_LIB=''
  2089. BOOST_CPPFLAGS='-I/usr/include'
  2090. BOOST_FILESYSTEM_LIB=''
  2091. BOOST_LDFLAGS='-L/usr/lib'
  2092. BOOST_LIBS=''
  2093. BOOST_PROGRAM_OPTIONS_LIB=''
  2094. BOOST_SYSTEM_LIB=''
  2095. BOOST_THREAD_LIB=''
  2096. BOOST_UNIT_TEST_FRAMEWORK_LIB=''
  2097. BREW=''
  2098. BUILD_BITCOIND_FALSE=''
  2099. BUILD_BITCOIND_TRUE=''
  2100. BUILD_BITCOIN_CLI_FALSE=''
  2101. BUILD_BITCOIN_CLI_TRUE=''
  2102. BUILD_QT=''
  2103. BUILD_TEST=''
  2104. BUILD_TEST_QT=''
  2105. CC='gcc'
  2106. CCACHE=''
  2107. CCDEPMODE='depmode=gcc3'
  2108. CFLAGS='-g -O2'
  2109. CLIENT_VERSION_BUILD=''
  2110. CLIENT_VERSION_IS_RELEASE=''
  2111. CLIENT_VERSION_MAJOR=''
  2112. CLIENT_VERSION_MINOR=''
  2113. CLIENT_VERSION_REVISION=''
  2114. COMPARISON_TOOL_REORG_TESTS='0'
  2115. COPYRIGHT_YEAR=''
  2116. CPP='gcc -E'
  2117. CPPFLAGS=' -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/usr/include'
  2118. CRYPTO_CFLAGS=''
  2119. CRYPTO_LIBS=''
  2120. CXX='g++'
  2121. CXXCPP='g++ -E'
  2122. CXXDEPMODE='depmode=gcc3'
  2123. CXXFLAGS='-g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE'
  2124. CYGPATH_W='echo'
  2125. DEFS=''
  2126. DEPDIR='.deps'
  2127. ECHO_C=''
  2128. ECHO_N='-n'
  2129. ECHO_T=''
  2130. EGREP='/bin/grep -E'
  2131. EMBEDDED_LEVELDB_FALSE='#'
  2132. EMBEDDED_LEVELDB_TRUE=''
  2133. ENABLE_WALLET_FALSE=''
  2134. ENABLE_WALLET_TRUE=''
  2135. EXEEXT=''
  2136. GCOV='/usr/bin/gcov'
  2137. GENHTML=''
  2138. GIT=''
  2139. GREP='/bin/grep'
  2140. HEXDUMP='/usr/bin/hexdump'
  2141. INCLUDES=' -pthread'
  2142. INSTALL_DATA='${INSTALL} -m 644'
  2143. INSTALL_PROGRAM='${INSTALL}'
  2144. INSTALL_SCRIPT='${INSTALL}'
  2145. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  2146. JAVA=''
  2147. JAVA_COMPARISON_TOOL=''
  2148. LCOV=''
  2149. LDFLAGS=' -Wl,-z,relro -Wl,-z,now -pie -L/usr/lib'
  2150. LEVELDB_CPPFLAGS=''
  2151. LEVELDB_TARGET_FLAGS=''
  2152. LIBLEVELDB=''
  2153. LIBMEMENV=''
  2154. LIBOBJS=''
  2155. LIBS='-lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc '
  2156. LRELEASE=''
  2157. LTLIBOBJS=''
  2158. LUPDATE=''
  2159. MAINT=''
  2160. MAINTAINER_MODE_FALSE='#'
  2161. MAINTAINER_MODE_TRUE=''
  2162. MAKEINFO='${SHELL} /tmp/buildd/bitcoin-0.9.1/src/build-aux/missing makeinfo'
  2163. MAKENSIS=''
  2164. MKDIR_P='/bin/mkdir -p'
  2165. MOC=''
  2166. MOC_DEFS=''
  2167. OBJC='gcc'
  2168. OBJCDEPMODE='depmode=gcc3'
  2169. OBJCFLAGS=''
  2170. OBJCXX='g++'
  2171. OBJCXXDEPMODE='depmode=gcc3'
  2172. OBJCXXFLAGS='-g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE'
  2173. OBJEXT='o'
  2174. PACKAGE='bitcoin'
  2175. PACKAGE_BUGREPORT='[email protected]'
  2176. PACKAGE_NAME='Bitcoin Core'
  2177. PACKAGE_STRING='Bitcoin Core 0.9.1'
  2178. PACKAGE_TARNAME='bitcoin'
  2179. PACKAGE_URL=''
  2180. PACKAGE_VERSION='0.9.1'
  2181. PATH_SEPARATOR=':'
  2182. PKG_CONFIG='/usr/bin/pkg-config'
  2183. PKG_CONFIG_LIBDIR=''
  2184. PKG_CONFIG_PATH=''
  2185. PORT=''
  2186. PROTOBUF_CFLAGS=''
  2187. PROTOBUF_LIBS=''
  2188. PROTOC=''
  2189. PTHREAD_CC='gcc'
  2190. PTHREAD_CFLAGS='-pthread'
  2191. PTHREAD_LIBS=''
  2192. QR_CFLAGS=''
  2193. QR_LIBS=''
  2194. QT_CFLAGS=''
  2195. QT_DBUS_CFLAGS=''
  2196. QT_DBUS_INCLUDES=''
  2197. QT_DBUS_LIBS=''
  2198. QT_INCLUDES=''
  2199. QT_LDFLAGS=''
  2200. QT_LIBS=''
  2201. QT_SELECT=''
  2202. QT_TEST_CFLAGS=''
  2203. QT_TEST_INCLUDES=''
  2204. QT_TEST_LIBS=''
  2205. RANLIB='/usr/bin/ranlib'
  2206. RCC=''
  2207. SED='/bin/sed'
  2208. SET_MAKE=''
  2209. SHELL='/bin/bash'
  2210. SSL_CFLAGS=''
  2211. SSL_LIBS=''
  2212. STRIP='/usr/bin/strip'
  2213. TARGET_DARWIN_FALSE=''
  2214. TARGET_DARWIN_TRUE=''
  2215. TARGET_WINDOWS_FALSE=''
  2216. TARGET_WINDOWS_TRUE=''
  2217. TESTDEFS=''
  2218. UIC=''
  2219. USE_COMPARISON_TOOL_FALSE=''
  2220. USE_COMPARISON_TOOL_REORG_TESTS_FALSE=''
  2221. USE_COMPARISON_TOOL_REORG_TESTS_TRUE=''
  2222. USE_COMPARISON_TOOL_TRUE=''
  2223. USE_IPV6=''
  2224. USE_LCOV_FALSE=''
  2225. USE_LCOV_TRUE=''
  2226. USE_QRCODE=''
  2227. USE_QRCODE_FALSE=''
  2228. USE_QRCODE_TRUE=''
  2229. USE_UPNP=''
  2230. VERSION='0.9.1'
  2231. WINDOWS_BITS=''
  2232. WINDRES=''
  2233. XGETTEXT='/usr/bin/xgettext'
  2234. ac_ct_CC='gcc'
  2235. ac_ct_CXX='g++'
  2236. ac_ct_OBJC='gcc'
  2237. ac_ct_OBJCXX='g++'
  2238. am__EXEEXT_FALSE=''
  2239. am__EXEEXT_TRUE=''
  2240. am__fastdepCC_FALSE='#'
  2241. am__fastdepCC_TRUE=''
  2242. am__fastdepCXX_FALSE='#'
  2243. am__fastdepCXX_TRUE=''
  2244. am__fastdepOBJCXX_FALSE='#'
  2245. am__fastdepOBJCXX_TRUE=''
  2246. am__fastdepOBJC_FALSE='#'
  2247. am__fastdepOBJC_TRUE=''
  2248. am__include='include'
  2249. am__isrc=''
  2250. am__leading_dot='.'
  2251. am__nodep='_no'
  2252. am__quote=''
  2253. am__tar='$${TAR-tar} chof - "$$tardir"'
  2254. am__untar='$${TAR-tar} xf -'
  2255. ax_pthread_config=''
  2256. bindir='${exec_prefix}/bin'
  2257. build='i686-pc-linux-gnu'
  2258. build_alias=''
  2259. build_cpu='i686'
  2260. build_os='linux-gnu'
  2261. build_vendor='pc'
  2262. datadir='${datarootdir}'
  2263. datarootdir='${prefix}/share'
  2264. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  2265. dvidir='${docdir}'
  2266. exec_prefix='NONE'
  2267. host='i686-pc-linux-gnu'
  2268. host_alias=''
  2269. host_cpu='i686'
  2270. host_os='linux-gnu'
  2271. host_vendor='pc'
  2272. htmldir='${docdir}'
  2273. includedir='${prefix}/include'
  2274. infodir='${datarootdir}/info'
  2275. install_sh='${SHELL} /tmp/buildd/bitcoin-0.9.1/src/build-aux/install-sh'
  2276. libdir='${exec_prefix}/lib'
  2277. libexecdir='${exec_prefix}/libexec'
  2278. localedir='${datarootdir}/locale'
  2279. localstatedir='${prefix}/var'
  2280. mandir='${datarootdir}/man'
  2281. mkdir_p='$(MKDIR_P)'
  2282. oldincludedir='/usr/include'
  2283. pdfdir='${docdir}'
  2284. prefix='NONE'
  2285. program_transform_name='s,x,x,'
  2286. psdir='${docdir}'
  2287. sbindir='${exec_prefix}/sbin'
  2288. sharedstatedir='${prefix}/com'
  2289. sysconfdir='${prefix}/etc'
  2290. target_alias=''
  2291.  
  2292. ## ----------- ##
  2293. ## confdefs.h. ##
  2294. ## ----------- ##
  2295.  
  2296. /* confdefs.h */
  2297. #define PACKAGE_NAME "Bitcoin Core"
  2298. #define PACKAGE_TARNAME "bitcoin"
  2299. #define PACKAGE_VERSION "0.9.1"
  2300. #define PACKAGE_STRING "Bitcoin Core 0.9.1"
  2301. #define PACKAGE_BUGREPORT "[email protected]"
  2302. #define PACKAGE_URL ""
  2303. #define STDC_HEADERS 1
  2304. #define HAVE_SYS_TYPES_H 1
  2305. #define HAVE_SYS_STAT_H 1
  2306. #define HAVE_STDLIB_H 1
  2307. #define HAVE_STRING_H 1
  2308. #define HAVE_MEMORY_H 1
  2309. #define HAVE_STRINGS_H 1
  2310. #define HAVE_INTTYPES_H 1
  2311. #define HAVE_STDINT_H 1
  2312. #define HAVE_UNISTD_H 1
  2313. #define HAVE_PTHREAD_PRIO_INHERIT 1
  2314. #define HAVE_PTHREAD 1
  2315. #define _FILE_OFFSET_BITS 64
  2316. #define HAVE_STDIO_H 1
  2317. #define HAVE_STDLIB_H 1
  2318. #define HAVE_UNISTD_H 1
  2319. #define HAVE_STRINGS_H 1
  2320. #define HAVE_SYS_TYPES_H 1
  2321. #define HAVE_SYS_STAT_H 1
  2322. #define HAVE_MSG_NOSIGNAL 1
  2323. #define HAVE_MINIUPNPC_MINIWGET_H 1
  2324. #define HAVE_LIBMINIUPNPC 1
  2325. #define HAVE_MINIUPNPC_MINIUPNPC_H 1
  2326. #define HAVE_LIBMINIUPNPC 1
  2327. #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
  2328. #define HAVE_LIBMINIUPNPC 1
  2329. #define HAVE_MINIUPNPC_UPNPERRORS_H 1
  2330. #define HAVE_LIBMINIUPNPC 1
  2331. #define HAVE_BOOST /**/
  2332. #define HAVE_BOOST_SYSTEM /**/
  2333.  
  2334. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement