Guest User

Untitled

a guest
Nov 10th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 80.54 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by Peercoin configure 0.8.6, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = peercoin
  14. uname -m = amd64
  15. uname -r = 11.2-RELEASE-p4
  16. uname -s = FreeBSD
  17. uname -v = FreeBSD 11.2-RELEASE-p4 #0: Thu Sep 27 08:16:24 UTC 2018 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC
  18.  
  19. /usr/bin/uname -p = amd64
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /sbin
  31. PATH: /bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /usr/local/sbin
  35. PATH: /usr/local/bin
  36. PATH: /root/bin
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:2832: checking build system type
  44. configure:2846: result: amd64-unknown-freebsd11.2
  45. configure:2866: checking host system type
  46. configure:2879: result: amd64-unknown-freebsd11.2
  47. configure:2920: checking how to print strings
  48. configure:2947: result: printf
  49. configure:3019: checking for gcc
  50. configure:3035: found /usr/local/bin/gcc
  51. configure:3046: result: gcc
  52. configure:3275: checking for C compiler version
  53. configure:3284: gcc --version >&5
  54. gcc (FreeBSD Ports Collection) 7.3.0
  55. Copyright (C) 2017 Free Software Foundation, Inc.
  56. This is free software; see the source for copying conditions. There is NO
  57. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  58.  
  59. configure:3295: $? = 0
  60. configure:3284: gcc -v >&5
  61. Using built-in specs.
  62. COLLECT_GCC=gcc
  63. COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc7/gcc/x86_64-portbld-freebsd11.2/7.3.0/lto-wrapper
  64. Target: x86_64-portbld-freebsd11.2
  65. Configured with: /wrkdirs/usr/ports/lang/gcc7/work/gcc-7.3.0/configure --with-build-config=bootstrap-debug --disable-nls --enable-gnu-indirect-function --libdir=/usr/local/lib/gcc7 --libexecdir=/usr/local/libexec/gcc7 --program-suffix=7 --with-as=/usr/local/bin/as --with-gmp=/usr/local --with-gxx-include-dir=/usr/local/lib/gcc7/include/c++/ --with-ld=/usr/local/bin/ld --with-pkgversion='FreeBSD Ports Collection' --with-system-zlib --enable-languages=c,c++,objc,fortran --prefix=/usr/local --localstatedir=/var --mandir=/usr/local/man --infodir=/usr/local/info/gcc7 --build=x86_64-portbld-freebsd11.2
  66. Thread model: posix
  67. gcc version 7.3.0 (FreeBSD Ports Collection)
  68. configure:3295: $? = 0
  69. configure:3284: gcc -V >&5
  70. gcc: error: unrecognized command line option '-V'
  71. gcc: fatal error: no input files
  72. compilation terminated.
  73. configure:3295: $? = 1
  74. configure:3284: gcc -qversion >&5
  75. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  76. gcc: fatal error: no input files
  77. compilation terminated.
  78. configure:3295: $? = 1
  79. configure:3315: checking whether the C compiler works
  80. configure:3337: gcc conftest.c >&5
  81. configure:3341: $? = 0
  82. configure:3389: result: yes
  83. configure:3392: checking for C compiler default output file name
  84. configure:3394: result: a.out
  85. configure:3400: checking for suffix of executables
  86. configure:3407: gcc -o conftest conftest.c >&5
  87. configure:3411: $? = 0
  88. configure:3433: result:
  89. configure:3455: checking whether we are cross compiling
  90. configure:3463: gcc -o conftest conftest.c >&5
  91. configure:3467: $? = 0
  92. configure:3474: ./conftest
  93. configure:3478: $? = 0
  94. configure:3493: result: no
  95. configure:3498: checking for suffix of object files
  96. configure:3520: gcc -c conftest.c >&5
  97. configure:3524: $? = 0
  98. configure:3545: result: o
  99. configure:3549: checking whether we are using the GNU C compiler
  100. configure:3568: gcc -c conftest.c >&5
  101. configure:3568: $? = 0
  102. configure:3577: result: yes
  103. configure:3586: checking whether gcc accepts -g
  104. configure:3606: gcc -c -g conftest.c >&5
  105. configure:3606: $? = 0
  106. configure:3647: result: yes
  107. configure:3664: checking for gcc option to accept ISO C89
  108. configure:3727: gcc -c -g -O2 conftest.c >&5
  109. configure:3727: $? = 0
  110. configure:3740: result: none needed
  111. configure:3765: checking whether gcc understands -c and -o together
  112. configure:3787: gcc -c conftest.c -o conftest2.o
  113. configure:3790: $? = 0
  114. configure:3787: gcc -c conftest.c -o conftest2.o
  115. configure:3790: $? = 0
  116. configure:3802: result: yes
  117. configure:3819: checking for a sed that does not truncate output
  118. configure:3883: result: /usr/bin/sed
  119. configure:3901: checking for grep that handles long lines and -e
  120. configure:3959: result: /usr/bin/grep
  121. configure:3964: checking for egrep
  122. configure:4026: result: /usr/bin/grep -E
  123. configure:4031: checking for fgrep
  124. configure:4093: result: /usr/bin/grep -F
  125. configure:4128: checking for ld used by gcc
  126. configure:4195: result: /usr/local/bin/ld
  127. configure:4202: checking if the linker (/usr/local/bin/ld) is GNU ld
  128. configure:4217: result: yes
  129. configure:4229: checking for BSD- or MS-compatible name lister (nm)
  130. configure:4283: result: /usr/local/bin/nm -B
  131. configure:4413: checking the name lister (/usr/local/bin/nm -B) interface
  132. configure:4420: gcc -c -g -O2 conftest.c >&5
  133. configure:4423: /usr/local/bin/nm -B "conftest.o"
  134. configure:4426: output
  135. 0000000000000000 B some_variable
  136. configure:4433: result: BSD nm
  137. configure:4436: checking whether ln -s works
  138. configure:4440: result: yes
  139. configure:4448: checking the maximum length of command line arguments
  140. configure:4579: result: 196608
  141. configure:4627: checking how to convert amd64-unknown-freebsd11.2 file names to amd64-unknown-freebsd11.2 format
  142. configure:4667: result: func_convert_file_noop
  143. configure:4674: checking how to convert amd64-unknown-freebsd11.2 file names to toolchain format
  144. configure:4694: result: func_convert_file_noop
  145. configure:4701: checking for /usr/local/bin/ld option to reload object files
  146. configure:4708: result: -r
  147. configure:4782: checking for objdump
  148. configure:4798: found /usr/bin/objdump
  149. configure:4809: result: objdump
  150. configure:4841: checking how to recognize dependent libraries
  151. configure:5041: result: pass_all
  152. configure:5126: checking for dlltool
  153. configure:5156: result: no
  154. configure:5186: checking how to associate runtime and link libraries
  155. configure:5213: result: printf %s\n
  156. configure:5274: checking for ar
  157. configure:5290: found /usr/bin/ar
  158. configure:5301: result: ar
  159. configure:5338: checking for archiver @FILE support
  160. configure:5355: gcc -c -g -O2 conftest.c >&5
  161. configure:5355: $? = 0
  162. configure:5358: ar cru libconftest.a @conftest.lst >&5
  163. ar: warning: can't open file: @conftest.lst: No such file or directory
  164. configure:5361: $? = 0
  165. configure:5366: ar cru libconftest.a @conftest.lst >&5
  166. ar: warning: can't open file: @conftest.lst: No such file or directory
  167. configure:5369: $? = 0
  168. configure:5381: result: no
  169. configure:5439: checking for strip
  170. configure:5455: found /usr/bin/strip
  171. configure:5466: result: strip
  172. configure:5538: checking for ranlib
  173. configure:5554: found /usr/bin/ranlib
  174. configure:5565: result: ranlib
  175. configure:5642: checking for gawk
  176. configure:5672: result: no
  177. configure:5642: checking for mawk
  178. configure:5672: result: no
  179. configure:5642: checking for nawk
  180. configure:5658: found /usr/bin/nawk
  181. configure:5669: result: nawk
  182. configure:5709: checking command to parse /usr/local/bin/nm -B output from gcc object
  183. configure:5862: gcc -c -g -O2 conftest.c >&5
  184. configure:5865: $? = 0
  185. configure:5869: /usr/local/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
  186. configure:5872: $? = 0
  187. configure:5938: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  188. configure:5941: $? = 0
  189. configure:5979: result: ok
  190. configure:6026: checking for sysroot
  191. configure:6056: result: no
  192. configure:6063: checking for a working dd
  193. configure:6101: result: /bin/dd
  194. configure:6105: checking how to truncate binary pipes
  195. configure:6120: result: /bin/dd bs=4096 count=1
  196. configure:6449: checking for mt
  197. configure:6465: found /usr/bin/mt
  198. configure:6476: result: mt
  199. configure:6499: checking if mt is a manifest tool
  200. configure:6505: mt '-?'
  201. mt: illegal option -- ?
  202. usage: mt [-f device] command [count]
  203. configure:6513: result: no
  204. configure:7190: checking how to run the C preprocessor
  205. configure:7221: gcc -E conftest.c
  206. configure:7221: $? = 0
  207. configure:7235: gcc -E conftest.c
  208. conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
  209. #include <ac_nonexistent.h>
  210. ^~~~~~~~~~~~~~~~~~
  211. compilation terminated.
  212. configure:7235: $? = 1
  213. configure: failed program was:
  214. | /* confdefs.h */
  215. | #define PACKAGE_NAME "Peercoin"
  216. | #define PACKAGE_TARNAME "peercoin"
  217. | #define PACKAGE_VERSION "0.8.6"
  218. | #define PACKAGE_STRING "Peercoin 0.8.6"
  219. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  220. | #define PACKAGE_URL ""
  221. | /* end confdefs.h. */
  222. | #include <ac_nonexistent.h>
  223. configure:7260: result: gcc -E
  224. configure:7280: gcc -E conftest.c
  225. configure:7280: $? = 0
  226. configure:7294: gcc -E conftest.c
  227. conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
  228. #include <ac_nonexistent.h>
  229. ^~~~~~~~~~~~~~~~~~
  230. compilation terminated.
  231. configure:7294: $? = 1
  232. configure: failed program was:
  233. | /* confdefs.h */
  234. | #define PACKAGE_NAME "Peercoin"
  235. | #define PACKAGE_TARNAME "peercoin"
  236. | #define PACKAGE_VERSION "0.8.6"
  237. | #define PACKAGE_STRING "Peercoin 0.8.6"
  238. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  239. | #define PACKAGE_URL ""
  240. | /* end confdefs.h. */
  241. | #include <ac_nonexistent.h>
  242. configure:7323: checking for ANSI C header files
  243. configure:7343: gcc -c -g -O2 conftest.c >&5
  244. configure:7343: $? = 0
  245. configure:7416: gcc -o conftest -g -O2 conftest.c >&5
  246. configure:7416: $? = 0
  247. configure:7416: ./conftest
  248. configure:7416: $? = 0
  249. configure:7427: result: yes
  250. configure:7440: checking for sys/types.h
  251. configure:7440: gcc -c -g -O2 conftest.c >&5
  252. configure:7440: $? = 0
  253. configure:7440: result: yes
  254. configure:7440: checking for sys/stat.h
  255. configure:7440: gcc -c -g -O2 conftest.c >&5
  256. configure:7440: $? = 0
  257. configure:7440: result: yes
  258. configure:7440: checking for stdlib.h
  259. configure:7440: gcc -c -g -O2 conftest.c >&5
  260. configure:7440: $? = 0
  261. configure:7440: result: yes
  262. configure:7440: checking for string.h
  263. configure:7440: gcc -c -g -O2 conftest.c >&5
  264. configure:7440: $? = 0
  265. configure:7440: result: yes
  266. configure:7440: checking for memory.h
  267. configure:7440: gcc -c -g -O2 conftest.c >&5
  268. configure:7440: $? = 0
  269. configure:7440: result: yes
  270. configure:7440: checking for strings.h
  271. configure:7440: gcc -c -g -O2 conftest.c >&5
  272. configure:7440: $? = 0
  273. configure:7440: result: yes
  274. configure:7440: checking for inttypes.h
  275. configure:7440: gcc -c -g -O2 conftest.c >&5
  276. configure:7440: $? = 0
  277. configure:7440: result: yes
  278. configure:7440: checking for stdint.h
  279. configure:7440: gcc -c -g -O2 conftest.c >&5
  280. configure:7440: $? = 0
  281. configure:7440: result: yes
  282. configure:7440: checking for unistd.h
  283. configure:7440: gcc -c -g -O2 conftest.c >&5
  284. configure:7440: $? = 0
  285. configure:7440: result: yes
  286. configure:7454: checking for dlfcn.h
  287. configure:7454: gcc -c -g -O2 conftest.c >&5
  288. configure:7454: $? = 0
  289. configure:7454: result: yes
  290. configure:7709: checking for objdir
  291. configure:7724: result: .libs
  292. configure:7988: checking if gcc supports -fno-rtti -fno-exceptions
  293. configure:8006: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  294. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  295. configure:8010: $? = 0
  296. configure:8023: result: no
  297. configure:8381: checking for gcc option to produce PIC
  298. configure:8388: result: -fPIC -DPIC
  299. configure:8396: checking if gcc PIC flag -fPIC -DPIC works
  300. configure:8414: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  301. configure:8418: $? = 0
  302. configure:8431: result: yes
  303. configure:8460: checking if gcc static flag -static works
  304. configure:8488: result: yes
  305. configure:8503: checking if gcc supports -c -o file.o
  306. configure:8524: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  307. configure:8528: $? = 0
  308. configure:8550: result: yes
  309. configure:8558: checking if gcc supports -c -o file.o
  310. configure:8605: result: yes
  311. configure:8638: checking whether the gcc linker (/usr/local/bin/ld) supports shared libraries
  312. configure:9897: result: yes
  313. configure:10137: checking dynamic linker characteristics
  314. configure:10955: result: freebsd11.2 ld.so
  315. configure:11077: checking how to hardcode library paths into programs
  316. configure:11102: result: immediate
  317. configure:11650: checking whether stripping libraries is possible
  318. configure:11672: result: no
  319. configure:11690: checking if libtool supports shared libraries
  320. configure:11692: result: yes
  321. configure:11695: checking whether to build shared libraries
  322. configure:11720: result: no
  323. configure:11723: checking whether to build static libraries
  324. configure:11727: result: yes
  325. configure:11883: checking for a BSD-compatible install
  326. configure:11951: result: /usr/bin/install -c
  327. configure:11962: checking whether build environment is sane
  328. configure:12017: result: yes
  329. configure:12165: checking for a thread-safe mkdir -p
  330. configure:12204: result: build-aux/install-sh -c -d
  331. configure:12207: checking whether make sets $(MAKE)
  332. configure:12229: result: yes
  333. configure:12251: checking whether make supports the include directive
  334. configure:12266: make -f confmf.GNU && cat confinc.out
  335. this is the am__doit target
  336. configure:12269: $? = 0
  337. configure:12288: result: yes (GNU style)
  338. configure:12321: checking whether make supports nested variables
  339. configure:12338: result: yes
  340. configure:12414: checking dependency style of gcc
  341. configure:12525: result: gcc3
  342. configure:12585: checking whether to enable maintainer-specific portions of Makefiles
  343. configure:12594: result: yes
  344. configure:12619: checking whether make supports nested variables
  345. configure:12636: result: yes
  346. configure:12706: checking if compiling with debugging symbols
  347. configure:12862: checking for g++
  348. configure:12878: found /usr/local/bin/g++
  349. configure:12889: result: g++
  350. configure:12916: checking for C++ compiler version
  351. configure:12925: g++ --version >&5
  352. g++ (FreeBSD Ports Collection) 7.3.0
  353. Copyright (C) 2017 Free Software Foundation, Inc.
  354. This is free software; see the source for copying conditions. There is NO
  355. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  356.  
  357. configure:12936: $? = 0
  358. configure:12925: g++ -v >&5
  359. Using built-in specs.
  360. COLLECT_GCC=g++
  361. COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc7/gcc/x86_64-portbld-freebsd11.2/7.3.0/lto-wrapper
  362. Target: x86_64-portbld-freebsd11.2
  363. Configured with: /wrkdirs/usr/ports/lang/gcc7/work/gcc-7.3.0/configure --with-build-config=bootstrap-debug --disable-nls --enable-gnu-indirect-function --libdir=/usr/local/lib/gcc7 --libexecdir=/usr/local/libexec/gcc7 --program-suffix=7 --with-as=/usr/local/bin/as --with-gmp=/usr/local --with-gxx-include-dir=/usr/local/lib/gcc7/include/c++/ --with-ld=/usr/local/bin/ld --with-pkgversion='FreeBSD Ports Collection' --with-system-zlib --enable-languages=c,c++,objc,fortran --prefix=/usr/local --localstatedir=/var --mandir=/usr/local/man --infodir=/usr/local/info/gcc7 --build=x86_64-portbld-freebsd11.2
  364. Thread model: posix
  365. gcc version 7.3.0 (FreeBSD Ports Collection)
  366. configure:12936: $? = 0
  367. configure:12925: g++ -V >&5
  368. g++: error: unrecognized command line option '-V'
  369. g++: fatal error: no input files
  370. compilation terminated.
  371. configure:12936: $? = 1
  372. configure:12925: g++ -qversion >&5
  373. g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
  374. g++: fatal error: no input files
  375. compilation terminated.
  376. configure:12936: $? = 1
  377. configure:12940: checking whether we are using the GNU C++ compiler
  378. configure:12959: g++ -c conftest.cpp >&5
  379. configure:12959: $? = 0
  380. configure:12968: result: yes
  381. configure:12977: checking whether g++ accepts -g
  382. configure:12997: g++ -c -g conftest.cpp >&5
  383. configure:12997: $? = 0
  384. configure:13038: result: yes
  385. configure:13079: checking how to run the C++ preprocessor
  386. configure:13106: g++ -E conftest.cpp
  387. configure:13106: $? = 0
  388. configure:13120: g++ -E conftest.cpp
  389. conftest.cpp:21:10: fatal error: ac_nonexistent.h: No such file or directory
  390. #include <ac_nonexistent.h>
  391. ^~~~~~~~~~~~~~~~~~
  392. compilation terminated.
  393. configure:13120: $? = 1
  394. configure: failed program was:
  395. | /* confdefs.h */
  396. | #define PACKAGE_NAME "Peercoin"
  397. | #define PACKAGE_TARNAME "peercoin"
  398. | #define PACKAGE_VERSION "0.8.6"
  399. | #define PACKAGE_STRING "Peercoin 0.8.6"
  400. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  401. | #define PACKAGE_URL ""
  402. | #define STDC_HEADERS 1
  403. | #define HAVE_SYS_TYPES_H 1
  404. | #define HAVE_SYS_STAT_H 1
  405. | #define HAVE_STDLIB_H 1
  406. | #define HAVE_STRING_H 1
  407. | #define HAVE_MEMORY_H 1
  408. | #define HAVE_STRINGS_H 1
  409. | #define HAVE_INTTYPES_H 1
  410. | #define HAVE_STDINT_H 1
  411. | #define HAVE_UNISTD_H 1
  412. | #define HAVE_DLFCN_H 1
  413. | #define LT_OBJDIR ".libs/"
  414. | /* end confdefs.h. */
  415. | #include <ac_nonexistent.h>
  416. configure:13145: result: g++ -E
  417. configure:13165: g++ -E conftest.cpp
  418. configure:13165: $? = 0
  419. configure:13179: g++ -E conftest.cpp
  420. conftest.cpp:21:10: fatal error: ac_nonexistent.h: No such file or directory
  421. #include <ac_nonexistent.h>
  422. ^~~~~~~~~~~~~~~~~~
  423. compilation terminated.
  424. configure:13179: $? = 1
  425. configure: failed program was:
  426. | /* confdefs.h */
  427. | #define PACKAGE_NAME "Peercoin"
  428. | #define PACKAGE_TARNAME "peercoin"
  429. | #define PACKAGE_VERSION "0.8.6"
  430. | #define PACKAGE_STRING "Peercoin 0.8.6"
  431. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  432. | #define PACKAGE_URL ""
  433. | #define STDC_HEADERS 1
  434. | #define HAVE_SYS_TYPES_H 1
  435. | #define HAVE_SYS_STAT_H 1
  436. | #define HAVE_STDLIB_H 1
  437. | #define HAVE_STRING_H 1
  438. | #define HAVE_MEMORY_H 1
  439. | #define HAVE_STRINGS_H 1
  440. | #define HAVE_INTTYPES_H 1
  441. | #define HAVE_STDINT_H 1
  442. | #define HAVE_UNISTD_H 1
  443. | #define HAVE_DLFCN_H 1
  444. | #define LT_OBJDIR ".libs/"
  445. | /* end confdefs.h. */
  446. | #include <ac_nonexistent.h>
  447. configure:13341: checking for ld used by g++
  448. configure:13408: result: /usr/local/bin/ld
  449. configure:13415: checking if the linker (/usr/local/bin/ld) is GNU ld
  450. configure:13430: result: yes
  451. configure:13485: checking whether the g++ linker (/usr/local/bin/ld) supports shared libraries
  452. configure:14558: result: yes
  453. configure:14594: g++ -c conftest.cpp >&5
  454. configure:14597: $? = 0
  455. configure:15078: checking for g++ option to produce PIC
  456. configure:15085: result: -fPIC -DPIC
  457. configure:15093: checking if g++ PIC flag -fPIC -DPIC works
  458. configure:15111: g++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
  459. configure:15115: $? = 0
  460. configure:15128: result: yes
  461. configure:15151: checking if g++ static flag -static works
  462. configure:15179: result: yes
  463. configure:15191: checking if g++ supports -c -o file.o
  464. configure:15212: g++ -c -o out/conftest2.o conftest.cpp >&5
  465. configure:15216: $? = 0
  466. configure:15238: result: yes
  467. configure:15243: checking if g++ supports -c -o file.o
  468. configure:15290: result: yes
  469. configure:15320: checking whether the g++ linker (/usr/local/bin/ld) supports shared libraries
  470. configure:15360: result: yes
  471. configure:15501: checking dynamic linker characteristics
  472. configure:16246: result: freebsd11.2 ld.so
  473. configure:16311: checking how to hardcode library paths into programs
  474. configure:16336: result: immediate
  475. configure:16378: checking dependency style of g++
  476. configure:16489: result: gcc3
  477. configure:16552: checking for gcc
  478. configure:16579: result: gcc
  479. configure:16808: checking for C compiler version
  480. configure:16817: gcc --version >&5
  481. gcc (FreeBSD Ports Collection) 7.3.0
  482. Copyright (C) 2017 Free Software Foundation, Inc.
  483. This is free software; see the source for copying conditions. There is NO
  484. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  485.  
  486. configure:16828: $? = 0
  487. configure:16817: gcc -v >&5
  488. Using built-in specs.
  489. COLLECT_GCC=gcc
  490. COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc7/gcc/x86_64-portbld-freebsd11.2/7.3.0/lto-wrapper
  491. Target: x86_64-portbld-freebsd11.2
  492. Configured with: /wrkdirs/usr/ports/lang/gcc7/work/gcc-7.3.0/configure --with-build-config=bootstrap-debug --disable-nls --enable-gnu-indirect-function --libdir=/usr/local/lib/gcc7 --libexecdir=/usr/local/libexec/gcc7 --program-suffix=7 --with-as=/usr/local/bin/as --with-gmp=/usr/local --with-gxx-include-dir=/usr/local/lib/gcc7/include/c++/ --with-ld=/usr/local/bin/ld --with-pkgversion='FreeBSD Ports Collection' --with-system-zlib --enable-languages=c,c++,objc,fortran --prefix=/usr/local --localstatedir=/var --mandir=/usr/local/man --infodir=/usr/local/info/gcc7 --build=x86_64-portbld-freebsd11.2
  493. Thread model: posix
  494. gcc version 7.3.0 (FreeBSD Ports Collection)
  495. configure:16828: $? = 0
  496. configure:16817: gcc -V >&5
  497. gcc: error: unrecognized command line option '-V'
  498. gcc: fatal error: no input files
  499. compilation terminated.
  500. configure:16828: $? = 1
  501. configure:16817: gcc -qversion >&5
  502. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  503. gcc: fatal error: no input files
  504. compilation terminated.
  505. configure:16828: $? = 1
  506. configure:16832: checking whether we are using the GNU C compiler
  507. configure:16860: result: yes
  508. configure:16869: checking whether gcc accepts -g
  509. configure:16930: result: yes
  510. configure:16947: checking for gcc option to accept ISO C89
  511. configure:17023: result: none needed
  512. configure:17048: checking whether gcc understands -c and -o together
  513. configure:17085: result: yes
  514. configure:17107: checking how to run the C preprocessor
  515. configure:17177: result: gcc -E
  516. configure:17197: gcc -E conftest.c
  517. configure:17197: $? = 0
  518. configure:17211: gcc -E conftest.c
  519. conftest.c:21:10: fatal error: ac_nonexistent.h: No such file or directory
  520. #include <ac_nonexistent.h>
  521. ^~~~~~~~~~~~~~~~~~
  522. compilation terminated.
  523. configure:17211: $? = 1
  524. configure: failed program was:
  525. | /* confdefs.h */
  526. | #define PACKAGE_NAME "Peercoin"
  527. | #define PACKAGE_TARNAME "peercoin"
  528. | #define PACKAGE_VERSION "0.8.6"
  529. | #define PACKAGE_STRING "Peercoin 0.8.6"
  530. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  531. | #define PACKAGE_URL ""
  532. | #define STDC_HEADERS 1
  533. | #define HAVE_SYS_TYPES_H 1
  534. | #define HAVE_SYS_STAT_H 1
  535. | #define HAVE_STDLIB_H 1
  536. | #define HAVE_STRING_H 1
  537. | #define HAVE_MEMORY_H 1
  538. | #define HAVE_STRINGS_H 1
  539. | #define HAVE_INTTYPES_H 1
  540. | #define HAVE_STDINT_H 1
  541. | #define HAVE_UNISTD_H 1
  542. | #define HAVE_DLFCN_H 1
  543. | #define LT_OBJDIR ".libs/"
  544. | /* end confdefs.h. */
  545. | #include <ac_nonexistent.h>
  546. configure:17244: checking how to run the C++ preprocessor
  547. configure:17310: result: g++ -E
  548. configure:17330: g++ -E conftest.cpp
  549. configure:17330: $? = 0
  550. configure:17344: g++ -E conftest.cpp
  551. conftest.cpp:21:10: fatal error: ac_nonexistent.h: No such file or directory
  552. #include <ac_nonexistent.h>
  553. ^~~~~~~~~~~~~~~~~~
  554. compilation terminated.
  555. configure:17344: $? = 1
  556. configure: failed program was:
  557. | /* confdefs.h */
  558. | #define PACKAGE_NAME "Peercoin"
  559. | #define PACKAGE_TARNAME "peercoin"
  560. | #define PACKAGE_VERSION "0.8.6"
  561. | #define PACKAGE_STRING "Peercoin 0.8.6"
  562. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  563. | #define PACKAGE_URL ""
  564. | #define STDC_HEADERS 1
  565. | #define HAVE_SYS_TYPES_H 1
  566. | #define HAVE_SYS_STAT_H 1
  567. | #define HAVE_STDLIB_H 1
  568. | #define HAVE_STRING_H 1
  569. | #define HAVE_MEMORY_H 1
  570. | #define HAVE_STRINGS_H 1
  571. | #define HAVE_INTTYPES_H 1
  572. | #define HAVE_STDINT_H 1
  573. | #define HAVE_UNISTD_H 1
  574. | #define HAVE_DLFCN_H 1
  575. | #define LT_OBJDIR ".libs/"
  576. | /* end confdefs.h. */
  577. | #include <ac_nonexistent.h>
  578. configure:17427: checking for gcc
  579. configure:17443: found /usr/local/bin/gcc
  580. configure:17454: result: gcc
  581. configure:17479: checking for Objective C compiler version
  582. configure:17488: gcc --version >&5
  583. gcc (FreeBSD Ports Collection) 7.3.0
  584. Copyright (C) 2017 Free Software Foundation, Inc.
  585. This is free software; see the source for copying conditions. There is NO
  586. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  587.  
  588. configure:17499: $? = 0
  589. configure:17488: gcc -v >&5
  590. Using built-in specs.
  591. COLLECT_GCC=gcc
  592. COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc7/gcc/x86_64-portbld-freebsd11.2/7.3.0/lto-wrapper
  593. Target: x86_64-portbld-freebsd11.2
  594. Configured with: /wrkdirs/usr/ports/lang/gcc7/work/gcc-7.3.0/configure --with-build-config=bootstrap-debug --disable-nls --enable-gnu-indirect-function --libdir=/usr/local/lib/gcc7 --libexecdir=/usr/local/libexec/gcc7 --program-suffix=7 --with-as=/usr/local/bin/as --with-gmp=/usr/local --with-gxx-include-dir=/usr/local/lib/gcc7/include/c++/ --with-ld=/usr/local/bin/ld --with-pkgversion='FreeBSD Ports Collection' --with-system-zlib --enable-languages=c,c++,objc,fortran --prefix=/usr/local --localstatedir=/var --mandir=/usr/local/man --infodir=/usr/local/info/gcc7 --build=x86_64-portbld-freebsd11.2
  595. Thread model: posix
  596. gcc version 7.3.0 (FreeBSD Ports Collection)
  597. configure:17499: $? = 0
  598. configure:17488: gcc -V >&5
  599. gcc: error: unrecognized command line option '-V'
  600. gcc: fatal error: no input files
  601. compilation terminated.
  602. configure:17499: $? = 1
  603. configure:17488: gcc -qversion >&5
  604. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  605. gcc: fatal error: no input files
  606. compilation terminated.
  607. configure:17499: $? = 1
  608. configure:17503: checking whether we are using the GNU Objective C compiler
  609. configure:17522: gcc -c conftest.m >&5
  610. configure:17522: $? = 0
  611. configure:17531: result: yes
  612. configure:17540: checking whether gcc accepts -g
  613. configure:17560: gcc -c -g conftest.m >&5
  614. configure:17560: $? = 0
  615. configure:17601: result: yes
  616. configure:17626: checking dependency style of gcc
  617. configure:17735: result: gcc3
  618. configure:17804: checking for g++
  619. configure:17820: found /usr/local/bin/g++
  620. configure:17831: result: g++
  621. configure:17856: checking for Objective C++ compiler version
  622. configure:17865: g++ --version >&5
  623. g++ (FreeBSD Ports Collection) 7.3.0
  624. Copyright (C) 2017 Free Software Foundation, Inc.
  625. This is free software; see the source for copying conditions. There is NO
  626. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  627.  
  628. configure:17876: $? = 0
  629. configure:17865: g++ -v >&5
  630. Using built-in specs.
  631. COLLECT_GCC=g++
  632. COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc7/gcc/x86_64-portbld-freebsd11.2/7.3.0/lto-wrapper
  633. Target: x86_64-portbld-freebsd11.2
  634. Configured with: /wrkdirs/usr/ports/lang/gcc7/work/gcc-7.3.0/configure --with-build-config=bootstrap-debug --disable-nls --enable-gnu-indirect-function --libdir=/usr/local/lib/gcc7 --libexecdir=/usr/local/libexec/gcc7 --program-suffix=7 --with-as=/usr/local/bin/as --with-gmp=/usr/local --with-gxx-include-dir=/usr/local/lib/gcc7/include/c++/ --with-ld=/usr/local/bin/ld --with-pkgversion='FreeBSD Ports Collection' --with-system-zlib --enable-languages=c,c++,objc,fortran --prefix=/usr/local --localstatedir=/var --mandir=/usr/local/man --infodir=/usr/local/info/gcc7 --build=x86_64-portbld-freebsd11.2
  635. Thread model: posix
  636. gcc version 7.3.0 (FreeBSD Ports Collection)
  637. configure:17876: $? = 0
  638. configure:17865: g++ -V >&5
  639. g++: error: unrecognized command line option '-V'
  640. g++: fatal error: no input files
  641. compilation terminated.
  642. configure:17876: $? = 1
  643. configure:17865: g++ -qversion >&5
  644. g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
  645. g++: fatal error: no input files
  646. compilation terminated.
  647. configure:17876: $? = 1
  648. configure:17880: checking whether we are using the GNU Objective C++ compiler
  649. configure:17899: g++ -c conftest.mm >&5
  650. g++: error: conftest.mm: Objective-C++ compiler not installed on this system
  651. configure:17899: $? = 1
  652. configure: failed program was:
  653. | /* confdefs.h */
  654. | #define PACKAGE_NAME "Peercoin"
  655. | #define PACKAGE_TARNAME "peercoin"
  656. | #define PACKAGE_VERSION "0.8.6"
  657. | #define PACKAGE_STRING "Peercoin 0.8.6"
  658. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  659. | #define PACKAGE_URL ""
  660. | #define STDC_HEADERS 1
  661. | #define HAVE_SYS_TYPES_H 1
  662. | #define HAVE_SYS_STAT_H 1
  663. | #define HAVE_STDLIB_H 1
  664. | #define HAVE_STRING_H 1
  665. | #define HAVE_MEMORY_H 1
  666. | #define HAVE_STRINGS_H 1
  667. | #define HAVE_INTTYPES_H 1
  668. | #define HAVE_STDINT_H 1
  669. | #define HAVE_UNISTD_H 1
  670. | #define HAVE_DLFCN_H 1
  671. | #define LT_OBJDIR ".libs/"
  672. | /* end confdefs.h. */
  673. |
  674. | int
  675. | main ()
  676. | {
  677. | #ifndef __GNUC__
  678. | choke me
  679. | #endif
  680. |
  681. | ;
  682. | return 0;
  683. | }
  684. configure:17908: result: no
  685. configure:17917: checking whether g++ accepts -g
  686. configure:17937: g++ -c -g conftest.mm >&5
  687. g++: error: conftest.mm: Objective-C++ compiler not installed on this system
  688. configure:17937: $? = 1
  689. configure: failed program was:
  690. | /* confdefs.h */
  691. | #define PACKAGE_NAME "Peercoin"
  692. | #define PACKAGE_TARNAME "peercoin"
  693. | #define PACKAGE_VERSION "0.8.6"
  694. | #define PACKAGE_STRING "Peercoin 0.8.6"
  695. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  696. | #define PACKAGE_URL ""
  697. | #define STDC_HEADERS 1
  698. | #define HAVE_SYS_TYPES_H 1
  699. | #define HAVE_SYS_STAT_H 1
  700. | #define HAVE_STDLIB_H 1
  701. | #define HAVE_STRING_H 1
  702. | #define HAVE_MEMORY_H 1
  703. | #define HAVE_STRINGS_H 1
  704. | #define HAVE_INTTYPES_H 1
  705. | #define HAVE_STDINT_H 1
  706. | #define HAVE_UNISTD_H 1
  707. | #define HAVE_DLFCN_H 1
  708. | #define LT_OBJDIR ".libs/"
  709. | /* end confdefs.h. */
  710. |
  711. | int
  712. | main ()
  713. | {
  714. |
  715. | ;
  716. | return 0;
  717. | }
  718. configure:17952: g++ -c conftest.mm >&5
  719. g++: error: conftest.mm: Objective-C++ compiler not installed on this system
  720. configure:17952: $? = 1
  721. configure: failed program was:
  722. | /* confdefs.h */
  723. | #define PACKAGE_NAME "Peercoin"
  724. | #define PACKAGE_TARNAME "peercoin"
  725. | #define PACKAGE_VERSION "0.8.6"
  726. | #define PACKAGE_STRING "Peercoin 0.8.6"
  727. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  728. | #define PACKAGE_URL ""
  729. | #define STDC_HEADERS 1
  730. | #define HAVE_SYS_TYPES_H 1
  731. | #define HAVE_SYS_STAT_H 1
  732. | #define HAVE_STDLIB_H 1
  733. | #define HAVE_STRING_H 1
  734. | #define HAVE_MEMORY_H 1
  735. | #define HAVE_STRINGS_H 1
  736. | #define HAVE_INTTYPES_H 1
  737. | #define HAVE_STDINT_H 1
  738. | #define HAVE_UNISTD_H 1
  739. | #define HAVE_DLFCN_H 1
  740. | #define LT_OBJDIR ".libs/"
  741. | /* end confdefs.h. */
  742. |
  743. | int
  744. | main ()
  745. | {
  746. |
  747. | ;
  748. | return 0;
  749. | }
  750. configure:17968: g++ -c -g conftest.mm >&5
  751. g++: error: conftest.mm: Objective-C++ compiler not installed on this system
  752. configure:17968: $? = 1
  753. configure: failed program was:
  754. | /* confdefs.h */
  755. | #define PACKAGE_NAME "Peercoin"
  756. | #define PACKAGE_TARNAME "peercoin"
  757. | #define PACKAGE_VERSION "0.8.6"
  758. | #define PACKAGE_STRING "Peercoin 0.8.6"
  759. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  760. | #define PACKAGE_URL ""
  761. | #define STDC_HEADERS 1
  762. | #define HAVE_SYS_TYPES_H 1
  763. | #define HAVE_SYS_STAT_H 1
  764. | #define HAVE_STDLIB_H 1
  765. | #define HAVE_STRING_H 1
  766. | #define HAVE_MEMORY_H 1
  767. | #define HAVE_STRINGS_H 1
  768. | #define HAVE_INTTYPES_H 1
  769. | #define HAVE_STDINT_H 1
  770. | #define HAVE_UNISTD_H 1
  771. | #define HAVE_DLFCN_H 1
  772. | #define LT_OBJDIR ".libs/"
  773. | /* end confdefs.h. */
  774. |
  775. | int
  776. | main ()
  777. | {
  778. |
  779. | ;
  780. | return 0;
  781. | }
  782. configure:17978: result: no
  783. configure:18003: checking dependency style of g++
  784. configure:18112: result: gcc3
  785. configure:18128: checking for a sed that does not truncate output
  786. configure:18192: result: /usr/bin/sed
  787. configure:18243: checking for ar
  788. configure:18261: found /usr/bin/ar
  789. configure:18273: result: /usr/bin/ar
  790. configure:18341: checking for ranlib
  791. configure:18359: found /usr/bin/ranlib
  792. configure:18371: result: /usr/bin/ranlib
  793. configure:18439: checking for windres
  794. configure:18472: result: no
  795. configure:18537: checking for strip
  796. configure:18555: found /usr/bin/strip
  797. configure:18567: result: /usr/bin/strip
  798. configure:18635: checking for gcov
  799. configure:18668: result: no
  800. configure:18689: checking for lcov
  801. configure:18722: result: no
  802. configure:18729: checking for java
  803. configure:18762: result: no
  804. configure:18769: checking for genhtml
  805. configure:18802: result: no
  806. configure:18809: checking for git
  807. configure:18827: found /usr/local/bin/git
  808. configure:18839: result: /usr/local/bin/git
  809. configure:18849: checking for ccache
  810. configure:18882: result: no
  811. configure:18889: checking for xgettext
  812. configure:18922: result: no
  813. configure:18929: checking for hexdump
  814. configure:18947: found /usr/bin/hexdump
  815. configure:18959: result: /usr/bin/hexdump
  816. configure:19021: checking for pkg-config
  817. configure:19039: found /usr/local/bin/pkg-config
  818. configure:19051: result: /usr/local/bin/pkg-config
  819. configure:19076: checking pkg-config is at least version 0.9.0
  820. configure:19079: result: yes
  821. configure:20440: checking whether byte ordering is bigendian
  822. configure:20455: g++ -c -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  823. conftest.cpp:22:9: error: expected unqualified-id before 'not' token
  824. not a universal capable compiler
  825. ^~~
  826. configure:20455: $? = 1
  827. configure: failed program was:
  828. | /* confdefs.h */
  829. | #define PACKAGE_NAME "Peercoin"
  830. | #define PACKAGE_TARNAME "peercoin"
  831. | #define PACKAGE_VERSION "0.8.6"
  832. | #define PACKAGE_STRING "Peercoin 0.8.6"
  833. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  834. | #define PACKAGE_URL ""
  835. | #define STDC_HEADERS 1
  836. | #define HAVE_SYS_TYPES_H 1
  837. | #define HAVE_SYS_STAT_H 1
  838. | #define HAVE_STDLIB_H 1
  839. | #define HAVE_STRING_H 1
  840. | #define HAVE_MEMORY_H 1
  841. | #define HAVE_STRINGS_H 1
  842. | #define HAVE_INTTYPES_H 1
  843. | #define HAVE_STDINT_H 1
  844. | #define HAVE_UNISTD_H 1
  845. | #define HAVE_DLFCN_H 1
  846. | #define LT_OBJDIR ".libs/"
  847. | /* end confdefs.h. */
  848. | #ifndef __APPLE_CC__
  849. | not a universal capable compiler
  850. | #endif
  851. | typedef int dummy;
  852. |
  853. configure:20500: g++ -c -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  854. configure:20500: $? = 0
  855. configure:20518: g++ -c -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  856. conftest.cpp: In function 'int main()':
  857. conftest.cpp:28:8: error: 'big' was not declared in this scope
  858. not big endian
  859. ^~~
  860. configure:20518: $? = 1
  861. configure: failed program was:
  862. | /* confdefs.h */
  863. | #define PACKAGE_NAME "Peercoin"
  864. | #define PACKAGE_TARNAME "peercoin"
  865. | #define PACKAGE_VERSION "0.8.6"
  866. | #define PACKAGE_STRING "Peercoin 0.8.6"
  867. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  868. | #define PACKAGE_URL ""
  869. | #define STDC_HEADERS 1
  870. | #define HAVE_SYS_TYPES_H 1
  871. | #define HAVE_SYS_STAT_H 1
  872. | #define HAVE_STDLIB_H 1
  873. | #define HAVE_STRING_H 1
  874. | #define HAVE_MEMORY_H 1
  875. | #define HAVE_STRINGS_H 1
  876. | #define HAVE_INTTYPES_H 1
  877. | #define HAVE_STDINT_H 1
  878. | #define HAVE_UNISTD_H 1
  879. | #define HAVE_DLFCN_H 1
  880. | #define LT_OBJDIR ".libs/"
  881. | /* end confdefs.h. */
  882. | #include <sys/types.h>
  883. | #include <sys/param.h>
  884. |
  885. | int
  886. | main ()
  887. | {
  888. | #if BYTE_ORDER != BIG_ENDIAN
  889. | not big endian
  890. | #endif
  891. |
  892. | ;
  893. | return 0;
  894. | }
  895. configure:20646: result: no
  896. configure:20832: checking for the pthreads library -lpthreads
  897. configure:20870: gcc -o conftest -g -O2 -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.c -lpthreads >&5
  898. /usr/local/bin/ld: cannot find -lpthreads
  899. collect2: error: ld returned 1 exit status
  900. configure:20870: $? = 1
  901. configure: failed program was:
  902. | /* confdefs.h */
  903. | #define PACKAGE_NAME "Peercoin"
  904. | #define PACKAGE_TARNAME "peercoin"
  905. | #define PACKAGE_VERSION "0.8.6"
  906. | #define PACKAGE_STRING "Peercoin 0.8.6"
  907. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  908. | #define PACKAGE_URL ""
  909. | #define STDC_HEADERS 1
  910. | #define HAVE_SYS_TYPES_H 1
  911. | #define HAVE_SYS_STAT_H 1
  912. | #define HAVE_STDLIB_H 1
  913. | #define HAVE_STRING_H 1
  914. | #define HAVE_MEMORY_H 1
  915. | #define HAVE_STRINGS_H 1
  916. | #define HAVE_INTTYPES_H 1
  917. | #define HAVE_STDINT_H 1
  918. | #define HAVE_UNISTD_H 1
  919. | #define HAVE_DLFCN_H 1
  920. | #define LT_OBJDIR ".libs/"
  921. | /* end confdefs.h. */
  922. | #include <pthread.h>
  923. | static void routine(void *a) { a = 0; }
  924. | static void *start_routine(void *a) { return a; }
  925. | int
  926. | main ()
  927. | {
  928. | pthread_t th; pthread_attr_t attr;
  929. | pthread_create(&th, 0, start_routine, 0);
  930. | pthread_join(th, 0);
  931. | pthread_attr_init(&attr);
  932. | pthread_cleanup_push(routine, 0);
  933. | pthread_cleanup_pop(0) /* ; */
  934. | ;
  935. | return 0;
  936. | }
  937. configure:20879: result: no
  938. configure:20777: checking whether pthreads work without any flags
  939. configure:20870: gcc -o conftest -g -O2 -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.c >&5
  940. /tmp//cc4lXRFN.o: In function `main':
  941. /root/peercoin/conftest.c:28: undefined reference to `pthread_create'
  942. collect2: error: ld returned 1 exit status
  943. configure:20870: $? = 1
  944. configure: failed program was:
  945. | /* confdefs.h */
  946. | #define PACKAGE_NAME "Peercoin"
  947. | #define PACKAGE_TARNAME "peercoin"
  948. | #define PACKAGE_VERSION "0.8.6"
  949. | #define PACKAGE_STRING "Peercoin 0.8.6"
  950. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  951. | #define PACKAGE_URL ""
  952. | #define STDC_HEADERS 1
  953. | #define HAVE_SYS_TYPES_H 1
  954. | #define HAVE_SYS_STAT_H 1
  955. | #define HAVE_STDLIB_H 1
  956. | #define HAVE_STRING_H 1
  957. | #define HAVE_MEMORY_H 1
  958. | #define HAVE_STRINGS_H 1
  959. | #define HAVE_INTTYPES_H 1
  960. | #define HAVE_STDINT_H 1
  961. | #define HAVE_UNISTD_H 1
  962. | #define HAVE_DLFCN_H 1
  963. | #define LT_OBJDIR ".libs/"
  964. | /* end confdefs.h. */
  965. | #include <pthread.h>
  966. | static void routine(void *a) { a = 0; }
  967. | static void *start_routine(void *a) { return a; }
  968. | int
  969. | main ()
  970. | {
  971. | pthread_t th; pthread_attr_t attr;
  972. | pthread_create(&th, 0, start_routine, 0);
  973. | pthread_join(th, 0);
  974. | pthread_attr_init(&attr);
  975. | pthread_cleanup_push(routine, 0);
  976. | pthread_cleanup_pop(0) /* ; */
  977. | ;
  978. | return 0;
  979. | }
  980. configure:20879: result: no
  981. configure:20782: checking whether pthreads work with -Kthread
  982. configure:20870: gcc -o conftest -g -O2 -Kthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.c >&5
  983. gcc: error: unrecognized command line option '-Kthread'; did you mean '-pthread'?
  984. configure:20870: $? = 1
  985. configure: failed program was:
  986. | /* confdefs.h */
  987. | #define PACKAGE_NAME "Peercoin"
  988. | #define PACKAGE_TARNAME "peercoin"
  989. | #define PACKAGE_VERSION "0.8.6"
  990. | #define PACKAGE_STRING "Peercoin 0.8.6"
  991. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  992. | #define PACKAGE_URL ""
  993. | #define STDC_HEADERS 1
  994. | #define HAVE_SYS_TYPES_H 1
  995. | #define HAVE_SYS_STAT_H 1
  996. | #define HAVE_STDLIB_H 1
  997. | #define HAVE_STRING_H 1
  998. | #define HAVE_MEMORY_H 1
  999. | #define HAVE_STRINGS_H 1
  1000. | #define HAVE_INTTYPES_H 1
  1001. | #define HAVE_STDINT_H 1
  1002. | #define HAVE_UNISTD_H 1
  1003. | #define HAVE_DLFCN_H 1
  1004. | #define LT_OBJDIR ".libs/"
  1005. | /* end confdefs.h. */
  1006. | #include <pthread.h>
  1007. | static void routine(void *a) { a = 0; }
  1008. | static void *start_routine(void *a) { return a; }
  1009. | int
  1010. | main ()
  1011. | {
  1012. | pthread_t th; pthread_attr_t attr;
  1013. | pthread_create(&th, 0, start_routine, 0);
  1014. | pthread_join(th, 0);
  1015. | pthread_attr_init(&attr);
  1016. | pthread_cleanup_push(routine, 0);
  1017. | pthread_cleanup_pop(0) /* ; */
  1018. | ;
  1019. | return 0;
  1020. | }
  1021. configure:20879: result: no
  1022. configure:20782: checking whether pthreads work with -kthread
  1023. configure:20870: gcc -o conftest -g -O2 -kthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.c >&5
  1024. gcc: error: unrecognized command line option '-kthread'; did you mean '-pthread'?
  1025. configure:20870: $? = 1
  1026. configure: failed program was:
  1027. | /* confdefs.h */
  1028. | #define PACKAGE_NAME "Peercoin"
  1029. | #define PACKAGE_TARNAME "peercoin"
  1030. | #define PACKAGE_VERSION "0.8.6"
  1031. | #define PACKAGE_STRING "Peercoin 0.8.6"
  1032. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  1033. | #define PACKAGE_URL ""
  1034. | #define STDC_HEADERS 1
  1035. | #define HAVE_SYS_TYPES_H 1
  1036. | #define HAVE_SYS_STAT_H 1
  1037. | #define HAVE_STDLIB_H 1
  1038. | #define HAVE_STRING_H 1
  1039. | #define HAVE_MEMORY_H 1
  1040. | #define HAVE_STRINGS_H 1
  1041. | #define HAVE_INTTYPES_H 1
  1042. | #define HAVE_STDINT_H 1
  1043. | #define HAVE_UNISTD_H 1
  1044. | #define HAVE_DLFCN_H 1
  1045. | #define LT_OBJDIR ".libs/"
  1046. | /* end confdefs.h. */
  1047. | #include <pthread.h>
  1048. | static void routine(void *a) { a = 0; }
  1049. | static void *start_routine(void *a) { return a; }
  1050. | int
  1051. | main ()
  1052. | {
  1053. | pthread_t th; pthread_attr_t attr;
  1054. | pthread_create(&th, 0, start_routine, 0);
  1055. | pthread_join(th, 0);
  1056. | pthread_attr_init(&attr);
  1057. | pthread_cleanup_push(routine, 0);
  1058. | pthread_cleanup_pop(0) /* ; */
  1059. | ;
  1060. | return 0;
  1061. | }
  1062. configure:20879: result: no
  1063. configure:20832: checking for the pthreads library -llthread
  1064. configure:20870: gcc -o conftest -g -O2 -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.c -llthread >&5
  1065. /usr/local/bin/ld: cannot find -llthread
  1066. collect2: error: ld returned 1 exit status
  1067. configure:20870: $? = 1
  1068. configure: failed program was:
  1069. | /* confdefs.h */
  1070. | #define PACKAGE_NAME "Peercoin"
  1071. | #define PACKAGE_TARNAME "peercoin"
  1072. | #define PACKAGE_VERSION "0.8.6"
  1073. | #define PACKAGE_STRING "Peercoin 0.8.6"
  1074. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  1075. | #define PACKAGE_URL ""
  1076. | #define STDC_HEADERS 1
  1077. | #define HAVE_SYS_TYPES_H 1
  1078. | #define HAVE_SYS_STAT_H 1
  1079. | #define HAVE_STDLIB_H 1
  1080. | #define HAVE_STRING_H 1
  1081. | #define HAVE_MEMORY_H 1
  1082. | #define HAVE_STRINGS_H 1
  1083. | #define HAVE_INTTYPES_H 1
  1084. | #define HAVE_STDINT_H 1
  1085. | #define HAVE_UNISTD_H 1
  1086. | #define HAVE_DLFCN_H 1
  1087. | #define LT_OBJDIR ".libs/"
  1088. | /* end confdefs.h. */
  1089. | #include <pthread.h>
  1090. | static void routine(void *a) { a = 0; }
  1091. | static void *start_routine(void *a) { return a; }
  1092. | int
  1093. | main ()
  1094. | {
  1095. | pthread_t th; pthread_attr_t attr;
  1096. | pthread_create(&th, 0, start_routine, 0);
  1097. | pthread_join(th, 0);
  1098. | pthread_attr_init(&attr);
  1099. | pthread_cleanup_push(routine, 0);
  1100. | pthread_cleanup_pop(0) /* ; */
  1101. | ;
  1102. | return 0;
  1103. | }
  1104. configure:20879: result: no
  1105. configure:20782: checking whether pthreads work with -pthread
  1106. configure:20870: gcc -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.c >&5
  1107. configure:20870: $? = 0
  1108. configure:20879: result: yes
  1109. configure:20898: checking for joinable pthread attribute
  1110. configure:20913: gcc -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.c >&5
  1111. configure:20913: $? = 0
  1112. configure:20919: result: PTHREAD_CREATE_JOINABLE
  1113. configure:20929: checking if more special flags are required for pthreads
  1114. configure:20943: result: -D_THREAD_SAFE
  1115. configure:20949: checking for PTHREAD_PRIO_INHERIT
  1116. configure:20967: gcc -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.c >&5
  1117. configure:20967: $? = 0
  1118. configure:20976: result: yes
  1119. configure:21087: checking for special C compiler options needed for large files
  1120. configure:21132: result: no
  1121. configure:21138: checking for _FILE_OFFSET_BITS value needed for large files
  1122. configure:21163: g++ -c -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  1123. configure:21163: $? = 0
  1124. configure:21195: result: no
  1125. configure:21293: checking whether the linker accepts -Wl,--large-address-aware
  1126. configure:21312: g++ -o conftest -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -Wl,--large-address-aware conftest.cpp >&5
  1127. /usr/local/bin/ld: unrecognized option '--large-address-aware'
  1128. /usr/local/bin/ld: use the --help option for usage information
  1129. collect2: error: ld returned 1 exit status
  1130. configure:21312: $? = 1
  1131. configure: failed program was:
  1132. | /* confdefs.h */
  1133. | #define PACKAGE_NAME "Peercoin"
  1134. | #define PACKAGE_TARNAME "peercoin"
  1135. | #define PACKAGE_VERSION "0.8.6"
  1136. | #define PACKAGE_STRING "Peercoin 0.8.6"
  1137. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  1138. | #define PACKAGE_URL ""
  1139. | #define STDC_HEADERS 1
  1140. | #define HAVE_SYS_TYPES_H 1
  1141. | #define HAVE_SYS_STAT_H 1
  1142. | #define HAVE_STDLIB_H 1
  1143. | #define HAVE_STRING_H 1
  1144. | #define HAVE_MEMORY_H 1
  1145. | #define HAVE_STRINGS_H 1
  1146. | #define HAVE_INTTYPES_H 1
  1147. | #define HAVE_STDINT_H 1
  1148. | #define HAVE_UNISTD_H 1
  1149. | #define HAVE_DLFCN_H 1
  1150. | #define LT_OBJDIR ".libs/"
  1151. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1152. | #define HAVE_PTHREAD 1
  1153. | /* end confdefs.h. */
  1154. |
  1155. | int
  1156. | main ()
  1157. | {
  1158. |
  1159. | ;
  1160. | return 0;
  1161. | }
  1162. configure:21321: result: no
  1163. configure:21334: checking __fdelt_chk type
  1164. configure:21352: g++ -c -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  1165. configure:21352: $? = 0
  1166. configure:21358: result: long unsigned int
  1167. configure:21370: checking whether C++ compiler accepts -fPIC
  1168. configure:21389: g++ -c -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  1169. configure:21389: $? = 0
  1170. configure:21397: result: yes
  1171. configure:21408: checking whether C++ compiler accepts -Wstack-protector
  1172. configure:21427: g++ -c -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  1173. configure:21427: $? = 0
  1174. configure:21435: result: yes
  1175. configure:21443: checking whether C++ compiler accepts -fPIE
  1176. configure:21462: g++ -c -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  1177. configure:21462: $? = 0
  1178. configure:21470: result: yes
  1179. configure:21480: checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2
  1180. configure:21499: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D_FORTIFY_SOURCE=2 conftest.cpp
  1181. configure:21499: $? = 0
  1182. configure:21507: result: yes
  1183. configure:21516: checking whether the linker accepts -Wl,--dynamicbase
  1184. configure:21535: g++ -o conftest -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -Wl,--dynamicbase conftest.cpp >&5
  1185. /usr/local/bin/ld: unrecognized option '--dynamicbase'
  1186. /usr/local/bin/ld: use the --help option for usage information
  1187. collect2: error: ld returned 1 exit status
  1188. configure:21535: $? = 1
  1189. configure: failed program was:
  1190. | /* confdefs.h */
  1191. | #define PACKAGE_NAME "Peercoin"
  1192. | #define PACKAGE_TARNAME "peercoin"
  1193. | #define PACKAGE_VERSION "0.8.6"
  1194. | #define PACKAGE_STRING "Peercoin 0.8.6"
  1195. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  1196. | #define PACKAGE_URL ""
  1197. | #define STDC_HEADERS 1
  1198. | #define HAVE_SYS_TYPES_H 1
  1199. | #define HAVE_SYS_STAT_H 1
  1200. | #define HAVE_STDLIB_H 1
  1201. | #define HAVE_STRING_H 1
  1202. | #define HAVE_MEMORY_H 1
  1203. | #define HAVE_STRINGS_H 1
  1204. | #define HAVE_INTTYPES_H 1
  1205. | #define HAVE_STDINT_H 1
  1206. | #define HAVE_UNISTD_H 1
  1207. | #define HAVE_DLFCN_H 1
  1208. | #define LT_OBJDIR ".libs/"
  1209. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1210. | #define HAVE_PTHREAD 1
  1211. | #define FDELT_TYPE long unsigned int
  1212. | /* end confdefs.h. */
  1213. |
  1214. | int
  1215. | main ()
  1216. | {
  1217. |
  1218. | ;
  1219. | return 0;
  1220. | }
  1221. configure:21544: result: no
  1222. configure:21552: checking whether the linker accepts -Wl,--nxcompat
  1223. configure:21571: g++ -o conftest -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -Wl,--nxcompat conftest.cpp >&5
  1224. /usr/local/bin/ld: unrecognized option '--nxcompat'
  1225. /usr/local/bin/ld: use the --help option for usage information
  1226. collect2: error: ld returned 1 exit status
  1227. configure:21571: $? = 1
  1228. configure: failed program was:
  1229. | /* confdefs.h */
  1230. | #define PACKAGE_NAME "Peercoin"
  1231. | #define PACKAGE_TARNAME "peercoin"
  1232. | #define PACKAGE_VERSION "0.8.6"
  1233. | #define PACKAGE_STRING "Peercoin 0.8.6"
  1234. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  1235. | #define PACKAGE_URL ""
  1236. | #define STDC_HEADERS 1
  1237. | #define HAVE_SYS_TYPES_H 1
  1238. | #define HAVE_SYS_STAT_H 1
  1239. | #define HAVE_STDLIB_H 1
  1240. | #define HAVE_STRING_H 1
  1241. | #define HAVE_MEMORY_H 1
  1242. | #define HAVE_STRINGS_H 1
  1243. | #define HAVE_INTTYPES_H 1
  1244. | #define HAVE_STDINT_H 1
  1245. | #define HAVE_UNISTD_H 1
  1246. | #define HAVE_DLFCN_H 1
  1247. | #define LT_OBJDIR ".libs/"
  1248. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1249. | #define HAVE_PTHREAD 1
  1250. | #define FDELT_TYPE long unsigned int
  1251. | /* end confdefs.h. */
  1252. |
  1253. | int
  1254. | main ()
  1255. | {
  1256. |
  1257. | ;
  1258. | return 0;
  1259. | }
  1260. configure:21580: result: no
  1261. configure:21588: checking whether the linker accepts -Wl,-z,relro
  1262. configure:21607: g++ -o conftest -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -Wl,-z,relro conftest.cpp >&5
  1263. configure:21607: $? = 0
  1264. configure:21616: result: yes
  1265. configure:21624: checking whether the linker accepts -Wl,-z,now
  1266. configure:21643: g++ -o conftest -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -Wl,-z,relro -Wl,-z,now conftest.cpp >&5
  1267. configure:21643: $? = 0
  1268. configure:21652: result: yes
  1269. configure:21663: checking whether C++ compiler accepts -fno-stack-protector
  1270. configure:21682: g++ -c -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-stack-protector -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  1271. configure:21682: $? = 0
  1272. configure:21690: result: yes
  1273. configure:21698: checking whether C++ compiler accepts -fstack-protector-all
  1274. configure:21717: g++ -c -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  1275. configure:21717: $? = 0
  1276. configure:21725: result: yes
  1277. configure:21735: checking whether the linker accepts -pie
  1278. configure:21754: g++ -o conftest -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -Wl,-z,now -pie conftest.cpp >&5
  1279. configure:21754: $? = 0
  1280. configure:21763: result: yes
  1281. configure:21816: checking stdio.h usability
  1282. configure:21816: g++ -c -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  1283. configure:21816: $? = 0
  1284. configure:21816: result: yes
  1285. configure:21816: checking stdio.h presence
  1286. configure:21816: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp
  1287. configure:21816: $? = 0
  1288. configure:21816: result: yes
  1289. configure:21816: checking for stdio.h
  1290. configure:21816: result: yes
  1291. configure:21816: checking for stdlib.h
  1292. configure:21816: result: yes
  1293. configure:21816: checking for unistd.h
  1294. configure:21816: result: yes
  1295. configure:21816: checking for strings.h
  1296. configure:21816: result: yes
  1297. configure:21816: checking for sys/types.h
  1298. configure:21816: result: yes
  1299. configure:21816: checking for sys/stat.h
  1300. configure:21816: result: yes
  1301. configure:21827: checking for MSG_NOSIGNAL
  1302. configure:21840: g++ -c -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  1303. conftest.cpp: In function 'int main()':
  1304. conftest.cpp:34:6: warning: unused variable 'f' [-Wunused-variable]
  1305. int f = MSG_NOSIGNAL;
  1306. ^
  1307. configure:21840: $? = 0
  1308. configure:21841: result: yes
  1309. configure:21869: checking for Berkeley DB C++ headers
  1310. configure:21900: g++ -c -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  1311. conftest.cpp:32:16: fatal error: bdb4.8/db_cxx.h: No such file or directory
  1312. #include <bdb4.8/db_cxx.h>
  1313. ^~~~~~~~~~~~~~~~~
  1314. compilation terminated.
  1315. configure:21900: $? = 1
  1316. configure: failed program was:
  1317. | /* confdefs.h */
  1318. | #define PACKAGE_NAME "Peercoin"
  1319. | #define PACKAGE_TARNAME "peercoin"
  1320. | #define PACKAGE_VERSION "0.8.6"
  1321. | #define PACKAGE_STRING "Peercoin 0.8.6"
  1322. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  1323. | #define PACKAGE_URL ""
  1324. | #define STDC_HEADERS 1
  1325. | #define HAVE_SYS_TYPES_H 1
  1326. | #define HAVE_SYS_STAT_H 1
  1327. | #define HAVE_STDLIB_H 1
  1328. | #define HAVE_STRING_H 1
  1329. | #define HAVE_MEMORY_H 1
  1330. | #define HAVE_STRINGS_H 1
  1331. | #define HAVE_INTTYPES_H 1
  1332. | #define HAVE_STDINT_H 1
  1333. | #define HAVE_UNISTD_H 1
  1334. | #define HAVE_DLFCN_H 1
  1335. | #define LT_OBJDIR ".libs/"
  1336. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1337. | #define HAVE_PTHREAD 1
  1338. | #define FDELT_TYPE long unsigned int
  1339. | #define HAVE_STDIO_H 1
  1340. | #define HAVE_STDLIB_H 1
  1341. | #define HAVE_UNISTD_H 1
  1342. | #define HAVE_STRINGS_H 1
  1343. | #define HAVE_SYS_TYPES_H 1
  1344. | #define HAVE_SYS_STAT_H 1
  1345. | #define HAVE_MSG_NOSIGNAL 1
  1346. | /* end confdefs.h. */
  1347. |
  1348. | #include <bdb4.8/db_cxx.h>
  1349. |
  1350. | int
  1351. | main ()
  1352. | {
  1353. |
  1354. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1355. | #error "failed to find bdb 4.8+"
  1356. | #endif
  1357. |
  1358. | ;
  1359. | return 0;
  1360. | }
  1361. configure:21900: g++ -c -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  1362. conftest.cpp:32:16: fatal error: libdb4.8/db_cxx.h: No such file or directory
  1363. #include <libdb4.8/db_cxx.h>
  1364. ^~~~~~~~~~~~~~~~~~~
  1365. compilation terminated.
  1366. configure:21900: $? = 1
  1367. configure: failed program was:
  1368. | /* confdefs.h */
  1369. | #define PACKAGE_NAME "Peercoin"
  1370. | #define PACKAGE_TARNAME "peercoin"
  1371. | #define PACKAGE_VERSION "0.8.6"
  1372. | #define PACKAGE_STRING "Peercoin 0.8.6"
  1373. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  1374. | #define PACKAGE_URL ""
  1375. | #define STDC_HEADERS 1
  1376. | #define HAVE_SYS_TYPES_H 1
  1377. | #define HAVE_SYS_STAT_H 1
  1378. | #define HAVE_STDLIB_H 1
  1379. | #define HAVE_STRING_H 1
  1380. | #define HAVE_MEMORY_H 1
  1381. | #define HAVE_STRINGS_H 1
  1382. | #define HAVE_INTTYPES_H 1
  1383. | #define HAVE_STDINT_H 1
  1384. | #define HAVE_UNISTD_H 1
  1385. | #define HAVE_DLFCN_H 1
  1386. | #define LT_OBJDIR ".libs/"
  1387. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1388. | #define HAVE_PTHREAD 1
  1389. | #define FDELT_TYPE long unsigned int
  1390. | #define HAVE_STDIO_H 1
  1391. | #define HAVE_STDLIB_H 1
  1392. | #define HAVE_UNISTD_H 1
  1393. | #define HAVE_STRINGS_H 1
  1394. | #define HAVE_SYS_TYPES_H 1
  1395. | #define HAVE_SYS_STAT_H 1
  1396. | #define HAVE_MSG_NOSIGNAL 1
  1397. | /* end confdefs.h. */
  1398. |
  1399. | #include <libdb4.8/db_cxx.h>
  1400. |
  1401. | int
  1402. | main ()
  1403. | {
  1404. |
  1405. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1406. | #error "failed to find bdb 4.8+"
  1407. | #endif
  1408. |
  1409. | ;
  1410. | return 0;
  1411. | }
  1412. configure:21900: g++ -c -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  1413. conftest.cpp:32:16: fatal error: db4.8/db_cxx.h: No such file or directory
  1414. #include <db4.8/db_cxx.h>
  1415. ^~~~~~~~~~~~~~~~
  1416. compilation terminated.
  1417. configure:21900: $? = 1
  1418. configure: failed program was:
  1419. | /* confdefs.h */
  1420. | #define PACKAGE_NAME "Peercoin"
  1421. | #define PACKAGE_TARNAME "peercoin"
  1422. | #define PACKAGE_VERSION "0.8.6"
  1423. | #define PACKAGE_STRING "Peercoin 0.8.6"
  1424. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  1425. | #define PACKAGE_URL ""
  1426. | #define STDC_HEADERS 1
  1427. | #define HAVE_SYS_TYPES_H 1
  1428. | #define HAVE_SYS_STAT_H 1
  1429. | #define HAVE_STDLIB_H 1
  1430. | #define HAVE_STRING_H 1
  1431. | #define HAVE_MEMORY_H 1
  1432. | #define HAVE_STRINGS_H 1
  1433. | #define HAVE_INTTYPES_H 1
  1434. | #define HAVE_STDINT_H 1
  1435. | #define HAVE_UNISTD_H 1
  1436. | #define HAVE_DLFCN_H 1
  1437. | #define LT_OBJDIR ".libs/"
  1438. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1439. | #define HAVE_PTHREAD 1
  1440. | #define FDELT_TYPE long unsigned int
  1441. | #define HAVE_STDIO_H 1
  1442. | #define HAVE_STDLIB_H 1
  1443. | #define HAVE_UNISTD_H 1
  1444. | #define HAVE_STRINGS_H 1
  1445. | #define HAVE_SYS_TYPES_H 1
  1446. | #define HAVE_SYS_STAT_H 1
  1447. | #define HAVE_MSG_NOSIGNAL 1
  1448. | /* end confdefs.h. */
  1449. |
  1450. | #include <db4.8/db_cxx.h>
  1451. |
  1452. | int
  1453. | main ()
  1454. | {
  1455. |
  1456. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1457. | #error "failed to find bdb 4.8+"
  1458. | #endif
  1459. |
  1460. | ;
  1461. | return 0;
  1462. | }
  1463. configure:21900: g++ -c -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  1464. conftest.cpp:32:16: fatal error: bdb48/db_cxx.h: No such file or directory
  1465. #include <bdb48/db_cxx.h>
  1466. ^~~~~~~~~~~~~~~~
  1467. compilation terminated.
  1468. configure:21900: $? = 1
  1469. configure: failed program was:
  1470. | /* confdefs.h */
  1471. | #define PACKAGE_NAME "Peercoin"
  1472. | #define PACKAGE_TARNAME "peercoin"
  1473. | #define PACKAGE_VERSION "0.8.6"
  1474. | #define PACKAGE_STRING "Peercoin 0.8.6"
  1475. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  1476. | #define PACKAGE_URL ""
  1477. | #define STDC_HEADERS 1
  1478. | #define HAVE_SYS_TYPES_H 1
  1479. | #define HAVE_SYS_STAT_H 1
  1480. | #define HAVE_STDLIB_H 1
  1481. | #define HAVE_STRING_H 1
  1482. | #define HAVE_MEMORY_H 1
  1483. | #define HAVE_STRINGS_H 1
  1484. | #define HAVE_INTTYPES_H 1
  1485. | #define HAVE_STDINT_H 1
  1486. | #define HAVE_UNISTD_H 1
  1487. | #define HAVE_DLFCN_H 1
  1488. | #define LT_OBJDIR ".libs/"
  1489. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1490. | #define HAVE_PTHREAD 1
  1491. | #define FDELT_TYPE long unsigned int
  1492. | #define HAVE_STDIO_H 1
  1493. | #define HAVE_STDLIB_H 1
  1494. | #define HAVE_UNISTD_H 1
  1495. | #define HAVE_STRINGS_H 1
  1496. | #define HAVE_SYS_TYPES_H 1
  1497. | #define HAVE_SYS_STAT_H 1
  1498. | #define HAVE_MSG_NOSIGNAL 1
  1499. | /* end confdefs.h. */
  1500. |
  1501. | #include <bdb48/db_cxx.h>
  1502. |
  1503. | int
  1504. | main ()
  1505. | {
  1506. |
  1507. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1508. | #error "failed to find bdb 4.8+"
  1509. | #endif
  1510. |
  1511. | ;
  1512. | return 0;
  1513. | }
  1514. configure:21900: g++ -c -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  1515. conftest.cpp:32:16: fatal error: libdb48/db_cxx.h: No such file or directory
  1516. #include <libdb48/db_cxx.h>
  1517. ^~~~~~~~~~~~~~~~~~
  1518. compilation terminated.
  1519. configure:21900: $? = 1
  1520. configure: failed program was:
  1521. | /* confdefs.h */
  1522. | #define PACKAGE_NAME "Peercoin"
  1523. | #define PACKAGE_TARNAME "peercoin"
  1524. | #define PACKAGE_VERSION "0.8.6"
  1525. | #define PACKAGE_STRING "Peercoin 0.8.6"
  1526. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  1527. | #define PACKAGE_URL ""
  1528. | #define STDC_HEADERS 1
  1529. | #define HAVE_SYS_TYPES_H 1
  1530. | #define HAVE_SYS_STAT_H 1
  1531. | #define HAVE_STDLIB_H 1
  1532. | #define HAVE_STRING_H 1
  1533. | #define HAVE_MEMORY_H 1
  1534. | #define HAVE_STRINGS_H 1
  1535. | #define HAVE_INTTYPES_H 1
  1536. | #define HAVE_STDINT_H 1
  1537. | #define HAVE_UNISTD_H 1
  1538. | #define HAVE_DLFCN_H 1
  1539. | #define LT_OBJDIR ".libs/"
  1540. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1541. | #define HAVE_PTHREAD 1
  1542. | #define FDELT_TYPE long unsigned int
  1543. | #define HAVE_STDIO_H 1
  1544. | #define HAVE_STDLIB_H 1
  1545. | #define HAVE_UNISTD_H 1
  1546. | #define HAVE_STRINGS_H 1
  1547. | #define HAVE_SYS_TYPES_H 1
  1548. | #define HAVE_SYS_STAT_H 1
  1549. | #define HAVE_MSG_NOSIGNAL 1
  1550. | /* end confdefs.h. */
  1551. |
  1552. | #include <libdb48/db_cxx.h>
  1553. |
  1554. | int
  1555. | main ()
  1556. | {
  1557. |
  1558. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  1559. | #error "failed to find bdb 4.8+"
  1560. | #endif
  1561. |
  1562. | ;
  1563. | return 0;
  1564. | }
  1565. configure:21900: g++ -c -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  1566. configure:21900: $? = 0
  1567. configure:21929: g++ -c -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO conftest.cpp >&5
  1568. configure:21929: $? = 0
  1569. configure:21977: result: /usr/local/include/db48/
  1570. configure:21991: checking for main in -ldb_cxx-4.8
  1571. configure:22010: g++ -o conftest -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -Wl,-z,now conftest.cpp -ldb_cxx-4.8 >&5
  1572. configure:22010: $? = 0
  1573. configure:22020: result: yes
  1574. configure:22038: checking for main in -lminiupnpc
  1575. configure:22057: g++ -o conftest -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -Wl,-z,now conftest.cpp -lminiupnpc >&5
  1576. configure:22057: $? = 0
  1577. configure:22066: result: yes
  1578. configure:22218: checking for boostlib >= (102000)
  1579. configure:22250: g++ -c -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -I/usr/local/include conftest.cpp >&5
  1580. configure:22250: $? = 0
  1581. configure:22252: result: yes
  1582. configure:22444: checking whether the Boost::System library is available
  1583. configure:22468: g++ -c -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -I/usr/local/include conftest.cpp >&5
  1584. conftest.cpp: In function 'int main()':
  1585. conftest.cpp:38:3: warning: statement is a reference, not call, to function 'boost::system::system_category' [-Waddress]
  1586. ;
  1587. ^
  1588. conftest.cpp:38:3: warning: statement has no effect [-Wunused-value]
  1589. configure:22468: $? = 0
  1590. configure:22483: result: yes
  1591. configure:22498: checking for exit in -lboost_system
  1592. configure:22523: g++ -o conftest -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -I/usr/local/include -Wl,-z,now -L/usr/local/lib conftest.cpp -lboost_system -lminiupnpc >&5
  1593. conftest.cpp:41:6: warning: declaration of 'char exit()' conflicts with built-in declaration 'void exit(int)' [-Wbuiltin-declaration-mismatch]
  1594. char exit ();
  1595. ^~~~
  1596. configure:22523: $? = 0
  1597. configure:22533: result: yes
  1598. configure:22688: checking whether the Boost::Filesystem library is available
  1599. configure:22712: g++ -c -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -I/usr/local/include conftest.cpp >&5
  1600. configure:22712: $? = 0
  1601. configure:22726: result: yes
  1602. configure:22737: checking for exit in -lboost_filesystem
  1603. configure:22762: g++ -o conftest -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -I/usr/local/include -Wl,-z,now -L/usr/local/lib conftest.cpp -lboost_filesystem -lminiupnpc -lboost_system >&5
  1604. conftest.cpp:42:6: warning: declaration of 'char exit()' conflicts with built-in declaration 'void exit(int)' [-Wbuiltin-declaration-mismatch]
  1605. char exit ();
  1606. ^~~~
  1607. configure:22762: $? = 0
  1608. configure:22772: result: yes
  1609. configure:22922: checking whether the Boost::Program_Options library is available
  1610. configure:22946: g++ -c -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -I/usr/local/include conftest.cpp >&5
  1611. configure:22946: $? = 0
  1612. configure:22960: result: yes
  1613. configure:22971: checking for exit in -lboost_program_options
  1614. configure:22996: g++ -o conftest -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -I/usr/local/include -Wl,-z,now -L/usr/local/lib conftest.cpp -lboost_program_options -lminiupnpc >&5
  1615. conftest.cpp:43:6: warning: declaration of 'char exit()' conflicts with built-in declaration 'void exit(int)' [-Wbuiltin-declaration-mismatch]
  1616. char exit ();
  1617. ^~~~
  1618. configure:22996: $? = 0
  1619. configure:23006: result: yes
  1620. configure:23149: checking whether the Boost::Thread library is available
  1621. configure:23185: g++ -c -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -I/usr/local/include conftest.cpp >&5
  1622. configure:23185: $? = 0
  1623. configure:23200: result: yes
  1624. configure:23229: checking for exit in -lboost_thread
  1625. configure:23254: g++ -o conftest -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -I/usr/local/include -Wl,-z,now -L/usr/local/lib conftest.cpp -lboost_thread -lminiupnpc >&5
  1626. conftest.cpp:44:6: warning: declaration of 'char exit()' conflicts with built-in declaration 'void exit(int)' [-Wbuiltin-declaration-mismatch]
  1627. char exit ();
  1628. ^~~~
  1629. configure:23254: $? = 0
  1630. configure:23264: result: yes
  1631. configure:23424: checking whether the Boost::Chrono library is available
  1632. configure:23448: g++ -c -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -I/usr/local/include conftest.cpp >&5
  1633. configure:23448: $? = 0
  1634. configure:23463: result: yes
  1635. configure:23478: checking for exit in -lboost_chrono
  1636. configure:23503: g++ -o conftest -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -I/usr/local/include -Wl,-z,now -L/usr/local/lib conftest.cpp -lboost_chrono -lminiupnpc >&5
  1637. conftest.cpp:45:6: warning: declaration of 'char exit()' conflicts with built-in declaration 'void exit(int)' [-Wbuiltin-declaration-mismatch]
  1638. char exit ();
  1639. ^~~~
  1640. configure:23503: $? = 0
  1641. configure:23513: result: yes
  1642. configure:23666: checking whether the Boost::Unit_Test_Framework library is available
  1643. configure:23689: g++ -c -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -I/usr/local/include conftest.cpp >&5
  1644. conftest.cpp: In function 'int main()':
  1645. conftest.cpp:43:21: warning: unused variable 'test' [-Wunused-variable]
  1646. test_suite* test= BOOST_TEST_SUITE( "Unit test example 1" ); return 0;
  1647. ^~~~
  1648. configure:23689: $? = 0
  1649. configure:23703: result: yes
  1650. configure:23843: g++ -o conftest -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -I/usr/local/include -Wl,-z,now conftest.cpp -L/usr/local/lib -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lboost_chrono -lminiupnpc >&5
  1651. /usr/local/bin/ld: /tmp//ccqFX8zn.o: undefined reference to symbol 'pthread_condattr_init@@FBSD_1.0'
  1652. //lib/libthr.so.3: error adding symbols: DSO missing from command line
  1653. collect2: error: ld returned 1 exit status
  1654. configure:23843: $? = 1
  1655. configure: failed program was:
  1656. | /* confdefs.h */
  1657. | #define PACKAGE_NAME "Peercoin"
  1658. | #define PACKAGE_TARNAME "peercoin"
  1659. | #define PACKAGE_VERSION "0.8.6"
  1660. | #define PACKAGE_STRING "Peercoin 0.8.6"
  1661. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  1662. | #define PACKAGE_URL ""
  1663. | #define STDC_HEADERS 1
  1664. | #define HAVE_SYS_TYPES_H 1
  1665. | #define HAVE_SYS_STAT_H 1
  1666. | #define HAVE_STDLIB_H 1
  1667. | #define HAVE_STRING_H 1
  1668. | #define HAVE_MEMORY_H 1
  1669. | #define HAVE_STRINGS_H 1
  1670. | #define HAVE_INTTYPES_H 1
  1671. | #define HAVE_STDINT_H 1
  1672. | #define HAVE_UNISTD_H 1
  1673. | #define HAVE_DLFCN_H 1
  1674. | #define LT_OBJDIR ".libs/"
  1675. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1676. | #define HAVE_PTHREAD 1
  1677. | #define FDELT_TYPE long unsigned int
  1678. | #define HAVE_STDIO_H 1
  1679. | #define HAVE_STDLIB_H 1
  1680. | #define HAVE_UNISTD_H 1
  1681. | #define HAVE_STRINGS_H 1
  1682. | #define HAVE_SYS_TYPES_H 1
  1683. | #define HAVE_SYS_STAT_H 1
  1684. | #define HAVE_MSG_NOSIGNAL 1
  1685. | #define HAVE_LIBMINIUPNPC 1
  1686. | #define HAVE_BOOST /**/
  1687. | #define HAVE_BOOST_SYSTEM /**/
  1688. | #define HAVE_BOOST_FILESYSTEM /**/
  1689. | #define HAVE_BOOST_PROGRAM_OPTIONS /**/
  1690. | #define HAVE_BOOST_THREAD /**/
  1691. | #define HAVE_BOOST_CHRONO /**/
  1692. | #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
  1693. | /* end confdefs.h. */
  1694. |
  1695. | #include <boost/thread/thread.hpp>
  1696. | #include <boost/version.hpp>
  1697. |
  1698. | int
  1699. | main ()
  1700. | {
  1701. |
  1702. | #if BOOST_VERSION >= 105000 && (!defined(BOOST_HAS_NANOSLEEP) || BOOST_VERSION >= 105200)
  1703. | boost::this_thread::sleep_for(boost::chrono::milliseconds(0));
  1704. | #else
  1705. | choke me
  1706. | #endif
  1707. |
  1708. | ;
  1709. | return 0;
  1710. | }
  1711. configure:23882: g++ -o conftest -g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -I/usr/local/include -I/usr/local/include -Wl,-z,now conftest.cpp -L/usr/local/lib -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lminiupnpc >&5
  1712. conftest.cpp: In function 'int main()':
  1713. conftest.cpp:51:4: error: 'choke' was not declared in this scope
  1714. choke me
  1715. ^~~~~
  1716. conftest.cpp:51:4: note: suggested alternative: 'close'
  1717. choke me
  1718. ^~~~~
  1719. close
  1720. configure:23882: $? = 1
  1721. configure: failed program was:
  1722. | /* confdefs.h */
  1723. | #define PACKAGE_NAME "Peercoin"
  1724. | #define PACKAGE_TARNAME "peercoin"
  1725. | #define PACKAGE_VERSION "0.8.6"
  1726. | #define PACKAGE_STRING "Peercoin 0.8.6"
  1727. | #define PACKAGE_BUGREPORT "info@peercoin.net"
  1728. | #define PACKAGE_URL ""
  1729. | #define STDC_HEADERS 1
  1730. | #define HAVE_SYS_TYPES_H 1
  1731. | #define HAVE_SYS_STAT_H 1
  1732. | #define HAVE_STDLIB_H 1
  1733. | #define HAVE_STRING_H 1
  1734. | #define HAVE_MEMORY_H 1
  1735. | #define HAVE_STRINGS_H 1
  1736. | #define HAVE_INTTYPES_H 1
  1737. | #define HAVE_STDINT_H 1
  1738. | #define HAVE_UNISTD_H 1
  1739. | #define HAVE_DLFCN_H 1
  1740. | #define LT_OBJDIR ".libs/"
  1741. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1742. | #define HAVE_PTHREAD 1
  1743. | #define FDELT_TYPE long unsigned int
  1744. | #define HAVE_STDIO_H 1
  1745. | #define HAVE_STDLIB_H 1
  1746. | #define HAVE_UNISTD_H 1
  1747. | #define HAVE_STRINGS_H 1
  1748. | #define HAVE_SYS_TYPES_H 1
  1749. | #define HAVE_SYS_STAT_H 1
  1750. | #define HAVE_MSG_NOSIGNAL 1
  1751. | #define HAVE_LIBMINIUPNPC 1
  1752. | #define HAVE_BOOST /**/
  1753. | #define HAVE_BOOST_SYSTEM /**/
  1754. | #define HAVE_BOOST_FILESYSTEM /**/
  1755. | #define HAVE_BOOST_PROGRAM_OPTIONS /**/
  1756. | #define HAVE_BOOST_THREAD /**/
  1757. | #define HAVE_BOOST_CHRONO /**/
  1758. | #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
  1759. | /* end confdefs.h. */
  1760. |
  1761. | #include <boost/version.hpp>
  1762. | #include <boost/thread.hpp>
  1763. | #include <boost/date_time/posix_time/posix_time_types.hpp>
  1764. |
  1765. | int
  1766. | main ()
  1767. | {
  1768. |
  1769. | #if BOOST_VERSION <= 105600
  1770. | boost::this_thread::sleep(boost::posix_time::milliseconds(0));
  1771. | #else
  1772. | choke me
  1773. | #endif
  1774. |
  1775. | ;
  1776. | return 0;
  1777. | }
  1778. configure:23895: error: No working boost sleep implementation found
  1779.  
  1780. ## ---------------- ##
  1781. ## Cache variables. ##
  1782. ## ---------------- ##
  1783.  
  1784. ac_cv_build=amd64-unknown-freebsd11.2
  1785. ac_cv_c_bigendian=no
  1786. ac_cv_c_compiler_gnu=yes
  1787. ac_cv_cxx_compiler_gnu=yes
  1788. ac_cv_env_CCC_set=''
  1789. ac_cv_env_CCC_value=''
  1790. ac_cv_env_CC_set=''
  1791. ac_cv_env_CC_value=''
  1792. ac_cv_env_CFLAGS_set=''
  1793. ac_cv_env_CFLAGS_value=''
  1794. ac_cv_env_CPPFLAGS_set=''
  1795. ac_cv_env_CPPFLAGS_value=''
  1796. ac_cv_env_CPP_set=''
  1797. ac_cv_env_CPP_value=''
  1798. ac_cv_env_CRYPTO_CFLAGS_set=''
  1799. ac_cv_env_CRYPTO_CFLAGS_value=''
  1800. ac_cv_env_CRYPTO_LIBS_set=''
  1801. ac_cv_env_CRYPTO_LIBS_value=''
  1802. ac_cv_env_CXXCPP_set=''
  1803. ac_cv_env_CXXCPP_value=''
  1804. ac_cv_env_CXXFLAGS_set=''
  1805. ac_cv_env_CXXFLAGS_value=''
  1806. ac_cv_env_CXX_set=''
  1807. ac_cv_env_CXX_value=''
  1808. ac_cv_env_LDFLAGS_set=''
  1809. ac_cv_env_LDFLAGS_value=''
  1810. ac_cv_env_LIBS_set=''
  1811. ac_cv_env_LIBS_value=''
  1812. ac_cv_env_LT_SYS_LIBRARY_PATH_set=''
  1813. ac_cv_env_LT_SYS_LIBRARY_PATH_value=''
  1814. ac_cv_env_OBJCFLAGS_set=''
  1815. ac_cv_env_OBJCFLAGS_value=''
  1816. ac_cv_env_OBJCXXFLAGS_set=''
  1817. ac_cv_env_OBJCXXFLAGS_value=''
  1818. ac_cv_env_OBJCXX_set=''
  1819. ac_cv_env_OBJCXX_value=''
  1820. ac_cv_env_OBJC_set=''
  1821. ac_cv_env_OBJC_value=''
  1822. ac_cv_env_PKG_CONFIG_LIBDIR_set=''
  1823. ac_cv_env_PKG_CONFIG_LIBDIR_value=''
  1824. ac_cv_env_PKG_CONFIG_PATH_set=''
  1825. ac_cv_env_PKG_CONFIG_PATH_value=''
  1826. ac_cv_env_PKG_CONFIG_set=''
  1827. ac_cv_env_PKG_CONFIG_value=''
  1828. ac_cv_env_QR_CFLAGS_set=''
  1829. ac_cv_env_QR_CFLAGS_value=''
  1830. ac_cv_env_QR_LIBS_set=''
  1831. ac_cv_env_QR_LIBS_value=''
  1832. ac_cv_env_QTPLATFORM_CFLAGS_set=''
  1833. ac_cv_env_QTPLATFORM_CFLAGS_value=''
  1834. ac_cv_env_QTPLATFORM_LIBS_set=''
  1835. ac_cv_env_QTPLATFORM_LIBS_value=''
  1836. ac_cv_env_QTPRINT_CFLAGS_set=''
  1837. ac_cv_env_QTPRINT_CFLAGS_value=''
  1838. ac_cv_env_QTPRINT_LIBS_set=''
  1839. ac_cv_env_QTPRINT_LIBS_value=''
  1840. ac_cv_env_QT_CFLAGS_set=''
  1841. ac_cv_env_QT_CFLAGS_value=''
  1842. ac_cv_env_QT_DBUS_CFLAGS_set=''
  1843. ac_cv_env_QT_DBUS_CFLAGS_value=''
  1844. ac_cv_env_QT_DBUS_LIBS_set=''
  1845. ac_cv_env_QT_DBUS_LIBS_value=''
  1846. ac_cv_env_QT_LIBS_set=''
  1847. ac_cv_env_QT_LIBS_value=''
  1848. ac_cv_env_QT_TEST_CFLAGS_set=''
  1849. ac_cv_env_QT_TEST_CFLAGS_value=''
  1850. ac_cv_env_QT_TEST_LIBS_set=''
  1851. ac_cv_env_QT_TEST_LIBS_value=''
  1852. ac_cv_env_SSL_CFLAGS_set=''
  1853. ac_cv_env_SSL_CFLAGS_value=''
  1854. ac_cv_env_SSL_LIBS_set=''
  1855. ac_cv_env_SSL_LIBS_value=''
  1856. ac_cv_env_X11XCB_CFLAGS_set=''
  1857. ac_cv_env_X11XCB_CFLAGS_value=''
  1858. ac_cv_env_X11XCB_LIBS_set=''
  1859. ac_cv_env_X11XCB_LIBS_value=''
  1860. ac_cv_env_build_alias_set=''
  1861. ac_cv_env_build_alias_value=''
  1862. ac_cv_env_host_alias_set=''
  1863. ac_cv_env_host_alias_value=''
  1864. ac_cv_env_target_alias_set=''
  1865. ac_cv_env_target_alias_value=''
  1866. ac_cv_header_dlfcn_h=yes
  1867. ac_cv_header_inttypes_h=yes
  1868. ac_cv_header_memory_h=yes
  1869. ac_cv_header_stdc=yes
  1870. ac_cv_header_stdint_h=yes
  1871. ac_cv_header_stdio_h=yes
  1872. ac_cv_header_stdlib_h=yes
  1873. ac_cv_header_string_h=yes
  1874. ac_cv_header_strings_h=yes
  1875. ac_cv_header_sys_stat_h=yes
  1876. ac_cv_header_sys_types_h=yes
  1877. ac_cv_header_unistd_h=yes
  1878. ac_cv_host=amd64-unknown-freebsd11.2
  1879. ac_cv_lib_boost_chrono___exit=yes
  1880. ac_cv_lib_boost_filesystem___exit=yes
  1881. ac_cv_lib_boost_program_options___exit=yes
  1882. ac_cv_lib_boost_system___exit=yes
  1883. ac_cv_lib_boost_thread___exit=yes
  1884. ac_cv_lib_db_cxx_4_8___main=yes
  1885. ac_cv_lib_miniupnpc_main=yes
  1886. ac_cv_objc_compiler_gnu=yes
  1887. ac_cv_objcxx_compiler_gnu=no
  1888. ac_cv_objext=o
  1889. ac_cv_path_EGREP='/usr/bin/grep -E'
  1890. ac_cv_path_FGREP='/usr/bin/grep -F'
  1891. ac_cv_path_GIT=/usr/local/bin/git
  1892. ac_cv_path_GREP=/usr/bin/grep
  1893. ac_cv_path_HEXDUMP=/usr/bin/hexdump
  1894. ac_cv_path_SED=/usr/bin/sed
  1895. ac_cv_path_ac_pt_AR=/usr/bin/ar
  1896. ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
  1897. ac_cv_path_ac_pt_RANLIB=/usr/bin/ranlib
  1898. ac_cv_path_ac_pt_STRIP=/usr/bin/strip
  1899. ac_cv_path_install='/usr/bin/install -c'
  1900. ac_cv_path_lt_DD=/bin/dd
  1901. ac_cv_prog_AWK=nawk
  1902. ac_cv_prog_CPP='gcc -E'
  1903. ac_cv_prog_CXXCPP='g++ -E'
  1904. ac_cv_prog_ac_ct_AR=ar
  1905. ac_cv_prog_ac_ct_CC=gcc
  1906. ac_cv_prog_ac_ct_CXX=g++
  1907. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  1908. ac_cv_prog_ac_ct_OBJC=gcc
  1909. ac_cv_prog_ac_ct_OBJCXX=g++
  1910. ac_cv_prog_ac_ct_OBJDUMP=objdump
  1911. ac_cv_prog_ac_ct_RANLIB=ranlib
  1912. ac_cv_prog_ac_ct_STRIP=strip
  1913. ac_cv_prog_cc_c89=''
  1914. ac_cv_prog_cc_g=yes
  1915. ac_cv_prog_cxx_g=yes
  1916. ac_cv_prog_make_make_set=yes
  1917. ac_cv_prog_objc_g=yes
  1918. ac_cv_prog_objcxx_g=no
  1919. ac_cv_sys_file_offset_bits=no
  1920. ac_cv_sys_largefile_CC=no
  1921. am_cv_CC_dependencies_compiler_type=gcc3
  1922. am_cv_CXX_dependencies_compiler_type=gcc3
  1923. am_cv_OBJCXX_dependencies_compiler_type=gcc3
  1924. am_cv_OBJC_dependencies_compiler_type=gcc3
  1925. am_cv_make_support_nested_variables=yes
  1926. am_cv_prog_cc_c_o=yes
  1927. ax_cv_PTHREAD_PRIO_INHERIT=yes
  1928. ax_cv_boost_chrono=yes
  1929. ax_cv_boost_filesystem=yes
  1930. ax_cv_boost_program_options=yes
  1931. ax_cv_boost_system=yes
  1932. ax_cv_boost_thread=yes
  1933. ax_cv_boost_unit_test_framework=yes
  1934. ax_cv_check_cxxcppflags___D_FORTIFY_SOURCE_2=yes
  1935. ax_cv_check_cxxflags___Wstack_protector=yes
  1936. ax_cv_check_cxxflags___fPIC=yes
  1937. ax_cv_check_cxxflags___fPIE=yes
  1938. ax_cv_check_cxxflags___fno_stack_protector=yes
  1939. ax_cv_check_cxxflags___fstack_protector_all=yes
  1940. ax_cv_check_ldflags___Wl___dynamicbase=no
  1941. ax_cv_check_ldflags___Wl___large_address_aware=no
  1942. ax_cv_check_ldflags___Wl___nxcompat=no
  1943. ax_cv_check_ldflags___Wl__z_now=yes
  1944. ax_cv_check_ldflags___Wl__z_relro=yes
  1945. ax_cv_check_ldflags___pie=yes
  1946. lt_cv_ar_at_file=no
  1947. lt_cv_deplibs_check_method=pass_all
  1948. lt_cv_file_magic_cmd='$MAGIC_CMD'
  1949. lt_cv_file_magic_test_file=''
  1950. lt_cv_ld_reload_flag=-r
  1951. lt_cv_nm_interface='BSD nm'
  1952. lt_cv_objdir=.libs
  1953. lt_cv_path_LD=/usr/local/bin/ld
  1954. lt_cv_path_LDCXX=/usr/local/bin/ld
  1955. lt_cv_path_NM='/usr/local/bin/nm -B'
  1956. lt_cv_path_mainfest_tool=no
  1957. lt_cv_prog_compiler_c_o=yes
  1958. lt_cv_prog_compiler_c_o_CXX=yes
  1959. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  1960. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  1961. lt_cv_prog_compiler_pic_works=yes
  1962. lt_cv_prog_compiler_pic_works_CXX=yes
  1963. lt_cv_prog_compiler_rtti_exceptions=no
  1964. lt_cv_prog_compiler_static_works=yes
  1965. lt_cv_prog_compiler_static_works_CXX=yes
  1966. lt_cv_prog_gnu_ld=yes
  1967. lt_cv_prog_gnu_ldcxx=yes
  1968. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  1969. lt_cv_sys_global_symbol_pipe=$'sed -n -e \'s/^.*[\t ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[\t ][\t ]*\\([_A-Za-z][_A-Za-z0-9]*\\)$/\\1 \\2 \\2/p\' | sed \'/ __gnu_lto/d\''
  1970. 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\''
  1971. 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\''
  1972. lt_cv_sys_global_symbol_to_cdecl=$'sed -n -e \'s/^T .* \\(.*\\)$/extern int \\1();/p\' -e \'s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \\(.*\\)$/extern char \\1;/p\''
  1973. lt_cv_sys_global_symbol_to_import=''
  1974. lt_cv_sys_max_cmd_len=196608
  1975. lt_cv_to_host_file_cmd=func_convert_file_noop
  1976. lt_cv_to_tool_file_cmd=func_convert_file_noop
  1977. lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
  1978.  
  1979. ## ----------------- ##
  1980. ## Output variables. ##
  1981. ## ----------------- ##
  1982.  
  1983. ACLOCAL='${SHELL} /root/peercoin/build-aux/missing aclocal-1.16'
  1984. AMDEPBACKSLASH='\'
  1985. AMDEP_FALSE='#'
  1986. AMDEP_TRUE=''
  1987. AMTAR='$${TAR-tar}'
  1988. AM_BACKSLASH='\'
  1989. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  1990. AM_DEFAULT_VERBOSITY='0'
  1991. AM_V='$(V)'
  1992. AR='/usr/bin/ar'
  1993. AUTOCONF='${SHELL} /root/peercoin/build-aux/missing autoconf'
  1994. AUTOHEADER='${SHELL} /root/peercoin/build-aux/missing autoheader'
  1995. AUTOMAKE='${SHELL} /root/peercoin/build-aux/missing automake-1.16'
  1996. AWK='nawk'
  1997. BDB_CPPFLAGS=' -I/usr/local/include/db48/'
  1998. BDB_LIBS='-ldb_cxx-4.8'
  1999. BOOST_CHRONO_LIB='-lboost_chrono'
  2000. BOOST_CPPFLAGS='-I/usr/local/include'
  2001. BOOST_FILESYSTEM_LIB='-lboost_filesystem'
  2002. BOOST_LDFLAGS='-L/usr/local/lib'
  2003. BOOST_LIBS='-L/usr/local/lib -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread'
  2004. BOOST_PROGRAM_OPTIONS_LIB='-lboost_program_options'
  2005. BOOST_SYSTEM_LIB='-lboost_system'
  2006. BOOST_THREAD_LIB='-lboost_thread'
  2007. BOOST_UNIT_TEST_FRAMEWORK_LIB='-lboost_unit_test_framework'
  2008. BREW=''
  2009. BUILD_BITCOIND_FALSE=''
  2010. BUILD_BITCOIND_TRUE=''
  2011. BUILD_BITCOIN_CLI_FALSE=''
  2012. BUILD_BITCOIN_CLI_TRUE=''
  2013. BUILD_DARWIN_FALSE=''
  2014. BUILD_DARWIN_TRUE=''
  2015. BUILD_QT=''
  2016. BUILD_TEST=''
  2017. BUILD_TEST_QT=''
  2018. CC='gcc'
  2019. CCACHE=''
  2020. CCDEPMODE='depmode=gcc3'
  2021. CFLAGS='-g -O2'
  2022. CLIENT_VERSION_BUILD=''
  2023. CLIENT_VERSION_IS_RELEASE=''
  2024. CLIENT_VERSION_MAJOR=''
  2025. CLIENT_VERSION_MINOR=''
  2026. CLIENT_VERSION_REVISION=''
  2027. COPYRIGHT_YEAR=''
  2028. CPP='gcc -E'
  2029. CPPFLAGS=' -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -I/usr/local/include -I/usr/local/include'
  2030. CRYPTO_CFLAGS=''
  2031. CRYPTO_LIBS=''
  2032. CXX='g++'
  2033. CXXCPP='g++ -E'
  2034. CXXDEPMODE='depmode=gcc3'
  2035. CXXFLAGS='-g -ggdb -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter'
  2036. CYGPATH_W='echo'
  2037. DEFS=''
  2038. DEPDIR='.deps'
  2039. DISABLE_MINING_FALSE=''
  2040. DISABLE_MINING_TRUE=''
  2041. DLLTOOL='false'
  2042. DSYMUTIL=''
  2043. DUMPBIN=''
  2044. ECHO_C=''
  2045. ECHO_N='-n'
  2046. ECHO_T=''
  2047. EGREP='/usr/bin/grep -E'
  2048. EMBEDDED_LEVELDB_FALSE='#'
  2049. EMBEDDED_LEVELDB_TRUE=''
  2050. ENABLE_QT_FALSE=''
  2051. ENABLE_QT_TESTS_FALSE=''
  2052. ENABLE_QT_TESTS_TRUE=''
  2053. ENABLE_QT_TRUE=''
  2054. ENABLE_TESTS_FALSE=''
  2055. ENABLE_TESTS_TRUE=''
  2056. ENABLE_WALLET_FALSE=''
  2057. ENABLE_WALLET_TRUE=''
  2058. EXEEXT=''
  2059. FGREP='/usr/bin/grep -F'
  2060. GCOV=''
  2061. GENHTML=''
  2062. GENISOIMAGE=''
  2063. GIT='/usr/local/bin/git'
  2064. GREP='/usr/bin/grep'
  2065. HARDENED_CPPFLAGS=' -D_FORTIFY_SOURCE=2'
  2066. HARDENED_CXXFLAGS=' -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all'
  2067. HARDENED_LDFLAGS=' -pie'
  2068. HEXDUMP='/usr/bin/hexdump'
  2069. INCLUDES=' -D_THREAD_SAFE -pthread'
  2070. INSTALLNAMETOOL=''
  2071. INSTALL_DATA='${INSTALL} -m 644'
  2072. INSTALL_PROGRAM='${INSTALL}'
  2073. INSTALL_SCRIPT='${INSTALL}'
  2074. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  2075. JAVA=''
  2076. JAVA_COMPARISON_TOOL=''
  2077. LCOV=''
  2078. LD='/usr/local/bin/ld'
  2079. LDFLAGS='-Wl,-z,now'
  2080. LEVELDB_CPPFLAGS=''
  2081. LEVELDB_TARGET_FLAGS=''
  2082. LIBLEVELDB=''
  2083. LIBMEMENV=''
  2084. LIBOBJS=''
  2085. LIBS='-lminiupnpc '
  2086. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  2087. LIPO=''
  2088. LN_S='ln -s'
  2089. LRELEASE=''
  2090. LTLIBOBJS=''
  2091. LT_SYS_LIBRARY_PATH=''
  2092. LUPDATE=''
  2093. MAINT=''
  2094. MAINTAINER_MODE_FALSE='#'
  2095. MAINTAINER_MODE_TRUE=''
  2096. MAKEINFO='${SHELL} /root/peercoin/build-aux/missing makeinfo'
  2097. MAKENSIS=''
  2098. MANIFEST_TOOL=':'
  2099. MKDIR_P='build-aux/install-sh -c -d'
  2100. MOC=''
  2101. MOC_DEFS=''
  2102. NM='/usr/local/bin/nm -B'
  2103. NMEDIT=''
  2104. OBJC='gcc'
  2105. OBJCDEPMODE='depmode=gcc3'
  2106. OBJCFLAGS='-g -O2'
  2107. OBJCXX='g++'
  2108. OBJCXXDEPMODE='depmode=gcc3'
  2109. OBJCXXFLAGS=''
  2110. OBJDUMP='objdump'
  2111. OBJEXT='o'
  2112. OTOOL64=''
  2113. OTOOL=''
  2114. PACKAGE='peercoin'
  2115. PACKAGE_BUGREPORT='info@peercoin.net'
  2116. PACKAGE_NAME='Peercoin'
  2117. PACKAGE_STRING='Peercoin 0.8.6'
  2118. PACKAGE_TARNAME='peercoin'
  2119. PACKAGE_URL=''
  2120. PACKAGE_VERSION='0.8.6'
  2121. PATH_SEPARATOR=':'
  2122. PIC_FLAGS='-fPIC'
  2123. PIE_FLAGS=''
  2124. PKG_CONFIG='/usr/local/bin/pkg-config'
  2125. PKG_CONFIG_LIBDIR=''
  2126. PKG_CONFIG_PATH=''
  2127. PORT=''
  2128. PTHREAD_CC='gcc'
  2129. PTHREAD_CFLAGS='-D_THREAD_SAFE -pthread'
  2130. PTHREAD_LIBS=''
  2131. QR_CFLAGS=''
  2132. QR_LIBS=''
  2133. QTPLATFORM_CFLAGS=''
  2134. QTPLATFORM_LIBS=''
  2135. QTPRINT_CFLAGS=''
  2136. QTPRINT_LIBS=''
  2137. QT_CFLAGS=''
  2138. QT_DBUS_CFLAGS=''
  2139. QT_DBUS_INCLUDES=''
  2140. QT_DBUS_LIBS=''
  2141. QT_INCLUDES=''
  2142. QT_LDFLAGS=''
  2143. QT_LIBS=''
  2144. QT_PIE_FLAGS=''
  2145. QT_SELECT=''
  2146. QT_TEST_CFLAGS=''
  2147. QT_TEST_INCLUDES=''
  2148. QT_TEST_LIBS=''
  2149. QT_TRANSLATION_DIR=''
  2150. RANLIB='/usr/bin/ranlib'
  2151. RCC=''
  2152. RELDFLAGS=''
  2153. SED='/usr/bin/sed'
  2154. SET_MAKE=''
  2155. SHELL='/bin/sh'
  2156. SSL_CFLAGS=''
  2157. SSL_LIBS=''
  2158. STRIP='/usr/bin/strip'
  2159. TARGET_DARWIN_FALSE=''
  2160. TARGET_DARWIN_TRUE=''
  2161. TARGET_WINDOWS_FALSE=''
  2162. TARGET_WINDOWS_TRUE=''
  2163. TESTDEFS='-DBOOST_TEST_DYN_LINK'
  2164. UIC=''
  2165. USE_COMPARISON_TOOL_FALSE=''
  2166. USE_COMPARISON_TOOL_TRUE=''
  2167. USE_IPV6=''
  2168. USE_LCOV_FALSE=''
  2169. USE_LCOV_TRUE=''
  2170. USE_QRCODE=''
  2171. USE_QRCODE_FALSE=''
  2172. USE_QRCODE_TRUE=''
  2173. USE_UPNP=''
  2174. VERSION='0.8.6'
  2175. WINDRES=''
  2176. X11XCB_CFLAGS=''
  2177. X11XCB_LIBS=''
  2178. XGETTEXT=''
  2179. ac_ct_AR='ar'
  2180. ac_ct_CC='gcc'
  2181. ac_ct_CXX='g++'
  2182. ac_ct_DUMPBIN=''
  2183. ac_ct_OBJC='gcc'
  2184. ac_ct_OBJCXX='g++'
  2185. am__EXEEXT_FALSE=''
  2186. am__EXEEXT_TRUE=''
  2187. am__fastdepCC_FALSE='#'
  2188. am__fastdepCC_TRUE=''
  2189. am__fastdepCXX_FALSE='#'
  2190. am__fastdepCXX_TRUE=''
  2191. am__fastdepOBJCXX_FALSE='#'
  2192. am__fastdepOBJCXX_TRUE=''
  2193. am__fastdepOBJC_FALSE='#'
  2194. am__fastdepOBJC_TRUE=''
  2195. am__include='include'
  2196. am__isrc=''
  2197. am__leading_dot='.'
  2198. am__nodep='_no'
  2199. am__quote=''
  2200. am__tar='$${TAR-tar} chof - "$$tardir"'
  2201. am__untar='$${TAR-tar} xf -'
  2202. ax_pthread_config=''
  2203. bindir='${exec_prefix}/bin'
  2204. build='amd64-unknown-freebsd11.2'
  2205. build_alias=''
  2206. build_cpu='amd64'
  2207. build_os='freebsd11.2'
  2208. build_vendor='unknown'
  2209. datadir='${datarootdir}'
  2210. datarootdir='${prefix}/share'
  2211. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  2212. dvidir='${docdir}'
  2213. exec_prefix='NONE'
  2214. host='amd64-unknown-freebsd11.2'
  2215. host_alias=''
  2216. host_cpu='amd64'
  2217. host_os='freebsd11.2'
  2218. host_vendor='unknown'
  2219. htmldir='${docdir}'
  2220. includedir='${prefix}/include'
  2221. infodir='${datarootdir}/info'
  2222. install_sh='${SHELL} /root/peercoin/build-aux/install-sh'
  2223. libdir='${exec_prefix}/lib'
  2224. libexecdir='${exec_prefix}/libexec'
  2225. localedir='${datarootdir}/locale'
  2226. localstatedir='${prefix}/var'
  2227. mandir='${datarootdir}/man'
  2228. mkdir_p='$(MKDIR_P)'
  2229. oldincludedir='/usr/include'
  2230. pdfdir='${docdir}'
  2231. prefix='NONE'
  2232. program_transform_name='s,x,x,'
  2233. psdir='${docdir}'
  2234. sbindir='${exec_prefix}/sbin'
  2235. sharedstatedir='${prefix}/com'
  2236. sysconfdir='${prefix}/etc'
  2237. target_alias=''
  2238.  
  2239. ## ----------- ##
  2240. ## confdefs.h. ##
  2241. ## ----------- ##
  2242.  
  2243. /* confdefs.h */
  2244. #define PACKAGE_NAME "Peercoin"
  2245. #define PACKAGE_TARNAME "peercoin"
  2246. #define PACKAGE_VERSION "0.8.6"
  2247. #define PACKAGE_STRING "Peercoin 0.8.6"
  2248. #define PACKAGE_BUGREPORT "info@peercoin.net"
  2249. #define PACKAGE_URL ""
  2250. #define STDC_HEADERS 1
  2251. #define HAVE_SYS_TYPES_H 1
  2252. #define HAVE_SYS_STAT_H 1
  2253. #define HAVE_STDLIB_H 1
  2254. #define HAVE_STRING_H 1
  2255. #define HAVE_MEMORY_H 1
  2256. #define HAVE_STRINGS_H 1
  2257. #define HAVE_INTTYPES_H 1
  2258. #define HAVE_STDINT_H 1
  2259. #define HAVE_UNISTD_H 1
  2260. #define HAVE_DLFCN_H 1
  2261. #define LT_OBJDIR ".libs/"
  2262. #define HAVE_PTHREAD_PRIO_INHERIT 1
  2263. #define HAVE_PTHREAD 1
  2264. #define FDELT_TYPE long unsigned int
  2265. #define HAVE_STDIO_H 1
  2266. #define HAVE_STDLIB_H 1
  2267. #define HAVE_UNISTD_H 1
  2268. #define HAVE_STRINGS_H 1
  2269. #define HAVE_SYS_TYPES_H 1
  2270. #define HAVE_SYS_STAT_H 1
  2271. #define HAVE_MSG_NOSIGNAL 1
  2272. #define HAVE_LIBMINIUPNPC 1
  2273. #define HAVE_BOOST /**/
  2274. #define HAVE_BOOST_SYSTEM /**/
  2275. #define HAVE_BOOST_FILESYSTEM /**/
  2276. #define HAVE_BOOST_PROGRAM_OPTIONS /**/
  2277. #define HAVE_BOOST_THREAD /**/
  2278. #define HAVE_BOOST_CHRONO /**/
  2279. #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
  2280.  
  2281. configure: exit 1
Add Comment
Please, Sign In to add comment