1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3. It was created by Pivx Core configure 2.2.99, which was
  4. generated by GNU Autoconf 2.69. Invocation command line was
  5. $ ./configure
  6. ## --------- ##
  7. ## Platform. ##
  8. ## --------- ##
  9. hostname = kilo
  10. uname -m = x86_64
  11. uname -r = 4.10.11-1-ARCH
  12. uname -s = Linux
  13. uname -v = #1 SMP PREEMPT Tue Apr 18 08:39:42 CEST 2017
  14. /usr/bin/uname -p = unknown
  15. /bin/uname -X = unknown
  16. /bin/arch = unknown
  17. /usr/bin/arch -k = unknown
  18. /usr/convex/getsysinfo = unknown
  19. /usr/bin/hostinfo = unknown
  20. /bin/machine = unknown
  21. /usr/bin/oslevel = unknown
  22. /bin/universe = unknown
  23. PATH: /home/aaronm/.gem/ruby/2.4.0/bin
  24. PATH: ~/.config/composer/vendor/bin
  25. PATH: ~/.local/bin
  26. PATH: /home/aaronm/.nvm/versions/node/v6.1.0/bin
  27. PATH: /usr/local/sbin
  28. PATH: /usr/local/bin
  29. PATH: /usr/bin
  30. PATH: /opt/android-sdk/platform-tools
  31. PATH: /opt/android-sdk/tools
  32. PATH: /opt/android-sdk/tools/bin
  33. PATH: /usr/lib/jvm/default/bin
  34. PATH: /usr/bin/site_perl
  35. PATH: /usr/bin/vendor_perl
  36. PATH: /usr/bin/core_perl
  37. ## ----------- ##
  38. ## Core tests. ##
  39. ## ----------- ##
  40. configure:2919: checking build system type
  41. configure:2933: result: x86_64-unknown-linux-gnu
  42. configure:2953: checking host system type
  43. configure:2966: result: x86_64-unknown-linux-gnu
  44. configure:3009: checking for a BSD-compatible install
  45. configure:3077: result: /usr/bin/install -c
  46. configure:3088: checking whether build environment is sane
  47. configure:3143: result: yes
  48. configure:3294: checking for a thread-safe mkdir -p
  49. configure:3333: result: /usr/bin/mkdir -p
  50. configure:3340: checking for gawk
  51. configure:3356: found /usr/bin/gawk
  52. configure:3367: result: gawk
  53. configure:3378: checking whether make sets $(MAKE)
  54. configure:3400: result: yes
  55. configure:3429: checking whether make supports nested variables
  56. configure:3446: result: yes
  57. configure:3565: checking whether to enable maintainer-specific portions of Makefiles
  58. configure:3574: result: yes
  59. configure:3599: checking whether make supports nested variables
  60. configure:3616: result: yes
  61. configure:3691: checking for g++
  62. configure:3707: found /usr/bin/g++
  63. configure:3718: result: g++
  64. configure:3745: checking for C++ compiler version
  65. configure:3754: g++ --version >&5
  66. g++ (GCC) 6.3.1 20170306
  67. Copyright (C) 2016 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. configure:3765: $? = 0
  71. configure:3754: g++ -v >&5
  72. Using built-in specs.
  73. COLLECT_GCC=g++
  74. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/lto-wrapper
  75. Target: x86_64-pc-linux-gnu
  76. Configured with: /build/gcc-multilib/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release
  77. Thread model: posix
  78. gcc version 6.3.1 20170306 (GCC)
  79. configure:3765: $? = 0
  80. configure:3754: g++ -V >&5
  81. g++: error: unrecognized command line option '-V'
  82. g++: fatal error: no input files
  83. compilation terminated.
  84. configure:3765: $? = 1
  85. configure:3754: g++ -qversion >&5
  86. g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
  87. g++: fatal error: no input files
  88. compilation terminated.
  89. configure:3765: $? = 1
  90. configure:3785: checking whether the C++ compiler works
  91. configure:3807: g++ conftest.cpp >&5
  92. configure:3811: $? = 0
  93. configure:3859: result: yes
  94. configure:3862: checking for C++ compiler default output file name
  95. configure:3864: result: a.out
  96. configure:3870: checking for suffix of executables
  97. configure:3877: g++ -o conftest conftest.cpp >&5
  98. configure:3881: $? = 0
  99. configure:3903: result:
  100. configure:3925: checking whether we are cross compiling
  101. configure:3933: g++ -o conftest conftest.cpp >&5
  102. configure:3937: $? = 0
  103. configure:3944: ./conftest
  104. configure:3948: $? = 0
  105. configure:3963: result: no
  106. configure:3968: checking for suffix of object files
  107. configure:3990: g++ -c conftest.cpp >&5
  108. configure:3994: $? = 0
  109. configure:4015: result: o
  110. configure:4019: checking whether we are using the GNU C++ compiler
  111. configure:4038: g++ -c conftest.cpp >&5
  112. configure:4038: $? = 0
  113. configure:4047: result: yes
  114. configure:4056: checking whether g++ accepts -g
  115. configure:4076: g++ -c -g conftest.cpp >&5
  116. configure:4076: $? = 0
  117. configure:4117: result: yes
  118. configure:4151: checking for style of include used by make
  119. configure:4179: result: GNU
  120. configure:4205: checking dependency style of g++
  121. configure:4316: result: gcc3
  122. configure:4345: checking whether g++ supports C++11 features by default
  123. configure:4639: g++ -c -g -O2 conftest.cpp >&5
  124. configure:4639: $? = 0
  125. configure:4646: result: yes
  126. configure:5108: checking for Objective C++ compiler version
  127. configure:5117: g++ --version >&5
  128. g++ (GCC) 6.3.1 20170306
  129. Copyright (C) 2016 Free Software Foundation, Inc.
  130. This is free software; see the source for copying conditions. There is NO
  131. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  132. configure:5128: $? = 0
  133. configure:5117: g++ -v >&5
  134. Using built-in specs.
  135. COLLECT_GCC=g++
  136. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/lto-wrapper
  137. Target: x86_64-pc-linux-gnu
  138. Configured with: /build/gcc-multilib/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release
  139. Thread model: posix
  140. gcc version 6.3.1 20170306 (GCC)
  141. configure:5128: $? = 0
  142. configure:5117: g++ -V >&5
  143. g++: error: unrecognized command line option '-V'
  144. g++: fatal error: no input files
  145. compilation terminated.
  146. configure:5128: $? = 1
  147. configure:5117: g++ -qversion >&5
  148. g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
  149. g++: fatal error: no input files
  150. compilation terminated.
  151. configure:5128: $? = 1
  152. configure:5132: checking whether we are using the GNU Objective C++ compiler
  153. configure:5151: g++ -c conftest.mm >&5
  154. g++: error trying to exec 'cc1objplus': execvp: No such file or directory
  155. configure:5151: $? = 1
  156. configure: failed program was:
  157. | /* confdefs.h */
  158. | #define PACKAGE_NAME "Pivx Core"
  159. | #define PACKAGE_TARNAME "pivx"
  160. | #define PACKAGE_VERSION "2.2.99"
  161. | #define PACKAGE_STRING "Pivx Core 2.2.99"
  162. | #define PACKAGE_BUGREPORT "www.pivx.org"
  163. | #define PACKAGE_URL ""
  164. | #define HAVE_CXX11 1
  165. | /* end confdefs.h. */
  166. |
  167. | int
  168. | main ()
  169. | {
  170. | #ifndef __GNUC__
  171. | choke me
  172. | #endif
  173. |
  174. | ;
  175. | return 0;
  176. | }
  177. configure:5160: result: no
  178. configure:5169: checking whether g++ accepts -g
  179. configure:5189: g++ -c -g conftest.mm >&5
  180. g++: error trying to exec 'cc1objplus': execvp: No such file or directory
  181. configure:5189: $? = 1
  182. configure: failed program was:
  183. | /* confdefs.h */
  184. | #define PACKAGE_NAME "Pivx Core"
  185. | #define PACKAGE_TARNAME "pivx"
  186. | #define PACKAGE_VERSION "2.2.99"
  187. | #define PACKAGE_STRING "Pivx Core 2.2.99"
  188. | #define PACKAGE_BUGREPORT "www.pivx.org"
  189. | #define PACKAGE_URL ""
  190. | #define HAVE_CXX11 1
  191. | /* end confdefs.h. */
  192. |
  193. | int
  194. | main ()
  195. | {
  196. |
  197. | ;
  198. | return 0;
  199. | }
  200. configure:5204: g++ -c conftest.mm >&5
  201. g++: error trying to exec 'cc1objplus': execvp: No such file or directory
  202. configure:5204: $? = 1
  203. configure: failed program was:
  204. | /* confdefs.h */
  205. | #define PACKAGE_NAME "Pivx Core"
  206. | #define PACKAGE_TARNAME "pivx"
  207. | #define PACKAGE_VERSION "2.2.99"
  208. | #define PACKAGE_STRING "Pivx Core 2.2.99"
  209. | #define PACKAGE_BUGREPORT "www.pivx.org"
  210. | #define PACKAGE_URL ""
  211. | #define HAVE_CXX11 1
  212. | /* end confdefs.h. */
  213. |
  214. | int
  215. | main ()
  216. | {
  217. |
  218. | ;
  219. | return 0;
  220. | }
  221. configure:5220: g++ -c -g conftest.mm >&5
  222. g++: error trying to exec 'cc1objplus': execvp: No such file or directory
  223. configure:5220: $? = 1
  224. configure: failed program was:
  225. | /* confdefs.h */
  226. | #define PACKAGE_NAME "Pivx Core"
  227. | #define PACKAGE_TARNAME "pivx"
  228. | #define PACKAGE_VERSION "2.2.99"
  229. | #define PACKAGE_STRING "Pivx Core 2.2.99"
  230. | #define PACKAGE_BUGREPORT "www.pivx.org"
  231. | #define PACKAGE_URL ""
  232. | #define HAVE_CXX11 1
  233. | /* end confdefs.h. */
  234. |
  235. | int
  236. | main ()
  237. | {
  238. |
  239. | ;
  240. | return 0;
  241. | }
  242. configure:5230: result: no
  243. configure:5255: checking dependency style of g++
  244. configure:5364: result: gcc3
  245. configure:5426: checking how to print strings
  246. configure:5453: result: printf
  247. configure:5522: checking for gcc
  248. configure:5538: found /usr/bin/gcc
  249. configure:5549: result: gcc
  250. configure:5778: checking for C compiler version
  251. configure:5787: gcc --version >&5
  252. gcc (GCC) 6.3.1 20170306
  253. Copyright (C) 2016 Free Software Foundation, Inc.
  254. This is free software; see the source for copying conditions. There is NO
  255. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  256. configure:5798: $? = 0
  257. configure:5787: gcc -v >&5
  258. Using built-in specs.
  259. COLLECT_GCC=gcc
  260. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/lto-wrapper
  261. Target: x86_64-pc-linux-gnu
  262. Configured with: /build/gcc-multilib/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release
  263. Thread model: posix
  264. gcc version 6.3.1 20170306 (GCC)
  265. configure:5798: $? = 0
  266. configure:5787: gcc -V >&5
  267. gcc: error: unrecognized command line option '-V'
  268. gcc: fatal error: no input files
  269. compilation terminated.
  270. configure:5798: $? = 1
  271. configure:5787: gcc -qversion >&5
  272. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  273. gcc: fatal error: no input files
  274. compilation terminated.
  275. configure:5798: $? = 1
  276. configure:5802: checking whether we are using the GNU C compiler
  277. configure:5821: gcc -c conftest.c >&5
  278. configure:5821: $? = 0
  279. configure:5830: result: yes
  280. configure:5839: checking whether gcc accepts -g
  281. configure:5859: gcc -c -g conftest.c >&5
  282. configure:5859: $? = 0
  283. configure:5900: result: yes
  284. configure:5917: checking for gcc option to accept ISO C89
  285. configure:5980: gcc -c -g -O2 conftest.c >&5
  286. configure:5980: $? = 0
  287. configure:5993: result: none needed
  288. configure:6018: checking whether gcc understands -c and -o together
  289. configure:6040: gcc -c conftest.c -o conftest2.o
  290. configure:6043: $? = 0
  291. configure:6040: gcc -c conftest.c -o conftest2.o
  292. configure:6043: $? = 0
  293. configure:6055: result: yes
  294. configure:6074: checking dependency style of gcc
  295. configure:6185: result: gcc3
  296. configure:6200: checking for a sed that does not truncate output
  297. configure:6264: result: /usr/bin/sed
  298. configure:6282: checking for grep that handles long lines and -e
  299. configure:6340: result: /usr/bin/grep
  300. configure:6345: checking for egrep
  301. configure:6407: result: /usr/bin/grep -E
  302. configure:6412: checking for fgrep
  303. configure:6474: result: /usr/bin/grep -F
  304. configure:6509: checking for ld used by gcc
  305. configure:6576: result: /usr/bin/ld
  306. configure:6583: checking if the linker (/usr/bin/ld) is GNU ld
  307. configure:6598: result: yes
  308. configure:6610: checking for BSD- or MS-compatible name lister (nm)
  309. configure:6664: result: /usr/bin/nm -B
  310. configure:6794: checking the name lister (/usr/bin/nm -B) interface
  311. configure:6801: gcc -c -g -O2 conftest.c >&5
  312. configure:6804: /usr/bin/nm -B "conftest.o"
  313. configure:6807: output
  314. 0000000000000000 B some_variable
  315. configure:6814: result: BSD nm
  316. configure:6817: checking whether ln -s works
  317. configure:6821: result: yes
  318. configure:6829: checking the maximum length of command line arguments
  319. configure:6960: result: 1572864
  320. configure:7008: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
  321. configure:7048: result: func_convert_file_noop
  322. configure:7055: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
  323. configure:7075: result: func_convert_file_noop
  324. configure:7082: checking for /usr/bin/ld option to reload object files
  325. configure:7089: result: -r
  326. configure:7163: checking for objdump
  327. configure:7179: found /usr/bin/objdump
  328. configure:7190: result: objdump
  329. configure:7222: checking how to recognize dependent libraries
  330. configure:7422: result: pass_all
  331. configure:7507: checking for dlltool
  332. configure:7537: result: no
  333. configure:7567: checking how to associate runtime and link libraries
  334. configure:7594: result: printf %s\n
  335. configure:7655: checking for ar
  336. configure:7671: found /usr/bin/ar
  337. configure:7682: result: ar
  338. configure:7719: checking for archiver @FILE support
  339. configure:7736: gcc -c -g -O2 conftest.c >&5
  340. configure:7736: $? = 0
  341. configure:7739: ar cru libconftest.a @conftest.lst >&5
  342. ar: `u' modifier ignored since `D' is the default (see `U')
  343. configure:7742: $? = 0
  344. configure:7747: ar cru libconftest.a @conftest.lst >&5
  345. ar: `u' modifier ignored since `D' is the default (see `U')
  346. ar: conftest.o: No such file or directory
  347. configure:7750: $? = 1
  348. configure:7762: result: @
  349. configure:7820: checking for strip
  350. configure:7836: found /usr/bin/strip
  351. configure:7847: result: strip
  352. configure:7919: checking for ranlib
  353. configure:7935: found /usr/bin/ranlib
  354. configure:7946: result: ranlib
  355. configure:8048: checking command to parse /usr/bin/nm -B output from gcc object
  356. configure:8201: gcc -c -g -O2 conftest.c >&5
  357. configure:8204: $? = 0
  358. configure:8208: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  359. configure:8211: $? = 0
  360. configure:8277: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  361. configure:8280: $? = 0
  362. configure:8318: result: ok
  363. configure:8365: checking for sysroot
  364. configure:8395: result: no
  365. configure:8402: checking for a working dd
  366. configure:8440: result: /usr/bin/dd
  367. configure:8444: checking how to truncate binary pipes
  368. configure:8459: result: /usr/bin/dd bs=4096 count=1
  369. configure:8595: gcc -c -g -O2 conftest.c >&5
  370. configure:8598: $? = 0
  371. configure:8788: checking for mt
  372. configure:8818: result: no
  373. configure:8838: checking if : is a manifest tool
  374. configure:8844: : '-?'
  375. configure:8852: result: no
  376. configure:9529: checking how to run the C preprocessor
  377. configure:9560: gcc -E conftest.c
  378. configure:9560: $? = 0
  379. configure:9574: gcc -E conftest.c
  380. conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
  381. #include <ac_nonexistent.h>
  382. ^
  383. compilation terminated.
  384. configure:9574: $? = 1
  385. configure: failed program was:
  386. | /* confdefs.h */
  387. | #define PACKAGE_NAME "Pivx Core"
  388. | #define PACKAGE_TARNAME "pivx"
  389. | #define PACKAGE_VERSION "2.2.99"
  390. | #define PACKAGE_STRING "Pivx Core 2.2.99"
  391. | #define PACKAGE_BUGREPORT "www.pivx.org"
  392. | #define PACKAGE_URL ""
  393. | #define HAVE_CXX11 1
  394. | /* end confdefs.h. */
  395. | #include <ac_nonexistent.h>
  396. configure:9599: result: gcc -E
  397. configure:9619: gcc -E conftest.c
  398. configure:9619: $? = 0
  399. configure:9633: gcc -E conftest.c
  400. conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
  401. #include <ac_nonexistent.h>
  402. ^
  403. compilation terminated.
  404. configure:9633: $? = 1
  405. configure: failed program was:
  406. | /* confdefs.h */
  407. | #define PACKAGE_NAME "Pivx Core"
  408. | #define PACKAGE_TARNAME "pivx"
  409. | #define PACKAGE_VERSION "2.2.99"
  410. | #define PACKAGE_STRING "Pivx Core 2.2.99"
  411. | #define PACKAGE_BUGREPORT "www.pivx.org"
  412. | #define PACKAGE_URL ""
  413. | #define HAVE_CXX11 1
  414. | /* end confdefs.h. */
  415. | #include <ac_nonexistent.h>
  416. configure:9662: checking for ANSI C header files
  417. configure:9682: gcc -c -g -O2 conftest.c >&5
  418. configure:9682: $? = 0
  419. configure:9755: gcc -o conftest -g -O2 conftest.c >&5
  420. configure:9755: $? = 0
  421. configure:9755: ./conftest
  422. configure:9755: $? = 0
  423. configure:9766: result: yes
  424. configure:9779: checking for sys/types.h
  425. configure:9779: gcc -c -g -O2 conftest.c >&5
  426. configure:9779: $? = 0
  427. configure:9779: result: yes
  428. configure:9779: checking for sys/stat.h
  429. configure:9779: gcc -c -g -O2 conftest.c >&5
  430. configure:9779: $? = 0
  431. configure:9779: result: yes
  432. configure:9779: checking for stdlib.h
  433. configure:9779: gcc -c -g -O2 conftest.c >&5
  434. configure:9779: $? = 0
  435. configure:9779: result: yes
  436. configure:9779: checking for string.h
  437. configure:9779: gcc -c -g -O2 conftest.c >&5
  438. configure:9779: $? = 0
  439. configure:9779: result: yes
  440. configure:9779: checking for memory.h
  441. configure:9779: gcc -c -g -O2 conftest.c >&5
  442. configure:9779: $? = 0
  443. configure:9779: result: yes
  444. configure:9779: checking for strings.h
  445. configure:9779: gcc -c -g -O2 conftest.c >&5
  446. configure:9779: $? = 0
  447. configure:9779: result: yes
  448. configure:9779: checking for inttypes.h
  449. configure:9779: gcc -c -g -O2 conftest.c >&5
  450. configure:9779: $? = 0
  451. configure:9779: result: yes
  452. configure:9779: checking for stdint.h
  453. configure:9779: gcc -c -g -O2 conftest.c >&5
  454. configure:9779: $? = 0
  455. configure:9779: result: yes
  456. configure:9779: checking for unistd.h
  457. configure:9779: gcc -c -g -O2 conftest.c >&5
  458. configure:9779: $? = 0
  459. configure:9779: result: yes
  460. configure:9793: checking for dlfcn.h
  461. configure:9793: gcc -c -g -O2 conftest.c >&5
  462. configure:9793: $? = 0
  463. configure:9793: result: yes
  464. configure:10058: checking for objdir
  465. configure:10073: result: .libs
  466. configure:10337: checking if gcc supports -fno-rtti -fno-exceptions
  467. configure:10355: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  468. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  469. configure:10359: $? = 0
  470. configure:10372: result: no
  471. configure:10730: checking for gcc option to produce PIC
  472. configure:10737: result: -fPIC -DPIC
  473. configure:10745: checking if gcc PIC flag -fPIC -DPIC works
  474. configure:10763: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  475. configure:10767: $? = 0
  476. configure:10780: result: yes
  477. configure:10809: checking if gcc static flag -static works
  478. configure:10837: result: yes
  479. configure:10852: checking if gcc supports -c -o file.o
  480. configure:10873: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  481. configure:10877: $? = 0
  482. configure:10899: result: yes
  483. configure:10907: checking if gcc supports -c -o file.o
  484. configure:10954: result: yes
  485. configure:10987: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  486. configure:12246: result: yes
  487. configure:12283: checking whether -lc should be explicitly linked in
  488. configure:12291: gcc -c -g -O2 conftest.c >&5
  489. configure:12294: $? = 0
  490. configure:12309: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
  491. configure:12312: $? = 0
  492. configure:12326: result: no
  493. configure:12486: checking dynamic linker characteristics
  494. configure:13067: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  495. configure:13067: $? = 0
  496. configure:13304: result: GNU/Linux ld.so
  497. configure:13426: checking how to hardcode library paths into programs
  498. configure:13451: result: immediate
  499. configure:13999: checking whether stripping libraries is possible
  500. configure:14004: result: yes
  501. configure:14039: checking if libtool supports shared libraries
  502. configure:14041: result: yes
  503. configure:14044: checking whether to build shared libraries
  504. configure:14069: result: yes
  505. configure:14072: checking whether to build static libraries
  506. configure:14076: result: yes
  507. configure:14099: checking how to run the C++ preprocessor
  508. configure:14126: g++ -E conftest.cpp
  509. configure:14126: $? = 0
  510. configure:14140: g++ -E conftest.cpp
  511. conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory
  512. #include <ac_nonexistent.h>
  513. ^
  514. compilation terminated.
  515. configure:14140: $? = 1
  516. configure: failed program was:
  517. | /* confdefs.h */
  518. | #define PACKAGE_NAME "Pivx Core"
  519. | #define PACKAGE_TARNAME "pivx"
  520. | #define PACKAGE_VERSION "2.2.99"
  521. | #define PACKAGE_STRING "Pivx Core 2.2.99"
  522. | #define PACKAGE_BUGREPORT "www.pivx.org"
  523. | #define PACKAGE_URL ""
  524. | #define HAVE_CXX11 1
  525. | #define STDC_HEADERS 1
  526. | #define HAVE_SYS_TYPES_H 1
  527. | #define HAVE_SYS_STAT_H 1
  528. | #define HAVE_STDLIB_H 1
  529. | #define HAVE_STRING_H 1
  530. | #define HAVE_MEMORY_H 1
  531. | #define HAVE_STRINGS_H 1
  532. | #define HAVE_INTTYPES_H 1
  533. | #define HAVE_STDINT_H 1
  534. | #define HAVE_UNISTD_H 1
  535. | #define HAVE_DLFCN_H 1
  536. | #define LT_OBJDIR ".libs/"
  537. | /* end confdefs.h. */
  538. | #include <ac_nonexistent.h>
  539. configure:14165: result: g++ -E
  540. configure:14185: g++ -E conftest.cpp
  541. configure:14185: $? = 0
  542. configure:14199: g++ -E conftest.cpp
  543. conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory
  544. #include <ac_nonexistent.h>
  545. ^
  546. compilation terminated.
  547. configure:14199: $? = 1
  548. configure: failed program was:
  549. | /* confdefs.h */
  550. | #define PACKAGE_NAME "Pivx Core"
  551. | #define PACKAGE_TARNAME "pivx"
  552. | #define PACKAGE_VERSION "2.2.99"
  553. | #define PACKAGE_STRING "Pivx Core 2.2.99"
  554. | #define PACKAGE_BUGREPORT "www.pivx.org"
  555. | #define PACKAGE_URL ""
  556. | #define HAVE_CXX11 1
  557. | #define STDC_HEADERS 1
  558. | #define HAVE_SYS_TYPES_H 1
  559. | #define HAVE_SYS_STAT_H 1
  560. | #define HAVE_STDLIB_H 1
  561. | #define HAVE_STRING_H 1
  562. | #define HAVE_MEMORY_H 1
  563. | #define HAVE_STRINGS_H 1
  564. | #define HAVE_INTTYPES_H 1
  565. | #define HAVE_STDINT_H 1
  566. | #define HAVE_UNISTD_H 1
  567. | #define HAVE_DLFCN_H 1
  568. | #define LT_OBJDIR ".libs/"
  569. | /* end confdefs.h. */
  570. | #include <ac_nonexistent.h>
  571. configure:14361: checking for ld used by g++
  572. configure:14428: result: /usr/bin/ld -m elf_x86_64
  573. configure:14435: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  574. configure:14450: result: yes
  575. configure:14505: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  576. configure:15578: result: yes
  577. configure:15614: g++ -c -g -O2 conftest.cpp >&5
  578. configure:15617: $? = 0
  579. configure:16098: checking for g++ option to produce PIC
  580. configure:16105: result: -fPIC -DPIC
  581. configure:16113: checking if g++ PIC flag -fPIC -DPIC works
  582. configure:16131: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  583. configure:16135: $? = 0
  584. configure:16148: result: yes
  585. configure:16171: checking if g++ static flag -static works
  586. configure:16199: result: yes
  587. configure:16211: checking if g++ supports -c -o file.o
  588. configure:16232: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  589. configure:16236: $? = 0
  590. configure:16258: result: yes
  591. configure:16263: checking if g++ supports -c -o file.o
  592. configure:16310: result: yes
  593. configure:16340: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  594. configure:16380: result: yes
  595. configure:16521: checking dynamic linker characteristics
  596. configure:17266: result: GNU/Linux ld.so
  597. configure:17331: checking how to hardcode library paths into programs
  598. configure:17356: result: immediate
  599. configure:17464: checking for ar
  600. configure:17482: found /usr/bin/ar
  601. configure:17494: result: /usr/bin/ar
  602. configure:17562: checking for ranlib
  603. configure:17580: found /usr/bin/ranlib
  604. configure:17592: result: /usr/bin/ranlib
  605. configure:17660: checking for strip
  606. configure:17678: found /usr/bin/strip
  607. configure:17690: result: /usr/bin/strip
  608. configure:17758: checking for gcov
  609. configure:17776: found /usr/bin/gcov
  610. configure:17788: result: /usr/bin/gcov
  611. configure:17812: checking for lcov
  612. configure:17845: result: no
  613. configure:17852: checking for java
  614. configure:17870: found /usr/bin/java
  615. configure:17882: result: /usr/bin/java
  616. configure:17894: checking for python3
  617. configure:17912: found /usr/bin/python3
  618. configure:17924: result: /usr/bin/python3
  619. configure:17937: checking for genhtml
  620. configure:17970: result: no
  621. configure:17977: checking for git
  622. configure:17995: found /usr/bin/git
  623. configure:18007: result: /usr/bin/git
  624. configure:18017: checking for ccache
  625. configure:18050: result: no
  626. configure:18057: checking for xgettext
  627. configure:18075: found /usr/bin/xgettext
  628. configure:18087: result: /usr/bin/xgettext
  629. configure:18097: checking for hexdump
  630. configure:18115: found /usr/bin/hexdump
  631. configure:18127: result: /usr/bin/hexdump
  632. configure:18181: checking for readelf
  633. configure:18199: found /usr/bin/readelf
  634. configure:18211: result: /usr/bin/readelf
  635. configure:18279: checking for c++filt
  636. configure:18297: found /usr/bin/c++filt
  637. configure:18309: result: /usr/bin/c++filt
  638. configure:18377: checking for objcopy
  639. configure:18395: found /usr/bin/objcopy
  640. configure:18407: result: /usr/bin/objcopy
  641. configure:18578: checking for pkg-config
  642. configure:18596: found /usr/bin/pkg-config
  643. configure:18608: result: /usr/bin/pkg-config
  644. configure:18633: checking pkg-config is at least version 0.9.0
  645. configure:18636: result: yes
  646. configure:20463: checking whether byte ordering is bigendian
  647. configure:20478: 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
  648. conftest.cpp:23:9: error: expected unqualified-id before 'not' token
  649. not a universal capable compiler
  650. ^~~
  651. configure:20478: $? = 1
  652. configure: failed program was:
  653. | /* confdefs.h */
  654. | #define PACKAGE_NAME "Pivx Core"
  655. | #define PACKAGE_TARNAME "pivx"
  656. | #define PACKAGE_VERSION "2.2.99"
  657. | #define PACKAGE_STRING "Pivx Core 2.2.99"
  658. | #define PACKAGE_BUGREPORT "www.pivx.org"
  659. | #define PACKAGE_URL ""
  660. | #define HAVE_CXX11 1
  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. | #define HAVE_DLFCN_H 1
  672. | #define LT_OBJDIR ".libs/"
  673. | /* end confdefs.h. */
  674. | #ifndef __APPLE_CC__
  675. | not a universal capable compiler
  676. | #endif
  677. | typedef int dummy;
  678. |
  679. configure:20523: 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
  680. configure:20523: $? = 0
  681. configure:20541: 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
  682. conftest.cpp: In function 'int main()':
  683. conftest.cpp:29:8: error: 'big' was not declared in this scope
  684. not big endian
  685. ^~~
  686. configure:20541: $? = 1
  687. configure: failed program was:
  688. | /* confdefs.h */
  689. | #define PACKAGE_NAME "Pivx Core"
  690. | #define PACKAGE_TARNAME "pivx"
  691. | #define PACKAGE_VERSION "2.2.99"
  692. | #define PACKAGE_STRING "Pivx Core 2.2.99"
  693. | #define PACKAGE_BUGREPORT "www.pivx.org"
  694. | #define PACKAGE_URL ""
  695. | #define HAVE_CXX11 1
  696. | #define STDC_HEADERS 1
  697. | #define HAVE_SYS_TYPES_H 1
  698. | #define HAVE_SYS_STAT_H 1
  699. | #define HAVE_STDLIB_H 1
  700. | #define HAVE_STRING_H 1
  701. | #define HAVE_MEMORY_H 1
  702. | #define HAVE_STRINGS_H 1
  703. | #define HAVE_INTTYPES_H 1
  704. | #define HAVE_STDINT_H 1
  705. | #define HAVE_UNISTD_H 1
  706. | #define HAVE_DLFCN_H 1
  707. | #define LT_OBJDIR ".libs/"
  708. | /* end confdefs.h. */
  709. | #include <sys/types.h>
  710. | #include <sys/param.h>
  711. |
  712. | int
  713. | main ()
  714. | {
  715. | #if BYTE_ORDER != BIG_ENDIAN
  716. | not big endian
  717. | #endif
  718. |
  719. | ;
  720. | return 0;
  721. | }
  722. configure:20669: result: no
  723. configure:20799: checking if compiler needs -Werror to reject unknown flags
  724. configure:20815: gcc -c -g -O2 -Werror -Wunknown-warning-option -Wsizeof-array-argument -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
  725. gcc: error: unrecognized command line option '-Wunknown-warning-option'; did you mean '-Wno-warning-token'?
  726. configure:20815: $? = 1
  727. configure: failed program was:
  728. | /* confdefs.h */
  729. | #define PACKAGE_NAME "Pivx Core"
  730. | #define PACKAGE_TARNAME "pivx"
  731. | #define PACKAGE_VERSION "2.2.99"
  732. | #define PACKAGE_STRING "Pivx Core 2.2.99"
  733. | #define PACKAGE_BUGREPORT "www.pivx.org"
  734. | #define PACKAGE_URL ""
  735. | #define HAVE_CXX11 1
  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. | #define HAVE_DLFCN_H 1
  747. | #define LT_OBJDIR ".libs/"
  748. | /* end confdefs.h. */
  749. | int foo(void);
  750. | int
  751. | main ()
  752. | {
  753. | foo()
  754. | ;
  755. | return 0;
  756. | }
  757. configure:20820: result: no
  758. configure:20886: checking for the pthreads library -lpthreads
  759. configure:20924: gcc -o conftest -g -O2 -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c -lpthreads >&5
  760. /usr/bin/ld: cannot find -lpthreads
  761. collect2: error: ld returned 1 exit status
  762. configure:20924: $? = 1
  763. configure: failed program was:
  764. | /* confdefs.h */
  765. | #define PACKAGE_NAME "Pivx Core"
  766. | #define PACKAGE_TARNAME "pivx"
  767. | #define PACKAGE_VERSION "2.2.99"
  768. | #define PACKAGE_STRING "Pivx Core 2.2.99"
  769. | #define PACKAGE_BUGREPORT "www.pivx.org"
  770. | #define PACKAGE_URL ""
  771. | #define HAVE_CXX11 1
  772. | #define STDC_HEADERS 1
  773. | #define HAVE_SYS_TYPES_H 1
  774. | #define HAVE_SYS_STAT_H 1
  775. | #define HAVE_STDLIB_H 1
  776. | #define HAVE_STRING_H 1
  777. | #define HAVE_MEMORY_H 1
  778. | #define HAVE_STRINGS_H 1
  779. | #define HAVE_INTTYPES_H 1
  780. | #define HAVE_STDINT_H 1
  781. | #define HAVE_UNISTD_H 1
  782. | #define HAVE_DLFCN_H 1
  783. | #define LT_OBJDIR ".libs/"
  784. | /* end confdefs.h. */
  785. | #include <pthread.h>
  786. | static void routine(void *a) { a = 0; }
  787. | static void *start_routine(void *a) { return a; }
  788. | int
  789. | main ()
  790. | {
  791. | pthread_t th; pthread_attr_t attr;
  792. | pthread_create(&th, 0, start_routine, 0);
  793. | pthread_join(th, 0);
  794. | pthread_attr_init(&attr);
  795. | pthread_cleanup_push(routine, 0);
  796. | pthread_cleanup_pop(0) /* ; */
  797. | ;
  798. | return 0;
  799. | }
  800. configure:20933: result: no
  801. configure:20831: checking whether pthreads work without any flags
  802. configure:20924: gcc -o conftest -g -O2 -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
  803. /tmp/ccEFKTu7.o: In function `main':
  804. /mnt/tank/projects/PIVX/conftest.c:29: undefined reference to `pthread_create'
  805. /mnt/tank/projects/PIVX/conftest.c:30: undefined reference to `pthread_join'
  806. /mnt/tank/projects/PIVX/conftest.c:32: undefined reference to `__pthread_register_cancel'
  807. /mnt/tank/projects/PIVX/conftest.c:33: undefined reference to `__pthread_unregister_cancel'
  808. collect2: error: ld returned 1 exit status
  809. configure:20924: $? = 1
  810. configure: failed program was:
  811. | /* confdefs.h */
  812. | #define PACKAGE_NAME "Pivx Core"
  813. | #define PACKAGE_TARNAME "pivx"
  814. | #define PACKAGE_VERSION "2.2.99"
  815. | #define PACKAGE_STRING "Pivx Core 2.2.99"
  816. | #define PACKAGE_BUGREPORT "www.pivx.org"
  817. | #define PACKAGE_URL ""
  818. | #define HAVE_CXX11 1
  819. | #define STDC_HEADERS 1
  820. | #define HAVE_SYS_TYPES_H 1
  821. | #define HAVE_SYS_STAT_H 1
  822. | #define HAVE_STDLIB_H 1
  823. | #define HAVE_STRING_H 1
  824. | #define HAVE_MEMORY_H 1
  825. | #define HAVE_STRINGS_H 1
  826. | #define HAVE_INTTYPES_H 1
  827. | #define HAVE_STDINT_H 1
  828. | #define HAVE_UNISTD_H 1
  829. | #define HAVE_DLFCN_H 1
  830. | #define LT_OBJDIR ".libs/"
  831. | /* end confdefs.h. */
  832. | #include <pthread.h>
  833. | static void routine(void *a) { a = 0; }
  834. | static void *start_routine(void *a) { return a; }
  835. | int
  836. | main ()
  837. | {
  838. | pthread_t th; pthread_attr_t attr;
  839. | pthread_create(&th, 0, start_routine, 0);
  840. | pthread_join(th, 0);
  841. | pthread_attr_init(&attr);
  842. | pthread_cleanup_push(routine, 0);
  843. | pthread_cleanup_pop(0) /* ; */
  844. | ;
  845. | return 0;
  846. | }
  847. configure:20933: result: no
  848. configure:20836: checking whether pthreads work with -Kthread
  849. configure:20924: gcc -o conftest -g -O2 -Kthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
  850. gcc: error: unrecognized command line option '-Kthread'; did you mean '-pthread'?
  851. configure:20924: $? = 1
  852. configure: failed program was:
  853. | /* confdefs.h */
  854. | #define PACKAGE_NAME "Pivx Core"
  855. | #define PACKAGE_TARNAME "pivx"
  856. | #define PACKAGE_VERSION "2.2.99"
  857. | #define PACKAGE_STRING "Pivx Core 2.2.99"
  858. | #define PACKAGE_BUGREPORT "www.pivx.org"
  859. | #define PACKAGE_URL ""
  860. | #define HAVE_CXX11 1
  861. | #define STDC_HEADERS 1
  862. | #define HAVE_SYS_TYPES_H 1
  863. | #define HAVE_SYS_STAT_H 1
  864. | #define HAVE_STDLIB_H 1
  865. | #define HAVE_STRING_H 1
  866. | #define HAVE_MEMORY_H 1
  867. | #define HAVE_STRINGS_H 1
  868. | #define HAVE_INTTYPES_H 1
  869. | #define HAVE_STDINT_H 1
  870. | #define HAVE_UNISTD_H 1
  871. | #define HAVE_DLFCN_H 1
  872. | #define LT_OBJDIR ".libs/"
  873. | /* end confdefs.h. */
  874. | #include <pthread.h>
  875. | static void routine(void *a) { a = 0; }
  876. | static void *start_routine(void *a) { return a; }
  877. | int
  878. | main ()
  879. | {
  880. | pthread_t th; pthread_attr_t attr;
  881. | pthread_create(&th, 0, start_routine, 0);
  882. | pthread_join(th, 0);
  883. | pthread_attr_init(&attr);
  884. | pthread_cleanup_push(routine, 0);
  885. | pthread_cleanup_pop(0) /* ; */
  886. | ;
  887. | return 0;
  888. | }
  889. configure:20933: result: no
  890. configure:20836: checking whether pthreads work with -kthread
  891. configure:20924: gcc -o conftest -g -O2 -kthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
  892. gcc: error: unrecognized command line option '-kthread'; did you mean '-pthread'?
  893. configure:20924: $? = 1
  894. configure: failed program was:
  895. | /* confdefs.h */
  896. | #define PACKAGE_NAME "Pivx Core"
  897. | #define PACKAGE_TARNAME "pivx"
  898. | #define PACKAGE_VERSION "2.2.99"
  899. | #define PACKAGE_STRING "Pivx Core 2.2.99"
  900. | #define PACKAGE_BUGREPORT "www.pivx.org"
  901. | #define PACKAGE_URL ""
  902. | #define HAVE_CXX11 1
  903. | #define STDC_HEADERS 1
  904. | #define HAVE_SYS_TYPES_H 1
  905. | #define HAVE_SYS_STAT_H 1
  906. | #define HAVE_STDLIB_H 1
  907. | #define HAVE_STRING_H 1
  908. | #define HAVE_MEMORY_H 1
  909. | #define HAVE_STRINGS_H 1
  910. | #define HAVE_INTTYPES_H 1
  911. | #define HAVE_STDINT_H 1
  912. | #define HAVE_UNISTD_H 1
  913. | #define HAVE_DLFCN_H 1
  914. | #define LT_OBJDIR ".libs/"
  915. | /* end confdefs.h. */
  916. | #include <pthread.h>
  917. | static void routine(void *a) { a = 0; }
  918. | static void *start_routine(void *a) { return a; }
  919. | int
  920. | main ()
  921. | {
  922. | pthread_t th; pthread_attr_t attr;
  923. | pthread_create(&th, 0, start_routine, 0);
  924. | pthread_join(th, 0);
  925. | pthread_attr_init(&attr);
  926. | pthread_cleanup_push(routine, 0);
  927. | pthread_cleanup_pop(0) /* ; */
  928. | ;
  929. | return 0;
  930. | }
  931. configure:20933: result: no
  932. configure:20886: checking for the pthreads library -llthread
  933. configure:20924: gcc -o conftest -g -O2 -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c -llthread >&5
  934. /usr/bin/ld: cannot find -llthread
  935. collect2: error: ld returned 1 exit status
  936. configure:20924: $? = 1
  937. configure: failed program was:
  938. | /* confdefs.h */
  939. | #define PACKAGE_NAME "Pivx Core"
  940. | #define PACKAGE_TARNAME "pivx"
  941. | #define PACKAGE_VERSION "2.2.99"
  942. | #define PACKAGE_STRING "Pivx Core 2.2.99"
  943. | #define PACKAGE_BUGREPORT "www.pivx.org"
  944. | #define PACKAGE_URL ""
  945. | #define HAVE_CXX11 1
  946. | #define STDC_HEADERS 1
  947. | #define HAVE_SYS_TYPES_H 1
  948. | #define HAVE_SYS_STAT_H 1
  949. | #define HAVE_STDLIB_H 1
  950. | #define HAVE_STRING_H 1
  951. | #define HAVE_MEMORY_H 1
  952. | #define HAVE_STRINGS_H 1
  953. | #define HAVE_INTTYPES_H 1
  954. | #define HAVE_STDINT_H 1
  955. | #define HAVE_UNISTD_H 1
  956. | #define HAVE_DLFCN_H 1
  957. | #define LT_OBJDIR ".libs/"
  958. | /* end confdefs.h. */
  959. | #include <pthread.h>
  960. | static void routine(void *a) { a = 0; }
  961. | static void *start_routine(void *a) { return a; }
  962. | int
  963. | main ()
  964. | {
  965. | pthread_t th; pthread_attr_t attr;
  966. | pthread_create(&th, 0, start_routine, 0);
  967. | pthread_join(th, 0);
  968. | pthread_attr_init(&attr);
  969. | pthread_cleanup_push(routine, 0);
  970. | pthread_cleanup_pop(0) /* ; */
  971. | ;
  972. | return 0;
  973. | }
  974. configure:20933: result: no
  975. configure:20836: checking whether pthreads work with -pthread
  976. configure:20924: gcc -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
  977. configure:20924: $? = 0
  978. configure:20933: result: yes
  979. configure:20952: checking for joinable pthread attribute
  980. configure:20967: gcc -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
  981. configure:20967: $? = 0
  982. configure:20973: result: PTHREAD_CREATE_JOINABLE
  983. configure:20983: checking if more special flags are required for pthreads
  984. configure:20998: result: no
  985. configure:21004: checking for PTHREAD_PRIO_INHERIT
  986. configure:21021: gcc -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
  987. configure:21021: $? = 0
  988. configure:21030: result: yes
  989. configure:21140: checking for special C compiler options needed for large files
  990. configure:21185: result: no
  991. configure:21191: checking for _FILE_OFFSET_BITS value needed for large files
  992. configure:21216: 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
  993. configure:21216: $? = 0
  994. configure:21248: result: no
  995. configure:21334: checking whether strerror_r is declared
  996. configure:21334: 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
  997. configure:21334: $? = 0
  998. configure:21334: result: yes
  999. configure:21347: checking for strerror_r
  1000. configure:21347: 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
  1001. configure:21347: $? = 0
  1002. configure:21347: result: yes
  1003. configure:21356: checking whether strerror_r returns char *
  1004. configure:21380: 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
  1005. configure:21380: $? = 0
  1006. configure:21418: result: yes
  1007. configure:21439: checking whether the linker accepts -Wl,--large-address-aware
  1008. configure:21458: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,--large-address-aware conftest.cpp >&5
  1009. /usr/bin/ld: unrecognized option '--large-address-aware'
  1010. /usr/bin/ld: use the --help option for usage information
  1011. collect2: error: ld returned 1 exit status
  1012. configure:21458: $? = 1
  1013. configure: failed program was:
  1014. | /* confdefs.h */
  1015. | #define PACKAGE_NAME "Pivx Core"
  1016. | #define PACKAGE_TARNAME "pivx"
  1017. | #define PACKAGE_VERSION "2.2.99"
  1018. | #define PACKAGE_STRING "Pivx Core 2.2.99"
  1019. | #define PACKAGE_BUGREPORT "www.pivx.org"
  1020. | #define PACKAGE_URL ""
  1021. | #define HAVE_CXX11 1
  1022. | #define STDC_HEADERS 1
  1023. | #define HAVE_SYS_TYPES_H 1
  1024. | #define HAVE_SYS_STAT_H 1
  1025. | #define HAVE_STDLIB_H 1
  1026. | #define HAVE_STRING_H 1
  1027. | #define HAVE_MEMORY_H 1
  1028. | #define HAVE_STRINGS_H 1
  1029. | #define HAVE_INTTYPES_H 1
  1030. | #define HAVE_STDINT_H 1
  1031. | #define HAVE_UNISTD_H 1
  1032. | #define HAVE_DLFCN_H 1
  1033. | #define LT_OBJDIR ".libs/"
  1034. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1035. | #define HAVE_PTHREAD 1
  1036. | #define HAVE_DECL_STRERROR_R 1
  1037. | #define HAVE_STRERROR_R 1
  1038. | #define STRERROR_R_CHAR_P 1
  1039. | /* end confdefs.h. */
  1040. |
  1041. | int
  1042. | main ()
  1043. | {
  1044. |
  1045. | ;
  1046. | return 0;
  1047. | }
  1048. configure:21467: result: no
  1049. configure:21479: checking for __attribute__((visibility))
  1050. configure:21501: 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
  1051. configure:21501: $? = 0
  1052. configure:21514: result: yes
  1053. configure:21530: checking for __attribute__((dllexport))
  1054. configure:21551: 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
  1055. conftest.cpp:30:62: warning: 'dllexport' attribute directive ignored [-Wattributes]
  1056. __attribute__((dllexport)) int foo( void ) { return 0; }
  1057. ^
  1058. configure:21551: $? = 0
  1059. configure:21564: result: no
  1060. configure:21580: checking for __attribute__((dllimport))
  1061. configure:21601: 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
  1062. conftest.cpp:30:62: warning: 'dllimport' attribute directive ignored [-Wattributes]
  1063. int foo( void ) __attribute__((dllimport));
  1064. ^
  1065. configure:21601: $? = 0
  1066. configure:21614: result: no
  1067. configure:21667: checking whether C++ compiler accepts -Wstack-protector
  1068. configure:21686: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1069. configure:21686: $? = 0
  1070. configure:21694: result: yes
  1071. configure:21702: checking whether C++ compiler accepts -fstack-protector-all
  1072. configure:21721: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1073. configure:21721: $? = 0
  1074. configure:21729: result: yes
  1075. configure:21739: checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2
  1076. configure:21758: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp
  1077. configure:21758: $? = 0
  1078. configure:21766: result: yes
  1079. configure:21770: checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE
  1080. configure:21789: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE conftest.cpp
  1081. configure:21789: $? = 0
  1082. configure:21797: result: yes
  1083. configure:21814: checking whether the linker accepts -Wl,--dynamicbase
  1084. configure:21833: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,--dynamicbase conftest.cpp >&5
  1085. /usr/bin/ld: unrecognized option '--dynamicbase'
  1086. /usr/bin/ld: use the --help option for usage information
  1087. collect2: error: ld returned 1 exit status
  1088. configure:21833: $? = 1
  1089. configure: failed program was:
  1090. | /* confdefs.h */
  1091. | #define PACKAGE_NAME "Pivx Core"
  1092. | #define PACKAGE_TARNAME "pivx"
  1093. | #define PACKAGE_VERSION "2.2.99"
  1094. | #define PACKAGE_STRING "Pivx Core 2.2.99"
  1095. | #define PACKAGE_BUGREPORT "www.pivx.org"
  1096. | #define PACKAGE_URL ""
  1097. | #define HAVE_CXX11 1
  1098. | #define STDC_HEADERS 1
  1099. | #define HAVE_SYS_TYPES_H 1
  1100. | #define HAVE_SYS_STAT_H 1
  1101. | #define HAVE_STDLIB_H 1
  1102. | #define HAVE_STRING_H 1
  1103. | #define HAVE_MEMORY_H 1
  1104. | #define HAVE_STRINGS_H 1
  1105. | #define HAVE_INTTYPES_H 1
  1106. | #define HAVE_STDINT_H 1
  1107. | #define HAVE_UNISTD_H 1
  1108. | #define HAVE_DLFCN_H 1
  1109. | #define LT_OBJDIR ".libs/"
  1110. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1111. | #define HAVE_PTHREAD 1
  1112. | #define HAVE_DECL_STRERROR_R 1
  1113. | #define HAVE_STRERROR_R 1
  1114. | #define STRERROR_R_CHAR_P 1
  1115. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  1116. | /* end confdefs.h. */
  1117. |
  1118. | int
  1119. | main ()
  1120. | {
  1121. |
  1122. | ;
  1123. | return 0;
  1124. | }
  1125. configure:21842: result: no
  1126. configure:21850: checking whether the linker accepts -Wl,--nxcompat
  1127. configure:21869: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,--nxcompat conftest.cpp >&5
  1128. /usr/bin/ld: unrecognized option '--nxcompat'
  1129. /usr/bin/ld: use the --help option for usage information
  1130. collect2: error: ld returned 1 exit status
  1131. configure:21869: $? = 1
  1132. configure: failed program was:
  1133. | /* confdefs.h */
  1134. | #define PACKAGE_NAME "Pivx Core"
  1135. | #define PACKAGE_TARNAME "pivx"
  1136. | #define PACKAGE_VERSION "2.2.99"
  1137. | #define PACKAGE_STRING "Pivx Core 2.2.99"
  1138. | #define PACKAGE_BUGREPORT "www.pivx.org"
  1139. | #define PACKAGE_URL ""
  1140. | #define HAVE_CXX11 1
  1141. | #define STDC_HEADERS 1
  1142. | #define HAVE_SYS_TYPES_H 1
  1143. | #define HAVE_SYS_STAT_H 1
  1144. | #define HAVE_STDLIB_H 1
  1145. | #define HAVE_STRING_H 1
  1146. | #define HAVE_MEMORY_H 1
  1147. | #define HAVE_STRINGS_H 1
  1148. | #define HAVE_INTTYPES_H 1
  1149. | #define HAVE_STDINT_H 1
  1150. | #define HAVE_UNISTD_H 1
  1151. | #define HAVE_DLFCN_H 1
  1152. | #define LT_OBJDIR ".libs/"
  1153. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1154. | #define HAVE_PTHREAD 1
  1155. | #define HAVE_DECL_STRERROR_R 1
  1156. | #define HAVE_STRERROR_R 1
  1157. | #define STRERROR_R_CHAR_P 1
  1158. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  1159. | /* end confdefs.h. */
  1160. |
  1161. | int
  1162. | main ()
  1163. | {
  1164. |
  1165. | ;
  1166. | return 0;
  1167. | }
  1168. configure:21878: result: no
  1169. configure:21886: checking whether the linker accepts -Wl,-z,relro
  1170. configure:21905: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,-z,relro conftest.cpp >&5
  1171. configure:21905: $? = 0
  1172. configure:21914: result: yes
  1173. configure:21922: checking whether the linker accepts -Wl,-z,now
  1174. configure:21941: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,-z,now conftest.cpp >&5
  1175. configure:21941: $? = 0
  1176. configure:21950: result: yes
  1177. configure:21961: checking whether C++ compiler accepts -fPIC
  1178. configure:21980: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
  1179. configure:21980: $? = 0
  1180. configure:21988: result: yes
  1181. configure:21996: checking whether the linker accepts -pic
  1182. configure:22015: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -pic conftest.cpp >&5
  1183. g++: error: unrecognized command line option '-pic'; did you mean '-fpic'?
  1184. configure:22015: $? = 1
  1185. configure: failed program was:
  1186. | /* confdefs.h */
  1187. | #define PACKAGE_NAME "Pivx Core"
  1188. | #define PACKAGE_TARNAME "pivx"
  1189. | #define PACKAGE_VERSION "2.2.99"
  1190. | #define PACKAGE_STRING "Pivx Core 2.2.99"
  1191. | #define PACKAGE_BUGREPORT "www.pivx.org"
  1192. | #define PACKAGE_URL ""
  1193. | #define HAVE_CXX11 1
  1194. | #define STDC_HEADERS 1
  1195. | #define HAVE_SYS_TYPES_H 1
  1196. | #define HAVE_SYS_STAT_H 1
  1197. | #define HAVE_STDLIB_H 1
  1198. | #define HAVE_STRING_H 1
  1199. | #define HAVE_MEMORY_H 1
  1200. | #define HAVE_STRINGS_H 1
  1201. | #define HAVE_INTTYPES_H 1
  1202. | #define HAVE_STDINT_H 1
  1203. | #define HAVE_UNISTD_H 1
  1204. | #define HAVE_DLFCN_H 1
  1205. | #define LT_OBJDIR ".libs/"
  1206. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1207. | #define HAVE_PTHREAD 1
  1208. | #define HAVE_DECL_STRERROR_R 1
  1209. | #define HAVE_STRERROR_R 1
  1210. | #define STRERROR_R_CHAR_P 1
  1211. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  1212. | /* end confdefs.h. */
  1213. |
  1214. | int
  1215. | main ()
  1216. | {
  1217. |
  1218. | ;
  1219. | return 0;
  1220. | }
  1221. configure:22024: result: no
  1222. configure:22128: checking endian.h usability
  1223. configure:22128: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1224. configure:22128: $? = 0
  1225. configure:22128: result: yes
  1226. configure:22128: checking endian.h presence
  1227. configure:22128: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  1228. In file included from /usr/include/endian.h:21:0,
  1229. from conftest.cpp:28:
  1230. /usr/include/features.h:373:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  1231. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  1232. ^~~~~~~
  1233. configure:22128: $? = 0
  1234. configure:22128: result: yes
  1235. configure:22128: checking for endian.h
  1236. configure:22128: result: yes
  1237. configure:22128: checking stdio.h usability
  1238. configure:22128: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1239. configure:22128: $? = 0
  1240. configure:22128: result: yes
  1241. configure:22128: checking stdio.h presence
  1242. configure:22128: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  1243. In file included from /usr/include/bits/libc-header-start.h:33:0,
  1244. from /usr/include/stdio.h:28,
  1245. from conftest.cpp:29:
  1246. /usr/include/features.h:373:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  1247. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  1248. ^~~~~~~
  1249. configure:22128: $? = 0
  1250. configure:22128: result: yes
  1251. configure:22128: checking for stdio.h
  1252. configure:22128: result: yes
  1253. configure:22128: checking for stdlib.h
  1254. configure:22128: result: yes
  1255. configure:22128: checking for unistd.h
  1256. configure:22128: result: yes
  1257. configure:22128: checking for strings.h
  1258. configure:22128: result: yes
  1259. configure:22128: checking for sys/types.h
  1260. configure:22128: result: yes
  1261. configure:22128: checking for sys/stat.h
  1262. configure:22128: result: yes
  1263. configure:22128: checking sys/select.h usability
  1264. configure:22128: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1265. configure:22128: $? = 0
  1266. configure:22128: result: yes
  1267. configure:22128: checking sys/select.h presence
  1268. configure:22128: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  1269. In file included from /usr/include/sys/select.h:24:0,
  1270. from conftest.cpp:35:
  1271. /usr/include/features.h:373:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  1272. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  1273. ^~~~~~~
  1274. configure:22128: $? = 0
  1275. configure:22128: result: yes
  1276. configure:22128: checking for sys/select.h
  1277. configure:22128: result: yes
  1278. configure:22128: checking sys/prctl.h usability
  1279. configure:22128: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1280. configure:22128: $? = 0
  1281. configure:22128: result: yes
  1282. configure:22128: checking sys/prctl.h presence
  1283. configure:22128: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  1284. In file included from /usr/include/sys/prctl.h:21:0,
  1285. from conftest.cpp:36:
  1286. /usr/include/features.h:373:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  1287. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  1288. ^~~~~~~
  1289. configure:22128: $? = 0
  1290. configure:22128: result: yes
  1291. configure:22128: checking for sys/prctl.h
  1292. configure:22128: result: yes
  1293. configure:22138: checking for library containing getaddrinfo_a
  1294. configure:22169: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.cpp >&5
  1295. /tmp/ccvUO05k.o: In function `main':
  1296. /mnt/tank/projects/PIVX/conftest.cpp:48: undefined reference to `getaddrinfo_a'
  1297. collect2: error: ld returned 1 exit status
  1298. configure:22169: $? = 1
  1299. configure: failed program was:
  1300. | /* confdefs.h */
  1301. | #define PACKAGE_NAME "Pivx Core"
  1302. | #define PACKAGE_TARNAME "pivx"
  1303. | #define PACKAGE_VERSION "2.2.99"
  1304. | #define PACKAGE_STRING "Pivx Core 2.2.99"
  1305. | #define PACKAGE_BUGREPORT "www.pivx.org"
  1306. | #define PACKAGE_URL ""
  1307. | #define HAVE_CXX11 1
  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_DLFCN_H 1
  1319. | #define LT_OBJDIR ".libs/"
  1320. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1321. | #define HAVE_PTHREAD 1
  1322. | #define HAVE_DECL_STRERROR_R 1
  1323. | #define HAVE_STRERROR_R 1
  1324. | #define STRERROR_R_CHAR_P 1
  1325. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  1326. | #define HAVE_ENDIAN_H 1
  1327. | #define HAVE_STDIO_H 1
  1328. | #define HAVE_STDLIB_H 1
  1329. | #define HAVE_UNISTD_H 1
  1330. | #define HAVE_STRINGS_H 1
  1331. | #define HAVE_SYS_TYPES_H 1
  1332. | #define HAVE_SYS_STAT_H 1
  1333. | #define HAVE_SYS_SELECT_H 1
  1334. | #define HAVE_SYS_PRCTL_H 1
  1335. | /* end confdefs.h. */
  1336. |
  1337. | /* Override any GCC internal prototype to avoid an error.
  1338. | Use char because int might match the return type of a GCC
  1339. | builtin and then its argument prototype would still apply. */
  1340. | #ifdef __cplusplus
  1341. | extern "C"
  1342. | #endif
  1343. | char getaddrinfo_a ();
  1344. | int
  1345. | main ()
  1346. | {
  1347. | return getaddrinfo_a ();
  1348. | ;
  1349. | return 0;
  1350. | }
  1351. configure:22169: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.cpp -lanl >&5
  1352. configure:22169: $? = 0
  1353. configure:22186: result: -lanl
  1354. configure:22196: checking for library containing inet_pton
  1355. configure:22227: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.cpp -lanl >&5
  1356. configure:22227: $? = 0
  1357. configure:22244: result: none required
  1358. configure:22255: checking whether strnlen is declared
  1359. configure:22255: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1360. configure:22255: $? = 0
  1361. configure:22255: result: yes
  1362. configure:22267: checking whether le32toh is declared
  1363. configure:22267: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1364. configure:22267: $? = 0
  1365. configure:22267: result: yes
  1366. configure:22280: checking whether le64toh is declared
  1367. configure:22280: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1368. configure:22280: $? = 0
  1369. configure:22280: result: yes
  1370. configure:22293: checking whether htole32 is declared
  1371. configure:22293: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1372. configure:22293: $? = 0
  1373. configure:22293: result: yes
  1374. configure:22306: checking whether htole64 is declared
  1375. configure:22306: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1376. configure:22306: $? = 0
  1377. configure:22306: result: yes
  1378. configure:22319: checking whether be32toh is declared
  1379. configure:22319: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1380. configure:22319: $? = 0
  1381. configure:22319: result: yes
  1382. configure:22332: checking whether be64toh is declared
  1383. configure:22332: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1384. configure:22332: $? = 0
  1385. configure:22332: result: yes
  1386. configure:22345: checking whether htobe32 is declared
  1387. configure:22345: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1388. configure:22345: $? = 0
  1389. configure:22345: result: yes
  1390. configure:22358: checking whether htobe64 is declared
  1391. configure:22358: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1392. configure:22358: $? = 0
  1393. configure:22358: result: yes
  1394. configure:22373: checking for MSG_NOSIGNAL
  1395. configure:22386: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1396. conftest.cpp: In function 'int main()':
  1397. conftest.cpp:52:6: warning: unused variable 'f' [-Wunused-variable]
  1398. int f = MSG_NOSIGNAL;
  1399. ^
  1400. configure:22386: $? = 0
  1401. configure:22387: result: yes
  1402. configure:22398: checking for library containing clock_gettime
  1403. configure:22429: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.cpp -lanl >&5
  1404. configure:22429: $? = 0
  1405. configure:22446: result: none required
  1406. configure:22455: checking for visibility attribute
  1407. configure:22464: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.cpp -lanl >&5
  1408. configure:22464: $? = 0
  1409. configure:22469: result: yes
  1410. configure:22489: checking whether C++ compiler accepts -fvisibility=hidden
  1411. configure:22508: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -fvisibility=hidden -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1412. configure:22508: $? = 0
  1413. configure:22516: result: yes
  1414. configure:22550: checking for Berkeley DB C++ headers
  1415. configure:22581: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1416. conftest.cpp:51:33: fatal error: bdb4.8/db_cxx.h: No such file or directory
  1417. #include <bdb4.8/db_cxx.h>
  1418. ^
  1419. compilation terminated.
  1420. configure:22581: $? = 1
  1421. configure: failed program was:
  1422. | /* confdefs.h */
  1423. | #define PACKAGE_NAME "Pivx Core"
  1424. | #define PACKAGE_TARNAME "pivx"
  1425. | #define PACKAGE_VERSION "2.2.99"
  1426. | #define PACKAGE_STRING "Pivx Core 2.2.99"
  1427. | #define PACKAGE_BUGREPORT "www.pivx.org"
  1428. | #define PACKAGE_URL ""
  1429. | #define HAVE_CXX11 1
  1430. | #define STDC_HEADERS 1
  1431. | #define HAVE_SYS_TYPES_H 1
  1432. | #define HAVE_SYS_STAT_H 1
  1433. | #define HAVE_STDLIB_H 1
  1434. | #define HAVE_STRING_H 1
  1435. | #define HAVE_MEMORY_H 1
  1436. | #define HAVE_STRINGS_H 1
  1437. | #define HAVE_INTTYPES_H 1
  1438. | #define HAVE_STDINT_H 1
  1439. | #define HAVE_UNISTD_H 1
  1440. | #define HAVE_DLFCN_H 1
  1441. | #define LT_OBJDIR ".libs/"
  1442. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1443. | #define HAVE_PTHREAD 1
  1444. | #define HAVE_DECL_STRERROR_R 1
  1445. | #define HAVE_STRERROR_R 1
  1446. | #define STRERROR_R_CHAR_P 1
  1447. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  1448. | #define HAVE_ENDIAN_H 1
  1449. | #define HAVE_STDIO_H 1
  1450. | #define HAVE_STDLIB_H 1
  1451. | #define HAVE_UNISTD_H 1
  1452. | #define HAVE_STRINGS_H 1
  1453. | #define HAVE_SYS_TYPES_H 1
  1454. | #define HAVE_SYS_STAT_H 1
  1455. | #define HAVE_SYS_SELECT_H 1
  1456. | #define HAVE_SYS_PRCTL_H 1
  1457. | #define HAVE_GETADDRINFO_A 1
  1458. | #define HAVE_INET_PTON 1
  1459. | #define HAVE_DECL_STRNLEN 1
  1460. | #define HAVE_DECL_LE32TOH 1
  1461. | #define HAVE_DECL_LE64TOH 1
  1462. | #define HAVE_DECL_HTOLE32 1
  1463. | #define HAVE_DECL_HTOLE64 1
  1464. | #define HAVE_DECL_BE32TOH 1
  1465. | #define HAVE_DECL_BE64TOH 1
  1466. | #define HAVE_DECL_HTOBE32 1
  1467. | #define HAVE_DECL_HTOBE64 1
  1468. | #define HAVE_MSG_NOSIGNAL 1
  1469. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  1470. | /* end confdefs.h. */
  1471. |
  1472. | #include <bdb4.8/db_cxx.h>
  1473. |
  1474. | int
  1475. | main ()
  1476. | {
  1477. |
  1478. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1479. | #error "failed to find bdb 4.8+"
  1480. | #endif
  1481. |
  1482. | ;
  1483. | return 0;
  1484. | }
  1485. configure:22581: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1486. conftest.cpp:51:35: fatal error: libdb4.8/db_cxx.h: No such file or directory
  1487. #include <libdb4.8/db_cxx.h>
  1488. ^
  1489. compilation terminated.
  1490. configure:22581: $? = 1
  1491. configure: failed program was:
  1492. | /* confdefs.h */
  1493. | #define PACKAGE_NAME "Pivx Core"
  1494. | #define PACKAGE_TARNAME "pivx"
  1495. | #define PACKAGE_VERSION "2.2.99"
  1496. | #define PACKAGE_STRING "Pivx Core 2.2.99"
  1497. | #define PACKAGE_BUGREPORT "www.pivx.org"
  1498. | #define PACKAGE_URL ""
  1499. | #define HAVE_CXX11 1
  1500. | #define STDC_HEADERS 1
  1501. | #define HAVE_SYS_TYPES_H 1
  1502. | #define HAVE_SYS_STAT_H 1
  1503. | #define HAVE_STDLIB_H 1
  1504. | #define HAVE_STRING_H 1
  1505. | #define HAVE_MEMORY_H 1
  1506. | #define HAVE_STRINGS_H 1
  1507. | #define HAVE_INTTYPES_H 1
  1508. | #define HAVE_STDINT_H 1
  1509. | #define HAVE_UNISTD_H 1
  1510. | #define HAVE_DLFCN_H 1
  1511. | #define LT_OBJDIR ".libs/"
  1512. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1513. | #define HAVE_PTHREAD 1
  1514. | #define HAVE_DECL_STRERROR_R 1
  1515. | #define HAVE_STRERROR_R 1
  1516. | #define STRERROR_R_CHAR_P 1
  1517. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  1518. | #define HAVE_ENDIAN_H 1
  1519. | #define HAVE_STDIO_H 1
  1520. | #define HAVE_STDLIB_H 1
  1521. | #define HAVE_UNISTD_H 1
  1522. | #define HAVE_STRINGS_H 1
  1523. | #define HAVE_SYS_TYPES_H 1
  1524. | #define HAVE_SYS_STAT_H 1
  1525. | #define HAVE_SYS_SELECT_H 1
  1526. | #define HAVE_SYS_PRCTL_H 1
  1527. | #define HAVE_GETADDRINFO_A 1
  1528. | #define HAVE_INET_PTON 1
  1529. | #define HAVE_DECL_STRNLEN 1
  1530. | #define HAVE_DECL_LE32TOH 1
  1531. | #define HAVE_DECL_LE64TOH 1
  1532. | #define HAVE_DECL_HTOLE32 1
  1533. | #define HAVE_DECL_HTOLE64 1
  1534. | #define HAVE_DECL_BE32TOH 1
  1535. | #define HAVE_DECL_BE64TOH 1
  1536. | #define HAVE_DECL_HTOBE32 1
  1537. | #define HAVE_DECL_HTOBE64 1
  1538. | #define HAVE_MSG_NOSIGNAL 1
  1539. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  1540. | /* end confdefs.h. */
  1541. |
  1542. | #include <libdb4.8/db_cxx.h>
  1543. |
  1544. | int
  1545. | main ()
  1546. | {
  1547. |
  1548. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1549. | #error "failed to find bdb 4.8+"
  1550. | #endif
  1551. |
  1552. | ;
  1553. | return 0;
  1554. | }
  1555. configure:22581: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1556. configure:22581: $? = 0
  1557. configure:22610: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1558. configure:22610: $? = 0
  1559. configure:22658: result: /usr/include/db4.8/
  1560. configure:22672: checking for main in -ldb_cxx-4.8
  1561. configure:22691: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.cpp -ldb_cxx-4.8 -lanl >&5
  1562. configure:22691: $? = 0
  1563. configure:22701: result: yes
  1564. configure:22722: checking miniupnpc/miniwget.h usability
  1565. configure:22722: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1566. configure:22722: $? = 0
  1567. configure:22722: result: yes
  1568. configure:22722: checking miniupnpc/miniwget.h presence
  1569. configure:22722: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  1570. configure:22722: $? = 0
  1571. configure:22722: result: yes
  1572. configure:22722: checking for miniupnpc/miniwget.h
  1573. configure:22722: result: yes
  1574. configure:22727: checking for main in -lminiupnpc
  1575. configure:22746: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.cpp -lminiupnpc -lanl >&5
  1576. configure:22746: $? = 0
  1577. configure:22755: result: yes
  1578. configure:22722: checking miniupnpc/miniupnpc.h usability
  1579. configure:22722: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1580. configure:22722: $? = 0
  1581. configure:22722: result: yes
  1582. configure:22722: checking miniupnpc/miniupnpc.h presence
  1583. configure:22722: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  1584. configure:22722: $? = 0
  1585. configure:22722: result: yes
  1586. configure:22722: checking for miniupnpc/miniupnpc.h
  1587. configure:22722: result: yes
  1588. configure:22727: checking for main in -lminiupnpc
  1589. configure:22755: result: yes
  1590. configure:22722: checking miniupnpc/upnpcommands.h usability
  1591. configure:22722: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1592. configure:22722: $? = 0
  1593. configure:22722: result: yes
  1594. configure:22722: checking miniupnpc/upnpcommands.h presence
  1595. configure:22722: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  1596. configure:22722: $? = 0
  1597. configure:22722: result: yes
  1598. configure:22722: checking for miniupnpc/upnpcommands.h
  1599. configure:22722: result: yes
  1600. configure:22727: checking for main in -lminiupnpc
  1601. configure:22755: result: yes
  1602. configure:22722: checking miniupnpc/upnperrors.h usability
  1603. configure:22722: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1604. configure:22722: $? = 0
  1605. configure:22722: result: yes
  1606. configure:22722: checking miniupnpc/upnperrors.h presence
  1607. configure:22722: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
  1608. configure:22722: $? = 0
  1609. configure:22722: result: yes
  1610. configure:22722: checking for miniupnpc/upnperrors.h
  1611. configure:22722: result: yes
  1612. configure:22727: checking for main in -lminiupnpc
  1613. configure:22755: result: yes
  1614. configure:22865: checking for QT
  1615. configure:22872: $PKG_CONFIG --exists --print-errors "$qt5_modules"
  1616. configure:22875: $? = 0
  1617. configure:22889: $PKG_CONFIG --exists --print-errors "$qt5_modules"
  1618. configure:22892: $? = 0
  1619. configure:22930: result: yes
  1620. configure:23182: checking for QT_TEST
  1621. configure:23189: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}Test"
  1622. configure:23192: $? = 0
  1623. configure:23206: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}Test"
  1624. configure:23209: $? = 0
  1625. configure:23247: result: yes
  1626. configure:23254: checking for QT_DBUS
  1627. configure:23261: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}DBus"
  1628. configure:23264: $? = 0
  1629. configure:23278: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}DBus"
  1630. configure:23281: $? = 0
  1631. configure:23319: result: yes
  1632. configure:24256: checking for static Qt
  1633. configure:24279: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -I/usr/include/qt/QtNetwork -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt -I/usr/include/qt/QtGui -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/include/qt -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
  1634. conftest.cpp: In function 'int main()':
  1635. conftest.cpp:62:7: error: 'choke' was not declared in this scope
  1636. choke me
  1637. ^~~~~
  1638. configure:24279: $? = 1
  1639. configure: failed program was:
  1640. | /* confdefs.h */
  1641. | #define PACKAGE_NAME "Pivx Core"
  1642. | #define PACKAGE_TARNAME "pivx"
  1643. | #define PACKAGE_VERSION "2.2.99"
  1644. | #define PACKAGE_STRING "Pivx Core 2.2.99"
  1645. | #define PACKAGE_BUGREPORT "www.pivx.org"
  1646. | #define PACKAGE_URL ""
  1647. | #define HAVE_CXX11 1
  1648. | #define STDC_HEADERS 1
  1649. | #define HAVE_SYS_TYPES_H 1
  1650. | #define HAVE_SYS_STAT_H 1
  1651. | #define HAVE_STDLIB_H 1
  1652. | #define HAVE_STRING_H 1
  1653. | #define HAVE_MEMORY_H 1
  1654. | #define HAVE_STRINGS_H 1
  1655. | #define HAVE_INTTYPES_H 1
  1656. | #define HAVE_STDINT_H 1
  1657. | #define HAVE_UNISTD_H 1
  1658. | #define HAVE_DLFCN_H 1
  1659. | #define LT_OBJDIR ".libs/"
  1660. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1661. | #define HAVE_PTHREAD 1
  1662. | #define HAVE_DECL_STRERROR_R 1
  1663. | #define HAVE_STRERROR_R 1
  1664. | #define STRERROR_R_CHAR_P 1
  1665. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  1666. | #define HAVE_ENDIAN_H 1
  1667. | #define HAVE_STDIO_H 1
  1668. | #define HAVE_STDLIB_H 1
  1669. | #define HAVE_UNISTD_H 1
  1670. | #define HAVE_STRINGS_H 1
  1671. | #define HAVE_SYS_TYPES_H 1
  1672. | #define HAVE_SYS_STAT_H 1
  1673. | #define HAVE_SYS_SELECT_H 1
  1674. | #define HAVE_SYS_PRCTL_H 1
  1675. | #define HAVE_GETADDRINFO_A 1
  1676. | #define HAVE_INET_PTON 1
  1677. | #define HAVE_DECL_STRNLEN 1
  1678. | #define HAVE_DECL_LE32TOH 1
  1679. | #define HAVE_DECL_LE64TOH 1
  1680. | #define HAVE_DECL_HTOLE32 1
  1681. | #define HAVE_DECL_HTOLE64 1
  1682. | #define HAVE_DECL_BE32TOH 1
  1683. | #define HAVE_DECL_BE64TOH 1
  1684. | #define HAVE_DECL_HTOBE32 1
  1685. | #define HAVE_DECL_HTOBE64 1
  1686. | #define HAVE_MSG_NOSIGNAL 1
  1687. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  1688. | #define HAVE_MINIUPNPC_MINIWGET_H 1
  1689. | #define HAVE_MINIUPNPC_MINIUPNPC_H 1
  1690. | #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
  1691. | #define HAVE_MINIUPNPC_UPNPERRORS_H 1
  1692. | /* end confdefs.h. */
  1693. | #include <QtCore>
  1694. | int
  1695. | main ()
  1696. | {
  1697. |
  1698. | #if defined(QT_STATIC)
  1699. | return 0;
  1700. | #else
  1701. | choke me
  1702. | #endif
  1703. |
  1704. | ;
  1705. | return 0;
  1706. | }
  1707. configure:24287: result: no
  1708. configure:25008: checking whether -fPIE can be used with this Qt config
  1709. configure:25029: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -I/usr/include/qt/QtNetwork -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt -I/usr/include/qt/QtGui -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/include/qt -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 conftest.cpp >&5
  1710. conftest.cpp: In function 'int main()':
  1711. conftest.cpp:60:15: error: 'choke' was not declared in this scope
  1712. choke;
  1713. ^~~~~
  1714. configure:25029: $? = 1
  1715. configure: failed program was:
  1716. | /* confdefs.h */
  1717. | #define PACKAGE_NAME "Pivx Core"
  1718. | #define PACKAGE_TARNAME "pivx"
  1719. | #define PACKAGE_VERSION "2.2.99"
  1720. | #define PACKAGE_STRING "Pivx Core 2.2.99"
  1721. | #define PACKAGE_BUGREPORT "www.pivx.org"
  1722. | #define PACKAGE_URL ""
  1723. | #define HAVE_CXX11 1
  1724. | #define STDC_HEADERS 1
  1725. | #define HAVE_SYS_TYPES_H 1
  1726. | #define HAVE_SYS_STAT_H 1
  1727. | #define HAVE_STDLIB_H 1
  1728. | #define HAVE_STRING_H 1
  1729. | #define HAVE_MEMORY_H 1
  1730. | #define HAVE_STRINGS_H 1
  1731. | #define HAVE_INTTYPES_H 1
  1732. | #define HAVE_STDINT_H 1
  1733. | #define HAVE_UNISTD_H 1
  1734. | #define HAVE_DLFCN_H 1
  1735. | #define LT_OBJDIR ".libs/"
  1736. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1737. | #define HAVE_PTHREAD 1
  1738. | #define HAVE_DECL_STRERROR_R 1
  1739. | #define HAVE_STRERROR_R 1
  1740. | #define STRERROR_R_CHAR_P 1
  1741. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  1742. | #define HAVE_ENDIAN_H 1
  1743. | #define HAVE_STDIO_H 1
  1744. | #define HAVE_STDLIB_H 1
  1745. | #define HAVE_UNISTD_H 1
  1746. | #define HAVE_STRINGS_H 1
  1747. | #define HAVE_SYS_TYPES_H 1
  1748. | #define HAVE_SYS_STAT_H 1
  1749. | #define HAVE_SYS_SELECT_H 1
  1750. | #define HAVE_SYS_PRCTL_H 1
  1751. | #define HAVE_GETADDRINFO_A 1
  1752. | #define HAVE_INET_PTON 1
  1753. | #define HAVE_DECL_STRNLEN 1
  1754. | #define HAVE_DECL_LE32TOH 1
  1755. | #define HAVE_DECL_LE64TOH 1
  1756. | #define HAVE_DECL_HTOLE32 1
  1757. | #define HAVE_DECL_HTOLE64 1
  1758. | #define HAVE_DECL_BE32TOH 1
  1759. | #define HAVE_DECL_BE64TOH 1
  1760. | #define HAVE_DECL_HTOBE32 1
  1761. | #define HAVE_DECL_HTOBE64 1
  1762. | #define HAVE_MSG_NOSIGNAL 1
  1763. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  1764. | #define HAVE_MINIUPNPC_MINIWGET_H 1
  1765. | #define HAVE_MINIUPNPC_MINIUPNPC_H 1
  1766. | #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
  1767. | #define HAVE_MINIUPNPC_UPNPERRORS_H 1
  1768. | /* end confdefs.h. */
  1769. | #include <QtCore/qconfig.h>
  1770. | int
  1771. | main ()
  1772. | {
  1773. |
  1774. | #if defined(QT_REDUCE_RELOCATIONS)
  1775. | choke;
  1776. | #endif
  1777. |
  1778. | ;
  1779. | return 0;
  1780. | }
  1781. configure:25033: result: no
  1782. configure:25098: checking for moc-qt5
  1783. configure:25116: found /usr/bin/moc-qt5
  1784. configure:25128: result: /usr/bin/moc-qt5
  1785. configure:25217: checking for uic-qt5
  1786. configure:25235: found /usr/bin/uic-qt5
  1787. configure:25247: result: /usr/bin/uic-qt5
  1788. configure:25336: checking for rcc-qt5
  1789. configure:25354: found /usr/bin/rcc-qt5
  1790. configure:25366: result: /usr/bin/rcc-qt5
  1791. configure:25455: checking for lrelease-qt5
  1792. configure:25473: found /usr/bin/lrelease-qt5
  1793. configure:25485: result: /usr/bin/lrelease-qt5
  1794. configure:25574: checking for lupdate-qt5
  1795. configure:25592: found /usr/bin/lupdate-qt5
  1796. configure:25604: result: /usr/bin/lupdate-qt5
  1797. configure:25789: checking whether to build Pivx Core GUI
  1798. configure:25819: result: yes (Qt5)
  1799. configure:25842: checking if the trading dialog should be enabled
  1800. configure:25845: result: yes
  1801. configure:25909: checking for boostlib >= 1.20.0
  1802. configure:25994: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -I/usr/include conftest.cpp >&5
  1803. configure:25994: $? = 0
  1804. configure:25996: result: yes
  1805. configure:26180: checking whether the Boost::System library is available
  1806. configure:26204: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -I/usr/include conftest.cpp >&5
  1807. conftest.cpp: In function 'int main()':
  1808. conftest.cpp:61:3: warning: statement is a reference, not call, to function 'boost::system::system_category' [-Waddress]
  1809. ;
  1810. ^
  1811. conftest.cpp:61:3: warning: statement has no effect [-Wunused-value]
  1812. configure:26204: $? = 0
  1813. configure:26219: result: yes
  1814. configure:26235: checking for exit in -lboost_system
  1815. configure:26260: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -I/usr/include -Wl,-z,relro -Wl,-z,now -L/usr/lib64 conftest.cpp -lboost_system -lanl >&5
  1816. configure:26260: $? = 0
  1817. configure:26270: result: yes
  1818. configure:26425: checking whether the Boost::Filesystem library is available
  1819. configure:26449: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -I/usr/include conftest.cpp >&5
  1820. configure:26449: $? = 0
  1821. configure:26463: result: yes
  1822. configure:26475: checking for exit in -lboost_filesystem
  1823. configure:26500: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -I/usr/include -Wl,-z,relro -Wl,-z,now -L/usr/lib64 conftest.cpp -lboost_filesystem -lanl -lboost_system >&5
  1824. configure:26500: $? = 0
  1825. configure:26510: result: yes
  1826. configure:26660: checking whether the Boost::Program_Options library is available
  1827. configure:26684: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -I/usr/include conftest.cpp >&5
  1828. configure:26684: $? = 0
  1829. configure:26698: result: yes
  1830. configure:26710: checking for exit in -lboost_program_options
  1831. configure:26735: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -I/usr/include -Wl,-z,relro -Wl,-z,now -L/usr/lib64 conftest.cpp -lboost_program_options -lanl >&5
  1832. configure:26735: $? = 0
  1833. configure:26745: result: yes
  1834. configure:26888: checking whether the Boost::Thread library is available
  1835. configure:26920: g++ -c -pthread -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -I/usr/include conftest.cpp >&5
  1836. configure:26920: $? = 0
  1837. configure:26935: result: yes
  1838. configure:26965: checking for exit in -lboost_thread
  1839. configure:26990: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -I/usr/include -Wl,-z,relro -Wl,-z,now -L/usr/lib64 conftest.cpp -lboost_thread -lanl >&5
  1840. configure:26990: $? = 0
  1841. configure:27000: result: yes
  1842. configure:27160: checking whether the Boost::Chrono library is available
  1843. configure:27184: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -pthread -I/usr/include conftest.cpp >&5
  1844. configure:27184: $? = 0
  1845. configure:27199: result: yes
  1846. configure:27215: checking for exit in -lboost_chrono
  1847. configure:27240: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -pthread -I/usr/include -Wl,-z,relro -Wl,-z,now -L/usr/lib64 conftest.cpp -lboost_chrono -lanl >&5
  1848. configure:27240: $? = 0
  1849. configure:27250: result: yes
  1850. configure:27373: checking for working boost reduced exports
  1851. configure:27396: g++ -E -pthread -I/usr/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 conftest.cpp
  1852. configure:27396: $? = 0
  1853. configure:27398: result: yes
  1854. configure:27426: checking whether the linker accepts -Wl,--exclude-libs,ALL
  1855. configure:27445: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -fvisibility=hidden -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -Wl,-z,relro -Wl,-z,now -Wl,--exclude-libs,ALL conftest.cpp -lanl >&5
  1856. configure:27445: $? = 0
  1857. configure:27454: result: yes
  1858. configure:27504: checking whether the Boost::Unit_Test_Framework library is available
  1859. configure:27527: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -fvisibility=hidden -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -pthread -I/usr/include conftest.cpp >&5
  1860. conftest.cpp: In function 'int main()':
  1861. conftest.cpp:66:21: warning: unused variable 'test' [-Wunused-variable]
  1862. test_suite* test= BOOST_TEST_SUITE( "Unit test example 1" ); return 0;
  1863. ^~~~
  1864. configure:27527: $? = 0
  1865. configure:27541: result: yes
  1866. configure:27653: checking for dynamic linked boost test
  1867. configure:27668: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -fvisibility=hidden -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -pthread -I/usr/include -Wl,-z,relro -Wl,-z,now conftest.cpp -lanl -L/usr/lib64 -lboost_unit_test_framework >&5
  1868. configure:27668: $? = 0
  1869. configure:27669: result: yes
  1870. configure:27713: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -fvisibility=hidden -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -pthread -I/usr/include -Wl,-z,relro -Wl,-z,now conftest.cpp -L/usr/lib64 -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lboost_chrono -lanl >&5
  1871. configure:27713: $? = 0
  1872. configure:27782: checking for SSL
  1873. configure:27789: $PKG_CONFIG --exists --print-errors "libssl"
  1874. configure:27792: $? = 0
  1875. configure:27806: $PKG_CONFIG --exists --print-errors "libssl"
  1876. configure:27809: $? = 0
  1877. configure:27847: result: yes
  1878. configure:27853: checking for CRYPTO
  1879. configure:27860: $PKG_CONFIG --exists --print-errors "libcrypto"
  1880. configure:27863: $? = 0
  1881. configure:27877: $PKG_CONFIG --exists --print-errors "libcrypto"
  1882. configure:27880: $? = 0
  1883. configure:27918: result: yes
  1884. configure:27927: checking for PROTOBUF
  1885. configure:27934: $PKG_CONFIG --exists --print-errors "protobuf"
  1886. configure:27937: $? = 0
  1887. configure:27951: $PKG_CONFIG --exists --print-errors "protobuf"
  1888. configure:27954: $? = 0
  1889. configure:28014: result: yes
  1890. configure:28029: checking for QR
  1891. configure:28036: $PKG_CONFIG --exists --print-errors "libqrencode"
  1892. configure:28039: $? = 0
  1893. configure:28053: $PKG_CONFIG --exists --print-errors "libqrencode"
  1894. configure:28056: $? = 0
  1895. configure:28094: result: yes
  1896. configure:28318: checking for RAND_egd in -lcrypto
  1897. configure:28343: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -fvisibility=hidden -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -Wl,-z,relro -Wl,-z,now conftest.cpp -lcrypto -lanl >&5
  1898. /tmp/cczIOlQF.o: In function `main':
  1899. /mnt/tank/projects/PIVX/conftest.cpp:74: undefined reference to `RAND_egd'
  1900. collect2: error: ld returned 1 exit status
  1901. configure:28343: $? = 1
  1902. configure: failed program was:
  1903. | /* confdefs.h */
  1904. | #define PACKAGE_NAME "Pivx Core"
  1905. | #define PACKAGE_TARNAME "pivx"
  1906. | #define PACKAGE_VERSION "2.2.99"
  1907. | #define PACKAGE_STRING "Pivx Core 2.2.99"
  1908. | #define PACKAGE_BUGREPORT "www.pivx.org"
  1909. | #define PACKAGE_URL ""
  1910. | #define HAVE_CXX11 1
  1911. | #define STDC_HEADERS 1
  1912. | #define HAVE_SYS_TYPES_H 1
  1913. | #define HAVE_SYS_STAT_H 1
  1914. | #define HAVE_STDLIB_H 1
  1915. | #define HAVE_STRING_H 1
  1916. | #define HAVE_MEMORY_H 1
  1917. | #define HAVE_STRINGS_H 1
  1918. | #define HAVE_INTTYPES_H 1
  1919. | #define HAVE_STDINT_H 1
  1920. | #define HAVE_UNISTD_H 1
  1921. | #define HAVE_DLFCN_H 1
  1922. | #define LT_OBJDIR ".libs/"
  1923. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1924. | #define HAVE_PTHREAD 1
  1925. | #define HAVE_DECL_STRERROR_R 1
  1926. | #define HAVE_STRERROR_R 1
  1927. | #define STRERROR_R_CHAR_P 1
  1928. | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  1929. | #define HAVE_ENDIAN_H 1
  1930. | #define HAVE_STDIO_H 1
  1931. | #define HAVE_STDLIB_H 1
  1932. | #define HAVE_UNISTD_H 1
  1933. | #define HAVE_STRINGS_H 1
  1934. | #define HAVE_SYS_TYPES_H 1
  1935. | #define HAVE_SYS_STAT_H 1
  1936. | #define HAVE_SYS_SELECT_H 1
  1937. | #define HAVE_SYS_PRCTL_H 1
  1938. | #define HAVE_GETADDRINFO_A 1
  1939. | #define HAVE_INET_PTON 1
  1940. | #define HAVE_DECL_STRNLEN 1
  1941. | #define HAVE_DECL_LE32TOH 1
  1942. | #define HAVE_DECL_LE64TOH 1
  1943. | #define HAVE_DECL_HTOLE32 1
  1944. | #define HAVE_DECL_HTOLE64 1
  1945. | #define HAVE_DECL_BE32TOH 1
  1946. | #define HAVE_DECL_BE64TOH 1
  1947. | #define HAVE_DECL_HTOBE32 1
  1948. | #define HAVE_DECL_HTOBE64 1
  1949. | #define HAVE_MSG_NOSIGNAL 1
  1950. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  1951. | #define HAVE_MINIUPNPC_MINIWGET_H 1
  1952. | #define HAVE_MINIUPNPC_MINIUPNPC_H 1
  1953. | #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
  1954. | #define HAVE_MINIUPNPC_UPNPERRORS_H 1
  1955. | #define HAVE_QT5 1
  1956. | #define HAVE_BOOST /**/
  1957. | #define HAVE_BOOST_SYSTEM /**/
  1958. | #define HAVE_BOOST_FILESYSTEM /**/
  1959. | #define HAVE_BOOST_PROGRAM_OPTIONS /**/
  1960. | #define HAVE_BOOST_THREAD /**/
  1961. | #define HAVE_BOOST_CHRONO /**/
  1962. | #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
  1963. | #define HAVE_WORKING_BOOST_SLEEP_FOR 1
  1964. | /* end confdefs.h. */
  1965. |
  1966. | /* Override any GCC internal prototype to avoid an error.
  1967. | Use char because int might match the return type of a GCC
  1968. | builtin and then its argument prototype would still apply. */
  1969. | #ifdef __cplusplus
  1970. | extern "C"
  1971. | #endif
  1972. | char RAND_egd ();
  1973. | int
  1974. | main ()
  1975. | {
  1976. | return RAND_egd ();
  1977. | ;
  1978. | return 0;
  1979. | }
  1980. configure:28352: result: no
  1981. configure:28369: error: Detected LibreSSL: This is NOT supported, and may break consensus compatibility!
  1982. ## ---------------- ##
  1983. ## Cache variables. ##
  1984. ## ---------------- ##
  1985. ac_cv_build=x86_64-unknown-linux-gnu
  1986. ac_cv_c_bigendian=no
  1987. ac_cv_c_compiler_gnu=yes
  1988. ac_cv_cxx_compiler_gnu=yes
  1989. ac_cv_env_CCC_set=
  1990. ac_cv_env_CCC_value=
  1991. ac_cv_env_CC_set=
  1992. ac_cv_env_CC_value=
  1993. ac_cv_env_CFLAGS_set=
  1994. ac_cv_env_CFLAGS_value=
  1995. ac_cv_env_CPPFLAGS_set=
  1996. ac_cv_env_CPPFLAGS_value=
  1997. ac_cv_env_CPP_set=
  1998. ac_cv_env_CPP_value=
  1999. ac_cv_env_CRYPTO_CFLAGS_set=
  2000. ac_cv_env_CRYPTO_CFLAGS_value=
  2001. ac_cv_env_CRYPTO_LIBS_set=
  2002. ac_cv_env_CRYPTO_LIBS_value=
  2003. ac_cv_env_CXXCPP_set=
  2004. ac_cv_env_CXXCPP_value=
  2005. ac_cv_env_CXXFLAGS_set=
  2006. ac_cv_env_CXXFLAGS_value=
  2007. ac_cv_env_CXX_set=
  2008. ac_cv_env_CXX_value=
  2009. ac_cv_env_LDFLAGS_set=
  2010. ac_cv_env_LDFLAGS_value=
  2011. ac_cv_env_LIBS_set=
  2012. ac_cv_env_LIBS_value=
  2013. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  2014. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  2015. ac_cv_env_OBJCXXFLAGS_set=
  2016. ac_cv_env_OBJCXXFLAGS_value=
  2017. ac_cv_env_OBJCXX_set=
  2018. ac_cv_env_OBJCXX_value=
  2019. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  2020. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  2021. ac_cv_env_PKG_CONFIG_PATH_set=
  2022. ac_cv_env_PKG_CONFIG_PATH_value=
  2023. ac_cv_env_PKG_CONFIG_set=
  2024. ac_cv_env_PKG_CONFIG_value=
  2025. ac_cv_env_PROTOBUF_CFLAGS_set=
  2026. ac_cv_env_PROTOBUF_CFLAGS_value=
  2027. ac_cv_env_PROTOBUF_LIBS_set=
  2028. ac_cv_env_PROTOBUF_LIBS_value=
  2029. ac_cv_env_PYTHONPATH_set=
  2030. ac_cv_env_PYTHONPATH_value=
  2031. ac_cv_env_QR_CFLAGS_set=
  2032. ac_cv_env_QR_CFLAGS_value=
  2033. ac_cv_env_QR_LIBS_set=
  2034. ac_cv_env_QR_LIBS_value=
  2035. ac_cv_env_QTPLATFORM_CFLAGS_set=
  2036. ac_cv_env_QTPLATFORM_CFLAGS_value=
  2037. ac_cv_env_QTPLATFORM_LIBS_set=
  2038. ac_cv_env_QTPLATFORM_LIBS_value=
  2039. ac_cv_env_QTPRINT_CFLAGS_set=
  2040. ac_cv_env_QTPRINT_CFLAGS_value=
  2041. ac_cv_env_QTPRINT_LIBS_set=
  2042. ac_cv_env_QTPRINT_LIBS_value=
  2043. ac_cv_env_QTXCBQPA_CFLAGS_set=
  2044. ac_cv_env_QTXCBQPA_CFLAGS_value=
  2045. ac_cv_env_QTXCBQPA_LIBS_set=
  2046. ac_cv_env_QTXCBQPA_LIBS_value=
  2047. ac_cv_env_QT_CFLAGS_set=
  2048. ac_cv_env_QT_CFLAGS_value=
  2049. ac_cv_env_QT_DBUS_CFLAGS_set=
  2050. ac_cv_env_QT_DBUS_CFLAGS_value=
  2051. ac_cv_env_QT_DBUS_LIBS_set=
  2052. ac_cv_env_QT_DBUS_LIBS_value=
  2053. ac_cv_env_QT_LIBS_set=
  2054. ac_cv_env_QT_LIBS_value=
  2055. ac_cv_env_QT_TEST_CFLAGS_set=
  2056. ac_cv_env_QT_TEST_CFLAGS_value=
  2057. ac_cv_env_QT_TEST_LIBS_set=
  2058. ac_cv_env_QT_TEST_LIBS_value=
  2059. ac_cv_env_SSL_CFLAGS_set=
  2060. ac_cv_env_SSL_CFLAGS_value=
  2061. ac_cv_env_SSL_LIBS_set=
  2062. ac_cv_env_SSL_LIBS_value=
  2063. ac_cv_env_X11XCB_CFLAGS_set=
  2064. ac_cv_env_X11XCB_CFLAGS_value=
  2065. ac_cv_env_X11XCB_LIBS_set=
  2066. ac_cv_env_X11XCB_LIBS_value=
  2067. ac_cv_env_build_alias_set=
  2068. ac_cv_env_build_alias_value=
  2069. ac_cv_env_host_alias_set=
  2070. ac_cv_env_host_alias_value=
  2071. ac_cv_env_target_alias_set=
  2072. ac_cv_env_target_alias_value=
  2073. ac_cv_func_strerror_r=yes
  2074. ac_cv_func_strerror_r_char_p=yes
  2075. ac_cv_have_decl_be32toh=yes
  2076. ac_cv_have_decl_be64toh=yes
  2077. ac_cv_have_decl_htobe32=yes
  2078. ac_cv_have_decl_htobe64=yes
  2079. ac_cv_have_decl_htole32=yes
  2080. ac_cv_have_decl_htole64=yes
  2081. ac_cv_have_decl_le32toh=yes
  2082. ac_cv_have_decl_le64toh=yes
  2083. ac_cv_have_decl_strerror_r=yes
  2084. ac_cv_have_decl_strnlen=yes
  2085. ac_cv_header_dlfcn_h=yes
  2086. ac_cv_header_endian_h=yes
  2087. ac_cv_header_inttypes_h=yes
  2088. ac_cv_header_memory_h=yes
  2089. ac_cv_header_miniupnpc_miniupnpc_h=yes
  2090. ac_cv_header_miniupnpc_miniwget_h=yes
  2091. ac_cv_header_miniupnpc_upnpcommands_h=yes
  2092. ac_cv_header_miniupnpc_upnperrors_h=yes
  2093. ac_cv_header_stdc=yes
  2094. ac_cv_header_stdint_h=yes
  2095. ac_cv_header_stdio_h=yes
  2096. ac_cv_header_stdlib_h=yes
  2097. ac_cv_header_string_h=yes
  2098. ac_cv_header_strings_h=yes
  2099. ac_cv_header_sys_prctl_h=yes
  2100. ac_cv_header_sys_select_h=yes
  2101. ac_cv_header_sys_stat_h=yes
  2102. ac_cv_header_sys_types_h=yes
  2103. ac_cv_header_unistd_h=yes
  2104. ac_cv_host=x86_64-unknown-linux-gnu
  2105. ac_cv_lib_boost_chrono___exit=yes
  2106. ac_cv_lib_boost_filesystem___exit=yes
  2107. ac_cv_lib_boost_program_options___exit=yes
  2108. ac_cv_lib_boost_system___exit=yes
  2109. ac_cv_lib_boost_thread___exit=yes
  2110. ac_cv_lib_crypto_RAND_egd=no
  2111. ac_cv_lib_db_cxx_4_8___main=yes
  2112. ac_cv_lib_miniupnpc_main=yes
  2113. ac_cv_objcxx_compiler_gnu=no
  2114. ac_cv_objext=o
  2115. ac_cv_path_EGREP='/usr/bin/grep -E'
  2116. ac_cv_path_FGREP='/usr/bin/grep -F'
  2117. ac_cv_path_GIT=/usr/bin/git
  2118. ac_cv_path_GREP=/usr/bin/grep
  2119. ac_cv_path_HEXDUMP=/usr/bin/hexdump
  2120. ac_cv_path_JAVA=/usr/bin/java
  2121. ac_cv_path_LRELEASE=/usr/bin/lrelease-qt5
  2122. ac_cv_path_LUPDATE=/usr/bin/lupdate-qt5
  2123. ac_cv_path_MOC=/usr/bin/moc-qt5
  2124. ac_cv_path_PYTHON=/usr/bin/python3
  2125. ac_cv_path_RCC=/usr/bin/rcc-qt5
  2126. ac_cv_path_SED=/usr/bin/sed
  2127. ac_cv_path_UIC=/usr/bin/uic-qt5
  2128. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  2129. ac_cv_path_ac_pt_AR=/usr/bin/ar
  2130. ac_cv_path_ac_pt_CPPFILT=/usr/bin/c++filt
  2131. ac_cv_path_ac_pt_GCOV=/usr/bin/gcov
  2132. ac_cv_path_ac_pt_OBJCOPY=/usr/bin/objcopy
  2133. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  2134. ac_cv_path_ac_pt_RANLIB=/usr/bin/ranlib
  2135. ac_cv_path_ac_pt_READELF=/usr/bin/readelf
  2136. ac_cv_path_ac_pt_STRIP=/usr/bin/strip
  2137. ac_cv_path_install='/usr/bin/install -c'
  2138. ac_cv_path_lt_DD=/usr/bin/dd
  2139. ac_cv_path_mkdir=/usr/bin/mkdir
  2140. ac_cv_prog_AWK=gawk
  2141. ac_cv_prog_CPP='gcc -E'
  2142. ac_cv_prog_CXXCPP='g++ -E'
  2143. ac_cv_prog_ac_ct_AR=ar
  2144. ac_cv_prog_ac_ct_CC=gcc
  2145. ac_cv_prog_ac_ct_CXX=g++
  2146. ac_cv_prog_ac_ct_OBJDUMP=objdump
  2147. ac_cv_prog_ac_ct_RANLIB=ranlib
  2148. ac_cv_prog_ac_ct_STRIP=strip
  2149. ac_cv_prog_cc_c89=
  2150. ac_cv_prog_cc_g=yes
  2151. ac_cv_prog_cxx_g=yes
  2152. ac_cv_prog_make_make_set=yes
  2153. ac_cv_prog_objcxx_g=no
  2154. ac_cv_search_clock_gettime='none required'
  2155. ac_cv_search_getaddrinfo_a=-lanl
  2156. ac_cv_search_inet_pton='none required'
  2157. ac_cv_sys_file_offset_bits=no
  2158. ac_cv_sys_largefile_CC=no
  2159. am_cv_CC_dependencies_compiler_type=gcc3
  2160. am_cv_CXX_dependencies_compiler_type=gcc3
  2161. am_cv_OBJCXX_dependencies_compiler_type=gcc3
  2162. am_cv_make_support_nested_variables=yes
  2163. am_cv_prog_cc_c_o=yes
  2164. ax_cv_PTHREAD_PRIO_INHERIT=yes
  2165. ax_cv_boost_chrono=yes
  2166. ax_cv_boost_filesystem=yes
  2167. ax_cv_boost_program_options=yes
  2168. ax_cv_boost_system=yes
  2169. ax_cv_boost_thread=yes
  2170. ax_cv_boost_unit_test_framework=yes
  2171. ax_cv_check_cxxcppflags___D_FORTIFY_SOURCE_2=yes
  2172. ax_cv_check_cxxcppflags___U_FORTIFY_SOURCE=yes
  2173. ax_cv_check_cxxflags___Wstack_protector=yes
  2174. ax_cv_check_cxxflags___fPIC=yes
  2175. ax_cv_check_cxxflags___fstack_protector_all=yes
  2176. ax_cv_check_cxxflags___fvisibility_hidden=yes
  2177. ax_cv_check_ldflags___Wl___dynamicbase=no
  2178. ax_cv_check_ldflags___Wl___exclude_libs_ALL=yes
  2179. ax_cv_check_ldflags___Wl___large_address_aware=no
  2180. ax_cv_check_ldflags___Wl___nxcompat=no
  2181. ax_cv_check_ldflags___Wl__z_now=yes
  2182. ax_cv_check_ldflags___Wl__z_relro=yes
  2183. ax_cv_check_ldflags___pic=no
  2184. ax_cv_cxx_compile_cxx11=yes
  2185. ax_cv_have_func_attribute_dllexport=no
  2186. ax_cv_have_func_attribute_dllimport=no
  2187. ax_cv_have_func_attribute_visibility=yes
  2188. bitcoin_cv_static_qt=no
  2189. lt_cv_ar_at_file=@
  2190. lt_cv_archive_cmds_need_lc=no
  2191. lt_cv_deplibs_check_method=pass_all
  2192. lt_cv_file_magic_cmd='$MAGIC_CMD'
  2193. lt_cv_file_magic_test_file=
  2194. lt_cv_ld_reload_flag=-r
  2195. lt_cv_nm_interface='BSD nm'
  2196. lt_cv_objdir=.libs
  2197. lt_cv_path_LD=/usr/bin/ld
  2198. lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
  2199. lt_cv_path_NM='/usr/bin/nm -B'
  2200. lt_cv_path_mainfest_tool=no
  2201. lt_cv_prog_compiler_c_o=yes
  2202. lt_cv_prog_compiler_c_o_CXX=yes
  2203. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  2204. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  2205. lt_cv_prog_compiler_pic_works=yes
  2206. lt_cv_prog_compiler_pic_works_CXX=yes
  2207. lt_cv_prog_compiler_rtti_exceptions=no
  2208. lt_cv_prog_compiler_static_works=yes
  2209. lt_cv_prog_compiler_static_works_CXX=yes
  2210. lt_cv_prog_gnu_ld=yes
  2211. lt_cv_prog_gnu_ldcxx=yes
  2212. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  2213. lt_cv_shlibpath_overrides_runpath=no
  2214. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  2215. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
  2216. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
  2217. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  2218. lt_cv_sys_global_symbol_to_import=
  2219. lt_cv_sys_max_cmd_len=1572864
  2220. lt_cv_to_host_file_cmd=func_convert_file_noop
  2221. lt_cv_to_tool_file_cmd=func_convert_file_noop
  2222. lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
  2223. pkg_cv_CRYPTO_CFLAGS=
  2224. pkg_cv_CRYPTO_LIBS=-lcrypto
  2225. pkg_cv_PROTOBUF_CFLAGS=-pthread
  2226. pkg_cv_PROTOBUF_LIBS='-lprotobuf -pthread -lpthread'
  2227. pkg_cv_QR_CFLAGS=
  2228. pkg_cv_QR_LIBS=-lqrencode
  2229. pkg_cv_QT_CFLAGS='-I/usr/include/qt/QtNetwork -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt -I/usr/include/qt/QtGui -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/include/qt'
  2230. pkg_cv_QT_DBUS_CFLAGS='-I/usr/include/qt/QtDBus -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/include/qt'
  2231. pkg_cv_QT_DBUS_LIBS='-lQt5DBus -lQt5Core'
  2232. pkg_cv_QT_LIBS='-lQt5Network -lQt5Widgets -lQt5Gui -lQt5Core'
  2233. pkg_cv_QT_TEST_CFLAGS='-I/usr/include/qt/QtTest -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/include/qt'
  2234. pkg_cv_QT_TEST_LIBS='-lQt5Test -lQt5Core'
  2235. pkg_cv_SSL_CFLAGS=
  2236. pkg_cv_SSL_LIBS=-lssl
  2237. ## ----------------- ##
  2238. ## Output variables. ##
  2239. ## ----------------- ##
  2240. ACLOCAL='${SHELL} /mnt/tank/projects/PIVX/build-aux/missing aclocal-1.15'
  2241. AMDEPBACKSLASH='\'
  2242. AMDEP_FALSE='#'
  2243. AMDEP_TRUE=''
  2244. AMTAR='$${TAR-tar}'
  2245. AM_BACKSLASH='\'
  2246. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  2247. AM_DEFAULT_VERBOSITY='0'
  2248. AM_V='$(V)'
  2249. AR='/usr/bin/ar'
  2250. AUTOCONF='${SHELL} /mnt/tank/projects/PIVX/build-aux/missing autoconf'
  2251. AUTOHEADER='${SHELL} /mnt/tank/projects/PIVX/build-aux/missing autoheader'
  2252. AUTOMAKE='${SHELL} /mnt/tank/projects/PIVX/build-aux/missing automake-1.15'
  2253. AWK='gawk'
  2254. BDB_CPPFLAGS=' -I/usr/include/db4.8/'
  2255. BDB_LIBS='-ldb_cxx-4.8'
  2256. BOOST_CHRONO_LIB='-lboost_chrono'
  2257. BOOST_CPPFLAGS='-pthread -I/usr/include'
  2258. BOOST_FILESYSTEM_LIB='-lboost_filesystem'
  2259. BOOST_LDFLAGS='-L/usr/lib64'
  2260. BOOST_LIBS='-L/usr/lib64 -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lboost_chrono'
  2261. BOOST_PROGRAM_OPTIONS_LIB='-lboost_program_options'
  2262. BOOST_SYSTEM_LIB='-lboost_system'
  2263. BOOST_THREAD_LIB='-lboost_thread'
  2264. BOOST_UNIT_TEST_FRAMEWORK_LIB='-lboost_unit_test_framework'
  2265. BREW=''
  2266. BUILD_BITCOIND_FALSE=''
  2267. BUILD_BITCOIND_TRUE=''
  2268. BUILD_BITCOIN_LIBS_FALSE=''
  2269. BUILD_BITCOIN_LIBS_TRUE=''
  2270. BUILD_BITCOIN_UTILS_FALSE=''
  2271. BUILD_BITCOIN_UTILS_TRUE=''
  2272. BUILD_DARWIN_FALSE=''
  2273. BUILD_DARWIN_TRUE=''
  2274. BUILD_QT=''
  2275. BUILD_TEST=''
  2276. BUILD_TEST_QT=''
  2277. CC='gcc'
  2278. CCACHE=''
  2279. CCDEPMODE='depmode=gcc3'
  2280. CFLAGS='-g -O2'
  2281. CLIENT_VERSION_BUILD=''
  2282. CLIENT_VERSION_IS_RELEASE=''
  2283. CLIENT_VERSION_MAJOR=''
  2284. CLIENT_VERSION_MINOR=''
  2285. CLIENT_VERSION_REVISION=''
  2286. COMPARISON_TOOL_REORG_TESTS='0'
  2287. COPYRIGHT_YEAR=''
  2288. CPP='gcc -E'
  2289. CPPFILT='/usr/bin/c++filt'
  2290. CPPFLAGS=' -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5'
  2291. CRYPTO_CFLAGS=''
  2292. CRYPTO_LIBS='-lcrypto'
  2293. CXX='g++'
  2294. CXXCPP='g++ -E'
  2295. CXXDEPMODE='depmode=gcc3'
  2296. CXXFLAGS='-g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -fvisibility=hidden'
  2297. CYGPATH_W='echo'
  2298. DEFS=''
  2299. DEPDIR='.deps'
  2300. DLLTOOL='false'
  2301. DSYMUTIL=''
  2302. DUMPBIN=''
  2303. ECHO_C=''
  2304. ECHO_N='-n'
  2305. ECHO_T=''
  2306. EGREP='/usr/bin/grep -E'
  2307. EMBEDDED_LEVELDB_FALSE='#'
  2308. EMBEDDED_LEVELDB_TRUE=''
  2309. ENABLE_QT_FALSE=''
  2310. ENABLE_QT_TESTS_FALSE=''
  2311. ENABLE_QT_TESTS_TRUE=''
  2312. ENABLE_QT_TRUE=''
  2313. ENABLE_TESTS_FALSE=''
  2314. ENABLE_TESTS_TRUE=''
  2315. ENABLE_WALLET_FALSE=''
  2316. ENABLE_WALLET_TRUE=''
  2317. EXEEXT=''
  2318. FGREP='/usr/bin/grep -F'
  2319. GCOV='/usr/bin/gcov'
  2320. GENHTML=''
  2321. GENISOIMAGE=''
  2322. GIT='/usr/bin/git'
  2323. GLIBC_BACK_COMPAT_FALSE=''
  2324. GLIBC_BACK_COMPAT_TRUE=''
  2325. GREP='/usr/bin/grep'
  2326. HAVE_CXX11='1'
  2327. HAVE_QT5_FALSE=''
  2328. HAVE_QT5_TRUE=''
  2329. HEXDUMP='/usr/bin/hexdump'
  2330. IMAGEMAGICK_CONVERT=''
  2331. INSTALLNAMETOOL=''
  2332. INSTALL_DATA='${INSTALL} -m 644'
  2333. INSTALL_PROGRAM='${INSTALL}'
  2334. INSTALL_SCRIPT='${INSTALL}'
  2335. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  2336. JAVA='/usr/bin/java'
  2337. JAVA_COMPARISON_TOOL=''
  2338. LCOV=''
  2339. LD='/usr/bin/ld -m elf_x86_64'
  2340. LDFLAGS=' -Wl,-z,relro -Wl,-z,now'
  2341. LEVELDB_CPPFLAGS=''
  2342. LEVELDB_TARGET_FLAGS=''
  2343. LIBLEVELDB=''
  2344. LIBMEMENV=''
  2345. LIBOBJS=''
  2346. LIBS='-lanl '
  2347. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  2348. LIBTOOL_APP_LDFLAGS=''
  2349. LIPO=''
  2350. LN_S='ln -s'
  2351. LRELEASE='/usr/bin/lrelease-qt5'
  2352. LTLIBOBJS=''
  2353. LT_SYS_LIBRARY_PATH=''
  2354. LUPDATE='/usr/bin/lupdate-qt5'
  2355. MAINT=''
  2356. MAINTAINER_MODE_FALSE='#'
  2357. MAINTAINER_MODE_TRUE=''
  2358. MAKEINFO='${SHELL} /mnt/tank/projects/PIVX/build-aux/missing makeinfo'
  2359. MAKENSIS=''
  2360. MANIFEST_TOOL=':'
  2361. MINIUPNPC_CPPFLAGS=''
  2362. MINIUPNPC_LIBS='-lminiupnpc'
  2363. MKDIR_P='/usr/bin/mkdir -p'
  2364. MOC='/usr/bin/moc-qt5'
  2365. MOC_DEFS='-DHAVE_CONFIG_H -I$(srcdir)'
  2366. NM='/usr/bin/nm -B'
  2367. NMEDIT=''
  2368. OBJCOPY='/usr/bin/objcopy'
  2369. OBJCXX='g++'
  2370. OBJCXXDEPMODE='depmode=gcc3'
  2371. OBJCXXFLAGS='-g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC'
  2372. OBJDUMP='objdump'
  2373. OBJEXT='o'
  2374. OTOOL64=''
  2375. OTOOL=''
  2376. PACKAGE='pivx'
  2377. PACKAGE_BUGREPORT='www.pivx.org'
  2378. PACKAGE_NAME='Pivx Core'
  2379. PACKAGE_STRING='Pivx Core 2.2.99'
  2380. PACKAGE_TARNAME='pivx'
  2381. PACKAGE_URL=''
  2382. PACKAGE_VERSION='2.2.99'
  2383. PATH_SEPARATOR=':'
  2384. PKG_CONFIG='/usr/bin/pkg-config'
  2385. PKG_CONFIG_LIBDIR=''
  2386. PKG_CONFIG_PATH=''
  2387. PORT=''
  2388. PROTOBUF_CFLAGS='-pthread'
  2389. PROTOBUF_LIBS='-lprotobuf -pthread -lpthread'
  2390. PROTOC=''
  2391. PTHREAD_CC='gcc'
  2392. PTHREAD_CFLAGS='-pthread'
  2393. PTHREAD_LIBS=''
  2394. PYTHON='/usr/bin/python3'
  2395. PYTHONPATH=''
  2396. QR_CFLAGS=''
  2397. QR_LIBS='-lqrencode'
  2398. QTPLATFORM_CFLAGS=''
  2399. QTPLATFORM_LIBS=''
  2400. QTPRINT_CFLAGS=''
  2401. QTPRINT_LIBS=''
  2402. QTXCBQPA_CFLAGS=''
  2403. QTXCBQPA_LIBS=''
  2404. QT_CFLAGS='-I/usr/include/qt/QtNetwork -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt -I/usr/include/qt/QtGui -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/include/qt'
  2405. QT_DBUS_CFLAGS='-I/usr/include/qt/QtDBus -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/include/qt'
  2406. QT_DBUS_INCLUDES='-I/usr/include/qt/QtDBus -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/include/qt'
  2407. QT_DBUS_LIBS='-lQt5DBus -lQt5Core'
  2408. QT_INCLUDES='-I/usr/include/qt/QtNetwork -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt -I/usr/include/qt/QtGui -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/include/qt'
  2409. QT_LDFLAGS=''
  2410. QT_LIBS='-lQt5Network -lQt5Widgets -lQt5Gui -lQt5Core'
  2411. QT_PIE_FLAGS=''
  2412. QT_SELECT='qt5'
  2413. QT_TEST_CFLAGS='-I/usr/include/qt/QtTest -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/include/qt'
  2414. QT_TEST_INCLUDES='-I/usr/include/qt/QtTest -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/include/qt'
  2415. QT_TEST_LIBS='-lQt5Test -lQt5Core'
  2416. QT_TRANSLATION_DIR=''
  2417. RANLIB='/usr/bin/ranlib'
  2418. RCC='/usr/bin/rcc-qt5'
  2419. READELF='/usr/bin/readelf'
  2420. RELDFLAGS='-Wl,--exclude-libs,ALL'
  2421. RSVG_CONVERT=''
  2422. SED='/usr/bin/sed'
  2423. SET_MAKE=''
  2424. SHELL='/bin/sh'
  2425. SSL_CFLAGS=''
  2426. SSL_LIBS='-lssl'
  2427. STRIP='/usr/bin/strip'
  2428. TARGET_DARWIN_FALSE=''
  2429. TARGET_DARWIN_TRUE=''
  2430. TARGET_WINDOWS_FALSE=''
  2431. TARGET_WINDOWS_TRUE=''
  2432. TESTDEFS=' -DBOOST_TEST_DYN_LINK'
  2433. TIFFCP=''
  2434. UIC='/usr/bin/uic-qt5'
  2435. USE_COMPARISON_TOOL_FALSE=''
  2436. USE_COMPARISON_TOOL_REORG_TESTS_FALSE=''
  2437. USE_COMPARISON_TOOL_REORG_TESTS_TRUE=''
  2438. USE_COMPARISON_TOOL_TRUE=''
  2439. USE_LCOV_FALSE=''
  2440. USE_LCOV_TRUE=''
  2441. USE_LIBSECP256K1_FALSE=''
  2442. USE_LIBSECP256K1_TRUE=''
  2443. USE_QRCODE=''
  2444. USE_QRCODE_FALSE=''
  2445. USE_QRCODE_TRUE=''
  2446. USE_UPNP=''
  2447. VERSION='2.2.99'
  2448. WINDOWS_BITS=''
  2449. WINDRES=''
  2450. X11XCB_CFLAGS=''
  2451. X11XCB_LIBS=''
  2452. XGETTEXT='/usr/bin/xgettext'
  2453. ac_ct_AR='ar'
  2454. ac_ct_CC='gcc'
  2455. ac_ct_CXX='g++'
  2456. ac_ct_DUMPBIN=''
  2457. ac_ct_OBJCXX=''
  2458. am__EXEEXT_FALSE=''
  2459. am__EXEEXT_TRUE=''
  2460. am__fastdepCC_FALSE='#'
  2461. am__fastdepCC_TRUE=''
  2462. am__fastdepCXX_FALSE='#'
  2463. am__fastdepCXX_TRUE=''
  2464. am__fastdepOBJCXX_FALSE='#'
  2465. am__fastdepOBJCXX_TRUE=''
  2466. am__include='include'
  2467. am__isrc=''
  2468. am__leading_dot='.'
  2469. am__nodep='_no'
  2470. am__quote=''
  2471. am__tar='$${TAR-tar} chof - "$$tardir"'
  2472. am__untar='$${TAR-tar} xf -'
  2473. ax_pthread_config=''
  2474. bindir='${exec_prefix}/bin'
  2475. build='x86_64-unknown-linux-gnu'
  2476. build_alias=''
  2477. build_cpu='x86_64'
  2478. build_os='linux-gnu'
  2479. build_vendor='unknown'
  2480. datadir='${datarootdir}'
  2481. datarootdir='${prefix}/share'
  2482. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  2483. dvidir='${docdir}'
  2484. exec_prefix='NONE'
  2485. host='x86_64-unknown-linux-gnu'
  2486. host_alias=''
  2487. host_cpu='x86_64'
  2488. host_os='linux-gnu'
  2489. host_vendor='unknown'
  2490. htmldir='${docdir}'
  2491. includedir='${prefix}/include'
  2492. infodir='${datarootdir}/info'
  2493. install_sh='${SHELL} /mnt/tank/projects/PIVX/build-aux/install-sh'
  2494. libdir='${exec_prefix}/lib'
  2495. libexecdir='${exec_prefix}/libexec'
  2496. localedir='${datarootdir}/locale'
  2497. localstatedir='${prefix}/var'
  2498. mandir='${datarootdir}/man'
  2499. mkdir_p='$(MKDIR_P)'
  2500. oldincludedir='/usr/include'
  2501. pdfdir='${docdir}'
  2502. prefix='NONE'
  2503. program_transform_name='s,x,x,'
  2504. psdir='${docdir}'
  2505. sbindir='${exec_prefix}/sbin'
  2506. sharedstatedir='${prefix}/com'
  2507. subdirs=''
  2508. sysconfdir='${prefix}/etc'
  2509. target_alias=''
  2510. ## ----------- ##
  2511. ## confdefs.h. ##
  2512. ## ----------- ##
  2513. /* confdefs.h */
  2514. #define PACKAGE_NAME "Pivx Core"
  2515. #define PACKAGE_TARNAME "pivx"
  2516. #define PACKAGE_VERSION "2.2.99"
  2517. #define PACKAGE_STRING "Pivx Core 2.2.99"
  2518. #define PACKAGE_BUGREPORT "www.pivx.org"
  2519. #define PACKAGE_URL ""
  2520. #define HAVE_CXX11 1
  2521. #define STDC_HEADERS 1
  2522. #define HAVE_SYS_TYPES_H 1
  2523. #define HAVE_SYS_STAT_H 1
  2524. #define HAVE_STDLIB_H 1
  2525. #define HAVE_STRING_H 1
  2526. #define HAVE_MEMORY_H 1
  2527. #define HAVE_STRINGS_H 1
  2528. #define HAVE_INTTYPES_H 1
  2529. #define HAVE_STDINT_H 1
  2530. #define HAVE_UNISTD_H 1
  2531. #define HAVE_DLFCN_H 1
  2532. #define LT_OBJDIR ".libs/"
  2533. #define HAVE_PTHREAD_PRIO_INHERIT 1
  2534. #define HAVE_PTHREAD 1
  2535. #define HAVE_DECL_STRERROR_R 1
  2536. #define HAVE_STRERROR_R 1
  2537. #define STRERROR_R_CHAR_P 1
  2538. #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
  2539. #define HAVE_ENDIAN_H 1
  2540. #define HAVE_STDIO_H 1
  2541. #define HAVE_STDLIB_H 1
  2542. #define HAVE_UNISTD_H 1
  2543. #define HAVE_STRINGS_H 1
  2544. #define HAVE_SYS_TYPES_H 1
  2545. #define HAVE_SYS_STAT_H 1
  2546. #define HAVE_SYS_SELECT_H 1
  2547. #define HAVE_SYS_PRCTL_H 1
  2548. #define HAVE_GETADDRINFO_A 1
  2549. #define HAVE_INET_PTON 1
  2550. #define HAVE_DECL_STRNLEN 1
  2551. #define HAVE_DECL_LE32TOH 1
  2552. #define HAVE_DECL_LE64TOH 1
  2553. #define HAVE_DECL_HTOLE32 1
  2554. #define HAVE_DECL_HTOLE64 1
  2555. #define HAVE_DECL_BE32TOH 1
  2556. #define HAVE_DECL_BE64TOH 1
  2557. #define HAVE_DECL_HTOBE32 1
  2558. #define HAVE_DECL_HTOBE64 1
  2559. #define HAVE_MSG_NOSIGNAL 1
  2560. #define HAVE_VISIBILITY_ATTRIBUTE 1
  2561. #define HAVE_MINIUPNPC_MINIWGET_H 1
  2562. #define HAVE_MINIUPNPC_MINIUPNPC_H 1
  2563. #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
  2564. #define HAVE_MINIUPNPC_UPNPERRORS_H 1
  2565. #define HAVE_QT5 1
  2566. #define HAVE_BOOST /**/
  2567. #define HAVE_BOOST_SYSTEM /**/
  2568. #define HAVE_BOOST_FILESYSTEM /**/
  2569. #define HAVE_BOOST_PROGRAM_OPTIONS /**/
  2570. #define HAVE_BOOST_THREAD /**/
  2571. #define HAVE_BOOST_CHRONO /**/
  2572. #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
  2573. #define HAVE_WORKING_BOOST_SLEEP_FOR 1
  2574. configure: exit 1