Advertisement
Guest User

Untitled

a guest
Sep 25th, 2013
665
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 68.89 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by Bitcoin configure 0.8.99, which was
  5. generated by GNU Autoconf 2.63. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = localhost.localdomain
  14. uname -m = i686
  15. uname -r = 2.6.32-358.14.1.el6.i686
  16. uname -s = Linux
  17. uname -v = #1 SMP Tue Jul 16 21:12:30 UTC 2013
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = i686
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/lib/qt-3.3/bin
  31. PATH: /usr/local/bin
  32. PATH: /usr/bin
  33. PATH: /bin
  34. PATH: /usr/local/sbin
  35. PATH: /usr/sbin
  36. PATH: /sbin
  37. PATH: /home/adam/bin
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:2130: checking build system type
  45. configure:2148: result: i686-pc-linux-gnu
  46. configure:2170: checking host system type
  47. configure:2185: result: i686-pc-linux-gnu
  48. configure:2325: checking for a BSD-compatible install
  49. configure:2393: result: /usr/bin/install -c
  50. configure:2404: checking whether build environment is sane
  51. configure:2464: result: yes
  52. configure:2605: checking for a thread-safe mkdir -p
  53. configure:2644: result: /bin/mkdir -p
  54. configure:2657: checking for gawk
  55. configure:2673: found /usr/bin/gawk
  56. configure:2684: result: gawk
  57. configure:2695: checking whether make sets $(MAKE)
  58. configure:2717: result: yes
  59. configure:2792: checking whether to disable maintainer-specific portions of Makefiles
  60. configure:2801: result: yes
  61. configure:3015: checking for g++
  62. configure:3031: found /usr/bin/g++
  63. configure:3042: result: g++
  64. configure:3069: checking for C++ compiler version
  65. configure:3077: g++ --version >&5
  66. g++ (GCC) 4.4.7 20120313 (Red Hat 4.4.7-3)
  67. Copyright (C) 2010 Free Software Foundation, Inc.
  68. This is free software; see the source for copying conditions. There is NO
  69. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  70.  
  71. configure:3081: $? = 0
  72. configure:3088: g++ -v >&5
  73. Using built-in specs.
  74. Target: i686-redhat-linux
  75. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch=i686 --build=i686-redhat-linux
  76. Thread model: posix
  77. gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC)
  78. configure:3092: $? = 0
  79. configure:3099: g++ -V >&5
  80. g++: '-V' option must have argument
  81. configure:3103: $? = 1
  82. configure:3126: checking for C++ compiler default output file name
  83. configure:3148: g++ conftest.cpp >&5
  84. configure:3152: $? = 0
  85. configure:3190: result: a.out
  86. configure:3209: checking whether the C++ compiler works
  87. configure:3219: ./a.out
  88. configure:3223: $? = 0
  89. configure:3242: result: yes
  90. configure:3249: checking whether we are cross compiling
  91. configure:3251: result: no
  92. configure:3254: checking for suffix of executables
  93. configure:3261: g++ -o conftest conftest.cpp >&5
  94. configure:3265: $? = 0
  95. configure:3291: result:
  96. configure:3297: checking for suffix of object files
  97. configure:3323: g++ -c conftest.cpp >&5
  98. configure:3327: $? = 0
  99. configure:3352: result: o
  100. configure:3356: checking whether we are using the GNU C++ compiler
  101. configure:3385: g++ -c conftest.cpp >&5
  102. configure:3392: $? = 0
  103. configure:3409: result: yes
  104. configure:3418: checking whether g++ accepts -g
  105. configure:3448: g++ -c -g conftest.cpp >&5
  106. configure:3455: $? = 0
  107. configure:3556: result: yes
  108. configure:3590: checking for style of include used by make
  109. configure:3618: result: GNU
  110. configure:3643: checking dependency style of g++
  111. configure:3753: result: gcc3
  112. configure:3816: checking for gcc
  113. configure:3832: found /usr/bin/gcc
  114. configure:3843: result: gcc
  115. configure:4075: checking for C compiler version
  116. configure:4083: gcc --version >&5
  117. gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-3)
  118. Copyright (C) 2010 Free Software Foundation, Inc.
  119. This is free software; see the source for copying conditions. There is NO
  120. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  121.  
  122. configure:4087: $? = 0
  123. configure:4094: gcc -v >&5
  124. Using built-in specs.
  125. Target: i686-redhat-linux
  126. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch=i686 --build=i686-redhat-linux
  127. Thread model: posix
  128. gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC)
  129. configure:4098: $? = 0
  130. configure:4105: gcc -V >&5
  131. gcc: '-V' option must have argument
  132. configure:4109: $? = 1
  133. configure:4112: checking whether we are using the GNU C compiler
  134. configure:4141: gcc -c conftest.c >&5
  135. configure:4148: $? = 0
  136. configure:4165: result: yes
  137. configure:4174: checking whether gcc accepts -g
  138. configure:4204: gcc -c -g conftest.c >&5
  139. configure:4211: $? = 0
  140. configure:4312: result: yes
  141. configure:4329: checking for gcc option to accept ISO C89
  142. configure:4403: gcc -c -g -O2 conftest.c >&5
  143. configure:4410: $? = 0
  144. configure:4433: result: none needed
  145. configure:4453: checking dependency style of gcc
  146. configure:4563: result: gcc3
  147. configure:4583: checking how to run the C preprocessor
  148. configure:4623: gcc -E conftest.c
  149. configure:4630: $? = 0
  150. configure:4661: gcc -E conftest.c
  151. conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
  152. configure:4668: $? = 1
  153. configure: failed program was:
  154. | /* confdefs.h. */
  155. | #define PACKAGE_NAME "Bitcoin"
  156. | #define PACKAGE_TARNAME "bitcoin"
  157. | #define PACKAGE_VERSION "0.8.99"
  158. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  159. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  160. | /* end confdefs.h. */
  161. | #include <ac_nonexistent.h>
  162. configure:4701: result: gcc -E
  163. configure:4730: gcc -E conftest.c
  164. configure:4737: $? = 0
  165. configure:4768: gcc -E conftest.c
  166. conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
  167. configure:4775: $? = 1
  168. configure: failed program was:
  169. | /* confdefs.h. */
  170. | #define PACKAGE_NAME "Bitcoin"
  171. | #define PACKAGE_TARNAME "bitcoin"
  172. | #define PACKAGE_VERSION "0.8.99"
  173. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  174. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  175. | /* end confdefs.h. */
  176. | #include <ac_nonexistent.h>
  177. configure:4819: checking how to run the C++ preprocessor
  178. configure:4855: g++ -E conftest.cpp
  179. configure:4862: $? = 0
  180. configure:4893: g++ -E conftest.cpp
  181. conftest.cpp:8:28: error: ac_nonexistent.h: No such file or directory
  182. configure:4900: $? = 1
  183. configure: failed program was:
  184. | /* confdefs.h. */
  185. | #define PACKAGE_NAME "Bitcoin"
  186. | #define PACKAGE_TARNAME "bitcoin"
  187. | #define PACKAGE_VERSION "0.8.99"
  188. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  189. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  190. | /* end confdefs.h. */
  191. | #include <ac_nonexistent.h>
  192. configure:4933: result: g++ -E
  193. configure:4962: g++ -E conftest.cpp
  194. configure:4969: $? = 0
  195. configure:5000: g++ -E conftest.cpp
  196. conftest.cpp:8:28: error: ac_nonexistent.h: No such file or directory
  197. configure:5007: $? = 1
  198. configure: failed program was:
  199. | /* confdefs.h. */
  200. | #define PACKAGE_NAME "Bitcoin"
  201. | #define PACKAGE_TARNAME "bitcoin"
  202. | #define PACKAGE_VERSION "0.8.99"
  203. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  204. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  205. | /* end confdefs.h. */
  206. | #include <ac_nonexistent.h>
  207. configure:5060: checking for a BSD-compatible install
  208. configure:5128: result: /usr/bin/install -c
  209. configure:5193: checking for gcc
  210. configure:5209: found /usr/bin/gcc
  211. configure:5220: result: gcc
  212. configure:5245: checking for Objective C compiler version
  213. configure:5253: gcc --version >&5
  214. gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-3)
  215. Copyright (C) 2010 Free Software Foundation, Inc.
  216. This is free software; see the source for copying conditions. There is NO
  217. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  218.  
  219. configure:5257: $? = 0
  220. configure:5264: gcc -v >&5
  221. Using built-in specs.
  222. Target: i686-redhat-linux
  223. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch=i686 --build=i686-redhat-linux
  224. Thread model: posix
  225. gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC)
  226. configure:5268: $? = 0
  227. configure:5275: gcc -V >&5
  228. gcc: '-V' option must have argument
  229. configure:5279: $? = 1
  230. configure:5282: checking whether we are using the GNU Objective C compiler
  231. configure:5311: gcc -c conftest.m >&5
  232. configure:5318: $? = 0
  233. configure:5335: result: yes
  234. configure:5344: checking whether gcc accepts -g
  235. configure:5374: gcc -c -g conftest.m >&5
  236. configure:5381: $? = 0
  237. configure:5482: result: yes
  238. configure:5507: checking dependency style of gcc
  239. configure:5615: result: gcc3
  240. configure:5631: checking for a thread-safe mkdir -p
  241. configure:5670: result: /bin/mkdir -p
  242. configure:5673: checking for a sed that does not truncate output
  243. configure:5739: result: /bin/sed
  244. configure:5790: checking for ar
  245. configure:5808: found /usr/bin/ar
  246. configure:5820: result: /usr/bin/ar
  247. configure:5888: checking for ranlib
  248. configure:5906: found /usr/bin/ranlib
  249. configure:5918: result: /usr/bin/ranlib
  250. configure:5986: checking for windres
  251. configure:6019: result: no
  252. configure:6084: checking for strip
  253. configure:6102: found /usr/bin/strip
  254. configure:6114: result: /usr/bin/strip
  255. configure:6182: checking for gcov
  256. configure:6200: found /usr/bin/gcov
  257. configure:6212: result: /usr/bin/gcov
  258. configure:6236: checking for lcov
  259. configure:6269: result: no
  260. configure:6276: checking for java
  261. configure:6294: found /usr/bin/java
  262. configure:6306: result: /usr/bin/java
  263. configure:6316: checking for genhtml
  264. configure:6349: result: no
  265. configure:6356: checking for git
  266. configure:6374: found /usr/bin/git
  267. configure:6386: result: /usr/bin/git
  268. configure:6398: checking for moc-qt4
  269. configure:6432: result: no
  270. configure:6398: checking for moc4
  271. configure:6432: result: no
  272. configure:6398: checking for moc
  273. configure:6432: result: no
  274. configure:6444: checking for uic-qt4
  275. configure:6478: result: no
  276. configure:6444: checking for uic4
  277. configure:6478: result: no
  278. configure:6444: checking for uic
  279. configure:6478: result: no
  280. configure:6490: checking for rcc-qt4
  281. configure:6524: result: no
  282. configure:6490: checking for rcc4
  283. configure:6524: result: no
  284. configure:6490: checking for rcc
  285. configure:6524: result: no
  286. configure:6536: checking for lrelease-qt4
  287. configure:6570: result: no
  288. configure:6536: checking for lrelease4
  289. configure:6570: result: no
  290. configure:6536: checking for lrelease
  291. configure:6570: result: no
  292. configure:6582: checking for lupdate-qt4
  293. configure:6616: result: no
  294. configure:6582: checking for lupdate4
  295. configure:6616: result: no
  296. configure:6582: checking for lupdate
  297. configure:6616: result: no
  298. configure:6626: checking for protoc
  299. configure:6660: result: no
  300. configure:6667: checking for ccache
  301. configure:6700: result: no
  302. configure:6707: checking for xgettext
  303. configure:6725: found /usr/bin/xgettext
  304. configure:6737: result: /usr/bin/xgettext
  305. configure:6747: checking for hexdump
  306. configure:6765: found /usr/bin/hexdump
  307. configure:6777: result: /usr/bin/hexdump
  308. configure:6839: checking for pkg-config
  309. configure:6857: found /usr/bin/pkg-config
  310. configure:6869: result: /usr/bin/pkg-config
  311. configure:6894: checking pkg-config is at least version 0.9.0
  312. configure:6897: result: yes
  313. configure:8568: checking for grep that handles long lines and -e
  314. configure:8628: result: /bin/grep
  315. configure:8633: checking for egrep
  316. configure:8697: result: /bin/grep -E
  317. configure:8702: checking for ANSI C header files
  318. configure:8732: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  319. configure:8739: $? = 0
  320. configure:8838: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  321. configure:8842: $? = 0
  322. configure:8848: ./conftest
  323. configure:8852: $? = 0
  324. configure:8870: result: yes
  325. configure:8894: checking for sys/types.h
  326. configure:8915: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  327. configure:8922: $? = 0
  328. configure:8939: result: yes
  329. configure:8894: checking for sys/stat.h
  330. configure:8915: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  331. configure:8922: $? = 0
  332. configure:8939: result: yes
  333. configure:8894: checking for stdlib.h
  334. configure:8915: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  335. configure:8922: $? = 0
  336. configure:8939: result: yes
  337. configure:8894: checking for string.h
  338. configure:8915: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  339. configure:8922: $? = 0
  340. configure:8939: result: yes
  341. configure:8894: checking for memory.h
  342. configure:8915: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  343. configure:8922: $? = 0
  344. configure:8939: result: yes
  345. configure:8894: checking for strings.h
  346. configure:8915: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  347. configure:8922: $? = 0
  348. configure:8939: result: yes
  349. configure:8894: checking for inttypes.h
  350. configure:8915: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  351. configure:8922: $? = 0
  352. configure:8939: result: yes
  353. configure:8894: checking for stdint.h
  354. configure:8915: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  355. configure:8922: $? = 0
  356. configure:8939: result: yes
  357. configure:8894: checking for unistd.h
  358. configure:8915: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  359. configure:8922: $? = 0
  360. configure:8939: result: yes
  361. configure:8954: checking whether byte ordering is bigendian
  362. configure:8979: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  363. conftest.cpp:19: error: expected unqualified-id before '!' token
  364. configure:8986: $? = 1
  365. configure: failed program was:
  366. | /* confdefs.h. */
  367. | #define PACKAGE_NAME "Bitcoin"
  368. | #define PACKAGE_TARNAME "bitcoin"
  369. | #define PACKAGE_VERSION "0.8.99"
  370. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  371. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  372. | #define STDC_HEADERS 1
  373. | #define HAVE_SYS_TYPES_H 1
  374. | #define HAVE_SYS_STAT_H 1
  375. | #define HAVE_STDLIB_H 1
  376. | #define HAVE_STRING_H 1
  377. | #define HAVE_MEMORY_H 1
  378. | #define HAVE_STRINGS_H 1
  379. | #define HAVE_INTTYPES_H 1
  380. | #define HAVE_STDINT_H 1
  381. | #define HAVE_UNISTD_H 1
  382. | /* end confdefs.h. */
  383. | #ifndef __APPLE_CC__
  384. | not a universal capable compiler
  385. | #endif
  386. | typedef int dummy;
  387. |
  388. configure:9036: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  389. configure:9043: $? = 0
  390. configure:9075: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  391. conftest.cpp: In function 'int main()':
  392. conftest.cpp:25: error: 'big' was not declared in this scope
  393. conftest.cpp:25: error: expected ';' before 'endian'
  394. configure:9082: $? = 1
  395. configure: failed program was:
  396. | /* confdefs.h. */
  397. | #define PACKAGE_NAME "Bitcoin"
  398. | #define PACKAGE_TARNAME "bitcoin"
  399. | #define PACKAGE_VERSION "0.8.99"
  400. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  401. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  402. | #define STDC_HEADERS 1
  403. | #define HAVE_SYS_TYPES_H 1
  404. | #define HAVE_SYS_STAT_H 1
  405. | #define HAVE_STDLIB_H 1
  406. | #define HAVE_STRING_H 1
  407. | #define HAVE_MEMORY_H 1
  408. | #define HAVE_STRINGS_H 1
  409. | #define HAVE_INTTYPES_H 1
  410. | #define HAVE_STDINT_H 1
  411. | #define HAVE_UNISTD_H 1
  412. | /* end confdefs.h. */
  413. | #include <sys/types.h>
  414. | #include <sys/param.h>
  415. |
  416. | int
  417. | main ()
  418. | {
  419. | #if BYTE_ORDER != BIG_ENDIAN
  420. | not big endian
  421. | #endif
  422. |
  423. | ;
  424. | return 0;
  425. | }
  426. configure:9334: result: no
  427. configure:9559: checking for the pthreads library -lpthreads
  428. configure:9607: gcc -o conftest -g -O2 -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.c -lpthreads >&5
  429. /usr/bin/ld: cannot find -lpthreads
  430. collect2: ld returned 1 exit status
  431. configure:9614: $? = 1
  432. configure: failed program was:
  433. | /* confdefs.h. */
  434. | #define PACKAGE_NAME "Bitcoin"
  435. | #define PACKAGE_TARNAME "bitcoin"
  436. | #define PACKAGE_VERSION "0.8.99"
  437. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  438. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  439. | #define STDC_HEADERS 1
  440. | #define HAVE_SYS_TYPES_H 1
  441. | #define HAVE_SYS_STAT_H 1
  442. | #define HAVE_STDLIB_H 1
  443. | #define HAVE_STRING_H 1
  444. | #define HAVE_MEMORY_H 1
  445. | #define HAVE_STRINGS_H 1
  446. | #define HAVE_INTTYPES_H 1
  447. | #define HAVE_STDINT_H 1
  448. | #define HAVE_UNISTD_H 1
  449. | /* end confdefs.h. */
  450. | #include <pthread.h>
  451. | static void routine(void *a) { a = 0; }
  452. | static void *start_routine(void *a) { return a; }
  453. | int
  454. | main ()
  455. | {
  456. | pthread_t th; pthread_attr_t attr;
  457. | pthread_create(&th, 0, start_routine, 0);
  458. | pthread_join(th, 0);
  459. | pthread_attr_init(&attr);
  460. | pthread_cleanup_push(routine, 0);
  461. | pthread_cleanup_pop(0) /* ; */
  462. | ;
  463. | return 0;
  464. | }
  465. configure:9637: result: no
  466. configure:9504: checking whether pthreads work without any flags
  467. configure:9607: gcc -o conftest -g -O2 -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.c >&5
  468. /tmp/ccBVoLZs.o: In function `main':
  469. /home/adam/projects/bitcoin/conftest.c:25: undefined reference to `pthread_create'
  470. /home/adam/projects/bitcoin/conftest.c:26: undefined reference to `pthread_join'
  471. /home/adam/projects/bitcoin/conftest.c:28: undefined reference to `__pthread_register_cancel'
  472. /home/adam/projects/bitcoin/conftest.c:29: undefined reference to `__pthread_unregister_cancel'
  473. collect2: ld returned 1 exit status
  474. configure:9614: $? = 1
  475. configure: failed program was:
  476. | /* confdefs.h. */
  477. | #define PACKAGE_NAME "Bitcoin"
  478. | #define PACKAGE_TARNAME "bitcoin"
  479. | #define PACKAGE_VERSION "0.8.99"
  480. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  481. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  482. | #define STDC_HEADERS 1
  483. | #define HAVE_SYS_TYPES_H 1
  484. | #define HAVE_SYS_STAT_H 1
  485. | #define HAVE_STDLIB_H 1
  486. | #define HAVE_STRING_H 1
  487. | #define HAVE_MEMORY_H 1
  488. | #define HAVE_STRINGS_H 1
  489. | #define HAVE_INTTYPES_H 1
  490. | #define HAVE_STDINT_H 1
  491. | #define HAVE_UNISTD_H 1
  492. | /* end confdefs.h. */
  493. | #include <pthread.h>
  494. | static void routine(void *a) { a = 0; }
  495. | static void *start_routine(void *a) { return a; }
  496. | int
  497. | main ()
  498. | {
  499. | pthread_t th; pthread_attr_t attr;
  500. | pthread_create(&th, 0, start_routine, 0);
  501. | pthread_join(th, 0);
  502. | pthread_attr_init(&attr);
  503. | pthread_cleanup_push(routine, 0);
  504. | pthread_cleanup_pop(0) /* ; */
  505. | ;
  506. | return 0;
  507. | }
  508. configure:9637: result: no
  509. configure:9509: checking whether pthreads work with -Kthread
  510. configure:9607: gcc -o conftest -g -O2 -Kthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.c >&5
  511. gcc: unrecognized option '-Kthread'
  512. /tmp/cct9v3uC.o: In function `main':
  513. /home/adam/projects/bitcoin/conftest.c:25: undefined reference to `pthread_create'
  514. /home/adam/projects/bitcoin/conftest.c:26: undefined reference to `pthread_join'
  515. /home/adam/projects/bitcoin/conftest.c:28: undefined reference to `__pthread_register_cancel'
  516. /home/adam/projects/bitcoin/conftest.c:29: undefined reference to `__pthread_unregister_cancel'
  517. collect2: ld returned 1 exit status
  518. configure:9614: $? = 1
  519. configure: failed program was:
  520. | /* confdefs.h. */
  521. | #define PACKAGE_NAME "Bitcoin"
  522. | #define PACKAGE_TARNAME "bitcoin"
  523. | #define PACKAGE_VERSION "0.8.99"
  524. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  525. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  526. | #define STDC_HEADERS 1
  527. | #define HAVE_SYS_TYPES_H 1
  528. | #define HAVE_SYS_STAT_H 1
  529. | #define HAVE_STDLIB_H 1
  530. | #define HAVE_STRING_H 1
  531. | #define HAVE_MEMORY_H 1
  532. | #define HAVE_STRINGS_H 1
  533. | #define HAVE_INTTYPES_H 1
  534. | #define HAVE_STDINT_H 1
  535. | #define HAVE_UNISTD_H 1
  536. | /* end confdefs.h. */
  537. | #include <pthread.h>
  538. | static void routine(void *a) { a = 0; }
  539. | static void *start_routine(void *a) { return a; }
  540. | int
  541. | main ()
  542. | {
  543. | pthread_t th; pthread_attr_t attr;
  544. | pthread_create(&th, 0, start_routine, 0);
  545. | pthread_join(th, 0);
  546. | pthread_attr_init(&attr);
  547. | pthread_cleanup_push(routine, 0);
  548. | pthread_cleanup_pop(0) /* ; */
  549. | ;
  550. | return 0;
  551. | }
  552. configure:9637: result: no
  553. configure:9509: checking whether pthreads work with -kthread
  554. configure:9607: gcc -o conftest -g -O2 -kthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.c >&5
  555. gcc: unrecognized option '-kthread'
  556. /tmp/ccFnPejI.o: In function `main':
  557. /home/adam/projects/bitcoin/conftest.c:25: undefined reference to `pthread_create'
  558. /home/adam/projects/bitcoin/conftest.c:26: undefined reference to `pthread_join'
  559. /home/adam/projects/bitcoin/conftest.c:28: undefined reference to `__pthread_register_cancel'
  560. /home/adam/projects/bitcoin/conftest.c:29: undefined reference to `__pthread_unregister_cancel'
  561. collect2: ld returned 1 exit status
  562. configure:9614: $? = 1
  563. configure: failed program was:
  564. | /* confdefs.h. */
  565. | #define PACKAGE_NAME "Bitcoin"
  566. | #define PACKAGE_TARNAME "bitcoin"
  567. | #define PACKAGE_VERSION "0.8.99"
  568. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  569. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  570. | #define STDC_HEADERS 1
  571. | #define HAVE_SYS_TYPES_H 1
  572. | #define HAVE_SYS_STAT_H 1
  573. | #define HAVE_STDLIB_H 1
  574. | #define HAVE_STRING_H 1
  575. | #define HAVE_MEMORY_H 1
  576. | #define HAVE_STRINGS_H 1
  577. | #define HAVE_INTTYPES_H 1
  578. | #define HAVE_STDINT_H 1
  579. | #define HAVE_UNISTD_H 1
  580. | /* end confdefs.h. */
  581. | #include <pthread.h>
  582. | static void routine(void *a) { a = 0; }
  583. | static void *start_routine(void *a) { return a; }
  584. | int
  585. | main ()
  586. | {
  587. | pthread_t th; pthread_attr_t attr;
  588. | pthread_create(&th, 0, start_routine, 0);
  589. | pthread_join(th, 0);
  590. | pthread_attr_init(&attr);
  591. | pthread_cleanup_push(routine, 0);
  592. | pthread_cleanup_pop(0) /* ; */
  593. | ;
  594. | return 0;
  595. | }
  596. configure:9637: result: no
  597. configure:9559: checking for the pthreads library -llthread
  598. configure:9607: gcc -o conftest -g -O2 -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.c -llthread >&5
  599. /usr/bin/ld: cannot find -llthread
  600. collect2: ld returned 1 exit status
  601. configure:9614: $? = 1
  602. configure: failed program was:
  603. | /* confdefs.h. */
  604. | #define PACKAGE_NAME "Bitcoin"
  605. | #define PACKAGE_TARNAME "bitcoin"
  606. | #define PACKAGE_VERSION "0.8.99"
  607. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  608. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  609. | #define STDC_HEADERS 1
  610. | #define HAVE_SYS_TYPES_H 1
  611. | #define HAVE_SYS_STAT_H 1
  612. | #define HAVE_STDLIB_H 1
  613. | #define HAVE_STRING_H 1
  614. | #define HAVE_MEMORY_H 1
  615. | #define HAVE_STRINGS_H 1
  616. | #define HAVE_INTTYPES_H 1
  617. | #define HAVE_STDINT_H 1
  618. | #define HAVE_UNISTD_H 1
  619. | /* end confdefs.h. */
  620. | #include <pthread.h>
  621. | static void routine(void *a) { a = 0; }
  622. | static void *start_routine(void *a) { return a; }
  623. | int
  624. | main ()
  625. | {
  626. | pthread_t th; pthread_attr_t attr;
  627. | pthread_create(&th, 0, start_routine, 0);
  628. | pthread_join(th, 0);
  629. | pthread_attr_init(&attr);
  630. | pthread_cleanup_push(routine, 0);
  631. | pthread_cleanup_pop(0) /* ; */
  632. | ;
  633. | return 0;
  634. | }
  635. configure:9637: result: no
  636. configure:9509: checking whether pthreads work with -pthread
  637. configure:9607: gcc -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.c >&5
  638. configure:9614: $? = 0
  639. configure:9637: result: yes
  640. configure:9656: checking for joinable pthread attribute
  641. configure:9681: gcc -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.c >&5
  642. configure:9688: $? = 0
  643. configure:9708: result: PTHREAD_CREATE_JOINABLE
  644. configure:9718: checking if more special flags are required for pthreads
  645. configure:9732: result: no
  646. configure:9738: checking for PTHREAD_PRIO_INHERIT
  647. configure:9766: gcc -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.c >&5
  648. conftest.c: In function 'main':
  649. conftest.c:23: error: 'PTHREAD_PRIO_INHERIT' undeclared (first use in this function)
  650. conftest.c:23: error: (Each undeclared identifier is reported only once
  651. conftest.c:23: error: for each function it appears in.)
  652. configure:9773: $? = 1
  653. configure: failed program was:
  654. |
  655. | /* confdefs.h. */
  656. | #define PACKAGE_NAME "Bitcoin"
  657. | #define PACKAGE_TARNAME "bitcoin"
  658. | #define PACKAGE_VERSION "0.8.99"
  659. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  660. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  661. | #define STDC_HEADERS 1
  662. | #define HAVE_SYS_TYPES_H 1
  663. | #define HAVE_SYS_STAT_H 1
  664. | #define HAVE_STDLIB_H 1
  665. | #define HAVE_STRING_H 1
  666. | #define HAVE_MEMORY_H 1
  667. | #define HAVE_STRINGS_H 1
  668. | #define HAVE_INTTYPES_H 1
  669. | #define HAVE_STDINT_H 1
  670. | #define HAVE_UNISTD_H 1
  671. | /* end confdefs.h. */
  672. | #include <pthread.h>
  673. | int
  674. | main ()
  675. | {
  676. | int i = PTHREAD_PRIO_INHERIT;
  677. | ;
  678. | return 0;
  679. | }
  680. configure:9794: result: no
  681. configure:9908: checking for special C compiler options needed for large files
  682. configure:10003: result: no
  683. configure:10009: checking for _FILE_OFFSET_BITS value needed for large files
  684. configure:10044: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  685. conftest.cpp:25: warning: left shift count >= width of type
  686. conftest.cpp:25: warning: left shift count >= width of type
  687. conftest.cpp:26: warning: left shift count >= width of type
  688. conftest.cpp:26: warning: left shift count >= width of type
  689. conftest.cpp:27: error: size of array 'off_t_is_large' is negative
  690. configure:10051: $? = 1
  691. configure: failed program was:
  692. | /* confdefs.h. */
  693. | #define PACKAGE_NAME "Bitcoin"
  694. | #define PACKAGE_TARNAME "bitcoin"
  695. | #define PACKAGE_VERSION "0.8.99"
  696. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  697. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  698. | #define STDC_HEADERS 1
  699. | #define HAVE_SYS_TYPES_H 1
  700. | #define HAVE_SYS_STAT_H 1
  701. | #define HAVE_STDLIB_H 1
  702. | #define HAVE_STRING_H 1
  703. | #define HAVE_MEMORY_H 1
  704. | #define HAVE_STRINGS_H 1
  705. | #define HAVE_INTTYPES_H 1
  706. | #define HAVE_STDINT_H 1
  707. | #define HAVE_UNISTD_H 1
  708. | #define HAVE_PTHREAD 1
  709. | /* end confdefs.h. */
  710. | #include <sys/types.h>
  711. | /* Check that off_t can represent 2**63 - 1 correctly.
  712. | We can't simply define LARGE_OFF_T to be 9223372036854775807,
  713. | since some C++ compilers masquerading as C compilers
  714. | incorrectly reject 9223372036854775807. */
  715. | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  716. | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  717. | && LARGE_OFF_T % 2147483647 == 1)
  718. | ? 1 : -1];
  719. | int
  720. | main ()
  721. | {
  722. |
  723. | ;
  724. | return 0;
  725. | }
  726. configure:10095: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  727. configure:10102: $? = 0
  728. configure:10120: result: 64
  729. configure:10270: checking whether the linker accepts -Wl,--large-address-aware
  730. configure:10299: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -Wl,--large-address-aware conftest.cpp >&5
  731. /usr/bin/ld: unrecognized option '--large-address-aware'
  732. /usr/bin/ld: use the --help option for usage information
  733. collect2: ld returned 1 exit status
  734. configure:10306: $? = 1
  735. configure: failed program was:
  736. | /* confdefs.h. */
  737. | #define PACKAGE_NAME "Bitcoin"
  738. | #define PACKAGE_TARNAME "bitcoin"
  739. | #define PACKAGE_VERSION "0.8.99"
  740. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  741. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  742. | #define STDC_HEADERS 1
  743. | #define HAVE_SYS_TYPES_H 1
  744. | #define HAVE_SYS_STAT_H 1
  745. | #define HAVE_STDLIB_H 1
  746. | #define HAVE_STRING_H 1
  747. | #define HAVE_MEMORY_H 1
  748. | #define HAVE_STRINGS_H 1
  749. | #define HAVE_INTTYPES_H 1
  750. | #define HAVE_STDINT_H 1
  751. | #define HAVE_UNISTD_H 1
  752. | #define HAVE_PTHREAD 1
  753. | #define _FILE_OFFSET_BITS 64
  754. | /* end confdefs.h. */
  755. |
  756. | int
  757. | main ()
  758. | {
  759. |
  760. | ;
  761. | return 0;
  762. | }
  763. configure:10327: result: no
  764. configure:10338: checking whether C++ compiler accepts -Wstack-protector
  765. configure:10367: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  766. configure:10374: $? = 0
  767. configure:10390: result: yes
  768. configure:10399: checking whether C++ compiler accepts -fPIE
  769. configure:10428: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  770. configure:10435: $? = 0
  771. configure:10451: result: yes
  772. configure:10461: checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2
  773. configure:10489: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 conftest.cpp
  774. configure:10496: $? = 0
  775. configure:10512: result: yes
  776. configure:10522: checking whether the linker accepts -Wl,--dynamicbase
  777. configure:10551: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -Wl,--dynamicbase conftest.cpp >&5
  778. /usr/bin/ld: unrecognized option '--dynamicbase'
  779. /usr/bin/ld: use the --help option for usage information
  780. collect2: ld returned 1 exit status
  781. configure:10558: $? = 1
  782. configure: failed program was:
  783. | /* confdefs.h. */
  784. | #define PACKAGE_NAME "Bitcoin"
  785. | #define PACKAGE_TARNAME "bitcoin"
  786. | #define PACKAGE_VERSION "0.8.99"
  787. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  788. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  789. | #define STDC_HEADERS 1
  790. | #define HAVE_SYS_TYPES_H 1
  791. | #define HAVE_SYS_STAT_H 1
  792. | #define HAVE_STDLIB_H 1
  793. | #define HAVE_STRING_H 1
  794. | #define HAVE_MEMORY_H 1
  795. | #define HAVE_STRINGS_H 1
  796. | #define HAVE_INTTYPES_H 1
  797. | #define HAVE_STDINT_H 1
  798. | #define HAVE_UNISTD_H 1
  799. | #define HAVE_PTHREAD 1
  800. | #define _FILE_OFFSET_BITS 64
  801. | /* end confdefs.h. */
  802. |
  803. | int
  804. | main ()
  805. | {
  806. |
  807. | ;
  808. | return 0;
  809. | }
  810. configure:10579: result: no
  811. configure:10588: checking whether the linker accepts -Wl,--nxcompat
  812. configure:10617: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -Wl,--nxcompat conftest.cpp >&5
  813. /usr/bin/ld: unrecognized option '--nxcompat'
  814. /usr/bin/ld: use the --help option for usage information
  815. collect2: ld returned 1 exit status
  816. configure:10624: $? = 1
  817. configure: failed program was:
  818. | /* confdefs.h. */
  819. | #define PACKAGE_NAME "Bitcoin"
  820. | #define PACKAGE_TARNAME "bitcoin"
  821. | #define PACKAGE_VERSION "0.8.99"
  822. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  823. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  824. | #define STDC_HEADERS 1
  825. | #define HAVE_SYS_TYPES_H 1
  826. | #define HAVE_SYS_STAT_H 1
  827. | #define HAVE_STDLIB_H 1
  828. | #define HAVE_STRING_H 1
  829. | #define HAVE_MEMORY_H 1
  830. | #define HAVE_STRINGS_H 1
  831. | #define HAVE_INTTYPES_H 1
  832. | #define HAVE_STDINT_H 1
  833. | #define HAVE_UNISTD_H 1
  834. | #define HAVE_PTHREAD 1
  835. | #define _FILE_OFFSET_BITS 64
  836. | /* end confdefs.h. */
  837. |
  838. | int
  839. | main ()
  840. | {
  841. |
  842. | ;
  843. | return 0;
  844. | }
  845. configure:10645: result: no
  846. configure:10654: checking whether the linker accepts -Wl,-z,relro
  847. configure:10683: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -Wl,-z,relro conftest.cpp >&5
  848. configure:10690: $? = 0
  849. configure:10711: result: yes
  850. configure:10720: checking whether the linker accepts -Wl,-z,now
  851. configure:10749: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -Wl,-z,relro -Wl,-z,now conftest.cpp >&5
  852. configure:10756: $? = 0
  853. configure:10777: result: yes
  854. configure:10789: checking whether C++ compiler accepts -fno-stack-protector
  855. configure:10818: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-stack-protector -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  856. configure:10825: $? = 0
  857. configure:10841: result: yes
  858. configure:10850: checking whether C++ compiler accepts -fstack-protector-all
  859. configure:10879: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  860. configure:10886: $? = 0
  861. configure:10902: result: yes
  862. configure:10913: checking whether the linker accepts -pie
  863. configure:10942: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -Wl,-z,now -pie conftest.cpp >&5
  864. configure:10949: $? = 0
  865. configure:10970: result: yes
  866. configure:11077: checking stdio.h usability
  867. configure:11094: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  868. configure:11101: $? = 0
  869. configure:11115: result: yes
  870. configure:11119: checking stdio.h presence
  871. configure:11134: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 conftest.cpp
  872. configure:11141: $? = 0
  873. configure:11155: result: yes
  874. configure:11188: checking for stdio.h
  875. configure:11197: result: yes
  876. configure:11066: checking for stdlib.h
  877. configure:11073: result: yes
  878. configure:11066: checking for unistd.h
  879. configure:11073: result: yes
  880. configure:11066: checking for strings.h
  881. configure:11073: result: yes
  882. configure:11066: checking for sys/types.h
  883. configure:11073: result: yes
  884. configure:11066: checking for sys/stat.h
  885. configure:11073: result: yes
  886. configure:11213: checking for MSG_NOSIGNAL
  887. configure:11236: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  888. conftest.cpp: In function 'int main()':
  889. conftest.cpp:30: warning: unused variable 'f'
  890. configure:11243: $? = 0
  891. configure:11248: result: yes
  892. configure:11266: checking for Berkeley DB C++ headers
  893. configure:11307: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  894. conftest.cpp:28:33: error: bdb4.8/db_cxx.h: No such file or directory
  895. conftest.cpp:35:10: error: #error "failed to find bdb 4.8+"
  896. configure:11314: $? = 1
  897. configure: failed program was:
  898. | /* confdefs.h. */
  899. | #define PACKAGE_NAME "Bitcoin"
  900. | #define PACKAGE_TARNAME "bitcoin"
  901. | #define PACKAGE_VERSION "0.8.99"
  902. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  903. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  904. | #define STDC_HEADERS 1
  905. | #define HAVE_SYS_TYPES_H 1
  906. | #define HAVE_SYS_STAT_H 1
  907. | #define HAVE_STDLIB_H 1
  908. | #define HAVE_STRING_H 1
  909. | #define HAVE_MEMORY_H 1
  910. | #define HAVE_STRINGS_H 1
  911. | #define HAVE_INTTYPES_H 1
  912. | #define HAVE_STDINT_H 1
  913. | #define HAVE_UNISTD_H 1
  914. | #define HAVE_PTHREAD 1
  915. | #define _FILE_OFFSET_BITS 64
  916. | #define HAVE_STDIO_H 1
  917. | #define HAVE_STDLIB_H 1
  918. | #define HAVE_UNISTD_H 1
  919. | #define HAVE_STRINGS_H 1
  920. | #define HAVE_SYS_TYPES_H 1
  921. | #define HAVE_SYS_STAT_H 1
  922. | #define HAVE_MSG_NOSIGNAL 1
  923. | /* end confdefs.h. */
  924. |
  925. | #include <bdb4.8/db_cxx.h>
  926. |
  927. | int
  928. | main ()
  929. | {
  930. |
  931. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  932. | #error "failed to find bdb 4.8+"
  933. | #endif
  934. |
  935. | ;
  936. | return 0;
  937. | }
  938. configure:11307: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  939. conftest.cpp:28:35: error: libdb4.8/db_cxx.h: No such file or directory
  940. conftest.cpp:35:10: error: #error "failed to find bdb 4.8+"
  941. configure:11314: $? = 1
  942. configure: failed program was:
  943. | /* confdefs.h. */
  944. | #define PACKAGE_NAME "Bitcoin"
  945. | #define PACKAGE_TARNAME "bitcoin"
  946. | #define PACKAGE_VERSION "0.8.99"
  947. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  948. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  949. | #define STDC_HEADERS 1
  950. | #define HAVE_SYS_TYPES_H 1
  951. | #define HAVE_SYS_STAT_H 1
  952. | #define HAVE_STDLIB_H 1
  953. | #define HAVE_STRING_H 1
  954. | #define HAVE_MEMORY_H 1
  955. | #define HAVE_STRINGS_H 1
  956. | #define HAVE_INTTYPES_H 1
  957. | #define HAVE_STDINT_H 1
  958. | #define HAVE_UNISTD_H 1
  959. | #define HAVE_PTHREAD 1
  960. | #define _FILE_OFFSET_BITS 64
  961. | #define HAVE_STDIO_H 1
  962. | #define HAVE_STDLIB_H 1
  963. | #define HAVE_UNISTD_H 1
  964. | #define HAVE_STRINGS_H 1
  965. | #define HAVE_SYS_TYPES_H 1
  966. | #define HAVE_SYS_STAT_H 1
  967. | #define HAVE_MSG_NOSIGNAL 1
  968. | /* end confdefs.h. */
  969. |
  970. | #include <libdb4.8/db_cxx.h>
  971. |
  972. | int
  973. | main ()
  974. | {
  975. |
  976. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  977. | #error "failed to find bdb 4.8+"
  978. | #endif
  979. |
  980. | ;
  981. | return 0;
  982. | }
  983. configure:11307: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  984. conftest.cpp:28:32: error: db4.8/db_cxx.h: No such file or directory
  985. conftest.cpp:35:10: error: #error "failed to find bdb 4.8+"
  986. configure:11314: $? = 1
  987. configure: failed program was:
  988. | /* confdefs.h. */
  989. | #define PACKAGE_NAME "Bitcoin"
  990. | #define PACKAGE_TARNAME "bitcoin"
  991. | #define PACKAGE_VERSION "0.8.99"
  992. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  993. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  994. | #define STDC_HEADERS 1
  995. | #define HAVE_SYS_TYPES_H 1
  996. | #define HAVE_SYS_STAT_H 1
  997. | #define HAVE_STDLIB_H 1
  998. | #define HAVE_STRING_H 1
  999. | #define HAVE_MEMORY_H 1
  1000. | #define HAVE_STRINGS_H 1
  1001. | #define HAVE_INTTYPES_H 1
  1002. | #define HAVE_STDINT_H 1
  1003. | #define HAVE_UNISTD_H 1
  1004. | #define HAVE_PTHREAD 1
  1005. | #define _FILE_OFFSET_BITS 64
  1006. | #define HAVE_STDIO_H 1
  1007. | #define HAVE_STDLIB_H 1
  1008. | #define HAVE_UNISTD_H 1
  1009. | #define HAVE_STRINGS_H 1
  1010. | #define HAVE_SYS_TYPES_H 1
  1011. | #define HAVE_SYS_STAT_H 1
  1012. | #define HAVE_MSG_NOSIGNAL 1
  1013. | /* end confdefs.h. */
  1014. |
  1015. | #include <db4.8/db_cxx.h>
  1016. |
  1017. | int
  1018. | main ()
  1019. | {
  1020. |
  1021. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1022. | #error "failed to find bdb 4.8+"
  1023. | #endif
  1024. |
  1025. | ;
  1026. | return 0;
  1027. | }
  1028. configure:11307: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1029. conftest.cpp:28:32: error: bdb48/db_cxx.h: No such file or directory
  1030. conftest.cpp:35:10: error: #error "failed to find bdb 4.8+"
  1031. configure:11314: $? = 1
  1032. configure: failed program was:
  1033. | /* confdefs.h. */
  1034. | #define PACKAGE_NAME "Bitcoin"
  1035. | #define PACKAGE_TARNAME "bitcoin"
  1036. | #define PACKAGE_VERSION "0.8.99"
  1037. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1038. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1039. | #define STDC_HEADERS 1
  1040. | #define HAVE_SYS_TYPES_H 1
  1041. | #define HAVE_SYS_STAT_H 1
  1042. | #define HAVE_STDLIB_H 1
  1043. | #define HAVE_STRING_H 1
  1044. | #define HAVE_MEMORY_H 1
  1045. | #define HAVE_STRINGS_H 1
  1046. | #define HAVE_INTTYPES_H 1
  1047. | #define HAVE_STDINT_H 1
  1048. | #define HAVE_UNISTD_H 1
  1049. | #define HAVE_PTHREAD 1
  1050. | #define _FILE_OFFSET_BITS 64
  1051. | #define HAVE_STDIO_H 1
  1052. | #define HAVE_STDLIB_H 1
  1053. | #define HAVE_UNISTD_H 1
  1054. | #define HAVE_STRINGS_H 1
  1055. | #define HAVE_SYS_TYPES_H 1
  1056. | #define HAVE_SYS_STAT_H 1
  1057. | #define HAVE_MSG_NOSIGNAL 1
  1058. | /* end confdefs.h. */
  1059. |
  1060. | #include <bdb48/db_cxx.h>
  1061. |
  1062. | int
  1063. | main ()
  1064. | {
  1065. |
  1066. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1067. | #error "failed to find bdb 4.8+"
  1068. | #endif
  1069. |
  1070. | ;
  1071. | return 0;
  1072. | }
  1073. configure:11307: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1074. conftest.cpp:28:34: error: libdb48/db_cxx.h: No such file or directory
  1075. conftest.cpp:35:10: error: #error "failed to find bdb 4.8+"
  1076. configure:11314: $? = 1
  1077. configure: failed program was:
  1078. | /* confdefs.h. */
  1079. | #define PACKAGE_NAME "Bitcoin"
  1080. | #define PACKAGE_TARNAME "bitcoin"
  1081. | #define PACKAGE_VERSION "0.8.99"
  1082. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1083. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1084. | #define STDC_HEADERS 1
  1085. | #define HAVE_SYS_TYPES_H 1
  1086. | #define HAVE_SYS_STAT_H 1
  1087. | #define HAVE_STDLIB_H 1
  1088. | #define HAVE_STRING_H 1
  1089. | #define HAVE_MEMORY_H 1
  1090. | #define HAVE_STRINGS_H 1
  1091. | #define HAVE_INTTYPES_H 1
  1092. | #define HAVE_STDINT_H 1
  1093. | #define HAVE_UNISTD_H 1
  1094. | #define HAVE_PTHREAD 1
  1095. | #define _FILE_OFFSET_BITS 64
  1096. | #define HAVE_STDIO_H 1
  1097. | #define HAVE_STDLIB_H 1
  1098. | #define HAVE_UNISTD_H 1
  1099. | #define HAVE_STRINGS_H 1
  1100. | #define HAVE_SYS_TYPES_H 1
  1101. | #define HAVE_SYS_STAT_H 1
  1102. | #define HAVE_MSG_NOSIGNAL 1
  1103. | /* end confdefs.h. */
  1104. |
  1105. | #include <libdb48/db_cxx.h>
  1106. |
  1107. | int
  1108. | main ()
  1109. | {
  1110. |
  1111. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1112. | #error "failed to find bdb 4.8+"
  1113. | #endif
  1114. |
  1115. | ;
  1116. | return 0;
  1117. | }
  1118. configure:11307: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1119. conftest.cpp:28:31: error: db48/db_cxx.h: No such file or directory
  1120. conftest.cpp:35:10: error: #error "failed to find bdb 4.8+"
  1121. configure:11314: $? = 1
  1122. configure: failed program was:
  1123. | /* confdefs.h. */
  1124. | #define PACKAGE_NAME "Bitcoin"
  1125. | #define PACKAGE_TARNAME "bitcoin"
  1126. | #define PACKAGE_VERSION "0.8.99"
  1127. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1128. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  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 1
  1140. | #define _FILE_OFFSET_BITS 64
  1141. | #define HAVE_STDIO_H 1
  1142. | #define HAVE_STDLIB_H 1
  1143. | #define HAVE_UNISTD_H 1
  1144. | #define HAVE_STRINGS_H 1
  1145. | #define HAVE_SYS_TYPES_H 1
  1146. | #define HAVE_SYS_STAT_H 1
  1147. | #define HAVE_MSG_NOSIGNAL 1
  1148. | /* end confdefs.h. */
  1149. |
  1150. | #include <db48/db_cxx.h>
  1151. |
  1152. | int
  1153. | main ()
  1154. | {
  1155. |
  1156. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1157. | #error "failed to find bdb 4.8+"
  1158. | #endif
  1159. |
  1160. | ;
  1161. | return 0;
  1162. | }
  1163. configure:11307: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1164. conftest.cpp:28:31: error: bdb4/db_cxx.h: No such file or directory
  1165. conftest.cpp:35:10: error: #error "failed to find bdb 4.8+"
  1166. configure:11314: $? = 1
  1167. configure: failed program was:
  1168. | /* confdefs.h. */
  1169. | #define PACKAGE_NAME "Bitcoin"
  1170. | #define PACKAGE_TARNAME "bitcoin"
  1171. | #define PACKAGE_VERSION "0.8.99"
  1172. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1173. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1174. | #define STDC_HEADERS 1
  1175. | #define HAVE_SYS_TYPES_H 1
  1176. | #define HAVE_SYS_STAT_H 1
  1177. | #define HAVE_STDLIB_H 1
  1178. | #define HAVE_STRING_H 1
  1179. | #define HAVE_MEMORY_H 1
  1180. | #define HAVE_STRINGS_H 1
  1181. | #define HAVE_INTTYPES_H 1
  1182. | #define HAVE_STDINT_H 1
  1183. | #define HAVE_UNISTD_H 1
  1184. | #define HAVE_PTHREAD 1
  1185. | #define _FILE_OFFSET_BITS 64
  1186. | #define HAVE_STDIO_H 1
  1187. | #define HAVE_STDLIB_H 1
  1188. | #define HAVE_UNISTD_H 1
  1189. | #define HAVE_STRINGS_H 1
  1190. | #define HAVE_SYS_TYPES_H 1
  1191. | #define HAVE_SYS_STAT_H 1
  1192. | #define HAVE_MSG_NOSIGNAL 1
  1193. | /* end confdefs.h. */
  1194. |
  1195. | #include <bdb4/db_cxx.h>
  1196. |
  1197. | int
  1198. | main ()
  1199. | {
  1200. |
  1201. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1202. | #error "failed to find bdb 4.8+"
  1203. | #endif
  1204. |
  1205. | ;
  1206. | return 0;
  1207. | }
  1208. configure:11307: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1209. conftest.cpp:28:33: error: libdb4/db_cxx.h: No such file or directory
  1210. conftest.cpp:35:10: error: #error "failed to find bdb 4.8+"
  1211. configure:11314: $? = 1
  1212. configure: failed program was:
  1213. | /* confdefs.h. */
  1214. | #define PACKAGE_NAME "Bitcoin"
  1215. | #define PACKAGE_TARNAME "bitcoin"
  1216. | #define PACKAGE_VERSION "0.8.99"
  1217. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1218. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1219. | #define STDC_HEADERS 1
  1220. | #define HAVE_SYS_TYPES_H 1
  1221. | #define HAVE_SYS_STAT_H 1
  1222. | #define HAVE_STDLIB_H 1
  1223. | #define HAVE_STRING_H 1
  1224. | #define HAVE_MEMORY_H 1
  1225. | #define HAVE_STRINGS_H 1
  1226. | #define HAVE_INTTYPES_H 1
  1227. | #define HAVE_STDINT_H 1
  1228. | #define HAVE_UNISTD_H 1
  1229. | #define HAVE_PTHREAD 1
  1230. | #define _FILE_OFFSET_BITS 64
  1231. | #define HAVE_STDIO_H 1
  1232. | #define HAVE_STDLIB_H 1
  1233. | #define HAVE_UNISTD_H 1
  1234. | #define HAVE_STRINGS_H 1
  1235. | #define HAVE_SYS_TYPES_H 1
  1236. | #define HAVE_SYS_STAT_H 1
  1237. | #define HAVE_MSG_NOSIGNAL 1
  1238. | /* end confdefs.h. */
  1239. |
  1240. | #include <libdb4/db_cxx.h>
  1241. |
  1242. | int
  1243. | main ()
  1244. | {
  1245. |
  1246. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1247. | #error "failed to find bdb 4.8+"
  1248. | #endif
  1249. |
  1250. | ;
  1251. | return 0;
  1252. | }
  1253. configure:11307: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1254. conftest.cpp:35:10: error: #error "failed to find bdb 4.8+"
  1255. configure:11314: $? = 1
  1256. configure: failed program was:
  1257. | /* confdefs.h. */
  1258. | #define PACKAGE_NAME "Bitcoin"
  1259. | #define PACKAGE_TARNAME "bitcoin"
  1260. | #define PACKAGE_VERSION "0.8.99"
  1261. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1262. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1263. | #define STDC_HEADERS 1
  1264. | #define HAVE_SYS_TYPES_H 1
  1265. | #define HAVE_SYS_STAT_H 1
  1266. | #define HAVE_STDLIB_H 1
  1267. | #define HAVE_STRING_H 1
  1268. | #define HAVE_MEMORY_H 1
  1269. | #define HAVE_STRINGS_H 1
  1270. | #define HAVE_INTTYPES_H 1
  1271. | #define HAVE_STDINT_H 1
  1272. | #define HAVE_UNISTD_H 1
  1273. | #define HAVE_PTHREAD 1
  1274. | #define _FILE_OFFSET_BITS 64
  1275. | #define HAVE_STDIO_H 1
  1276. | #define HAVE_STDLIB_H 1
  1277. | #define HAVE_UNISTD_H 1
  1278. | #define HAVE_STRINGS_H 1
  1279. | #define HAVE_SYS_TYPES_H 1
  1280. | #define HAVE_SYS_STAT_H 1
  1281. | #define HAVE_MSG_NOSIGNAL 1
  1282. | /* end confdefs.h. */
  1283. |
  1284. | #include <db4/db_cxx.h>
  1285. |
  1286. | int
  1287. | main ()
  1288. | {
  1289. |
  1290. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1291. | #error "failed to find bdb 4.8+"
  1292. | #endif
  1293. |
  1294. | ;
  1295. | return 0;
  1296. | }
  1297. configure:11307: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1298. conftest.cpp:28:31: error: bdb5/db_cxx.h: No such file or directory
  1299. conftest.cpp:35:10: error: #error "failed to find bdb 4.8+"
  1300. configure:11314: $? = 1
  1301. configure: failed program was:
  1302. | /* confdefs.h. */
  1303. | #define PACKAGE_NAME "Bitcoin"
  1304. | #define PACKAGE_TARNAME "bitcoin"
  1305. | #define PACKAGE_VERSION "0.8.99"
  1306. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1307. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1308. | #define STDC_HEADERS 1
  1309. | #define HAVE_SYS_TYPES_H 1
  1310. | #define HAVE_SYS_STAT_H 1
  1311. | #define HAVE_STDLIB_H 1
  1312. | #define HAVE_STRING_H 1
  1313. | #define HAVE_MEMORY_H 1
  1314. | #define HAVE_STRINGS_H 1
  1315. | #define HAVE_INTTYPES_H 1
  1316. | #define HAVE_STDINT_H 1
  1317. | #define HAVE_UNISTD_H 1
  1318. | #define HAVE_PTHREAD 1
  1319. | #define _FILE_OFFSET_BITS 64
  1320. | #define HAVE_STDIO_H 1
  1321. | #define HAVE_STDLIB_H 1
  1322. | #define HAVE_UNISTD_H 1
  1323. | #define HAVE_STRINGS_H 1
  1324. | #define HAVE_SYS_TYPES_H 1
  1325. | #define HAVE_SYS_STAT_H 1
  1326. | #define HAVE_MSG_NOSIGNAL 1
  1327. | /* end confdefs.h. */
  1328. |
  1329. | #include <bdb5/db_cxx.h>
  1330. |
  1331. | int
  1332. | main ()
  1333. | {
  1334. |
  1335. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1336. | #error "failed to find bdb 4.8+"
  1337. | #endif
  1338. |
  1339. | ;
  1340. | return 0;
  1341. | }
  1342. configure:11307: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1343. conftest.cpp:28:33: error: libdb5/db_cxx.h: No such file or directory
  1344. conftest.cpp:35:10: error: #error "failed to find bdb 4.8+"
  1345. configure:11314: $? = 1
  1346. configure: failed program was:
  1347. | /* confdefs.h. */
  1348. | #define PACKAGE_NAME "Bitcoin"
  1349. | #define PACKAGE_TARNAME "bitcoin"
  1350. | #define PACKAGE_VERSION "0.8.99"
  1351. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1352. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1353. | #define STDC_HEADERS 1
  1354. | #define HAVE_SYS_TYPES_H 1
  1355. | #define HAVE_SYS_STAT_H 1
  1356. | #define HAVE_STDLIB_H 1
  1357. | #define HAVE_STRING_H 1
  1358. | #define HAVE_MEMORY_H 1
  1359. | #define HAVE_STRINGS_H 1
  1360. | #define HAVE_INTTYPES_H 1
  1361. | #define HAVE_STDINT_H 1
  1362. | #define HAVE_UNISTD_H 1
  1363. | #define HAVE_PTHREAD 1
  1364. | #define _FILE_OFFSET_BITS 64
  1365. | #define HAVE_STDIO_H 1
  1366. | #define HAVE_STDLIB_H 1
  1367. | #define HAVE_UNISTD_H 1
  1368. | #define HAVE_STRINGS_H 1
  1369. | #define HAVE_SYS_TYPES_H 1
  1370. | #define HAVE_SYS_STAT_H 1
  1371. | #define HAVE_MSG_NOSIGNAL 1
  1372. | /* end confdefs.h. */
  1373. |
  1374. | #include <libdb5/db_cxx.h>
  1375. |
  1376. | int
  1377. | main ()
  1378. | {
  1379. |
  1380. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1381. | #error "failed to find bdb 4.8+"
  1382. | #endif
  1383. |
  1384. | ;
  1385. | return 0;
  1386. | }
  1387. configure:11307: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1388. conftest.cpp:28:30: error: db5/db_cxx.h: No such file or directory
  1389. conftest.cpp:35:10: error: #error "failed to find bdb 4.8+"
  1390. configure:11314: $? = 1
  1391. configure: failed program was:
  1392. | /* confdefs.h. */
  1393. | #define PACKAGE_NAME "Bitcoin"
  1394. | #define PACKAGE_TARNAME "bitcoin"
  1395. | #define PACKAGE_VERSION "0.8.99"
  1396. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1397. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1398. | #define STDC_HEADERS 1
  1399. | #define HAVE_SYS_TYPES_H 1
  1400. | #define HAVE_SYS_STAT_H 1
  1401. | #define HAVE_STDLIB_H 1
  1402. | #define HAVE_STRING_H 1
  1403. | #define HAVE_MEMORY_H 1
  1404. | #define HAVE_STRINGS_H 1
  1405. | #define HAVE_INTTYPES_H 1
  1406. | #define HAVE_STDINT_H 1
  1407. | #define HAVE_UNISTD_H 1
  1408. | #define HAVE_PTHREAD 1
  1409. | #define _FILE_OFFSET_BITS 64
  1410. | #define HAVE_STDIO_H 1
  1411. | #define HAVE_STDLIB_H 1
  1412. | #define HAVE_UNISTD_H 1
  1413. | #define HAVE_STRINGS_H 1
  1414. | #define HAVE_SYS_TYPES_H 1
  1415. | #define HAVE_SYS_STAT_H 1
  1416. | #define HAVE_MSG_NOSIGNAL 1
  1417. | /* end confdefs.h. */
  1418. |
  1419. | #include <db5/db_cxx.h>
  1420. |
  1421. | int
  1422. | main ()
  1423. | {
  1424. |
  1425. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1426. | #error "failed to find bdb 4.8+"
  1427. | #endif
  1428. |
  1429. | ;
  1430. | return 0;
  1431. | }
  1432. configure:11307: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1433. conftest.cpp:28:30: error: bdb/db_cxx.h: No such file or directory
  1434. conftest.cpp:35:10: error: #error "failed to find bdb 4.8+"
  1435. configure:11314: $? = 1
  1436. configure: failed program was:
  1437. | /* confdefs.h. */
  1438. | #define PACKAGE_NAME "Bitcoin"
  1439. | #define PACKAGE_TARNAME "bitcoin"
  1440. | #define PACKAGE_VERSION "0.8.99"
  1441. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1442. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1443. | #define STDC_HEADERS 1
  1444. | #define HAVE_SYS_TYPES_H 1
  1445. | #define HAVE_SYS_STAT_H 1
  1446. | #define HAVE_STDLIB_H 1
  1447. | #define HAVE_STRING_H 1
  1448. | #define HAVE_MEMORY_H 1
  1449. | #define HAVE_STRINGS_H 1
  1450. | #define HAVE_INTTYPES_H 1
  1451. | #define HAVE_STDINT_H 1
  1452. | #define HAVE_UNISTD_H 1
  1453. | #define HAVE_PTHREAD 1
  1454. | #define _FILE_OFFSET_BITS 64
  1455. | #define HAVE_STDIO_H 1
  1456. | #define HAVE_STDLIB_H 1
  1457. | #define HAVE_UNISTD_H 1
  1458. | #define HAVE_STRINGS_H 1
  1459. | #define HAVE_SYS_TYPES_H 1
  1460. | #define HAVE_SYS_STAT_H 1
  1461. | #define HAVE_MSG_NOSIGNAL 1
  1462. | /* end confdefs.h. */
  1463. |
  1464. | #include <bdb/db_cxx.h>
  1465. |
  1466. | int
  1467. | main ()
  1468. | {
  1469. |
  1470. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1471. | #error "failed to find bdb 4.8+"
  1472. | #endif
  1473. |
  1474. | ;
  1475. | return 0;
  1476. | }
  1477. configure:11307: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1478. conftest.cpp:28:32: error: libdb/db_cxx.h: No such file or directory
  1479. conftest.cpp:35:10: error: #error "failed to find bdb 4.8+"
  1480. configure:11314: $? = 1
  1481. configure: failed program was:
  1482. | /* confdefs.h. */
  1483. | #define PACKAGE_NAME "Bitcoin"
  1484. | #define PACKAGE_TARNAME "bitcoin"
  1485. | #define PACKAGE_VERSION "0.8.99"
  1486. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1487. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1488. | #define STDC_HEADERS 1
  1489. | #define HAVE_SYS_TYPES_H 1
  1490. | #define HAVE_SYS_STAT_H 1
  1491. | #define HAVE_STDLIB_H 1
  1492. | #define HAVE_STRING_H 1
  1493. | #define HAVE_MEMORY_H 1
  1494. | #define HAVE_STRINGS_H 1
  1495. | #define HAVE_INTTYPES_H 1
  1496. | #define HAVE_STDINT_H 1
  1497. | #define HAVE_UNISTD_H 1
  1498. | #define HAVE_PTHREAD 1
  1499. | #define _FILE_OFFSET_BITS 64
  1500. | #define HAVE_STDIO_H 1
  1501. | #define HAVE_STDLIB_H 1
  1502. | #define HAVE_UNISTD_H 1
  1503. | #define HAVE_STRINGS_H 1
  1504. | #define HAVE_SYS_TYPES_H 1
  1505. | #define HAVE_SYS_STAT_H 1
  1506. | #define HAVE_MSG_NOSIGNAL 1
  1507. | /* end confdefs.h. */
  1508. |
  1509. | #include <libdb/db_cxx.h>
  1510. |
  1511. | int
  1512. | main ()
  1513. | {
  1514. |
  1515. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1516. | #error "failed to find bdb 4.8+"
  1517. | #endif
  1518. |
  1519. | ;
  1520. | return 0;
  1521. | }
  1522. configure:11307: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1523. conftest.cpp:28:29: error: db/db_cxx.h: No such file or directory
  1524. conftest.cpp:35:10: error: #error "failed to find bdb 4.8+"
  1525. configure:11314: $? = 1
  1526. configure: failed program was:
  1527. | /* confdefs.h. */
  1528. | #define PACKAGE_NAME "Bitcoin"
  1529. | #define PACKAGE_TARNAME "bitcoin"
  1530. | #define PACKAGE_VERSION "0.8.99"
  1531. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1532. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1533. | #define STDC_HEADERS 1
  1534. | #define HAVE_SYS_TYPES_H 1
  1535. | #define HAVE_SYS_STAT_H 1
  1536. | #define HAVE_STDLIB_H 1
  1537. | #define HAVE_STRING_H 1
  1538. | #define HAVE_MEMORY_H 1
  1539. | #define HAVE_STRINGS_H 1
  1540. | #define HAVE_INTTYPES_H 1
  1541. | #define HAVE_STDINT_H 1
  1542. | #define HAVE_UNISTD_H 1
  1543. | #define HAVE_PTHREAD 1
  1544. | #define _FILE_OFFSET_BITS 64
  1545. | #define HAVE_STDIO_H 1
  1546. | #define HAVE_STDLIB_H 1
  1547. | #define HAVE_UNISTD_H 1
  1548. | #define HAVE_STRINGS_H 1
  1549. | #define HAVE_SYS_TYPES_H 1
  1550. | #define HAVE_SYS_STAT_H 1
  1551. | #define HAVE_MSG_NOSIGNAL 1
  1552. | /* end confdefs.h. */
  1553. |
  1554. | #include <db/db_cxx.h>
  1555. |
  1556. | int
  1557. | main ()
  1558. | {
  1559. |
  1560. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1561. | #error "failed to find bdb 4.8+"
  1562. | #endif
  1563. |
  1564. | ;
  1565. | return 0;
  1566. | }
  1567. configure:11307: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1568. conftest.cpp:35:10: error: #error "failed to find bdb 4.8+"
  1569. configure:11314: $? = 1
  1570. configure: failed program was:
  1571. | /* confdefs.h. */
  1572. | #define PACKAGE_NAME "Bitcoin"
  1573. | #define PACKAGE_TARNAME "bitcoin"
  1574. | #define PACKAGE_VERSION "0.8.99"
  1575. | #define PACKAGE_STRING "Bitcoin 0.8.99"
  1576. | #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1577. | #define STDC_HEADERS 1
  1578. | #define HAVE_SYS_TYPES_H 1
  1579. | #define HAVE_SYS_STAT_H 1
  1580. | #define HAVE_STDLIB_H 1
  1581. | #define HAVE_STRING_H 1
  1582. | #define HAVE_MEMORY_H 1
  1583. | #define HAVE_STRINGS_H 1
  1584. | #define HAVE_INTTYPES_H 1
  1585. | #define HAVE_STDINT_H 1
  1586. | #define HAVE_UNISTD_H 1
  1587. | #define HAVE_PTHREAD 1
  1588. | #define _FILE_OFFSET_BITS 64
  1589. | #define HAVE_STDIO_H 1
  1590. | #define HAVE_STDLIB_H 1
  1591. | #define HAVE_UNISTD_H 1
  1592. | #define HAVE_STRINGS_H 1
  1593. | #define HAVE_SYS_TYPES_H 1
  1594. | #define HAVE_SYS_STAT_H 1
  1595. | #define HAVE_MSG_NOSIGNAL 1
  1596. | /* end confdefs.h. */
  1597. |
  1598. | #include <db_cxx.h>
  1599. |
  1600. | int
  1601. | main ()
  1602. | {
  1603. |
  1604. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1605. | #error "failed to find bdb 4.8+"
  1606. | #endif
  1607. |
  1608. | ;
  1609. | return 0;
  1610. | }
  1611. configure:11387: result: no
  1612. configure:11389: error: libdb_cxx headers missing
  1613.  
  1614. ## ---------------- ##
  1615. ## Cache variables. ##
  1616. ## ---------------- ##
  1617.  
  1618. ac_cv_build=i686-pc-linux-gnu
  1619. ac_cv_c_bigendian=no
  1620. ac_cv_c_compiler_gnu=yes
  1621. ac_cv_cxx_compiler_gnu=yes
  1622. ac_cv_env_CCC_set=
  1623. ac_cv_env_CCC_value=
  1624. ac_cv_env_CC_set=
  1625. ac_cv_env_CC_value=
  1626. ac_cv_env_CFLAGS_set=
  1627. ac_cv_env_CFLAGS_value=
  1628. ac_cv_env_CPPFLAGS_set=
  1629. ac_cv_env_CPPFLAGS_value=
  1630. ac_cv_env_CPP_set=
  1631. ac_cv_env_CPP_value=
  1632. ac_cv_env_CRYPTO_CFLAGS_set=
  1633. ac_cv_env_CRYPTO_CFLAGS_value=
  1634. ac_cv_env_CRYPTO_LIBS_set=
  1635. ac_cv_env_CRYPTO_LIBS_value=
  1636. ac_cv_env_CXXCPP_set=
  1637. ac_cv_env_CXXCPP_value=
  1638. ac_cv_env_CXXFLAGS_set=
  1639. ac_cv_env_CXXFLAGS_value=
  1640. ac_cv_env_CXX_set=
  1641. ac_cv_env_CXX_value=
  1642. ac_cv_env_LDFLAGS_set=
  1643. ac_cv_env_LDFLAGS_value=
  1644. ac_cv_env_LIBS_set=
  1645. ac_cv_env_LIBS_value=
  1646. ac_cv_env_OBJCFLAGS_set=
  1647. ac_cv_env_OBJCFLAGS_value=
  1648. ac_cv_env_OBJC_set=
  1649. ac_cv_env_OBJC_value=
  1650. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  1651. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  1652. ac_cv_env_PKG_CONFIG_PATH_set=
  1653. ac_cv_env_PKG_CONFIG_PATH_value=
  1654. ac_cv_env_PKG_CONFIG_set=
  1655. ac_cv_env_PKG_CONFIG_value=
  1656. ac_cv_env_PROTOBUF_CFLAGS_set=
  1657. ac_cv_env_PROTOBUF_CFLAGS_value=
  1658. ac_cv_env_PROTOBUF_LIBS_set=
  1659. ac_cv_env_PROTOBUF_LIBS_value=
  1660. ac_cv_env_QR_CFLAGS_set=
  1661. ac_cv_env_QR_CFLAGS_value=
  1662. ac_cv_env_QR_LIBS_set=
  1663. ac_cv_env_QR_LIBS_value=
  1664. ac_cv_env_QT_CFLAGS_set=
  1665. ac_cv_env_QT_CFLAGS_value=
  1666. ac_cv_env_QT_DBUS_CFLAGS_set=
  1667. ac_cv_env_QT_DBUS_CFLAGS_value=
  1668. ac_cv_env_QT_DBUS_LIBS_set=
  1669. ac_cv_env_QT_DBUS_LIBS_value=
  1670. ac_cv_env_QT_LIBS_set=
  1671. ac_cv_env_QT_LIBS_value=
  1672. ac_cv_env_QT_TEST_CFLAGS_set=
  1673. ac_cv_env_QT_TEST_CFLAGS_value=
  1674. ac_cv_env_QT_TEST_LIBS_set=
  1675. ac_cv_env_QT_TEST_LIBS_value=
  1676. ac_cv_env_SSL_CFLAGS_set=
  1677. ac_cv_env_SSL_CFLAGS_value=
  1678. ac_cv_env_SSL_LIBS_set=
  1679. ac_cv_env_SSL_LIBS_value=
  1680. ac_cv_env_build_alias_set=
  1681. ac_cv_env_build_alias_value=
  1682. ac_cv_env_host_alias_set=
  1683. ac_cv_env_host_alias_value=
  1684. ac_cv_env_target_alias_set=
  1685. ac_cv_env_target_alias_value=
  1686. ac_cv_header_inttypes_h=yes
  1687. ac_cv_header_memory_h=yes
  1688. ac_cv_header_stdc=yes
  1689. ac_cv_header_stdint_h=yes
  1690. ac_cv_header_stdio_h=yes
  1691. ac_cv_header_stdlib_h=yes
  1692. ac_cv_header_string_h=yes
  1693. ac_cv_header_strings_h=yes
  1694. ac_cv_header_sys_stat_h=yes
  1695. ac_cv_header_sys_types_h=yes
  1696. ac_cv_header_unistd_h=yes
  1697. ac_cv_host=i686-pc-linux-gnu
  1698. ac_cv_objc_compiler_gnu=yes
  1699. ac_cv_objext=o
  1700. ac_cv_path_EGREP='/bin/grep -E'
  1701. ac_cv_path_GIT=/usr/bin/git
  1702. ac_cv_path_GREP=/bin/grep
  1703. ac_cv_path_HEXDUMP=/usr/bin/hexdump
  1704. ac_cv_path_JAVA=/usr/bin/java
  1705. ac_cv_path_SED=/bin/sed
  1706. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  1707. ac_cv_path_ac_pt_AR=/usr/bin/ar
  1708. ac_cv_path_ac_pt_GCOV=/usr/bin/gcov
  1709. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  1710. ac_cv_path_ac_pt_RANLIB=/usr/bin/ranlib
  1711. ac_cv_path_ac_pt_STRIP=/usr/bin/strip
  1712. ac_cv_path_install='/usr/bin/install -c'
  1713. ac_cv_path_mkdir=/bin/mkdir
  1714. ac_cv_prog_AWK=gawk
  1715. ac_cv_prog_CPP='gcc -E'
  1716. ac_cv_prog_CXXCPP='g++ -E'
  1717. ac_cv_prog_ac_ct_CC=gcc
  1718. ac_cv_prog_ac_ct_CXX=g++
  1719. ac_cv_prog_ac_ct_OBJC=gcc
  1720. ac_cv_prog_cc_c89=
  1721. ac_cv_prog_cc_g=yes
  1722. ac_cv_prog_cxx_g=yes
  1723. ac_cv_prog_make_make_set=yes
  1724. ac_cv_prog_objc_g=yes
  1725. ac_cv_sys_file_offset_bits=64
  1726. ac_cv_sys_largefile_CC=no
  1727. am_cv_CC_dependencies_compiler_type=gcc3
  1728. am_cv_CXX_dependencies_compiler_type=gcc3
  1729. am_cv_OBJC_dependencies_compiler_type=gcc3
  1730. ax_cv_PTHREAD_PRIO_INHERIT=no
  1731. ax_cv_check_cxxcppflags___D_FORTIFY_SOURCE_2=yes
  1732. ax_cv_check_cxxflags___Wstack_protector=yes
  1733. ax_cv_check_cxxflags___fPIE=yes
  1734. ax_cv_check_cxxflags___fno_stack_protector=yes
  1735. ax_cv_check_cxxflags___fstack_protector_all=yes
  1736. ax_cv_check_ldflags___Wl___dynamicbase=no
  1737. ax_cv_check_ldflags___Wl___large_address_aware=no
  1738. ax_cv_check_ldflags___Wl___nxcompat=no
  1739. ax_cv_check_ldflags___Wl__z_now=yes
  1740. ax_cv_check_ldflags___Wl__z_relro=yes
  1741. ax_cv_check_ldflags___pie=yes
  1742.  
  1743. ## ----------------- ##
  1744. ## Output variables. ##
  1745. ## ----------------- ##
  1746.  
  1747. ACLOCAL='${SHELL} /home/adam/projects/bitcoin/src/build-aux/missing --run aclocal-1.11'
  1748. AMDEPBACKSLASH='\'
  1749. AMDEP_FALSE='#'
  1750. AMDEP_TRUE=''
  1751. AMTAR='${SHELL} /home/adam/projects/bitcoin/src/build-aux/missing --run tar'
  1752. AM_BACKSLASH='\'
  1753. AM_DEFAULT_VERBOSITY='0'
  1754. AR='/usr/bin/ar'
  1755. AUTOCONF='${SHELL} /home/adam/projects/bitcoin/src/build-aux/missing --run autoconf'
  1756. AUTOHEADER='${SHELL} /home/adam/projects/bitcoin/src/build-aux/missing --run autoheader'
  1757. AUTOMAKE='${SHELL} /home/adam/projects/bitcoin/src/build-aux/missing --run automake-1.11'
  1758. AWK='gawk'
  1759. BDB_CPPFLAGS=''
  1760. BDB_LIBS=''
  1761. BOOST_CHRONO_LIB=''
  1762. BOOST_CPPFLAGS=''
  1763. BOOST_FILESYSTEM_LIB=''
  1764. BOOST_LDFLAGS=''
  1765. BOOST_LIBS=''
  1766. BOOST_PROGRAM_OPTIONS_LIB=''
  1767. BOOST_SYSTEM_LIB=''
  1768. BOOST_THREAD_LIB=''
  1769. BOOST_UNIT_TEST_FRAMEWORK_LIB=''
  1770. BREW=''
  1771. BUILD_QT=''
  1772. BUILD_TEST=''
  1773. BUILD_TEST_QT=''
  1774. CC='gcc'
  1775. CCACHE=''
  1776. CCDEPMODE='depmode=gcc3'
  1777. CFLAGS='-g -O2'
  1778. CLIENT_VERSION_BUILD=''
  1779. CLIENT_VERSION_IS_RELEASE=''
  1780. CLIENT_VERSION_MAJOR=''
  1781. CLIENT_VERSION_MINOR=''
  1782. CLIENT_VERSION_REVISION=''
  1783. COPYRIGHT_YEAR=''
  1784. CPP='gcc -E'
  1785. CPPFLAGS=' -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2'
  1786. CRYPTO_CFLAGS=''
  1787. CRYPTO_LIBS=''
  1788. CXX='g++'
  1789. CXXCPP='g++ -E'
  1790. CXXDEPMODE='depmode=gcc3'
  1791. CXXFLAGS='-g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all'
  1792. CYGPATH_W='echo'
  1793. DEFS=''
  1794. DEPDIR='.deps'
  1795. ECHO_C=''
  1796. ECHO_N='-n'
  1797. ECHO_T=''
  1798. EGREP='/bin/grep -E'
  1799. EXEEXT=''
  1800. GCOV='/usr/bin/gcov'
  1801. GENHTML=''
  1802. GIT='/usr/bin/git'
  1803. GREP='/bin/grep'
  1804. HEXDUMP='/usr/bin/hexdump'
  1805. INCLUDES=' -pthread'
  1806. INSTALL_DATA='${INSTALL} -m 644'
  1807. INSTALL_PROGRAM='${INSTALL}'
  1808. INSTALL_SCRIPT='${INSTALL}'
  1809. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1810. JAVA='/usr/bin/java'
  1811. JAVA_COMPARISON_TOOL=''
  1812. LCOV=''
  1813. LDFLAGS='-Wl,-z,now -pie'
  1814. LEVELDB_TARGET_FLAGS=''
  1815. LIBOBJS=''
  1816. LIBS=''
  1817. LRELEASE=''
  1818. LTLIBOBJS=''
  1819. LUPDATE=''
  1820. MAINT=''
  1821. MAINTAINER_MODE_FALSE='#'
  1822. MAINTAINER_MODE_TRUE=''
  1823. MAKEINFO='${SHELL} /home/adam/projects/bitcoin/src/build-aux/missing --run makeinfo'
  1824. MAKENSIS=''
  1825. MKDIR_P='/bin/mkdir -p'
  1826. MOC=''
  1827. MOC_DEFS=''
  1828. OBJC='gcc'
  1829. OBJCDEPMODE='depmode=gcc3'
  1830. OBJCFLAGS='-g -O2'
  1831. OBJEXT='o'
  1832. PACKAGE='bitcoin'
  1833. PACKAGE_BUGREPORT='info@bitcoin.org'
  1834. PACKAGE_NAME='Bitcoin'
  1835. PACKAGE_STRING='Bitcoin 0.8.99'
  1836. PACKAGE_TARNAME='bitcoin'
  1837. PACKAGE_VERSION='0.8.99'
  1838. PATH_SEPARATOR=':'
  1839. PKG_CONFIG='/usr/bin/pkg-config'
  1840. PKG_CONFIG_LIBDIR=''
  1841. PKG_CONFIG_PATH=''
  1842. PORT=''
  1843. PROTOBUF_CFLAGS=''
  1844. PROTOBUF_LIBS=''
  1845. PROTOC=''
  1846. PTHREAD_CC='gcc'
  1847. PTHREAD_CFLAGS='-pthread'
  1848. PTHREAD_LIBS=''
  1849. QR_CFLAGS=''
  1850. QR_LIBS=''
  1851. QT_CFLAGS=''
  1852. QT_DBUS_CFLAGS=''
  1853. QT_DBUS_INCLUDES=''
  1854. QT_DBUS_LIBS=''
  1855. QT_INCLUDES=''
  1856. QT_LIBS=''
  1857. QT_TEST_CFLAGS=''
  1858. QT_TEST_INCLUDES=''
  1859. QT_TEST_LIBS=''
  1860. RANLIB='/usr/bin/ranlib'
  1861. RCC=''
  1862. SED='/bin/sed'
  1863. SET_MAKE=''
  1864. SHELL='/bin/sh'
  1865. SSL_CFLAGS=''
  1866. SSL_LIBS=''
  1867. STRIP='/usr/bin/strip'
  1868. TARGET_DARWIN_FALSE=''
  1869. TARGET_DARWIN_TRUE=''
  1870. TARGET_WINDOWS_FALSE=''
  1871. TARGET_WINDOWS_TRUE=''
  1872. TESTDEFS='-DBOOST_TEST_DYN_LINK'
  1873. UIC=''
  1874. USE_COMPARISON_TOOL_FALSE=''
  1875. USE_COMPARISON_TOOL_TRUE=''
  1876. USE_IPV6=''
  1877. USE_LCOV_FALSE=''
  1878. USE_LCOV_TRUE=''
  1879. USE_QRCODE=''
  1880. USE_QRCODE_FALSE=''
  1881. USE_QRCODE_TRUE=''
  1882. USE_UPNP=''
  1883. VERSION='0.8.99'
  1884. WINDRES=''
  1885. XGETTEXT='/usr/bin/xgettext'
  1886. ac_ct_CC='gcc'
  1887. ac_ct_CXX='g++'
  1888. ac_ct_OBJC='gcc'
  1889. am__EXEEXT_FALSE=''
  1890. am__EXEEXT_TRUE=''
  1891. am__fastdepCC_FALSE='#'
  1892. am__fastdepCC_TRUE=''
  1893. am__fastdepCXX_FALSE='#'
  1894. am__fastdepCXX_TRUE=''
  1895. am__fastdepOBJC_FALSE='#'
  1896. am__fastdepOBJC_TRUE=''
  1897. am__include='include'
  1898. am__isrc=''
  1899. am__leading_dot='.'
  1900. am__quote=''
  1901. am__tar='${AMTAR} chof - "$$tardir"'
  1902. am__untar='${AMTAR} xf -'
  1903. ax_pthread_config=''
  1904. bindir='${exec_prefix}/bin'
  1905. build='i686-pc-linux-gnu'
  1906. build_alias=''
  1907. build_cpu='i686'
  1908. build_os='linux-gnu'
  1909. build_vendor='pc'
  1910. datadir='${datarootdir}'
  1911. datarootdir='${prefix}/share'
  1912. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1913. dvidir='${docdir}'
  1914. exec_prefix='NONE'
  1915. host='i686-pc-linux-gnu'
  1916. host_alias=''
  1917. host_cpu='i686'
  1918. host_os='linux-gnu'
  1919. host_vendor='pc'
  1920. htmldir='${docdir}'
  1921. includedir='${prefix}/include'
  1922. infodir='${datarootdir}/info'
  1923. install_sh='${SHELL} /home/adam/projects/bitcoin/src/build-aux/install-sh'
  1924. libdir='${exec_prefix}/lib'
  1925. libexecdir='${exec_prefix}/libexec'
  1926. localedir='${datarootdir}/locale'
  1927. localstatedir='${prefix}/var'
  1928. mandir='${datarootdir}/man'
  1929. mkdir_p='/bin/mkdir -p'
  1930. oldincludedir='/usr/include'
  1931. pdfdir='${docdir}'
  1932. prefix='NONE'
  1933. program_transform_name='s,x,x,'
  1934. psdir='${docdir}'
  1935. sbindir='${exec_prefix}/sbin'
  1936. sharedstatedir='${prefix}/com'
  1937. sysconfdir='${prefix}/etc'
  1938. target_alias=''
  1939.  
  1940. ## ----------- ##
  1941. ## confdefs.h. ##
  1942. ## ----------- ##
  1943.  
  1944. #define PACKAGE_NAME "Bitcoin"
  1945. #define PACKAGE_TARNAME "bitcoin"
  1946. #define PACKAGE_VERSION "0.8.99"
  1947. #define PACKAGE_STRING "Bitcoin 0.8.99"
  1948. #define PACKAGE_BUGREPORT "info@bitcoin.org"
  1949. #define STDC_HEADERS 1
  1950. #define HAVE_SYS_TYPES_H 1
  1951. #define HAVE_SYS_STAT_H 1
  1952. #define HAVE_STDLIB_H 1
  1953. #define HAVE_STRING_H 1
  1954. #define HAVE_MEMORY_H 1
  1955. #define HAVE_STRINGS_H 1
  1956. #define HAVE_INTTYPES_H 1
  1957. #define HAVE_STDINT_H 1
  1958. #define HAVE_UNISTD_H 1
  1959. #define HAVE_PTHREAD 1
  1960. #define _FILE_OFFSET_BITS 64
  1961. #define HAVE_STDIO_H 1
  1962. #define HAVE_STDLIB_H 1
  1963. #define HAVE_UNISTD_H 1
  1964. #define HAVE_STRINGS_H 1
  1965. #define HAVE_SYS_TYPES_H 1
  1966. #define HAVE_SYS_STAT_H 1
  1967. #define HAVE_MSG_NOSIGNAL 1
  1968.  
  1969. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement