Advertisement
Guest User

config.log

a guest
Mar 1st, 2018
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 299.80 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by Bitcoin Core configure 0.16.99, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --prefix=/ --disable-ccache --disable-maintainer-mode --disable-dependency-tracking --with-gui
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = headhunter911-trusty
  14. uname -m = x86_64
  15. uname -r = 4.4.0-31-generic
  16. uname -s = Linux
  17. uname -v = #50~14.04.1-Ubuntu SMP Wed Jul 13 01:07:32 UTC 2016
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/games
  37. PATH: /usr/local/games
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:2855: loading site script depends/x86_64-apple-darwin11/share/config.site
  45. | # depends_prefix="`dirname ${ac_site_file}`/.."
  46. | depends_prefix="/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11"
  47. | cross_compiling=maybe
  48. | host_alias=x86_64-apple-darwin11
  49. | ac_tool_prefix=${host_alias}-
  50. |
  51. | if test -z $with_boost; then
  52. | with_boost=$depends_prefix
  53. | fi
  54. | if test -z $with_qt_plugindir; then
  55. | with_qt_plugindir=$depends_prefix/plugins
  56. | fi
  57. | if test -z $with_qt_translationdir; then
  58. | with_qt_translationdir=$depends_prefix/translations
  59. | fi
  60. | if test -z $with_qt_bindir && test -z ""; then
  61. | with_qt_bindir=$depends_prefix/native/bin
  62. | fi
  63. | if test -z $with_protoc_bindir && test -z ""; then
  64. | with_protoc_bindir=$depends_prefix/native/bin
  65. | fi
  66. |
  67. |
  68. | if test -z $enable_wallet && test -n ""; then
  69. | enable_wallet=no
  70. | fi
  71. |
  72. | if test -z $with_miniupnpc && test -n ""; then
  73. | with_miniupnpc=no
  74. | fi
  75. |
  76. | if test -z $with_gui && test -n ""; then
  77. | with_gui=no
  78. | fi
  79. |
  80. | if test xdarwin = xdarwin; then
  81. | BREW=no
  82. | PORT=no
  83. | fi
  84. |
  85. | if test xdarwin = xmingw32; then
  86. | if test -z $with_qt_incdir; then
  87. | with_qt_incdir=$depends_prefix/include
  88. | fi
  89. | if test -z $with_qt_libdir; then
  90. | with_qt_libdir=$depends_prefix/lib
  91. | fi
  92. | fi
  93. |
  94. | PATH=$depends_prefix/native/bin:$PATH
  95. | PKG_CONFIG="`which pkg-config` --static"
  96. |
  97. | # These two need to remain exported because pkg-config does not see them
  98. | # otherwise. That means they must be unexported at the end of configure.ac to
  99. | # avoid ruining the cache. Sigh.
  100. | export PKG_CONFIG_PATH=$depends_prefix/share/pkgconfig:$depends_prefix/lib/pkgconfig
  101. | if test -z ""; then
  102. | export PKGCONFIG_LIBDIR=
  103. | fi
  104. |
  105. | CPPFLAGS="-I$depends_prefix/include/ $CPPFLAGS"
  106. | LDFLAGS="-L$depends_prefix/lib $LDFLAGS"
  107. |
  108. | CC="/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9"
  109. | CXX="/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++"
  110. | OBJC="${CC}"
  111. | CCACHE=$depends_prefix/native/bin/ccache
  112. | PYTHONPATH=$depends_prefix/native/lib/python/dist-packages:$PYTHONPATH
  113. |
  114. | if test -n "/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ar"; then
  115. | AR=/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ar
  116. | ac_cv_path_ac_pt_AR=${AR}
  117. | fi
  118. |
  119. | if test -n "/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ranlib"; then
  120. | RANLIB=/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ranlib
  121. | ac_cv_path_ac_pt_RANLIB=${RANLIB}
  122. | fi
  123. |
  124. | if test -n "/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-nm"; then
  125. | NM=/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-nm
  126. | ac_cv_path_ac_pt_NM=${NM}
  127. | fi
  128. |
  129. | if test -n ""; then
  130. | enable_reduce_exports=no
  131. | fi
  132. |
  133. | if test -n "-pipe -O2"; then
  134. | CFLAGS="-pipe -O2 $CFLAGS"
  135. | fi
  136. | if test -n "-pipe -O2"; then
  137. | CXXFLAGS="-pipe -O2 $CXXFLAGS"
  138. | fi
  139. | if test -n ""; then
  140. | CPPFLAGS=" $CPPFLAGS"
  141. | fi
  142. | if test -n ""; then
  143. | LDFLAGS=" $LDFLAGS"
  144. | fi
  145. configure:2999: checking build system type
  146. configure:3013: result: x86_64-unknown-linux-gnu
  147. configure:3033: checking host system type
  148. configure:3046: result: x86_64-apple-darwin11
  149. configure:3089: checking for a BSD-compatible install
  150. configure:3157: result: /usr/bin/install -c
  151. configure:3168: checking whether build environment is sane
  152. configure:3223: result: yes
  153. configure:3282: checking for x86_64-apple-darwin11-strip
  154. configure:3298: found /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-strip
  155. configure:3309: result: x86_64-apple-darwin11-strip
  156. configure:3374: checking for a thread-safe mkdir -p
  157. configure:3413: result: /bin/mkdir -p
  158. configure:3420: checking for gawk
  159. configure:3450: result: no
  160. configure:3420: checking for mawk
  161. configure:3436: found /usr/bin/mawk
  162. configure:3447: result: mawk
  163. configure:3458: checking whether make sets $(MAKE)
  164. configure:3480: result: yes
  165. configure:3509: checking whether make supports nested variables
  166. configure:3526: result: yes
  167. configure:3644: checking whether to enable maintainer-specific portions of Makefiles
  168. configure:3653: result: no
  169. configure:3678: checking whether make supports nested variables
  170. configure:3695: result: yes
  171. configure:3824: checking for C++ compiler version
  172. configure:3833: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ --version >&5
  173. clang version 3.7.1 (tags/RELEASE_371/final)
  174. Target: x86_64-apple-darwin11
  175. Thread model: posix
  176. configure:3844: $? = 0
  177. configure:3833: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -v >&5
  178. clang version 3.7.1 (tags/RELEASE_371/final)
  179. Target: x86_64-apple-darwin11
  180. Thread model: posix
  181. clang: warning: argument unused during compilation: '-mmacosx-version-min=10.8'
  182. clang: warning: argument unused during compilation: '-mlinker-version=253.9'
  183. clang: warning: argument unused during compilation: '-stdlib=libc++'
  184. configure:3844: $? = 0
  185. configure:3833: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -V >&5
  186. clang: error: argument to '-V' is missing (expected 1 value)
  187. clang: error: no input files
  188. configure:3844: $? = 1
  189. configure:3833: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -qversion >&5
  190. clang: error: unknown argument: '-qversion'
  191. clang: error: no input files
  192. configure:3844: $? = 1
  193. configure:3864: checking whether the C++ compiler works
  194. configure:3886: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib conftest.cpp >&5
  195. configure:3890: $? = 0
  196. configure:3938: result: yes
  197. configure:3941: checking for C++ compiler default output file name
  198. configure:3943: result: a.out
  199. configure:3949: checking for suffix of executables
  200. configure:3956: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib conftest.cpp >&5
  201. configure:3960: $? = 0
  202. configure:3982: result:
  203. configure:4004: checking whether we are cross compiling
  204. configure:4012: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib conftest.cpp >&5
  205. configure:4016: $? = 0
  206. configure:4023: ./conftest
  207. ./configure: line 4025: ./conftest: cannot execute binary file: Exec format error
  208. configure:4027: $? = 126
  209. configure:4042: result: yes
  210. configure:4047: checking for suffix of object files
  211. configure:4069: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.cpp >&5
  212. configure:4073: $? = 0
  213. configure:4094: result: o
  214. configure:4098: checking whether we are using the GNU C++ compiler
  215. configure:4117: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.cpp >&5
  216. configure:4117: $? = 0
  217. configure:4126: result: yes
  218. configure:4135: checking whether /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ accepts -g
  219. configure:4155: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -c -g -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.cpp >&5
  220. configure:4155: $? = 0
  221. configure:4196: result: yes
  222. configure:4230: checking for style of include used by make
  223. configure:4258: result: GNU
  224. configure:4284: checking dependency style of /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++
  225. configure:4395: result: none
  226. configure:4433: checking whether /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ supports C++11 features with -std=c++11
  227. configure:4729: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.cpp >&5
  228. configure:4729: $? = 0
  229. configure:4738: result: yes
  230. configure:4782: checking whether std::atomic can be used without link library
  231. configure:4800: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib conftest.cpp >&5
  232. configure:4800: $? = 0
  233. configure:4802: result: yes
  234. configure:4871: checking for x86_64-apple-darwin11-g++
  235. configure:4898: result: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11
  236. configure:4967: checking for Objective C++ compiler version
  237. configure:4976: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 --version >&5
  238. clang version 3.7.1 (tags/RELEASE_371/final)
  239. Target: x86_64-apple-darwin11
  240. Thread model: posix
  241. configure:4987: $? = 0
  242. configure:4976: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -v >&5
  243. clang version 3.7.1 (tags/RELEASE_371/final)
  244. Target: x86_64-apple-darwin11
  245. Thread model: posix
  246. clang: warning: argument unused during compilation: '-mmacosx-version-min=10.8'
  247. clang: warning: argument unused during compilation: '-mlinker-version=253.9'
  248. clang: warning: argument unused during compilation: '-stdlib=libc++'
  249. clang: warning: argument unused during compilation: '-std=c++11'
  250. configure:4987: $? = 0
  251. configure:4976: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -V >&5
  252. clang: error: argument to '-V' is missing (expected 1 value)
  253. clang: error: no input files
  254. configure:4987: $? = 1
  255. configure:4976: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -qversion >&5
  256. clang: error: unknown argument: '-qversion'
  257. clang: error: no input files
  258. configure:4987: $? = 1
  259. configure:4991: checking whether we are using the GNU Objective C++ compiler
  260. configure:5010: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.mm >&5
  261. configure:5010: $? = 0
  262. configure:5019: result: yes
  263. configure:5028: checking whether /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 accepts -g
  264. configure:5048: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -g -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.mm >&5
  265. configure:5048: $? = 0
  266. configure:5089: result: yes
  267. configure:5114: checking dependency style of /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11
  268. configure:5223: result: none
  269. configure:5286: checking how to print strings
  270. configure:5313: result: printf
  271. configure:5342: checking for x86_64-apple-darwin11-gcc
  272. configure:5369: result: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9
  273. configure:5638: checking for C compiler version
  274. configure:5647: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 --version >&5
  275. clang version 3.7.1 (tags/RELEASE_371/final)
  276. Target: x86_64-apple-darwin11
  277. Thread model: posix
  278. configure:5658: $? = 0
  279. configure:5647: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -v >&5
  280. clang version 3.7.1 (tags/RELEASE_371/final)
  281. Target: x86_64-apple-darwin11
  282. Thread model: posix
  283. clang: warning: argument unused during compilation: '-mmacosx-version-min=10.8'
  284. clang: warning: argument unused during compilation: '-mlinker-version=253.9'
  285. configure:5658: $? = 0
  286. configure:5647: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -V >&5
  287. clang: error: argument to '-V' is missing (expected 1 value)
  288. clang: error: no input files
  289. configure:5658: $? = 1
  290. configure:5647: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -qversion >&5
  291. clang: error: unknown argument: '-qversion'
  292. clang: error: no input files
  293. configure:5658: $? = 1
  294. configure:5662: checking whether we are using the GNU C compiler
  295. configure:5681: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.c >&5
  296. configure:5681: $? = 0
  297. configure:5690: result: yes
  298. configure:5699: checking whether /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 accepts -g
  299. configure:5719: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -c -g -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.c >&5
  300. configure:5719: $? = 0
  301. configure:5760: result: yes
  302. configure:5777: checking for /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 option to accept ISO C89
  303. configure:5840: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.c >&5
  304. configure:5840: $? = 0
  305. configure:5853: result: none needed
  306. configure:5878: checking whether /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 understands -c and -o together
  307. configure:5900: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -c conftest.c -o conftest2.o
  308. configure:5903: $? = 0
  309. configure:5900: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -c conftest.c -o conftest2.o
  310. configure:5903: $? = 0
  311. configure:5915: result: yes
  312. configure:5934: checking dependency style of /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9
  313. configure:6045: result: none
  314. configure:6060: checking for a sed that does not truncate output
  315. configure:6124: result: /bin/sed
  316. configure:6142: checking for grep that handles long lines and -e
  317. configure:6200: result: /bin/grep
  318. configure:6205: checking for egrep
  319. configure:6267: result: /bin/grep -E
  320. configure:6272: checking for fgrep
  321. configure:6334: result: /bin/grep -F
  322. configure:6369: checking for ld used by /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9
  323. configure:6436: result: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ld
  324. configure:6443: checking if the linker (/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ld) is GNU ld
  325. configure:6458: result: no
  326. configure:6470: checking for BSD- or MS-compatible name lister (nm)
  327. configure:6519: result: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-nm
  328. configure:6649: checking the name lister (/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-nm) interface
  329. configure:6656: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.c >&5
  330. configure:6659: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-nm "conftest.o"
  331. configure:6662: output
  332. 0000000000000000 S _some_variable
  333. configure:6669: result: BSD nm
  334. configure:6672: checking whether ln -s works
  335. configure:6676: result: yes
  336. configure:6684: checking the maximum length of command line arguments
  337. configure:6815: result: 1572864
  338. configure:6832: checking whether the shell understands some XSI constructs
  339. configure:6842: result: yes
  340. configure:6846: checking whether the shell understands "+="
  341. configure:6852: result: yes
  342. configure:6887: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-apple-darwin11 format
  343. configure:6927: result: func_convert_file_noop
  344. configure:6934: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
  345. configure:6954: result: func_convert_file_noop
  346. configure:6961: checking for /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ld option to reload object files
  347. configure:6968: result: -r
  348. configure:7002: checking for x86_64-apple-darwin11-objdump
  349. configure:7032: result: no
  350. configure:7042: checking for objdump
  351. configure:7058: found /usr/bin/objdump
  352. configure:7069: result: objdump
  353. configure:7081: WARNING: using cross tools not prefixed with host triplet
  354. configure:7101: checking how to recognize dependent libraries
  355. configure:7299: result: pass_all
  356. configure:7344: checking for x86_64-apple-darwin11-dlltool
  357. configure:7374: result: no
  358. configure:7384: checking for dlltool
  359. configure:7414: result: no
  360. configure:7444: checking how to associate runtime and link libraries
  361. configure:7471: result: printf %s\n
  362. configure:7488: checking for x86_64-apple-darwin11-ar
  363. configure:7515: result: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ar
  364. configure:7596: checking for archiver @FILE support
  365. configure:7613: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.c >&5
  366. configure:7613: $? = 0
  367. configure:7616: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ar cru libconftest.a @conftest.lst >&5
  368. x86_64-apple-darwin11-ar: @conftest.lst: No such file or directory
  369. configure:7619: $? = 1
  370. configure:7639: result: no
  371. configure:7657: checking for x86_64-apple-darwin11-strip
  372. configure:7684: result: x86_64-apple-darwin11-strip
  373. configure:7756: checking for x86_64-apple-darwin11-ranlib
  374. configure:7783: result: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ranlib
  375. configure:7925: checking command to parse /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-nm output from /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 object
  376. configure:8045: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.c >&5
  377. configure:8048: $? = 0
  378. configure:8052: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  379. configure:8055: $? = 0
  380. cannot find nm_test_var in conftest.nm
  381. configure:8045: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.c >&5
  382. configure:8048: $? = 0
  383. configure:8052: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  384. configure:8055: $? = 0
  385. configure:8121: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib conftest.c conftstm.o >&5
  386. configure:8124: $? = 0
  387. configure:8162: result: ok
  388. configure:8199: checking for sysroot
  389. configure:8229: result: no
  390. configure:8458: checking for x86_64-apple-darwin11-mt
  391. configure:8488: result: no
  392. configure:8498: checking for mt
  393. configure:8514: found /bin/mt
  394. configure:8525: result: mt
  395. configure:8548: checking if mt is a manifest tool
  396. configure:8554: mt '-?'
  397. configure:8562: result: no
  398. configure:8578: checking for x86_64-apple-darwin11-dsymutil
  399. configure:8594: found /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-dsymutil
  400. configure:8605: result: x86_64-apple-darwin11-dsymutil
  401. configure:8670: checking for x86_64-apple-darwin11-nmedit
  402. configure:8686: found /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-nmedit
  403. configure:8697: result: x86_64-apple-darwin11-nmedit
  404. configure:8762: checking for x86_64-apple-darwin11-lipo
  405. configure:8778: found /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-lipo
  406. configure:8789: result: x86_64-apple-darwin11-lipo
  407. configure:8854: checking for x86_64-apple-darwin11-otool
  408. configure:8870: found /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-otool
  409. configure:8881: result: x86_64-apple-darwin11-otool
  410. configure:8946: checking for x86_64-apple-darwin11-otool64
  411. configure:8976: result: no
  412. configure:8986: checking for otool64
  413. configure:9016: result: no
  414. configure:9061: checking for -single_module linker flag
  415. /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -pipe -O2 -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
  416. configure:9094: result: yes
  417. configure:9097: checking for -exported_symbols_list linker flag
  418. configure:9117: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
  419. configure:9117: $? = 0
  420. configure:9127: result: yes
  421. configure:9130: checking for -force_load linker flag
  422. /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -pipe -O2 -c -o conftest.o conftest.c
  423. /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ar cru libconftest.a conftest.o
  424. /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ranlib libconftest.a
  425. /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -pipe -O2 -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -o conftest conftest.c -Wl,-force_load,./libconftest.a
  426. configure:9162: result: yes
  427. configure:9204: checking how to run the C preprocessor
  428. configure:9235: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -E -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.c
  429. configure:9235: $? = 0
  430. configure:9249: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -E -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.c
  431. conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
  432. #include <ac_nonexistent.h>
  433. ^
  434. 1 error generated.
  435. configure:9249: $? = 1
  436. configure: failed program was:
  437. | /* confdefs.h */
  438. | #define PACKAGE_NAME "Bitcoin Core"
  439. | #define PACKAGE_TARNAME "bitcoin"
  440. | #define PACKAGE_VERSION "0.16.99"
  441. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  442. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  443. | #define PACKAGE_URL "https://bitcoincore.org/"
  444. | #define HAVE_CXX11 1
  445. | /* end confdefs.h. */
  446. | #include <ac_nonexistent.h>
  447. configure:9274: result: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -E
  448. configure:9294: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -E -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.c
  449. configure:9294: $? = 0
  450. configure:9308: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -E -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.c
  451. conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
  452. #include <ac_nonexistent.h>
  453. ^
  454. 1 error generated.
  455. configure:9308: $? = 1
  456. configure: failed program was:
  457. | /* confdefs.h */
  458. | #define PACKAGE_NAME "Bitcoin Core"
  459. | #define PACKAGE_TARNAME "bitcoin"
  460. | #define PACKAGE_VERSION "0.16.99"
  461. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  462. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  463. | #define PACKAGE_URL "https://bitcoincore.org/"
  464. | #define HAVE_CXX11 1
  465. | /* end confdefs.h. */
  466. | #include <ac_nonexistent.h>
  467. configure:9337: checking for ANSI C header files
  468. configure:9357: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.c >&5
  469. configure:9357: $? = 0
  470. configure:9441: result: yes
  471. configure:9454: checking for sys/types.h
  472. configure:9454: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.c >&5
  473. configure:9454: $? = 0
  474. configure:9454: result: yes
  475. configure:9454: checking for sys/stat.h
  476. configure:9454: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.c >&5
  477. configure:9454: $? = 0
  478. configure:9454: result: yes
  479. configure:9454: checking for stdlib.h
  480. configure:9454: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.c >&5
  481. configure:9454: $? = 0
  482. configure:9454: result: yes
  483. configure:9454: checking for string.h
  484. configure:9454: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.c >&5
  485. configure:9454: $? = 0
  486. configure:9454: result: yes
  487. configure:9454: checking for memory.h
  488. configure:9454: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.c >&5
  489. configure:9454: $? = 0
  490. configure:9454: result: yes
  491. configure:9454: checking for strings.h
  492. configure:9454: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.c >&5
  493. configure:9454: $? = 0
  494. configure:9454: result: yes
  495. configure:9454: checking for inttypes.h
  496. configure:9454: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.c >&5
  497. configure:9454: $? = 0
  498. configure:9454: result: yes
  499. configure:9454: checking for stdint.h
  500. configure:9454: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.c >&5
  501. configure:9454: $? = 0
  502. configure:9454: result: yes
  503. configure:9454: checking for unistd.h
  504. configure:9454: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.c >&5
  505. configure:9454: $? = 0
  506. configure:9454: result: yes
  507. configure:9468: checking for dlfcn.h
  508. configure:9468: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.c >&5
  509. configure:9468: $? = 0
  510. configure:9468: result: yes
  511. configure:9683: checking for objdir
  512. configure:9698: result: .libs
  513. configure:9969: checking if /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 supports -fno-rtti -fno-exceptions
  514. configure:9987: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -fno-rtti -fno-exceptions conftest.c >&5
  515. configure:9991: $? = 0
  516. configure:10004: result: yes
  517. configure:10331: checking for /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 option to produce PIC
  518. configure:10338: result: -fno-common -DPIC
  519. configure:10346: checking if /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 PIC flag -fno-common -DPIC works
  520. configure:10364: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -fno-common -DPIC -DPIC conftest.c >&5
  521. configure:10368: $? = 0
  522. configure:10381: result: yes
  523. configure:10410: checking if /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 static flag -static works
  524. configure:10438: result: no
  525. configure:10453: checking if /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 supports -c -o file.o
  526. configure:10474: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -o out/conftest2.o conftest.c >&5
  527. configure:10478: $? = 0
  528. configure:10500: result: yes
  529. configure:10508: checking if /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 supports -c -o file.o
  530. configure:10555: result: yes
  531. configure:10588: checking whether the /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 linker (/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ld) supports shared libraries
  532. configure:11745: result: yes
  533. configure:11985: checking dynamic linker characteristics
  534. configure:12719: result: darwin11 dyld
  535. configure:12826: checking how to hardcode library paths into programs
  536. configure:12851: result: immediate
  537. configure:13391: checking whether stripping libraries is possible
  538. configure:13405: result: yes
  539. configure:13431: checking if libtool supports shared libraries
  540. configure:13433: result: yes
  541. configure:13436: checking whether to build shared libraries
  542. configure:13457: result: yes
  543. configure:13460: checking whether to build static libraries
  544. configure:13464: result: yes
  545. configure:13487: checking how to run the C++ preprocessor
  546. configure:13514: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -E -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.cpp
  547. configure:13514: $? = 0
  548. configure:13528: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -E -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.cpp
  549. conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found
  550. #include <ac_nonexistent.h>
  551. ^
  552. 1 error generated.
  553. configure:13528: $? = 1
  554. configure: failed program was:
  555. | /* confdefs.h */
  556. | #define PACKAGE_NAME "Bitcoin Core"
  557. | #define PACKAGE_TARNAME "bitcoin"
  558. | #define PACKAGE_VERSION "0.16.99"
  559. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  560. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  561. | #define PACKAGE_URL "https://bitcoincore.org/"
  562. | #define HAVE_CXX11 1
  563. | #define STDC_HEADERS 1
  564. | #define HAVE_SYS_TYPES_H 1
  565. | #define HAVE_SYS_STAT_H 1
  566. | #define HAVE_STDLIB_H 1
  567. | #define HAVE_STRING_H 1
  568. | #define HAVE_MEMORY_H 1
  569. | #define HAVE_STRINGS_H 1
  570. | #define HAVE_INTTYPES_H 1
  571. | #define HAVE_STDINT_H 1
  572. | #define HAVE_UNISTD_H 1
  573. | #define HAVE_DLFCN_H 1
  574. | #define LT_OBJDIR ".libs/"
  575. | /* end confdefs.h. */
  576. | #include <ac_nonexistent.h>
  577. configure:13553: result: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -E
  578. configure:13573: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -E -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.cpp
  579. configure:13573: $? = 0
  580. configure:13587: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -E -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.cpp
  581. conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found
  582. #include <ac_nonexistent.h>
  583. ^
  584. 1 error generated.
  585. configure:13587: $? = 1
  586. configure: failed program was:
  587. | /* confdefs.h */
  588. | #define PACKAGE_NAME "Bitcoin Core"
  589. | #define PACKAGE_TARNAME "bitcoin"
  590. | #define PACKAGE_VERSION "0.16.99"
  591. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  592. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  593. | #define PACKAGE_URL "https://bitcoincore.org/"
  594. | #define HAVE_CXX11 1
  595. | #define STDC_HEADERS 1
  596. | #define HAVE_SYS_TYPES_H 1
  597. | #define HAVE_SYS_STAT_H 1
  598. | #define HAVE_STDLIB_H 1
  599. | #define HAVE_STRING_H 1
  600. | #define HAVE_MEMORY_H 1
  601. | #define HAVE_STRINGS_H 1
  602. | #define HAVE_INTTYPES_H 1
  603. | #define HAVE_STDINT_H 1
  604. | #define HAVE_UNISTD_H 1
  605. | #define HAVE_DLFCN_H 1
  606. | #define LT_OBJDIR ".libs/"
  607. | /* end confdefs.h. */
  608. | #include <ac_nonexistent.h>
  609. configure:13756: checking for ld used by /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11
  610. configure:13823: result: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ld
  611. configure:13830: checking if the linker (/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ld) is GNU ld
  612. configure:13845: result: no
  613. configure:13900: checking whether the /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 linker (/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ld) supports shared libraries
  614. configure:14902: result: yes
  615. configure:14938: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.cpp >&5
  616. configure:14941: $? = 0
  617. configure:15461: checking for /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 option to produce PIC
  618. configure:15468: result: -fno-common -DPIC
  619. configure:15476: checking if /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 PIC flag -fno-common -DPIC works
  620. configure:15494: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -fno-common -DPIC -DPIC conftest.cpp >&5
  621. configure:15498: $? = 0
  622. configure:15511: result: yes
  623. configure:15534: checking if /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 static flag -static works
  624. configure:15562: result: no
  625. configure:15574: checking if /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 supports -c -o file.o
  626. configure:15595: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -o out/conftest2.o conftest.cpp >&5
  627. configure:15599: $? = 0
  628. configure:15621: result: yes
  629. configure:15626: checking if /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 supports -c -o file.o
  630. configure:15673: result: yes
  631. configure:15703: checking whether the /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 linker (/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ld) supports shared libraries
  632. configure:15742: result: yes
  633. configure:15883: checking dynamic linker characteristics
  634. configure:16551: result: darwin11 dyld
  635. configure:16604: checking how to hardcode library paths into programs
  636. configure:16629: result: immediate
  637. configure:16694: checking for x86_64-apple-darwin11-ar
  638. configure:16724: result: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ar
  639. configure:16792: checking for x86_64-apple-darwin11-ranlib
  640. configure:16822: result: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ranlib
  641. configure:16890: checking for x86_64-apple-darwin11-strip
  642. configure:16908: found /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-strip
  643. configure:16920: result: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-strip
  644. configure:16988: checking for x86_64-apple-darwin11-gcov
  645. configure:17021: result: no
  646. configure:17031: checking for gcov
  647. configure:17049: found /usr/bin/gcov
  648. configure:17061: result: /usr/bin/gcov
  649. configure:17085: checking for lcov
  650. configure:17118: result: no
  651. configure:17127: checking for python3.6
  652. configure:17160: result: no
  653. configure:17127: checking for python3.5
  654. configure:17160: result: no
  655. configure:17127: checking for python3.4
  656. configure:17145: found /usr/bin/python3.4
  657. configure:17157: result: /usr/bin/python3.4
  658. configure:17170: checking for genhtml
  659. configure:17203: result: no
  660. configure:17210: checking for git
  661. configure:17228: found /usr/bin/git
  662. configure:17240: result: /usr/bin/git
  663. configure:17250: checking for ccache
  664. configure:17280: result: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/ccache
  665. configure:17290: checking for xgettext
  666. configure:17308: found /usr/bin/xgettext
  667. configure:17320: result: /usr/bin/xgettext
  668. configure:17330: checking for hexdump
  669. configure:17348: found /usr/bin/hexdump
  670. configure:17360: result: /usr/bin/hexdump
  671. configure:17371: checking for x86_64-apple-darwin11-readelf
  672. configure:17404: result: no
  673. configure:17414: checking for readelf
  674. configure:17432: found /usr/bin/readelf
  675. configure:17444: result: /usr/bin/readelf
  676. configure:17469: checking for x86_64-apple-darwin11-c++filt
  677. configure:17502: result: no
  678. configure:17512: checking for c++filt
  679. configure:17530: found /usr/bin/c++filt
  680. configure:17542: result: /usr/bin/c++filt
  681. configure:17567: checking for x86_64-apple-darwin11-objcopy
  682. configure:17600: result: no
  683. configure:17610: checking for objcopy
  684. configure:17628: found /usr/bin/objcopy
  685. configure:17640: result: /usr/bin/objcopy
  686. configure:17664: checking for doxygen
  687. configure:17697: result: no
  688. configure:17703: WARNING: Doxygen not found
  689. configure:17910: checking whether C++ compiler accepts -Werror
  690. configure:17929: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -Werror -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.cpp >&5
  691. configure:17929: $? = 0
  692. configure:17937: result: yes
  693. configure:18456: checking whether C++ compiler accepts -msse4.2
  694. configure:18475: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -Werror -msse4.2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.cpp >&5
  695. configure:18475: $? = 0
  696. configure:18484: result: yes
  697. configure:18495: checking for assembler crc32 support
  698. configure:18521: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -msse4.2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ conftest.cpp >&5
  699. configure:18521: $? = 0
  700. configure:18522: result: yes
  701. configure:19713: checking for x86_64-apple-darwin11-install_name_tool
  702. configure:19731: found /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-install_name_tool
  703. configure:19743: result: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-install_name_tool
  704. configure:19811: checking for x86_64-apple-darwin11-otool
  705. configure:19829: found /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-otool
  706. configure:19841: result: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-otool
  707. configure:19910: checking for genisoimage
  708. configure:19928: found /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/genisoimage
  709. configure:19940: result: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/genisoimage
  710. configure:19956: checking for rsvg-convert
  711. configure:19974: found /usr/bin/rsvg-convert
  712. configure:19986: result: /usr/bin/rsvg-convert
  713. configure:20002: checking for convert
  714. configure:20020: found /usr/bin/convert
  715. configure:20032: result: /usr/bin/convert
  716. configure:20048: checking for tiffcp
  717. configure:20066: found /usr/bin/tiffcp
  718. configure:20078: result: /usr/bin/tiffcp
  719. configure:20096: checking whether the linker accepts -Wl,-headerpad_max_install_names
  720. configure:20115: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names conftest.cpp >&5
  721. configure:20115: $? = 0
  722. configure:20124: result: yes
  723. configure:20170: checking for x86_64-apple-darwin11-pkg-config
  724. configure:20200: result: /usr/bin/pkg-config --static
  725. configure:20268: checking pkg-config is at least version 0.9.0
  726. configure:20271: result: yes
  727. configure:20386: checking whether byte ordering is bigendian
  728. configure:20401: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  729. configure:20401: $? = 0
  730. configure:20446: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  731. configure:20446: $? = 0
  732. configure:20464: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  733. conftest.cpp:30:11: error: expected ';' after expression
  734. not big endian
  735. ^
  736. ;
  737. conftest.cpp:30:8: error: use of undeclared identifier 'big'
  738. not big endian
  739. ^
  740. conftest.cpp:30:12: error: use of undeclared identifier 'endian'
  741. not big endian
  742. ^
  743. 3 errors generated.
  744. configure:20464: $? = 1
  745. configure: failed program was:
  746. | /* confdefs.h */
  747. | #define PACKAGE_NAME "Bitcoin Core"
  748. | #define PACKAGE_TARNAME "bitcoin"
  749. | #define PACKAGE_VERSION "0.16.99"
  750. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  751. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  752. | #define PACKAGE_URL "https://bitcoincore.org/"
  753. | #define HAVE_CXX11 1
  754. | #define STDC_HEADERS 1
  755. | #define HAVE_SYS_TYPES_H 1
  756. | #define HAVE_SYS_STAT_H 1
  757. | #define HAVE_STDLIB_H 1
  758. | #define HAVE_STRING_H 1
  759. | #define HAVE_MEMORY_H 1
  760. | #define HAVE_STRINGS_H 1
  761. | #define HAVE_INTTYPES_H 1
  762. | #define HAVE_STDINT_H 1
  763. | #define HAVE_UNISTD_H 1
  764. | #define HAVE_DLFCN_H 1
  765. | #define LT_OBJDIR ".libs/"
  766. | #define USE_ASM 1
  767. | /* end confdefs.h. */
  768. | #include <sys/types.h>
  769. | #include <sys/param.h>
  770. |
  771. | int
  772. | main ()
  773. | {
  774. | #if BYTE_ORDER != BIG_ENDIAN
  775. | not big endian
  776. | #endif
  777. |
  778. | ;
  779. | return 0;
  780. | }
  781. configure:20592: result: no
  782. configure:20794: checking whether /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 is Clang
  783. configure:20819: result: yes
  784. configure:20866: checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread
  785. configure:20891: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -o conftest -Werror -Wunknown-warning-option -pthread -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names conftest.c >&5
  786. configure:20891: $? = 0
  787. configure:20897: (/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -c -Werror -Wunknown-warning-option -pthread -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.c >&5) && (echo ==== >&5) && (/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -o conftest -Werror -Wunknown-warning-option -pthread -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names conftest.o >&5)
  788. ====
  789. clang: error: argument unused during compilation: '-pthread'
  790. configure:20897: $? = 1
  791. configure: failed program was:
  792. | /* confdefs.h */
  793. | #define PACKAGE_NAME "Bitcoin Core"
  794. | #define PACKAGE_TARNAME "bitcoin"
  795. | #define PACKAGE_VERSION "0.16.99"
  796. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  797. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  798. | #define PACKAGE_URL "https://bitcoincore.org/"
  799. | #define HAVE_CXX11 1
  800. | #define STDC_HEADERS 1
  801. | #define HAVE_SYS_TYPES_H 1
  802. | #define HAVE_SYS_STAT_H 1
  803. | #define HAVE_STDLIB_H 1
  804. | #define HAVE_STRING_H 1
  805. | #define HAVE_MEMORY_H 1
  806. | #define HAVE_STRINGS_H 1
  807. | #define HAVE_INTTYPES_H 1
  808. | #define HAVE_STDINT_H 1
  809. | #define HAVE_UNISTD_H 1
  810. | #define HAVE_DLFCN_H 1
  811. | #define LT_OBJDIR ".libs/"
  812. | #define USE_ASM 1
  813. | /* end confdefs.h. */
  814. | int main(void){return 0;}
  815. configure:20891: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -o conftest -Werror -Wunknown-warning-option -Qunused-arguments -pthread -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names conftest.c >&5
  816. configure:20891: $? = 0
  817. configure:20897: (/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -c -Werror -Wunknown-warning-option -Qunused-arguments -pthread -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.c >&5) && (echo ==== >&5) && (/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -o conftest -Werror -Wunknown-warning-option -Qunused-arguments -pthread -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names conftest.o >&5)
  818. ====
  819. configure:20897: $? = 0
  820. configure:20915: result: -Qunused-arguments
  821. configure:21064: checking for joinable pthread attribute
  822. configure:21082: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -o conftest -pipe -O2 -Qunused-arguments -pthread -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names conftest.c >&5
  823. configure:21082: $? = 0
  824. configure:21090: result: PTHREAD_CREATE_JOINABLE
  825. configure:21104: checking whether more special flags are required for pthreads
  826. configure:21117: result: no
  827. configure:21125: checking for PTHREAD_PRIO_INHERIT
  828. configure:21141: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -o conftest -pipe -O2 -Qunused-arguments -pthread -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names conftest.c >&5
  829. configure:21141: $? = 0
  830. configure:21150: result: yes
  831. configure:21263: checking for special C compiler options needed for large files
  832. configure:21308: result: no
  833. configure:21314: checking for _FILE_OFFSET_BITS value needed for large files
  834. configure:21339: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  835. configure:21339: $? = 0
  836. configure:21371: result: no
  837. configure:21457: checking whether strerror_r is declared
  838. configure:21457: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  839. configure:21457: $? = 0
  840. configure:21457: result: yes
  841. configure:21470: checking for strerror_r
  842. configure:21470: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names conftest.cpp >&5
  843. configure:21470: $? = 0
  844. configure:21470: result: yes
  845. configure:21479: checking whether strerror_r returns char *
  846. configure:21503: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  847. conftest.cpp:65:13: error: indirection requires pointer operand ('int' invalid)
  848. char x = *strerror_r (0, buf, sizeof buf);
  849. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  850. conftest.cpp:66:10: error: cannot initialize a variable of type 'char *' with an rvalue of type 'int'
  851. char *p = strerror_r (0, buf, sizeof buf);
  852. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  853. 2 errors generated.
  854. configure:21503: $? = 1
  855. configure: failed program was:
  856. | /* confdefs.h */
  857. | #define PACKAGE_NAME "Bitcoin Core"
  858. | #define PACKAGE_TARNAME "bitcoin"
  859. | #define PACKAGE_VERSION "0.16.99"
  860. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  861. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  862. | #define PACKAGE_URL "https://bitcoincore.org/"
  863. | #define HAVE_CXX11 1
  864. | #define STDC_HEADERS 1
  865. | #define HAVE_SYS_TYPES_H 1
  866. | #define HAVE_SYS_STAT_H 1
  867. | #define HAVE_STDLIB_H 1
  868. | #define HAVE_STRING_H 1
  869. | #define HAVE_MEMORY_H 1
  870. | #define HAVE_STRINGS_H 1
  871. | #define HAVE_INTTYPES_H 1
  872. | #define HAVE_STDINT_H 1
  873. | #define HAVE_UNISTD_H 1
  874. | #define HAVE_DLFCN_H 1
  875. | #define LT_OBJDIR ".libs/"
  876. | #define USE_ASM 1
  877. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  878. | #define HAVE_PTHREAD 1
  879. | #define HAVE_DECL_STRERROR_R 1
  880. | #define HAVE_STRERROR_R 1
  881. | /* end confdefs.h. */
  882. | #include <stdio.h>
  883. | #ifdef HAVE_SYS_TYPES_H
  884. | # include <sys/types.h>
  885. | #endif
  886. | #ifdef HAVE_SYS_STAT_H
  887. | # include <sys/stat.h>
  888. | #endif
  889. | #ifdef STDC_HEADERS
  890. | # include <stdlib.h>
  891. | # include <stddef.h>
  892. | #else
  893. | # ifdef HAVE_STDLIB_H
  894. | # include <stdlib.h>
  895. | # endif
  896. | #endif
  897. | #ifdef HAVE_STRING_H
  898. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  899. | # include <memory.h>
  900. | # endif
  901. | # include <string.h>
  902. | #endif
  903. | #ifdef HAVE_STRINGS_H
  904. | # include <strings.h>
  905. | #endif
  906. | #ifdef HAVE_INTTYPES_H
  907. | # include <inttypes.h>
  908. | #endif
  909. | #ifdef HAVE_STDINT_H
  910. | # include <stdint.h>
  911. | #endif
  912. | #ifdef HAVE_UNISTD_H
  913. | # include <unistd.h>
  914. | #endif
  915. | int
  916. | main ()
  917. | {
  918. |
  919. | char buf[100];
  920. | char x = *strerror_r (0, buf, sizeof buf);
  921. | char *p = strerror_r (0, buf, sizeof buf);
  922. | return !p || x;
  923. |
  924. | ;
  925. | return 0;
  926. | }
  927. configure:21541: result: no
  928. configure:21562: checking whether the linker accepts -Wl,--large-address-aware
  929. configure:21581: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names -Wl,--large-address-aware conftest.cpp >&5
  930. ld: unknown option: --large-address-aware
  931. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  932. configure:21581: $? = 1
  933. configure: failed program was:
  934. | /* confdefs.h */
  935. | #define PACKAGE_NAME "Bitcoin Core"
  936. | #define PACKAGE_TARNAME "bitcoin"
  937. | #define PACKAGE_VERSION "0.16.99"
  938. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  939. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  940. | #define PACKAGE_URL "https://bitcoincore.org/"
  941. | #define HAVE_CXX11 1
  942. | #define STDC_HEADERS 1
  943. | #define HAVE_SYS_TYPES_H 1
  944. | #define HAVE_SYS_STAT_H 1
  945. | #define HAVE_STDLIB_H 1
  946. | #define HAVE_STRING_H 1
  947. | #define HAVE_MEMORY_H 1
  948. | #define HAVE_STRINGS_H 1
  949. | #define HAVE_INTTYPES_H 1
  950. | #define HAVE_STDINT_H 1
  951. | #define HAVE_UNISTD_H 1
  952. | #define HAVE_DLFCN_H 1
  953. | #define LT_OBJDIR ".libs/"
  954. | #define USE_ASM 1
  955. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  956. | #define HAVE_PTHREAD 1
  957. | #define HAVE_DECL_STRERROR_R 1
  958. | #define HAVE_STRERROR_R 1
  959. | /* end confdefs.h. */
  960. |
  961. | int
  962. | main ()
  963. | {
  964. |
  965. | ;
  966. | return 0;
  967. | }
  968. configure:21590: result: no
  969. configure:21602: checking for __attribute__((visibility))
  970. configure:21626: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names conftest.cpp >&5
  971. conftest.cpp:32:56: warning: target does not support 'protected' visibility; using 'default' [-Wunsupported-visibility]
  972. int foo_pro( void ) __attribute__((visibility("protected")));
  973. ^
  974. 1 warning generated.
  975. configure:21626: $? = 0
  976. configure:21639: result: no
  977. configure:21655: checking for __attribute__((dllexport))
  978. configure:21676: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names conftest.cpp >&5
  979. conftest.cpp:29:36: warning: unknown attribute 'dllexport' ignored [-Wunknown-attributes]
  980. __attribute__((dllexport)) int foo( void ) { return 0; }
  981. ^
  982. 1 warning generated.
  983. configure:21676: $? = 0
  984. configure:21689: result: no
  985. configure:21705: checking for __attribute__((dllimport))
  986. configure:21726: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names conftest.cpp >&5
  987. conftest.cpp:29:52: warning: unknown attribute 'dllimport' ignored [-Wunknown-attributes]
  988. int foo( void ) __attribute__((dllimport));
  989. ^
  990. 1 warning generated.
  991. configure:21726: $? = 0
  992. configure:21739: result: no
  993. configure:21839: checking for library containing clock_gettime
  994. configure:21870: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names conftest.cpp >&5
  995. Undefined symbols for architecture x86_64:
  996. "_clock_gettime", referenced from:
  997. _main in conftest-8b6688.o
  998. ld: symbol(s) not found for architecture x86_64
  999. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1000. configure:21870: $? = 1
  1001. configure: failed program was:
  1002. | /* confdefs.h */
  1003. | #define PACKAGE_NAME "Bitcoin Core"
  1004. | #define PACKAGE_TARNAME "bitcoin"
  1005. | #define PACKAGE_VERSION "0.16.99"
  1006. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  1007. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1008. | #define PACKAGE_URL "https://bitcoincore.org/"
  1009. | #define HAVE_CXX11 1
  1010. | #define STDC_HEADERS 1
  1011. | #define HAVE_SYS_TYPES_H 1
  1012. | #define HAVE_SYS_STAT_H 1
  1013. | #define HAVE_STDLIB_H 1
  1014. | #define HAVE_STRING_H 1
  1015. | #define HAVE_MEMORY_H 1
  1016. | #define HAVE_STRINGS_H 1
  1017. | #define HAVE_INTTYPES_H 1
  1018. | #define HAVE_STDINT_H 1
  1019. | #define HAVE_UNISTD_H 1
  1020. | #define HAVE_DLFCN_H 1
  1021. | #define LT_OBJDIR ".libs/"
  1022. | #define USE_ASM 1
  1023. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1024. | #define HAVE_PTHREAD 1
  1025. | #define HAVE_DECL_STRERROR_R 1
  1026. | #define HAVE_STRERROR_R 1
  1027. | /* end confdefs.h. */
  1028. |
  1029. | /* Override any GCC internal prototype to avoid an error.
  1030. | Use char because int might match the return type of a GCC
  1031. | builtin and then its argument prototype would still apply. */
  1032. | #ifdef __cplusplus
  1033. | extern "C"
  1034. | #endif
  1035. | char clock_gettime ();
  1036. | int
  1037. | main ()
  1038. | {
  1039. | return clock_gettime ();
  1040. | ;
  1041. | return 0;
  1042. | }
  1043. configure:21870: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names conftest.cpp -lrt >&5
  1044. ld: library not found for -lrt
  1045. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1046. configure:21870: $? = 1
  1047. configure: failed program was:
  1048. | /* confdefs.h */
  1049. | #define PACKAGE_NAME "Bitcoin Core"
  1050. | #define PACKAGE_TARNAME "bitcoin"
  1051. | #define PACKAGE_VERSION "0.16.99"
  1052. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  1053. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1054. | #define PACKAGE_URL "https://bitcoincore.org/"
  1055. | #define HAVE_CXX11 1
  1056. | #define STDC_HEADERS 1
  1057. | #define HAVE_SYS_TYPES_H 1
  1058. | #define HAVE_SYS_STAT_H 1
  1059. | #define HAVE_STDLIB_H 1
  1060. | #define HAVE_STRING_H 1
  1061. | #define HAVE_MEMORY_H 1
  1062. | #define HAVE_STRINGS_H 1
  1063. | #define HAVE_INTTYPES_H 1
  1064. | #define HAVE_STDINT_H 1
  1065. | #define HAVE_UNISTD_H 1
  1066. | #define HAVE_DLFCN_H 1
  1067. | #define LT_OBJDIR ".libs/"
  1068. | #define USE_ASM 1
  1069. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1070. | #define HAVE_PTHREAD 1
  1071. | #define HAVE_DECL_STRERROR_R 1
  1072. | #define HAVE_STRERROR_R 1
  1073. | /* end confdefs.h. */
  1074. |
  1075. | /* Override any GCC internal prototype to avoid an error.
  1076. | Use char because int might match the return type of a GCC
  1077. | builtin and then its argument prototype would still apply. */
  1078. | #ifdef __cplusplus
  1079. | extern "C"
  1080. | #endif
  1081. | char clock_gettime ();
  1082. | int
  1083. | main ()
  1084. | {
  1085. | return clock_gettime ();
  1086. | ;
  1087. | return 0;
  1088. | }
  1089. configure:21887: result: no
  1090. configure:21899: checking whether C++ compiler accepts -fPIC
  1091. configure:21918: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -fPIC -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  1092. configure:21918: $? = 0
  1093. configure:21926: result: yes
  1094. configure:21937: checking whether C++ compiler accepts -Wstack-protector
  1095. configure:21956: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -Wstack-protector -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  1096. configure:21956: $? = 0
  1097. configure:21964: result: yes
  1098. configure:21972: checking whether C++ compiler accepts -fstack-protector-all
  1099. configure:21991: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -fstack-protector-all -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  1100. configure:21991: $? = 0
  1101. configure:21999: result: yes
  1102. configure:22009: checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2
  1103. configure:22028: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -E -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -D_FORTIFY_SOURCE=2 conftest.cpp
  1104. configure:22028: $? = 0
  1105. configure:22036: result: yes
  1106. configure:22040: checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE
  1107. configure:22059: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -E -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -U_FORTIFY_SOURCE conftest.cpp
  1108. configure:22059: $? = 0
  1109. configure:22067: result: yes
  1110. configure:22084: checking whether the linker accepts -Wl,--dynamicbase
  1111. configure:22103: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names -Wl,--dynamicbase conftest.cpp >&5
  1112. ld: unknown option: --dynamicbase
  1113. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1114. configure:22103: $? = 1
  1115. configure: failed program was:
  1116. | /* confdefs.h */
  1117. | #define PACKAGE_NAME "Bitcoin Core"
  1118. | #define PACKAGE_TARNAME "bitcoin"
  1119. | #define PACKAGE_VERSION "0.16.99"
  1120. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  1121. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1122. | #define PACKAGE_URL "https://bitcoincore.org/"
  1123. | #define HAVE_CXX11 1
  1124. | #define STDC_HEADERS 1
  1125. | #define HAVE_SYS_TYPES_H 1
  1126. | #define HAVE_SYS_STAT_H 1
  1127. | #define HAVE_STDLIB_H 1
  1128. | #define HAVE_STRING_H 1
  1129. | #define HAVE_MEMORY_H 1
  1130. | #define HAVE_STRINGS_H 1
  1131. | #define HAVE_INTTYPES_H 1
  1132. | #define HAVE_STDINT_H 1
  1133. | #define HAVE_UNISTD_H 1
  1134. | #define HAVE_DLFCN_H 1
  1135. | #define LT_OBJDIR ".libs/"
  1136. | #define USE_ASM 1
  1137. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1138. | #define HAVE_PTHREAD 1
  1139. | #define HAVE_DECL_STRERROR_R 1
  1140. | #define HAVE_STRERROR_R 1
  1141. | /* end confdefs.h. */
  1142. |
  1143. | int
  1144. | main ()
  1145. | {
  1146. |
  1147. | ;
  1148. | return 0;
  1149. | }
  1150. configure:22112: result: no
  1151. configure:22120: checking whether the linker accepts -Wl,--nxcompat
  1152. configure:22139: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names -Wl,--nxcompat conftest.cpp >&5
  1153. ld: unknown option: --nxcompat
  1154. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1155. configure:22139: $? = 1
  1156. configure: failed program was:
  1157. | /* confdefs.h */
  1158. | #define PACKAGE_NAME "Bitcoin Core"
  1159. | #define PACKAGE_TARNAME "bitcoin"
  1160. | #define PACKAGE_VERSION "0.16.99"
  1161. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  1162. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1163. | #define PACKAGE_URL "https://bitcoincore.org/"
  1164. | #define HAVE_CXX11 1
  1165. | #define STDC_HEADERS 1
  1166. | #define HAVE_SYS_TYPES_H 1
  1167. | #define HAVE_SYS_STAT_H 1
  1168. | #define HAVE_STDLIB_H 1
  1169. | #define HAVE_STRING_H 1
  1170. | #define HAVE_MEMORY_H 1
  1171. | #define HAVE_STRINGS_H 1
  1172. | #define HAVE_INTTYPES_H 1
  1173. | #define HAVE_STDINT_H 1
  1174. | #define HAVE_UNISTD_H 1
  1175. | #define HAVE_DLFCN_H 1
  1176. | #define LT_OBJDIR ".libs/"
  1177. | #define USE_ASM 1
  1178. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1179. | #define HAVE_PTHREAD 1
  1180. | #define HAVE_DECL_STRERROR_R 1
  1181. | #define HAVE_STRERROR_R 1
  1182. | /* end confdefs.h. */
  1183. |
  1184. | int
  1185. | main ()
  1186. | {
  1187. |
  1188. | ;
  1189. | return 0;
  1190. | }
  1191. configure:22148: result: no
  1192. configure:22156: checking whether the linker accepts -Wl,--high-entropy-va
  1193. configure:22175: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names -Wl,--high-entropy-va conftest.cpp >&5
  1194. ld: unknown option: --high-entropy-va
  1195. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1196. configure:22175: $? = 1
  1197. configure: failed program was:
  1198. | /* confdefs.h */
  1199. | #define PACKAGE_NAME "Bitcoin Core"
  1200. | #define PACKAGE_TARNAME "bitcoin"
  1201. | #define PACKAGE_VERSION "0.16.99"
  1202. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  1203. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1204. | #define PACKAGE_URL "https://bitcoincore.org/"
  1205. | #define HAVE_CXX11 1
  1206. | #define STDC_HEADERS 1
  1207. | #define HAVE_SYS_TYPES_H 1
  1208. | #define HAVE_SYS_STAT_H 1
  1209. | #define HAVE_STDLIB_H 1
  1210. | #define HAVE_STRING_H 1
  1211. | #define HAVE_MEMORY_H 1
  1212. | #define HAVE_STRINGS_H 1
  1213. | #define HAVE_INTTYPES_H 1
  1214. | #define HAVE_STDINT_H 1
  1215. | #define HAVE_UNISTD_H 1
  1216. | #define HAVE_DLFCN_H 1
  1217. | #define LT_OBJDIR ".libs/"
  1218. | #define USE_ASM 1
  1219. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1220. | #define HAVE_PTHREAD 1
  1221. | #define HAVE_DECL_STRERROR_R 1
  1222. | #define HAVE_STRERROR_R 1
  1223. | /* end confdefs.h. */
  1224. |
  1225. | int
  1226. | main ()
  1227. | {
  1228. |
  1229. | ;
  1230. | return 0;
  1231. | }
  1232. configure:22184: result: no
  1233. configure:22192: checking whether the linker accepts -Wl,-z,relro
  1234. configure:22211: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names -Wl,-z,relro conftest.cpp >&5
  1235. ld: unknown option: -z
  1236. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1237. configure:22211: $? = 1
  1238. configure: failed program was:
  1239. | /* confdefs.h */
  1240. | #define PACKAGE_NAME "Bitcoin Core"
  1241. | #define PACKAGE_TARNAME "bitcoin"
  1242. | #define PACKAGE_VERSION "0.16.99"
  1243. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  1244. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1245. | #define PACKAGE_URL "https://bitcoincore.org/"
  1246. | #define HAVE_CXX11 1
  1247. | #define STDC_HEADERS 1
  1248. | #define HAVE_SYS_TYPES_H 1
  1249. | #define HAVE_SYS_STAT_H 1
  1250. | #define HAVE_STDLIB_H 1
  1251. | #define HAVE_STRING_H 1
  1252. | #define HAVE_MEMORY_H 1
  1253. | #define HAVE_STRINGS_H 1
  1254. | #define HAVE_INTTYPES_H 1
  1255. | #define HAVE_STDINT_H 1
  1256. | #define HAVE_UNISTD_H 1
  1257. | #define HAVE_DLFCN_H 1
  1258. | #define LT_OBJDIR ".libs/"
  1259. | #define USE_ASM 1
  1260. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1261. | #define HAVE_PTHREAD 1
  1262. | #define HAVE_DECL_STRERROR_R 1
  1263. | #define HAVE_STRERROR_R 1
  1264. | /* end confdefs.h. */
  1265. |
  1266. | int
  1267. | main ()
  1268. | {
  1269. |
  1270. | ;
  1271. | return 0;
  1272. | }
  1273. configure:22220: result: no
  1274. configure:22228: checking whether the linker accepts -Wl,-z,now
  1275. configure:22247: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names -Wl,-z,now conftest.cpp >&5
  1276. ld: unknown option: -z
  1277. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1278. configure:22247: $? = 1
  1279. configure: failed program was:
  1280. | /* confdefs.h */
  1281. | #define PACKAGE_NAME "Bitcoin Core"
  1282. | #define PACKAGE_TARNAME "bitcoin"
  1283. | #define PACKAGE_VERSION "0.16.99"
  1284. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  1285. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1286. | #define PACKAGE_URL "https://bitcoincore.org/"
  1287. | #define HAVE_CXX11 1
  1288. | #define STDC_HEADERS 1
  1289. | #define HAVE_SYS_TYPES_H 1
  1290. | #define HAVE_SYS_STAT_H 1
  1291. | #define HAVE_STDLIB_H 1
  1292. | #define HAVE_STRING_H 1
  1293. | #define HAVE_MEMORY_H 1
  1294. | #define HAVE_STRINGS_H 1
  1295. | #define HAVE_INTTYPES_H 1
  1296. | #define HAVE_STDINT_H 1
  1297. | #define HAVE_UNISTD_H 1
  1298. | #define HAVE_DLFCN_H 1
  1299. | #define LT_OBJDIR ".libs/"
  1300. | #define USE_ASM 1
  1301. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1302. | #define HAVE_PTHREAD 1
  1303. | #define HAVE_DECL_STRERROR_R 1
  1304. | #define HAVE_STRERROR_R 1
  1305. | /* end confdefs.h. */
  1306. |
  1307. | int
  1308. | main ()
  1309. | {
  1310. |
  1311. | ;
  1312. | return 0;
  1313. | }
  1314. configure:22256: result: no
  1315. configure:22266: checking whether C++ compiler accepts -fPIE
  1316. configure:22285: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -fPIE -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  1317. configure:22285: $? = 0
  1318. configure:22293: result: yes
  1319. configure:22301: checking whether the linker accepts -pie
  1320. configure:22320: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names -pie conftest.cpp >&5
  1321. clang: warning: argument unused during compilation: '-pie'
  1322. configure:22320: $? = 0
  1323. configure:22329: result: yes
  1324. configure:22387: checking whether the linker accepts -Wl,-dead_strip
  1325. configure:22406: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp >&5
  1326. configure:22406: $? = 0
  1327. configure:22415: result: yes
  1328. configure:22428: checking endian.h usability
  1329. configure:22428: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  1330. conftest.cpp:60:10: fatal error: 'endian.h' file not found
  1331. #include <endian.h>
  1332. ^
  1333. 1 error generated.
  1334. configure:22428: $? = 1
  1335. configure: failed program was:
  1336. | /* confdefs.h */
  1337. | #define PACKAGE_NAME "Bitcoin Core"
  1338. | #define PACKAGE_TARNAME "bitcoin"
  1339. | #define PACKAGE_VERSION "0.16.99"
  1340. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  1341. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1342. | #define PACKAGE_URL "https://bitcoincore.org/"
  1343. | #define HAVE_CXX11 1
  1344. | #define STDC_HEADERS 1
  1345. | #define HAVE_SYS_TYPES_H 1
  1346. | #define HAVE_SYS_STAT_H 1
  1347. | #define HAVE_STDLIB_H 1
  1348. | #define HAVE_STRING_H 1
  1349. | #define HAVE_MEMORY_H 1
  1350. | #define HAVE_STRINGS_H 1
  1351. | #define HAVE_INTTYPES_H 1
  1352. | #define HAVE_STDINT_H 1
  1353. | #define HAVE_UNISTD_H 1
  1354. | #define HAVE_DLFCN_H 1
  1355. | #define LT_OBJDIR ".libs/"
  1356. | #define USE_ASM 1
  1357. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1358. | #define HAVE_PTHREAD 1
  1359. | #define HAVE_DECL_STRERROR_R 1
  1360. | #define HAVE_STRERROR_R 1
  1361. | /* end confdefs.h. */
  1362. | #include <stdio.h>
  1363. | #ifdef HAVE_SYS_TYPES_H
  1364. | # include <sys/types.h>
  1365. | #endif
  1366. | #ifdef HAVE_SYS_STAT_H
  1367. | # include <sys/stat.h>
  1368. | #endif
  1369. | #ifdef STDC_HEADERS
  1370. | # include <stdlib.h>
  1371. | # include <stddef.h>
  1372. | #else
  1373. | # ifdef HAVE_STDLIB_H
  1374. | # include <stdlib.h>
  1375. | # endif
  1376. | #endif
  1377. | #ifdef HAVE_STRING_H
  1378. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1379. | # include <memory.h>
  1380. | # endif
  1381. | # include <string.h>
  1382. | #endif
  1383. | #ifdef HAVE_STRINGS_H
  1384. | # include <strings.h>
  1385. | #endif
  1386. | #ifdef HAVE_INTTYPES_H
  1387. | # include <inttypes.h>
  1388. | #endif
  1389. | #ifdef HAVE_STDINT_H
  1390. | # include <stdint.h>
  1391. | #endif
  1392. | #ifdef HAVE_UNISTD_H
  1393. | # include <unistd.h>
  1394. | #endif
  1395. | #include <endian.h>
  1396. configure:22428: result: no
  1397. configure:22428: checking endian.h presence
  1398. configure:22428: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -E -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp
  1399. conftest.cpp:27:10: fatal error: 'endian.h' file not found
  1400. #include <endian.h>
  1401. ^
  1402. 1 error generated.
  1403. configure:22428: $? = 1
  1404. configure: failed program was:
  1405. | /* confdefs.h */
  1406. | #define PACKAGE_NAME "Bitcoin Core"
  1407. | #define PACKAGE_TARNAME "bitcoin"
  1408. | #define PACKAGE_VERSION "0.16.99"
  1409. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  1410. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1411. | #define PACKAGE_URL "https://bitcoincore.org/"
  1412. | #define HAVE_CXX11 1
  1413. | #define STDC_HEADERS 1
  1414. | #define HAVE_SYS_TYPES_H 1
  1415. | #define HAVE_SYS_STAT_H 1
  1416. | #define HAVE_STDLIB_H 1
  1417. | #define HAVE_STRING_H 1
  1418. | #define HAVE_MEMORY_H 1
  1419. | #define HAVE_STRINGS_H 1
  1420. | #define HAVE_INTTYPES_H 1
  1421. | #define HAVE_STDINT_H 1
  1422. | #define HAVE_UNISTD_H 1
  1423. | #define HAVE_DLFCN_H 1
  1424. | #define LT_OBJDIR ".libs/"
  1425. | #define USE_ASM 1
  1426. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1427. | #define HAVE_PTHREAD 1
  1428. | #define HAVE_DECL_STRERROR_R 1
  1429. | #define HAVE_STRERROR_R 1
  1430. | /* end confdefs.h. */
  1431. | #include <endian.h>
  1432. configure:22428: result: no
  1433. configure:22428: checking for endian.h
  1434. configure:22428: result: no
  1435. configure:22428: checking sys/endian.h usability
  1436. configure:22428: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  1437. conftest.cpp:60:10: fatal error: 'sys/endian.h' file not found
  1438. #include <sys/endian.h>
  1439. ^
  1440. 1 error generated.
  1441. configure:22428: $? = 1
  1442. configure: failed program was:
  1443. | /* confdefs.h */
  1444. | #define PACKAGE_NAME "Bitcoin Core"
  1445. | #define PACKAGE_TARNAME "bitcoin"
  1446. | #define PACKAGE_VERSION "0.16.99"
  1447. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  1448. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1449. | #define PACKAGE_URL "https://bitcoincore.org/"
  1450. | #define HAVE_CXX11 1
  1451. | #define STDC_HEADERS 1
  1452. | #define HAVE_SYS_TYPES_H 1
  1453. | #define HAVE_SYS_STAT_H 1
  1454. | #define HAVE_STDLIB_H 1
  1455. | #define HAVE_STRING_H 1
  1456. | #define HAVE_MEMORY_H 1
  1457. | #define HAVE_STRINGS_H 1
  1458. | #define HAVE_INTTYPES_H 1
  1459. | #define HAVE_STDINT_H 1
  1460. | #define HAVE_UNISTD_H 1
  1461. | #define HAVE_DLFCN_H 1
  1462. | #define LT_OBJDIR ".libs/"
  1463. | #define USE_ASM 1
  1464. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1465. | #define HAVE_PTHREAD 1
  1466. | #define HAVE_DECL_STRERROR_R 1
  1467. | #define HAVE_STRERROR_R 1
  1468. | /* end confdefs.h. */
  1469. | #include <stdio.h>
  1470. | #ifdef HAVE_SYS_TYPES_H
  1471. | # include <sys/types.h>
  1472. | #endif
  1473. | #ifdef HAVE_SYS_STAT_H
  1474. | # include <sys/stat.h>
  1475. | #endif
  1476. | #ifdef STDC_HEADERS
  1477. | # include <stdlib.h>
  1478. | # include <stddef.h>
  1479. | #else
  1480. | # ifdef HAVE_STDLIB_H
  1481. | # include <stdlib.h>
  1482. | # endif
  1483. | #endif
  1484. | #ifdef HAVE_STRING_H
  1485. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1486. | # include <memory.h>
  1487. | # endif
  1488. | # include <string.h>
  1489. | #endif
  1490. | #ifdef HAVE_STRINGS_H
  1491. | # include <strings.h>
  1492. | #endif
  1493. | #ifdef HAVE_INTTYPES_H
  1494. | # include <inttypes.h>
  1495. | #endif
  1496. | #ifdef HAVE_STDINT_H
  1497. | # include <stdint.h>
  1498. | #endif
  1499. | #ifdef HAVE_UNISTD_H
  1500. | # include <unistd.h>
  1501. | #endif
  1502. | #include <sys/endian.h>
  1503. configure:22428: result: no
  1504. configure:22428: checking sys/endian.h presence
  1505. configure:22428: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -E -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp
  1506. conftest.cpp:27:10: fatal error: 'sys/endian.h' file not found
  1507. #include <sys/endian.h>
  1508. ^
  1509. 1 error generated.
  1510. configure:22428: $? = 1
  1511. configure: failed program was:
  1512. | /* confdefs.h */
  1513. | #define PACKAGE_NAME "Bitcoin Core"
  1514. | #define PACKAGE_TARNAME "bitcoin"
  1515. | #define PACKAGE_VERSION "0.16.99"
  1516. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  1517. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1518. | #define PACKAGE_URL "https://bitcoincore.org/"
  1519. | #define HAVE_CXX11 1
  1520. | #define STDC_HEADERS 1
  1521. | #define HAVE_SYS_TYPES_H 1
  1522. | #define HAVE_SYS_STAT_H 1
  1523. | #define HAVE_STDLIB_H 1
  1524. | #define HAVE_STRING_H 1
  1525. | #define HAVE_MEMORY_H 1
  1526. | #define HAVE_STRINGS_H 1
  1527. | #define HAVE_INTTYPES_H 1
  1528. | #define HAVE_STDINT_H 1
  1529. | #define HAVE_UNISTD_H 1
  1530. | #define HAVE_DLFCN_H 1
  1531. | #define LT_OBJDIR ".libs/"
  1532. | #define USE_ASM 1
  1533. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1534. | #define HAVE_PTHREAD 1
  1535. | #define HAVE_DECL_STRERROR_R 1
  1536. | #define HAVE_STRERROR_R 1
  1537. | /* end confdefs.h. */
  1538. | #include <sys/endian.h>
  1539. configure:22428: result: no
  1540. configure:22428: checking for sys/endian.h
  1541. configure:22428: result: no
  1542. configure:22428: checking byteswap.h usability
  1543. configure:22428: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  1544. conftest.cpp:60:10: fatal error: 'byteswap.h' file not found
  1545. #include <byteswap.h>
  1546. ^
  1547. 1 error generated.
  1548. configure:22428: $? = 1
  1549. configure: failed program was:
  1550. | /* confdefs.h */
  1551. | #define PACKAGE_NAME "Bitcoin Core"
  1552. | #define PACKAGE_TARNAME "bitcoin"
  1553. | #define PACKAGE_VERSION "0.16.99"
  1554. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  1555. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1556. | #define PACKAGE_URL "https://bitcoincore.org/"
  1557. | #define HAVE_CXX11 1
  1558. | #define STDC_HEADERS 1
  1559. | #define HAVE_SYS_TYPES_H 1
  1560. | #define HAVE_SYS_STAT_H 1
  1561. | #define HAVE_STDLIB_H 1
  1562. | #define HAVE_STRING_H 1
  1563. | #define HAVE_MEMORY_H 1
  1564. | #define HAVE_STRINGS_H 1
  1565. | #define HAVE_INTTYPES_H 1
  1566. | #define HAVE_STDINT_H 1
  1567. | #define HAVE_UNISTD_H 1
  1568. | #define HAVE_DLFCN_H 1
  1569. | #define LT_OBJDIR ".libs/"
  1570. | #define USE_ASM 1
  1571. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1572. | #define HAVE_PTHREAD 1
  1573. | #define HAVE_DECL_STRERROR_R 1
  1574. | #define HAVE_STRERROR_R 1
  1575. | /* end confdefs.h. */
  1576. | #include <stdio.h>
  1577. | #ifdef HAVE_SYS_TYPES_H
  1578. | # include <sys/types.h>
  1579. | #endif
  1580. | #ifdef HAVE_SYS_STAT_H
  1581. | # include <sys/stat.h>
  1582. | #endif
  1583. | #ifdef STDC_HEADERS
  1584. | # include <stdlib.h>
  1585. | # include <stddef.h>
  1586. | #else
  1587. | # ifdef HAVE_STDLIB_H
  1588. | # include <stdlib.h>
  1589. | # endif
  1590. | #endif
  1591. | #ifdef HAVE_STRING_H
  1592. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1593. | # include <memory.h>
  1594. | # endif
  1595. | # include <string.h>
  1596. | #endif
  1597. | #ifdef HAVE_STRINGS_H
  1598. | # include <strings.h>
  1599. | #endif
  1600. | #ifdef HAVE_INTTYPES_H
  1601. | # include <inttypes.h>
  1602. | #endif
  1603. | #ifdef HAVE_STDINT_H
  1604. | # include <stdint.h>
  1605. | #endif
  1606. | #ifdef HAVE_UNISTD_H
  1607. | # include <unistd.h>
  1608. | #endif
  1609. | #include <byteswap.h>
  1610. configure:22428: result: no
  1611. configure:22428: checking byteswap.h presence
  1612. configure:22428: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -E -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp
  1613. conftest.cpp:27:10: fatal error: 'byteswap.h' file not found
  1614. #include <byteswap.h>
  1615. ^
  1616. 1 error generated.
  1617. configure:22428: $? = 1
  1618. configure: failed program was:
  1619. | /* confdefs.h */
  1620. | #define PACKAGE_NAME "Bitcoin Core"
  1621. | #define PACKAGE_TARNAME "bitcoin"
  1622. | #define PACKAGE_VERSION "0.16.99"
  1623. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  1624. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1625. | #define PACKAGE_URL "https://bitcoincore.org/"
  1626. | #define HAVE_CXX11 1
  1627. | #define STDC_HEADERS 1
  1628. | #define HAVE_SYS_TYPES_H 1
  1629. | #define HAVE_SYS_STAT_H 1
  1630. | #define HAVE_STDLIB_H 1
  1631. | #define HAVE_STRING_H 1
  1632. | #define HAVE_MEMORY_H 1
  1633. | #define HAVE_STRINGS_H 1
  1634. | #define HAVE_INTTYPES_H 1
  1635. | #define HAVE_STDINT_H 1
  1636. | #define HAVE_UNISTD_H 1
  1637. | #define HAVE_DLFCN_H 1
  1638. | #define LT_OBJDIR ".libs/"
  1639. | #define USE_ASM 1
  1640. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1641. | #define HAVE_PTHREAD 1
  1642. | #define HAVE_DECL_STRERROR_R 1
  1643. | #define HAVE_STRERROR_R 1
  1644. | /* end confdefs.h. */
  1645. | #include <byteswap.h>
  1646. configure:22428: result: no
  1647. configure:22428: checking for byteswap.h
  1648. configure:22428: result: no
  1649. configure:22428: checking stdio.h usability
  1650. configure:22428: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  1651. configure:22428: $? = 0
  1652. configure:22428: result: yes
  1653. configure:22428: checking stdio.h presence
  1654. configure:22428: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -E -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp
  1655. configure:22428: $? = 0
  1656. configure:22428: result: yes
  1657. configure:22428: checking for stdio.h
  1658. configure:22428: result: yes
  1659. configure:22428: checking for stdlib.h
  1660. configure:22428: result: yes
  1661. configure:22428: checking for unistd.h
  1662. configure:22428: result: yes
  1663. configure:22428: checking for strings.h
  1664. configure:22428: result: yes
  1665. configure:22428: checking for sys/types.h
  1666. configure:22428: result: yes
  1667. configure:22428: checking for sys/stat.h
  1668. configure:22428: result: yes
  1669. configure:22428: checking sys/select.h usability
  1670. configure:22428: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  1671. configure:22428: $? = 0
  1672. configure:22428: result: yes
  1673. configure:22428: checking sys/select.h presence
  1674. configure:22428: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -E -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp
  1675. configure:22428: $? = 0
  1676. configure:22428: result: yes
  1677. configure:22428: checking for sys/select.h
  1678. configure:22428: result: yes
  1679. configure:22428: checking sys/prctl.h usability
  1680. configure:22428: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  1681. conftest.cpp:67:10: fatal error: 'sys/prctl.h' file not found
  1682. #include <sys/prctl.h>
  1683. ^
  1684. 1 error generated.
  1685. configure:22428: $? = 1
  1686. configure: failed program was:
  1687. | /* confdefs.h */
  1688. | #define PACKAGE_NAME "Bitcoin Core"
  1689. | #define PACKAGE_TARNAME "bitcoin"
  1690. | #define PACKAGE_VERSION "0.16.99"
  1691. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  1692. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1693. | #define PACKAGE_URL "https://bitcoincore.org/"
  1694. | #define HAVE_CXX11 1
  1695. | #define STDC_HEADERS 1
  1696. | #define HAVE_SYS_TYPES_H 1
  1697. | #define HAVE_SYS_STAT_H 1
  1698. | #define HAVE_STDLIB_H 1
  1699. | #define HAVE_STRING_H 1
  1700. | #define HAVE_MEMORY_H 1
  1701. | #define HAVE_STRINGS_H 1
  1702. | #define HAVE_INTTYPES_H 1
  1703. | #define HAVE_STDINT_H 1
  1704. | #define HAVE_UNISTD_H 1
  1705. | #define HAVE_DLFCN_H 1
  1706. | #define LT_OBJDIR ".libs/"
  1707. | #define USE_ASM 1
  1708. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1709. | #define HAVE_PTHREAD 1
  1710. | #define HAVE_DECL_STRERROR_R 1
  1711. | #define HAVE_STRERROR_R 1
  1712. | #define HAVE_STDIO_H 1
  1713. | #define HAVE_STDLIB_H 1
  1714. | #define HAVE_UNISTD_H 1
  1715. | #define HAVE_STRINGS_H 1
  1716. | #define HAVE_SYS_TYPES_H 1
  1717. | #define HAVE_SYS_STAT_H 1
  1718. | #define HAVE_SYS_SELECT_H 1
  1719. | /* end confdefs.h. */
  1720. | #include <stdio.h>
  1721. | #ifdef HAVE_SYS_TYPES_H
  1722. | # include <sys/types.h>
  1723. | #endif
  1724. | #ifdef HAVE_SYS_STAT_H
  1725. | # include <sys/stat.h>
  1726. | #endif
  1727. | #ifdef STDC_HEADERS
  1728. | # include <stdlib.h>
  1729. | # include <stddef.h>
  1730. | #else
  1731. | # ifdef HAVE_STDLIB_H
  1732. | # include <stdlib.h>
  1733. | # endif
  1734. | #endif
  1735. | #ifdef HAVE_STRING_H
  1736. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1737. | # include <memory.h>
  1738. | # endif
  1739. | # include <string.h>
  1740. | #endif
  1741. | #ifdef HAVE_STRINGS_H
  1742. | # include <strings.h>
  1743. | #endif
  1744. | #ifdef HAVE_INTTYPES_H
  1745. | # include <inttypes.h>
  1746. | #endif
  1747. | #ifdef HAVE_STDINT_H
  1748. | # include <stdint.h>
  1749. | #endif
  1750. | #ifdef HAVE_UNISTD_H
  1751. | # include <unistd.h>
  1752. | #endif
  1753. | #include <sys/prctl.h>
  1754. configure:22428: result: no
  1755. configure:22428: checking sys/prctl.h presence
  1756. configure:22428: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -E -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp
  1757. conftest.cpp:34:10: fatal error: 'sys/prctl.h' file not found
  1758. #include <sys/prctl.h>
  1759. ^
  1760. 1 error generated.
  1761. configure:22428: $? = 1
  1762. configure: failed program was:
  1763. | /* confdefs.h */
  1764. | #define PACKAGE_NAME "Bitcoin Core"
  1765. | #define PACKAGE_TARNAME "bitcoin"
  1766. | #define PACKAGE_VERSION "0.16.99"
  1767. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  1768. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1769. | #define PACKAGE_URL "https://bitcoincore.org/"
  1770. | #define HAVE_CXX11 1
  1771. | #define STDC_HEADERS 1
  1772. | #define HAVE_SYS_TYPES_H 1
  1773. | #define HAVE_SYS_STAT_H 1
  1774. | #define HAVE_STDLIB_H 1
  1775. | #define HAVE_STRING_H 1
  1776. | #define HAVE_MEMORY_H 1
  1777. | #define HAVE_STRINGS_H 1
  1778. | #define HAVE_INTTYPES_H 1
  1779. | #define HAVE_STDINT_H 1
  1780. | #define HAVE_UNISTD_H 1
  1781. | #define HAVE_DLFCN_H 1
  1782. | #define LT_OBJDIR ".libs/"
  1783. | #define USE_ASM 1
  1784. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1785. | #define HAVE_PTHREAD 1
  1786. | #define HAVE_DECL_STRERROR_R 1
  1787. | #define HAVE_STRERROR_R 1
  1788. | #define HAVE_STDIO_H 1
  1789. | #define HAVE_STDLIB_H 1
  1790. | #define HAVE_UNISTD_H 1
  1791. | #define HAVE_STRINGS_H 1
  1792. | #define HAVE_SYS_TYPES_H 1
  1793. | #define HAVE_SYS_STAT_H 1
  1794. | #define HAVE_SYS_SELECT_H 1
  1795. | /* end confdefs.h. */
  1796. | #include <sys/prctl.h>
  1797. configure:22428: result: no
  1798. configure:22428: checking for sys/prctl.h
  1799. configure:22428: result: no
  1800. configure:22439: checking whether strnlen is declared
  1801. configure:22439: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  1802. configure:22439: $? = 0
  1803. configure:22439: result: yes
  1804. configure:22452: checking whether daemon is declared
  1805. configure:22452: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  1806. conftest.cpp:73:10: warning: 'daemon' is deprecated: first deprecated in OS X 10.5 - Use posix_spawn APIs instead. [-Wdeprecated-declarations]
  1807. (void) daemon;
  1808. ^
  1809. /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk/usr/include/stdlib.h:267:6: note: 'daemon' has been explicitly marked deprecated here
  1810. int daemon(int, int) __DARWIN_1050(daemon) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_0, __MAC_10_5, __IPHONE_2_0, __IPHONE_2_0, "Use posix_spawn APIs instead.") __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
  1811. ^
  1812. 1 warning generated.
  1813. configure:22452: $? = 0
  1814. configure:22452: result: yes
  1815. configure:22464: checking whether le16toh is declared
  1816. configure:22464: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  1817. conftest.cpp:47:10: error: use of undeclared identifier 'le16toh'
  1818. (void) le16toh;
  1819. ^
  1820. 1 error generated.
  1821. configure:22464: $? = 1
  1822. configure: failed program was:
  1823. | /* confdefs.h */
  1824. | #define PACKAGE_NAME "Bitcoin Core"
  1825. | #define PACKAGE_TARNAME "bitcoin"
  1826. | #define PACKAGE_VERSION "0.16.99"
  1827. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  1828. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1829. | #define PACKAGE_URL "https://bitcoincore.org/"
  1830. | #define HAVE_CXX11 1
  1831. | #define STDC_HEADERS 1
  1832. | #define HAVE_SYS_TYPES_H 1
  1833. | #define HAVE_SYS_STAT_H 1
  1834. | #define HAVE_STDLIB_H 1
  1835. | #define HAVE_STRING_H 1
  1836. | #define HAVE_MEMORY_H 1
  1837. | #define HAVE_STRINGS_H 1
  1838. | #define HAVE_INTTYPES_H 1
  1839. | #define HAVE_STDINT_H 1
  1840. | #define HAVE_UNISTD_H 1
  1841. | #define HAVE_DLFCN_H 1
  1842. | #define LT_OBJDIR ".libs/"
  1843. | #define USE_ASM 1
  1844. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1845. | #define HAVE_PTHREAD 1
  1846. | #define HAVE_DECL_STRERROR_R 1
  1847. | #define HAVE_STRERROR_R 1
  1848. | #define HAVE_STDIO_H 1
  1849. | #define HAVE_STDLIB_H 1
  1850. | #define HAVE_UNISTD_H 1
  1851. | #define HAVE_STRINGS_H 1
  1852. | #define HAVE_SYS_TYPES_H 1
  1853. | #define HAVE_SYS_STAT_H 1
  1854. | #define HAVE_SYS_SELECT_H 1
  1855. | #define HAVE_DECL_STRNLEN 1
  1856. | #define HAVE_DECL_DAEMON 1
  1857. | /* end confdefs.h. */
  1858. | #if HAVE_ENDIAN_H
  1859. | #include <endian.h>
  1860. | #elif HAVE_SYS_ENDIAN_H
  1861. | #include <sys/endian.h>
  1862. | #endif
  1863. |
  1864. | int
  1865. | main ()
  1866. | {
  1867. | #ifndef le16toh
  1868. | #ifdef __cplusplus
  1869. | (void) le16toh;
  1870. | #else
  1871. | (void) le16toh;
  1872. | #endif
  1873. | #endif
  1874. |
  1875. | ;
  1876. | return 0;
  1877. | }
  1878. configure:22464: result: no
  1879. configure:22479: checking whether le32toh is declared
  1880. configure:22479: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  1881. conftest.cpp:48:10: error: use of undeclared identifier 'le32toh'
  1882. (void) le32toh;
  1883. ^
  1884. 1 error generated.
  1885. configure:22479: $? = 1
  1886. configure: failed program was:
  1887. | /* confdefs.h */
  1888. | #define PACKAGE_NAME "Bitcoin Core"
  1889. | #define PACKAGE_TARNAME "bitcoin"
  1890. | #define PACKAGE_VERSION "0.16.99"
  1891. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  1892. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1893. | #define PACKAGE_URL "https://bitcoincore.org/"
  1894. | #define HAVE_CXX11 1
  1895. | #define STDC_HEADERS 1
  1896. | #define HAVE_SYS_TYPES_H 1
  1897. | #define HAVE_SYS_STAT_H 1
  1898. | #define HAVE_STDLIB_H 1
  1899. | #define HAVE_STRING_H 1
  1900. | #define HAVE_MEMORY_H 1
  1901. | #define HAVE_STRINGS_H 1
  1902. | #define HAVE_INTTYPES_H 1
  1903. | #define HAVE_STDINT_H 1
  1904. | #define HAVE_UNISTD_H 1
  1905. | #define HAVE_DLFCN_H 1
  1906. | #define LT_OBJDIR ".libs/"
  1907. | #define USE_ASM 1
  1908. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1909. | #define HAVE_PTHREAD 1
  1910. | #define HAVE_DECL_STRERROR_R 1
  1911. | #define HAVE_STRERROR_R 1
  1912. | #define HAVE_STDIO_H 1
  1913. | #define HAVE_STDLIB_H 1
  1914. | #define HAVE_UNISTD_H 1
  1915. | #define HAVE_STRINGS_H 1
  1916. | #define HAVE_SYS_TYPES_H 1
  1917. | #define HAVE_SYS_STAT_H 1
  1918. | #define HAVE_SYS_SELECT_H 1
  1919. | #define HAVE_DECL_STRNLEN 1
  1920. | #define HAVE_DECL_DAEMON 1
  1921. | #define HAVE_DECL_LE16TOH 0
  1922. | /* end confdefs.h. */
  1923. | #if HAVE_ENDIAN_H
  1924. | #include <endian.h>
  1925. | #elif HAVE_SYS_ENDIAN_H
  1926. | #include <sys/endian.h>
  1927. | #endif
  1928. |
  1929. | int
  1930. | main ()
  1931. | {
  1932. | #ifndef le32toh
  1933. | #ifdef __cplusplus
  1934. | (void) le32toh;
  1935. | #else
  1936. | (void) le32toh;
  1937. | #endif
  1938. | #endif
  1939. |
  1940. | ;
  1941. | return 0;
  1942. | }
  1943. configure:22479: result: no
  1944. configure:22494: checking whether le64toh is declared
  1945. configure:22494: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  1946. conftest.cpp:49:10: error: use of undeclared identifier 'le64toh'
  1947. (void) le64toh;
  1948. ^
  1949. 1 error generated.
  1950. configure:22494: $? = 1
  1951. configure: failed program was:
  1952. | /* confdefs.h */
  1953. | #define PACKAGE_NAME "Bitcoin Core"
  1954. | #define PACKAGE_TARNAME "bitcoin"
  1955. | #define PACKAGE_VERSION "0.16.99"
  1956. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  1957. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  1958. | #define PACKAGE_URL "https://bitcoincore.org/"
  1959. | #define HAVE_CXX11 1
  1960. | #define STDC_HEADERS 1
  1961. | #define HAVE_SYS_TYPES_H 1
  1962. | #define HAVE_SYS_STAT_H 1
  1963. | #define HAVE_STDLIB_H 1
  1964. | #define HAVE_STRING_H 1
  1965. | #define HAVE_MEMORY_H 1
  1966. | #define HAVE_STRINGS_H 1
  1967. | #define HAVE_INTTYPES_H 1
  1968. | #define HAVE_STDINT_H 1
  1969. | #define HAVE_UNISTD_H 1
  1970. | #define HAVE_DLFCN_H 1
  1971. | #define LT_OBJDIR ".libs/"
  1972. | #define USE_ASM 1
  1973. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1974. | #define HAVE_PTHREAD 1
  1975. | #define HAVE_DECL_STRERROR_R 1
  1976. | #define HAVE_STRERROR_R 1
  1977. | #define HAVE_STDIO_H 1
  1978. | #define HAVE_STDLIB_H 1
  1979. | #define HAVE_UNISTD_H 1
  1980. | #define HAVE_STRINGS_H 1
  1981. | #define HAVE_SYS_TYPES_H 1
  1982. | #define HAVE_SYS_STAT_H 1
  1983. | #define HAVE_SYS_SELECT_H 1
  1984. | #define HAVE_DECL_STRNLEN 1
  1985. | #define HAVE_DECL_DAEMON 1
  1986. | #define HAVE_DECL_LE16TOH 0
  1987. | #define HAVE_DECL_LE32TOH 0
  1988. | /* end confdefs.h. */
  1989. | #if HAVE_ENDIAN_H
  1990. | #include <endian.h>
  1991. | #elif HAVE_SYS_ENDIAN_H
  1992. | #include <sys/endian.h>
  1993. | #endif
  1994. |
  1995. | int
  1996. | main ()
  1997. | {
  1998. | #ifndef le64toh
  1999. | #ifdef __cplusplus
  2000. | (void) le64toh;
  2001. | #else
  2002. | (void) le64toh;
  2003. | #endif
  2004. | #endif
  2005. |
  2006. | ;
  2007. | return 0;
  2008. | }
  2009. configure:22494: result: no
  2010. configure:22509: checking whether htole16 is declared
  2011. configure:22509: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  2012. conftest.cpp:50:10: error: use of undeclared identifier 'htole16'
  2013. (void) htole16;
  2014. ^
  2015. 1 error generated.
  2016. configure:22509: $? = 1
  2017. configure: failed program was:
  2018. | /* confdefs.h */
  2019. | #define PACKAGE_NAME "Bitcoin Core"
  2020. | #define PACKAGE_TARNAME "bitcoin"
  2021. | #define PACKAGE_VERSION "0.16.99"
  2022. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  2023. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2024. | #define PACKAGE_URL "https://bitcoincore.org/"
  2025. | #define HAVE_CXX11 1
  2026. | #define STDC_HEADERS 1
  2027. | #define HAVE_SYS_TYPES_H 1
  2028. | #define HAVE_SYS_STAT_H 1
  2029. | #define HAVE_STDLIB_H 1
  2030. | #define HAVE_STRING_H 1
  2031. | #define HAVE_MEMORY_H 1
  2032. | #define HAVE_STRINGS_H 1
  2033. | #define HAVE_INTTYPES_H 1
  2034. | #define HAVE_STDINT_H 1
  2035. | #define HAVE_UNISTD_H 1
  2036. | #define HAVE_DLFCN_H 1
  2037. | #define LT_OBJDIR ".libs/"
  2038. | #define USE_ASM 1
  2039. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2040. | #define HAVE_PTHREAD 1
  2041. | #define HAVE_DECL_STRERROR_R 1
  2042. | #define HAVE_STRERROR_R 1
  2043. | #define HAVE_STDIO_H 1
  2044. | #define HAVE_STDLIB_H 1
  2045. | #define HAVE_UNISTD_H 1
  2046. | #define HAVE_STRINGS_H 1
  2047. | #define HAVE_SYS_TYPES_H 1
  2048. | #define HAVE_SYS_STAT_H 1
  2049. | #define HAVE_SYS_SELECT_H 1
  2050. | #define HAVE_DECL_STRNLEN 1
  2051. | #define HAVE_DECL_DAEMON 1
  2052. | #define HAVE_DECL_LE16TOH 0
  2053. | #define HAVE_DECL_LE32TOH 0
  2054. | #define HAVE_DECL_LE64TOH 0
  2055. | /* end confdefs.h. */
  2056. | #if HAVE_ENDIAN_H
  2057. | #include <endian.h>
  2058. | #elif HAVE_SYS_ENDIAN_H
  2059. | #include <sys/endian.h>
  2060. | #endif
  2061. |
  2062. | int
  2063. | main ()
  2064. | {
  2065. | #ifndef htole16
  2066. | #ifdef __cplusplus
  2067. | (void) htole16;
  2068. | #else
  2069. | (void) htole16;
  2070. | #endif
  2071. | #endif
  2072. |
  2073. | ;
  2074. | return 0;
  2075. | }
  2076. configure:22509: result: no
  2077. configure:22524: checking whether htole32 is declared
  2078. configure:22524: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  2079. conftest.cpp:51:10: error: use of undeclared identifier 'htole32'
  2080. (void) htole32;
  2081. ^
  2082. 1 error generated.
  2083. configure:22524: $? = 1
  2084. configure: failed program was:
  2085. | /* confdefs.h */
  2086. | #define PACKAGE_NAME "Bitcoin Core"
  2087. | #define PACKAGE_TARNAME "bitcoin"
  2088. | #define PACKAGE_VERSION "0.16.99"
  2089. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  2090. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2091. | #define PACKAGE_URL "https://bitcoincore.org/"
  2092. | #define HAVE_CXX11 1
  2093. | #define STDC_HEADERS 1
  2094. | #define HAVE_SYS_TYPES_H 1
  2095. | #define HAVE_SYS_STAT_H 1
  2096. | #define HAVE_STDLIB_H 1
  2097. | #define HAVE_STRING_H 1
  2098. | #define HAVE_MEMORY_H 1
  2099. | #define HAVE_STRINGS_H 1
  2100. | #define HAVE_INTTYPES_H 1
  2101. | #define HAVE_STDINT_H 1
  2102. | #define HAVE_UNISTD_H 1
  2103. | #define HAVE_DLFCN_H 1
  2104. | #define LT_OBJDIR ".libs/"
  2105. | #define USE_ASM 1
  2106. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2107. | #define HAVE_PTHREAD 1
  2108. | #define HAVE_DECL_STRERROR_R 1
  2109. | #define HAVE_STRERROR_R 1
  2110. | #define HAVE_STDIO_H 1
  2111. | #define HAVE_STDLIB_H 1
  2112. | #define HAVE_UNISTD_H 1
  2113. | #define HAVE_STRINGS_H 1
  2114. | #define HAVE_SYS_TYPES_H 1
  2115. | #define HAVE_SYS_STAT_H 1
  2116. | #define HAVE_SYS_SELECT_H 1
  2117. | #define HAVE_DECL_STRNLEN 1
  2118. | #define HAVE_DECL_DAEMON 1
  2119. | #define HAVE_DECL_LE16TOH 0
  2120. | #define HAVE_DECL_LE32TOH 0
  2121. | #define HAVE_DECL_LE64TOH 0
  2122. | #define HAVE_DECL_HTOLE16 0
  2123. | /* end confdefs.h. */
  2124. | #if HAVE_ENDIAN_H
  2125. | #include <endian.h>
  2126. | #elif HAVE_SYS_ENDIAN_H
  2127. | #include <sys/endian.h>
  2128. | #endif
  2129. |
  2130. | int
  2131. | main ()
  2132. | {
  2133. | #ifndef htole32
  2134. | #ifdef __cplusplus
  2135. | (void) htole32;
  2136. | #else
  2137. | (void) htole32;
  2138. | #endif
  2139. | #endif
  2140. |
  2141. | ;
  2142. | return 0;
  2143. | }
  2144. configure:22524: result: no
  2145. configure:22539: checking whether htole64 is declared
  2146. configure:22539: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  2147. conftest.cpp:52:10: error: use of undeclared identifier 'htole64'
  2148. (void) htole64;
  2149. ^
  2150. 1 error generated.
  2151. configure:22539: $? = 1
  2152. configure: failed program was:
  2153. | /* confdefs.h */
  2154. | #define PACKAGE_NAME "Bitcoin Core"
  2155. | #define PACKAGE_TARNAME "bitcoin"
  2156. | #define PACKAGE_VERSION "0.16.99"
  2157. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  2158. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2159. | #define PACKAGE_URL "https://bitcoincore.org/"
  2160. | #define HAVE_CXX11 1
  2161. | #define STDC_HEADERS 1
  2162. | #define HAVE_SYS_TYPES_H 1
  2163. | #define HAVE_SYS_STAT_H 1
  2164. | #define HAVE_STDLIB_H 1
  2165. | #define HAVE_STRING_H 1
  2166. | #define HAVE_MEMORY_H 1
  2167. | #define HAVE_STRINGS_H 1
  2168. | #define HAVE_INTTYPES_H 1
  2169. | #define HAVE_STDINT_H 1
  2170. | #define HAVE_UNISTD_H 1
  2171. | #define HAVE_DLFCN_H 1
  2172. | #define LT_OBJDIR ".libs/"
  2173. | #define USE_ASM 1
  2174. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2175. | #define HAVE_PTHREAD 1
  2176. | #define HAVE_DECL_STRERROR_R 1
  2177. | #define HAVE_STRERROR_R 1
  2178. | #define HAVE_STDIO_H 1
  2179. | #define HAVE_STDLIB_H 1
  2180. | #define HAVE_UNISTD_H 1
  2181. | #define HAVE_STRINGS_H 1
  2182. | #define HAVE_SYS_TYPES_H 1
  2183. | #define HAVE_SYS_STAT_H 1
  2184. | #define HAVE_SYS_SELECT_H 1
  2185. | #define HAVE_DECL_STRNLEN 1
  2186. | #define HAVE_DECL_DAEMON 1
  2187. | #define HAVE_DECL_LE16TOH 0
  2188. | #define HAVE_DECL_LE32TOH 0
  2189. | #define HAVE_DECL_LE64TOH 0
  2190. | #define HAVE_DECL_HTOLE16 0
  2191. | #define HAVE_DECL_HTOLE32 0
  2192. | /* end confdefs.h. */
  2193. | #if HAVE_ENDIAN_H
  2194. | #include <endian.h>
  2195. | #elif HAVE_SYS_ENDIAN_H
  2196. | #include <sys/endian.h>
  2197. | #endif
  2198. |
  2199. | int
  2200. | main ()
  2201. | {
  2202. | #ifndef htole64
  2203. | #ifdef __cplusplus
  2204. | (void) htole64;
  2205. | #else
  2206. | (void) htole64;
  2207. | #endif
  2208. | #endif
  2209. |
  2210. | ;
  2211. | return 0;
  2212. | }
  2213. configure:22539: result: no
  2214. configure:22554: checking whether be16toh is declared
  2215. configure:22554: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  2216. conftest.cpp:53:10: error: use of undeclared identifier 'be16toh'
  2217. (void) be16toh;
  2218. ^
  2219. 1 error generated.
  2220. configure:22554: $? = 1
  2221. configure: failed program was:
  2222. | /* confdefs.h */
  2223. | #define PACKAGE_NAME "Bitcoin Core"
  2224. | #define PACKAGE_TARNAME "bitcoin"
  2225. | #define PACKAGE_VERSION "0.16.99"
  2226. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  2227. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2228. | #define PACKAGE_URL "https://bitcoincore.org/"
  2229. | #define HAVE_CXX11 1
  2230. | #define STDC_HEADERS 1
  2231. | #define HAVE_SYS_TYPES_H 1
  2232. | #define HAVE_SYS_STAT_H 1
  2233. | #define HAVE_STDLIB_H 1
  2234. | #define HAVE_STRING_H 1
  2235. | #define HAVE_MEMORY_H 1
  2236. | #define HAVE_STRINGS_H 1
  2237. | #define HAVE_INTTYPES_H 1
  2238. | #define HAVE_STDINT_H 1
  2239. | #define HAVE_UNISTD_H 1
  2240. | #define HAVE_DLFCN_H 1
  2241. | #define LT_OBJDIR ".libs/"
  2242. | #define USE_ASM 1
  2243. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2244. | #define HAVE_PTHREAD 1
  2245. | #define HAVE_DECL_STRERROR_R 1
  2246. | #define HAVE_STRERROR_R 1
  2247. | #define HAVE_STDIO_H 1
  2248. | #define HAVE_STDLIB_H 1
  2249. | #define HAVE_UNISTD_H 1
  2250. | #define HAVE_STRINGS_H 1
  2251. | #define HAVE_SYS_TYPES_H 1
  2252. | #define HAVE_SYS_STAT_H 1
  2253. | #define HAVE_SYS_SELECT_H 1
  2254. | #define HAVE_DECL_STRNLEN 1
  2255. | #define HAVE_DECL_DAEMON 1
  2256. | #define HAVE_DECL_LE16TOH 0
  2257. | #define HAVE_DECL_LE32TOH 0
  2258. | #define HAVE_DECL_LE64TOH 0
  2259. | #define HAVE_DECL_HTOLE16 0
  2260. | #define HAVE_DECL_HTOLE32 0
  2261. | #define HAVE_DECL_HTOLE64 0
  2262. | /* end confdefs.h. */
  2263. | #if HAVE_ENDIAN_H
  2264. | #include <endian.h>
  2265. | #elif HAVE_SYS_ENDIAN_H
  2266. | #include <sys/endian.h>
  2267. | #endif
  2268. |
  2269. | int
  2270. | main ()
  2271. | {
  2272. | #ifndef be16toh
  2273. | #ifdef __cplusplus
  2274. | (void) be16toh;
  2275. | #else
  2276. | (void) be16toh;
  2277. | #endif
  2278. | #endif
  2279. |
  2280. | ;
  2281. | return 0;
  2282. | }
  2283. configure:22554: result: no
  2284. configure:22569: checking whether be32toh is declared
  2285. configure:22569: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  2286. conftest.cpp:54:10: error: use of undeclared identifier 'be32toh'
  2287. (void) be32toh;
  2288. ^
  2289. 1 error generated.
  2290. configure:22569: $? = 1
  2291. configure: failed program was:
  2292. | /* confdefs.h */
  2293. | #define PACKAGE_NAME "Bitcoin Core"
  2294. | #define PACKAGE_TARNAME "bitcoin"
  2295. | #define PACKAGE_VERSION "0.16.99"
  2296. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  2297. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2298. | #define PACKAGE_URL "https://bitcoincore.org/"
  2299. | #define HAVE_CXX11 1
  2300. | #define STDC_HEADERS 1
  2301. | #define HAVE_SYS_TYPES_H 1
  2302. | #define HAVE_SYS_STAT_H 1
  2303. | #define HAVE_STDLIB_H 1
  2304. | #define HAVE_STRING_H 1
  2305. | #define HAVE_MEMORY_H 1
  2306. | #define HAVE_STRINGS_H 1
  2307. | #define HAVE_INTTYPES_H 1
  2308. | #define HAVE_STDINT_H 1
  2309. | #define HAVE_UNISTD_H 1
  2310. | #define HAVE_DLFCN_H 1
  2311. | #define LT_OBJDIR ".libs/"
  2312. | #define USE_ASM 1
  2313. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2314. | #define HAVE_PTHREAD 1
  2315. | #define HAVE_DECL_STRERROR_R 1
  2316. | #define HAVE_STRERROR_R 1
  2317. | #define HAVE_STDIO_H 1
  2318. | #define HAVE_STDLIB_H 1
  2319. | #define HAVE_UNISTD_H 1
  2320. | #define HAVE_STRINGS_H 1
  2321. | #define HAVE_SYS_TYPES_H 1
  2322. | #define HAVE_SYS_STAT_H 1
  2323. | #define HAVE_SYS_SELECT_H 1
  2324. | #define HAVE_DECL_STRNLEN 1
  2325. | #define HAVE_DECL_DAEMON 1
  2326. | #define HAVE_DECL_LE16TOH 0
  2327. | #define HAVE_DECL_LE32TOH 0
  2328. | #define HAVE_DECL_LE64TOH 0
  2329. | #define HAVE_DECL_HTOLE16 0
  2330. | #define HAVE_DECL_HTOLE32 0
  2331. | #define HAVE_DECL_HTOLE64 0
  2332. | #define HAVE_DECL_BE16TOH 0
  2333. | /* end confdefs.h. */
  2334. | #if HAVE_ENDIAN_H
  2335. | #include <endian.h>
  2336. | #elif HAVE_SYS_ENDIAN_H
  2337. | #include <sys/endian.h>
  2338. | #endif
  2339. |
  2340. | int
  2341. | main ()
  2342. | {
  2343. | #ifndef be32toh
  2344. | #ifdef __cplusplus
  2345. | (void) be32toh;
  2346. | #else
  2347. | (void) be32toh;
  2348. | #endif
  2349. | #endif
  2350. |
  2351. | ;
  2352. | return 0;
  2353. | }
  2354. configure:22569: result: no
  2355. configure:22584: checking whether be64toh is declared
  2356. configure:22584: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  2357. conftest.cpp:55:10: error: use of undeclared identifier 'be64toh'
  2358. (void) be64toh;
  2359. ^
  2360. 1 error generated.
  2361. configure:22584: $? = 1
  2362. configure: failed program was:
  2363. | /* confdefs.h */
  2364. | #define PACKAGE_NAME "Bitcoin Core"
  2365. | #define PACKAGE_TARNAME "bitcoin"
  2366. | #define PACKAGE_VERSION "0.16.99"
  2367. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  2368. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2369. | #define PACKAGE_URL "https://bitcoincore.org/"
  2370. | #define HAVE_CXX11 1
  2371. | #define STDC_HEADERS 1
  2372. | #define HAVE_SYS_TYPES_H 1
  2373. | #define HAVE_SYS_STAT_H 1
  2374. | #define HAVE_STDLIB_H 1
  2375. | #define HAVE_STRING_H 1
  2376. | #define HAVE_MEMORY_H 1
  2377. | #define HAVE_STRINGS_H 1
  2378. | #define HAVE_INTTYPES_H 1
  2379. | #define HAVE_STDINT_H 1
  2380. | #define HAVE_UNISTD_H 1
  2381. | #define HAVE_DLFCN_H 1
  2382. | #define LT_OBJDIR ".libs/"
  2383. | #define USE_ASM 1
  2384. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2385. | #define HAVE_PTHREAD 1
  2386. | #define HAVE_DECL_STRERROR_R 1
  2387. | #define HAVE_STRERROR_R 1
  2388. | #define HAVE_STDIO_H 1
  2389. | #define HAVE_STDLIB_H 1
  2390. | #define HAVE_UNISTD_H 1
  2391. | #define HAVE_STRINGS_H 1
  2392. | #define HAVE_SYS_TYPES_H 1
  2393. | #define HAVE_SYS_STAT_H 1
  2394. | #define HAVE_SYS_SELECT_H 1
  2395. | #define HAVE_DECL_STRNLEN 1
  2396. | #define HAVE_DECL_DAEMON 1
  2397. | #define HAVE_DECL_LE16TOH 0
  2398. | #define HAVE_DECL_LE32TOH 0
  2399. | #define HAVE_DECL_LE64TOH 0
  2400. | #define HAVE_DECL_HTOLE16 0
  2401. | #define HAVE_DECL_HTOLE32 0
  2402. | #define HAVE_DECL_HTOLE64 0
  2403. | #define HAVE_DECL_BE16TOH 0
  2404. | #define HAVE_DECL_BE32TOH 0
  2405. | /* end confdefs.h. */
  2406. | #if HAVE_ENDIAN_H
  2407. | #include <endian.h>
  2408. | #elif HAVE_SYS_ENDIAN_H
  2409. | #include <sys/endian.h>
  2410. | #endif
  2411. |
  2412. | int
  2413. | main ()
  2414. | {
  2415. | #ifndef be64toh
  2416. | #ifdef __cplusplus
  2417. | (void) be64toh;
  2418. | #else
  2419. | (void) be64toh;
  2420. | #endif
  2421. | #endif
  2422. |
  2423. | ;
  2424. | return 0;
  2425. | }
  2426. configure:22584: result: no
  2427. configure:22599: checking whether htobe16 is declared
  2428. configure:22599: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  2429. conftest.cpp:56:10: error: use of undeclared identifier 'htobe16'
  2430. (void) htobe16;
  2431. ^
  2432. 1 error generated.
  2433. configure:22599: $? = 1
  2434. configure: failed program was:
  2435. | /* confdefs.h */
  2436. | #define PACKAGE_NAME "Bitcoin Core"
  2437. | #define PACKAGE_TARNAME "bitcoin"
  2438. | #define PACKAGE_VERSION "0.16.99"
  2439. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  2440. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2441. | #define PACKAGE_URL "https://bitcoincore.org/"
  2442. | #define HAVE_CXX11 1
  2443. | #define STDC_HEADERS 1
  2444. | #define HAVE_SYS_TYPES_H 1
  2445. | #define HAVE_SYS_STAT_H 1
  2446. | #define HAVE_STDLIB_H 1
  2447. | #define HAVE_STRING_H 1
  2448. | #define HAVE_MEMORY_H 1
  2449. | #define HAVE_STRINGS_H 1
  2450. | #define HAVE_INTTYPES_H 1
  2451. | #define HAVE_STDINT_H 1
  2452. | #define HAVE_UNISTD_H 1
  2453. | #define HAVE_DLFCN_H 1
  2454. | #define LT_OBJDIR ".libs/"
  2455. | #define USE_ASM 1
  2456. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2457. | #define HAVE_PTHREAD 1
  2458. | #define HAVE_DECL_STRERROR_R 1
  2459. | #define HAVE_STRERROR_R 1
  2460. | #define HAVE_STDIO_H 1
  2461. | #define HAVE_STDLIB_H 1
  2462. | #define HAVE_UNISTD_H 1
  2463. | #define HAVE_STRINGS_H 1
  2464. | #define HAVE_SYS_TYPES_H 1
  2465. | #define HAVE_SYS_STAT_H 1
  2466. | #define HAVE_SYS_SELECT_H 1
  2467. | #define HAVE_DECL_STRNLEN 1
  2468. | #define HAVE_DECL_DAEMON 1
  2469. | #define HAVE_DECL_LE16TOH 0
  2470. | #define HAVE_DECL_LE32TOH 0
  2471. | #define HAVE_DECL_LE64TOH 0
  2472. | #define HAVE_DECL_HTOLE16 0
  2473. | #define HAVE_DECL_HTOLE32 0
  2474. | #define HAVE_DECL_HTOLE64 0
  2475. | #define HAVE_DECL_BE16TOH 0
  2476. | #define HAVE_DECL_BE32TOH 0
  2477. | #define HAVE_DECL_BE64TOH 0
  2478. | /* end confdefs.h. */
  2479. | #if HAVE_ENDIAN_H
  2480. | #include <endian.h>
  2481. | #elif HAVE_SYS_ENDIAN_H
  2482. | #include <sys/endian.h>
  2483. | #endif
  2484. |
  2485. | int
  2486. | main ()
  2487. | {
  2488. | #ifndef htobe16
  2489. | #ifdef __cplusplus
  2490. | (void) htobe16;
  2491. | #else
  2492. | (void) htobe16;
  2493. | #endif
  2494. | #endif
  2495. |
  2496. | ;
  2497. | return 0;
  2498. | }
  2499. configure:22599: result: no
  2500. configure:22614: checking whether htobe32 is declared
  2501. configure:22614: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  2502. conftest.cpp:57:10: error: use of undeclared identifier 'htobe32'
  2503. (void) htobe32;
  2504. ^
  2505. 1 error generated.
  2506. configure:22614: $? = 1
  2507. configure: failed program was:
  2508. | /* confdefs.h */
  2509. | #define PACKAGE_NAME "Bitcoin Core"
  2510. | #define PACKAGE_TARNAME "bitcoin"
  2511. | #define PACKAGE_VERSION "0.16.99"
  2512. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  2513. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2514. | #define PACKAGE_URL "https://bitcoincore.org/"
  2515. | #define HAVE_CXX11 1
  2516. | #define STDC_HEADERS 1
  2517. | #define HAVE_SYS_TYPES_H 1
  2518. | #define HAVE_SYS_STAT_H 1
  2519. | #define HAVE_STDLIB_H 1
  2520. | #define HAVE_STRING_H 1
  2521. | #define HAVE_MEMORY_H 1
  2522. | #define HAVE_STRINGS_H 1
  2523. | #define HAVE_INTTYPES_H 1
  2524. | #define HAVE_STDINT_H 1
  2525. | #define HAVE_UNISTD_H 1
  2526. | #define HAVE_DLFCN_H 1
  2527. | #define LT_OBJDIR ".libs/"
  2528. | #define USE_ASM 1
  2529. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2530. | #define HAVE_PTHREAD 1
  2531. | #define HAVE_DECL_STRERROR_R 1
  2532. | #define HAVE_STRERROR_R 1
  2533. | #define HAVE_STDIO_H 1
  2534. | #define HAVE_STDLIB_H 1
  2535. | #define HAVE_UNISTD_H 1
  2536. | #define HAVE_STRINGS_H 1
  2537. | #define HAVE_SYS_TYPES_H 1
  2538. | #define HAVE_SYS_STAT_H 1
  2539. | #define HAVE_SYS_SELECT_H 1
  2540. | #define HAVE_DECL_STRNLEN 1
  2541. | #define HAVE_DECL_DAEMON 1
  2542. | #define HAVE_DECL_LE16TOH 0
  2543. | #define HAVE_DECL_LE32TOH 0
  2544. | #define HAVE_DECL_LE64TOH 0
  2545. | #define HAVE_DECL_HTOLE16 0
  2546. | #define HAVE_DECL_HTOLE32 0
  2547. | #define HAVE_DECL_HTOLE64 0
  2548. | #define HAVE_DECL_BE16TOH 0
  2549. | #define HAVE_DECL_BE32TOH 0
  2550. | #define HAVE_DECL_BE64TOH 0
  2551. | #define HAVE_DECL_HTOBE16 0
  2552. | /* end confdefs.h. */
  2553. | #if HAVE_ENDIAN_H
  2554. | #include <endian.h>
  2555. | #elif HAVE_SYS_ENDIAN_H
  2556. | #include <sys/endian.h>
  2557. | #endif
  2558. |
  2559. | int
  2560. | main ()
  2561. | {
  2562. | #ifndef htobe32
  2563. | #ifdef __cplusplus
  2564. | (void) htobe32;
  2565. | #else
  2566. | (void) htobe32;
  2567. | #endif
  2568. | #endif
  2569. |
  2570. | ;
  2571. | return 0;
  2572. | }
  2573. configure:22614: result: no
  2574. configure:22629: checking whether htobe64 is declared
  2575. configure:22629: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  2576. conftest.cpp:58:10: error: use of undeclared identifier 'htobe64'
  2577. (void) htobe64;
  2578. ^
  2579. 1 error generated.
  2580. configure:22629: $? = 1
  2581. configure: failed program was:
  2582. | /* confdefs.h */
  2583. | #define PACKAGE_NAME "Bitcoin Core"
  2584. | #define PACKAGE_TARNAME "bitcoin"
  2585. | #define PACKAGE_VERSION "0.16.99"
  2586. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  2587. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2588. | #define PACKAGE_URL "https://bitcoincore.org/"
  2589. | #define HAVE_CXX11 1
  2590. | #define STDC_HEADERS 1
  2591. | #define HAVE_SYS_TYPES_H 1
  2592. | #define HAVE_SYS_STAT_H 1
  2593. | #define HAVE_STDLIB_H 1
  2594. | #define HAVE_STRING_H 1
  2595. | #define HAVE_MEMORY_H 1
  2596. | #define HAVE_STRINGS_H 1
  2597. | #define HAVE_INTTYPES_H 1
  2598. | #define HAVE_STDINT_H 1
  2599. | #define HAVE_UNISTD_H 1
  2600. | #define HAVE_DLFCN_H 1
  2601. | #define LT_OBJDIR ".libs/"
  2602. | #define USE_ASM 1
  2603. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2604. | #define HAVE_PTHREAD 1
  2605. | #define HAVE_DECL_STRERROR_R 1
  2606. | #define HAVE_STRERROR_R 1
  2607. | #define HAVE_STDIO_H 1
  2608. | #define HAVE_STDLIB_H 1
  2609. | #define HAVE_UNISTD_H 1
  2610. | #define HAVE_STRINGS_H 1
  2611. | #define HAVE_SYS_TYPES_H 1
  2612. | #define HAVE_SYS_STAT_H 1
  2613. | #define HAVE_SYS_SELECT_H 1
  2614. | #define HAVE_DECL_STRNLEN 1
  2615. | #define HAVE_DECL_DAEMON 1
  2616. | #define HAVE_DECL_LE16TOH 0
  2617. | #define HAVE_DECL_LE32TOH 0
  2618. | #define HAVE_DECL_LE64TOH 0
  2619. | #define HAVE_DECL_HTOLE16 0
  2620. | #define HAVE_DECL_HTOLE32 0
  2621. | #define HAVE_DECL_HTOLE64 0
  2622. | #define HAVE_DECL_BE16TOH 0
  2623. | #define HAVE_DECL_BE32TOH 0
  2624. | #define HAVE_DECL_BE64TOH 0
  2625. | #define HAVE_DECL_HTOBE16 0
  2626. | #define HAVE_DECL_HTOBE32 0
  2627. | /* end confdefs.h. */
  2628. | #if HAVE_ENDIAN_H
  2629. | #include <endian.h>
  2630. | #elif HAVE_SYS_ENDIAN_H
  2631. | #include <sys/endian.h>
  2632. | #endif
  2633. |
  2634. | int
  2635. | main ()
  2636. | {
  2637. | #ifndef htobe64
  2638. | #ifdef __cplusplus
  2639. | (void) htobe64;
  2640. | #else
  2641. | (void) htobe64;
  2642. | #endif
  2643. | #endif
  2644. |
  2645. | ;
  2646. | return 0;
  2647. | }
  2648. configure:22629: result: no
  2649. configure:22646: checking whether bswap_16 is declared
  2650. configure:22646: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  2651. conftest.cpp:57:10: error: use of undeclared identifier 'bswap_16'
  2652. (void) bswap_16;
  2653. ^
  2654. 1 error generated.
  2655. configure:22646: $? = 1
  2656. configure: failed program was:
  2657. | /* confdefs.h */
  2658. | #define PACKAGE_NAME "Bitcoin Core"
  2659. | #define PACKAGE_TARNAME "bitcoin"
  2660. | #define PACKAGE_VERSION "0.16.99"
  2661. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  2662. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2663. | #define PACKAGE_URL "https://bitcoincore.org/"
  2664. | #define HAVE_CXX11 1
  2665. | #define STDC_HEADERS 1
  2666. | #define HAVE_SYS_TYPES_H 1
  2667. | #define HAVE_SYS_STAT_H 1
  2668. | #define HAVE_STDLIB_H 1
  2669. | #define HAVE_STRING_H 1
  2670. | #define HAVE_MEMORY_H 1
  2671. | #define HAVE_STRINGS_H 1
  2672. | #define HAVE_INTTYPES_H 1
  2673. | #define HAVE_STDINT_H 1
  2674. | #define HAVE_UNISTD_H 1
  2675. | #define HAVE_DLFCN_H 1
  2676. | #define LT_OBJDIR ".libs/"
  2677. | #define USE_ASM 1
  2678. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2679. | #define HAVE_PTHREAD 1
  2680. | #define HAVE_DECL_STRERROR_R 1
  2681. | #define HAVE_STRERROR_R 1
  2682. | #define HAVE_STDIO_H 1
  2683. | #define HAVE_STDLIB_H 1
  2684. | #define HAVE_UNISTD_H 1
  2685. | #define HAVE_STRINGS_H 1
  2686. | #define HAVE_SYS_TYPES_H 1
  2687. | #define HAVE_SYS_STAT_H 1
  2688. | #define HAVE_SYS_SELECT_H 1
  2689. | #define HAVE_DECL_STRNLEN 1
  2690. | #define HAVE_DECL_DAEMON 1
  2691. | #define HAVE_DECL_LE16TOH 0
  2692. | #define HAVE_DECL_LE32TOH 0
  2693. | #define HAVE_DECL_LE64TOH 0
  2694. | #define HAVE_DECL_HTOLE16 0
  2695. | #define HAVE_DECL_HTOLE32 0
  2696. | #define HAVE_DECL_HTOLE64 0
  2697. | #define HAVE_DECL_BE16TOH 0
  2698. | #define HAVE_DECL_BE32TOH 0
  2699. | #define HAVE_DECL_BE64TOH 0
  2700. | #define HAVE_DECL_HTOBE16 0
  2701. | #define HAVE_DECL_HTOBE32 0
  2702. | #define HAVE_DECL_HTOBE64 0
  2703. | /* end confdefs.h. */
  2704. | #if HAVE_BYTESWAP_H
  2705. | #include <byteswap.h>
  2706. | #endif
  2707. |
  2708. | int
  2709. | main ()
  2710. | {
  2711. | #ifndef bswap_16
  2712. | #ifdef __cplusplus
  2713. | (void) bswap_16;
  2714. | #else
  2715. | (void) bswap_16;
  2716. | #endif
  2717. | #endif
  2718. |
  2719. | ;
  2720. | return 0;
  2721. | }
  2722. configure:22646: result: no
  2723. configure:22659: checking whether bswap_32 is declared
  2724. configure:22659: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  2725. conftest.cpp:58:10: error: use of undeclared identifier 'bswap_32'
  2726. (void) bswap_32;
  2727. ^
  2728. 1 error generated.
  2729. configure:22659: $? = 1
  2730. configure: failed program was:
  2731. | /* confdefs.h */
  2732. | #define PACKAGE_NAME "Bitcoin Core"
  2733. | #define PACKAGE_TARNAME "bitcoin"
  2734. | #define PACKAGE_VERSION "0.16.99"
  2735. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  2736. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2737. | #define PACKAGE_URL "https://bitcoincore.org/"
  2738. | #define HAVE_CXX11 1
  2739. | #define STDC_HEADERS 1
  2740. | #define HAVE_SYS_TYPES_H 1
  2741. | #define HAVE_SYS_STAT_H 1
  2742. | #define HAVE_STDLIB_H 1
  2743. | #define HAVE_STRING_H 1
  2744. | #define HAVE_MEMORY_H 1
  2745. | #define HAVE_STRINGS_H 1
  2746. | #define HAVE_INTTYPES_H 1
  2747. | #define HAVE_STDINT_H 1
  2748. | #define HAVE_UNISTD_H 1
  2749. | #define HAVE_DLFCN_H 1
  2750. | #define LT_OBJDIR ".libs/"
  2751. | #define USE_ASM 1
  2752. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2753. | #define HAVE_PTHREAD 1
  2754. | #define HAVE_DECL_STRERROR_R 1
  2755. | #define HAVE_STRERROR_R 1
  2756. | #define HAVE_STDIO_H 1
  2757. | #define HAVE_STDLIB_H 1
  2758. | #define HAVE_UNISTD_H 1
  2759. | #define HAVE_STRINGS_H 1
  2760. | #define HAVE_SYS_TYPES_H 1
  2761. | #define HAVE_SYS_STAT_H 1
  2762. | #define HAVE_SYS_SELECT_H 1
  2763. | #define HAVE_DECL_STRNLEN 1
  2764. | #define HAVE_DECL_DAEMON 1
  2765. | #define HAVE_DECL_LE16TOH 0
  2766. | #define HAVE_DECL_LE32TOH 0
  2767. | #define HAVE_DECL_LE64TOH 0
  2768. | #define HAVE_DECL_HTOLE16 0
  2769. | #define HAVE_DECL_HTOLE32 0
  2770. | #define HAVE_DECL_HTOLE64 0
  2771. | #define HAVE_DECL_BE16TOH 0
  2772. | #define HAVE_DECL_BE32TOH 0
  2773. | #define HAVE_DECL_BE64TOH 0
  2774. | #define HAVE_DECL_HTOBE16 0
  2775. | #define HAVE_DECL_HTOBE32 0
  2776. | #define HAVE_DECL_HTOBE64 0
  2777. | #define HAVE_DECL_BSWAP_16 0
  2778. | /* end confdefs.h. */
  2779. | #if HAVE_BYTESWAP_H
  2780. | #include <byteswap.h>
  2781. | #endif
  2782. |
  2783. | int
  2784. | main ()
  2785. | {
  2786. | #ifndef bswap_32
  2787. | #ifdef __cplusplus
  2788. | (void) bswap_32;
  2789. | #else
  2790. | (void) bswap_32;
  2791. | #endif
  2792. | #endif
  2793. |
  2794. | ;
  2795. | return 0;
  2796. | }
  2797. configure:22659: result: no
  2798. configure:22672: checking whether bswap_64 is declared
  2799. configure:22672: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  2800. conftest.cpp:59:10: error: use of undeclared identifier 'bswap_64'
  2801. (void) bswap_64;
  2802. ^
  2803. 1 error generated.
  2804. configure:22672: $? = 1
  2805. configure: failed program was:
  2806. | /* confdefs.h */
  2807. | #define PACKAGE_NAME "Bitcoin Core"
  2808. | #define PACKAGE_TARNAME "bitcoin"
  2809. | #define PACKAGE_VERSION "0.16.99"
  2810. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  2811. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2812. | #define PACKAGE_URL "https://bitcoincore.org/"
  2813. | #define HAVE_CXX11 1
  2814. | #define STDC_HEADERS 1
  2815. | #define HAVE_SYS_TYPES_H 1
  2816. | #define HAVE_SYS_STAT_H 1
  2817. | #define HAVE_STDLIB_H 1
  2818. | #define HAVE_STRING_H 1
  2819. | #define HAVE_MEMORY_H 1
  2820. | #define HAVE_STRINGS_H 1
  2821. | #define HAVE_INTTYPES_H 1
  2822. | #define HAVE_STDINT_H 1
  2823. | #define HAVE_UNISTD_H 1
  2824. | #define HAVE_DLFCN_H 1
  2825. | #define LT_OBJDIR ".libs/"
  2826. | #define USE_ASM 1
  2827. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2828. | #define HAVE_PTHREAD 1
  2829. | #define HAVE_DECL_STRERROR_R 1
  2830. | #define HAVE_STRERROR_R 1
  2831. | #define HAVE_STDIO_H 1
  2832. | #define HAVE_STDLIB_H 1
  2833. | #define HAVE_UNISTD_H 1
  2834. | #define HAVE_STRINGS_H 1
  2835. | #define HAVE_SYS_TYPES_H 1
  2836. | #define HAVE_SYS_STAT_H 1
  2837. | #define HAVE_SYS_SELECT_H 1
  2838. | #define HAVE_DECL_STRNLEN 1
  2839. | #define HAVE_DECL_DAEMON 1
  2840. | #define HAVE_DECL_LE16TOH 0
  2841. | #define HAVE_DECL_LE32TOH 0
  2842. | #define HAVE_DECL_LE64TOH 0
  2843. | #define HAVE_DECL_HTOLE16 0
  2844. | #define HAVE_DECL_HTOLE32 0
  2845. | #define HAVE_DECL_HTOLE64 0
  2846. | #define HAVE_DECL_BE16TOH 0
  2847. | #define HAVE_DECL_BE32TOH 0
  2848. | #define HAVE_DECL_BE64TOH 0
  2849. | #define HAVE_DECL_HTOBE16 0
  2850. | #define HAVE_DECL_HTOBE32 0
  2851. | #define HAVE_DECL_HTOBE64 0
  2852. | #define HAVE_DECL_BSWAP_16 0
  2853. | #define HAVE_DECL_BSWAP_32 0
  2854. | /* end confdefs.h. */
  2855. | #if HAVE_BYTESWAP_H
  2856. | #include <byteswap.h>
  2857. | #endif
  2858. |
  2859. | int
  2860. | main ()
  2861. | {
  2862. | #ifndef bswap_64
  2863. | #ifdef __cplusplus
  2864. | (void) bswap_64;
  2865. | #else
  2866. | (void) bswap_64;
  2867. | #endif
  2868. | #endif
  2869. |
  2870. | ;
  2871. | return 0;
  2872. | }
  2873. configure:22672: result: no
  2874. configure:22687: checking whether __builtin_clz is declared
  2875. configure:22687: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  2876. conftest.cpp:89:10: error: builtin functions must be directly called
  2877. (void) __builtin_clz;
  2878. ^
  2879. 1 error generated.
  2880. configure:22687: $? = 1
  2881. configure: failed program was:
  2882. | /* confdefs.h */
  2883. | #define PACKAGE_NAME "Bitcoin Core"
  2884. | #define PACKAGE_TARNAME "bitcoin"
  2885. | #define PACKAGE_VERSION "0.16.99"
  2886. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  2887. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2888. | #define PACKAGE_URL "https://bitcoincore.org/"
  2889. | #define HAVE_CXX11 1
  2890. | #define STDC_HEADERS 1
  2891. | #define HAVE_SYS_TYPES_H 1
  2892. | #define HAVE_SYS_STAT_H 1
  2893. | #define HAVE_STDLIB_H 1
  2894. | #define HAVE_STRING_H 1
  2895. | #define HAVE_MEMORY_H 1
  2896. | #define HAVE_STRINGS_H 1
  2897. | #define HAVE_INTTYPES_H 1
  2898. | #define HAVE_STDINT_H 1
  2899. | #define HAVE_UNISTD_H 1
  2900. | #define HAVE_DLFCN_H 1
  2901. | #define LT_OBJDIR ".libs/"
  2902. | #define USE_ASM 1
  2903. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2904. | #define HAVE_PTHREAD 1
  2905. | #define HAVE_DECL_STRERROR_R 1
  2906. | #define HAVE_STRERROR_R 1
  2907. | #define HAVE_STDIO_H 1
  2908. | #define HAVE_STDLIB_H 1
  2909. | #define HAVE_UNISTD_H 1
  2910. | #define HAVE_STRINGS_H 1
  2911. | #define HAVE_SYS_TYPES_H 1
  2912. | #define HAVE_SYS_STAT_H 1
  2913. | #define HAVE_SYS_SELECT_H 1
  2914. | #define HAVE_DECL_STRNLEN 1
  2915. | #define HAVE_DECL_DAEMON 1
  2916. | #define HAVE_DECL_LE16TOH 0
  2917. | #define HAVE_DECL_LE32TOH 0
  2918. | #define HAVE_DECL_LE64TOH 0
  2919. | #define HAVE_DECL_HTOLE16 0
  2920. | #define HAVE_DECL_HTOLE32 0
  2921. | #define HAVE_DECL_HTOLE64 0
  2922. | #define HAVE_DECL_BE16TOH 0
  2923. | #define HAVE_DECL_BE32TOH 0
  2924. | #define HAVE_DECL_BE64TOH 0
  2925. | #define HAVE_DECL_HTOBE16 0
  2926. | #define HAVE_DECL_HTOBE32 0
  2927. | #define HAVE_DECL_HTOBE64 0
  2928. | #define HAVE_DECL_BSWAP_16 0
  2929. | #define HAVE_DECL_BSWAP_32 0
  2930. | #define HAVE_DECL_BSWAP_64 0
  2931. | /* end confdefs.h. */
  2932. | #include <stdio.h>
  2933. | #ifdef HAVE_SYS_TYPES_H
  2934. | # include <sys/types.h>
  2935. | #endif
  2936. | #ifdef HAVE_SYS_STAT_H
  2937. | # include <sys/stat.h>
  2938. | #endif
  2939. | #ifdef STDC_HEADERS
  2940. | # include <stdlib.h>
  2941. | # include <stddef.h>
  2942. | #else
  2943. | # ifdef HAVE_STDLIB_H
  2944. | # include <stdlib.h>
  2945. | # endif
  2946. | #endif
  2947. | #ifdef HAVE_STRING_H
  2948. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2949. | # include <memory.h>
  2950. | # endif
  2951. | # include <string.h>
  2952. | #endif
  2953. | #ifdef HAVE_STRINGS_H
  2954. | # include <strings.h>
  2955. | #endif
  2956. | #ifdef HAVE_INTTYPES_H
  2957. | # include <inttypes.h>
  2958. | #endif
  2959. | #ifdef HAVE_STDINT_H
  2960. | # include <stdint.h>
  2961. | #endif
  2962. | #ifdef HAVE_UNISTD_H
  2963. | # include <unistd.h>
  2964. | #endif
  2965. | int
  2966. | main ()
  2967. | {
  2968. | #ifndef __builtin_clz
  2969. | #ifdef __cplusplus
  2970. | (void) __builtin_clz;
  2971. | #else
  2972. | (void) __builtin_clz;
  2973. | #endif
  2974. | #endif
  2975. |
  2976. | ;
  2977. | return 0;
  2978. | }
  2979. configure:22687: result: no
  2980. configure:22697: checking whether __builtin_clzl is declared
  2981. configure:22697: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  2982. conftest.cpp:90:10: error: builtin functions must be directly called
  2983. (void) __builtin_clzl;
  2984. ^
  2985. 1 error generated.
  2986. configure:22697: $? = 1
  2987. configure: failed program was:
  2988. | /* confdefs.h */
  2989. | #define PACKAGE_NAME "Bitcoin Core"
  2990. | #define PACKAGE_TARNAME "bitcoin"
  2991. | #define PACKAGE_VERSION "0.16.99"
  2992. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  2993. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  2994. | #define PACKAGE_URL "https://bitcoincore.org/"
  2995. | #define HAVE_CXX11 1
  2996. | #define STDC_HEADERS 1
  2997. | #define HAVE_SYS_TYPES_H 1
  2998. | #define HAVE_SYS_STAT_H 1
  2999. | #define HAVE_STDLIB_H 1
  3000. | #define HAVE_STRING_H 1
  3001. | #define HAVE_MEMORY_H 1
  3002. | #define HAVE_STRINGS_H 1
  3003. | #define HAVE_INTTYPES_H 1
  3004. | #define HAVE_STDINT_H 1
  3005. | #define HAVE_UNISTD_H 1
  3006. | #define HAVE_DLFCN_H 1
  3007. | #define LT_OBJDIR ".libs/"
  3008. | #define USE_ASM 1
  3009. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3010. | #define HAVE_PTHREAD 1
  3011. | #define HAVE_DECL_STRERROR_R 1
  3012. | #define HAVE_STRERROR_R 1
  3013. | #define HAVE_STDIO_H 1
  3014. | #define HAVE_STDLIB_H 1
  3015. | #define HAVE_UNISTD_H 1
  3016. | #define HAVE_STRINGS_H 1
  3017. | #define HAVE_SYS_TYPES_H 1
  3018. | #define HAVE_SYS_STAT_H 1
  3019. | #define HAVE_SYS_SELECT_H 1
  3020. | #define HAVE_DECL_STRNLEN 1
  3021. | #define HAVE_DECL_DAEMON 1
  3022. | #define HAVE_DECL_LE16TOH 0
  3023. | #define HAVE_DECL_LE32TOH 0
  3024. | #define HAVE_DECL_LE64TOH 0
  3025. | #define HAVE_DECL_HTOLE16 0
  3026. | #define HAVE_DECL_HTOLE32 0
  3027. | #define HAVE_DECL_HTOLE64 0
  3028. | #define HAVE_DECL_BE16TOH 0
  3029. | #define HAVE_DECL_BE32TOH 0
  3030. | #define HAVE_DECL_BE64TOH 0
  3031. | #define HAVE_DECL_HTOBE16 0
  3032. | #define HAVE_DECL_HTOBE32 0
  3033. | #define HAVE_DECL_HTOBE64 0
  3034. | #define HAVE_DECL_BSWAP_16 0
  3035. | #define HAVE_DECL_BSWAP_32 0
  3036. | #define HAVE_DECL_BSWAP_64 0
  3037. | #define HAVE_DECL___BUILTIN_CLZ 0
  3038. | /* end confdefs.h. */
  3039. | #include <stdio.h>
  3040. | #ifdef HAVE_SYS_TYPES_H
  3041. | # include <sys/types.h>
  3042. | #endif
  3043. | #ifdef HAVE_SYS_STAT_H
  3044. | # include <sys/stat.h>
  3045. | #endif
  3046. | #ifdef STDC_HEADERS
  3047. | # include <stdlib.h>
  3048. | # include <stddef.h>
  3049. | #else
  3050. | # ifdef HAVE_STDLIB_H
  3051. | # include <stdlib.h>
  3052. | # endif
  3053. | #endif
  3054. | #ifdef HAVE_STRING_H
  3055. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3056. | # include <memory.h>
  3057. | # endif
  3058. | # include <string.h>
  3059. | #endif
  3060. | #ifdef HAVE_STRINGS_H
  3061. | # include <strings.h>
  3062. | #endif
  3063. | #ifdef HAVE_INTTYPES_H
  3064. | # include <inttypes.h>
  3065. | #endif
  3066. | #ifdef HAVE_STDINT_H
  3067. | # include <stdint.h>
  3068. | #endif
  3069. | #ifdef HAVE_UNISTD_H
  3070. | # include <unistd.h>
  3071. | #endif
  3072. | int
  3073. | main ()
  3074. | {
  3075. | #ifndef __builtin_clzl
  3076. | #ifdef __cplusplus
  3077. | (void) __builtin_clzl;
  3078. | #else
  3079. | (void) __builtin_clzl;
  3080. | #endif
  3081. | #endif
  3082. |
  3083. | ;
  3084. | return 0;
  3085. | }
  3086. configure:22697: result: no
  3087. configure:22707: checking whether __builtin_clzll is declared
  3088. configure:22707: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  3089. conftest.cpp:91:10: error: builtin functions must be directly called
  3090. (void) __builtin_clzll;
  3091. ^
  3092. 1 error generated.
  3093. configure:22707: $? = 1
  3094. configure: failed program was:
  3095. | /* confdefs.h */
  3096. | #define PACKAGE_NAME "Bitcoin Core"
  3097. | #define PACKAGE_TARNAME "bitcoin"
  3098. | #define PACKAGE_VERSION "0.16.99"
  3099. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  3100. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3101. | #define PACKAGE_URL "https://bitcoincore.org/"
  3102. | #define HAVE_CXX11 1
  3103. | #define STDC_HEADERS 1
  3104. | #define HAVE_SYS_TYPES_H 1
  3105. | #define HAVE_SYS_STAT_H 1
  3106. | #define HAVE_STDLIB_H 1
  3107. | #define HAVE_STRING_H 1
  3108. | #define HAVE_MEMORY_H 1
  3109. | #define HAVE_STRINGS_H 1
  3110. | #define HAVE_INTTYPES_H 1
  3111. | #define HAVE_STDINT_H 1
  3112. | #define HAVE_UNISTD_H 1
  3113. | #define HAVE_DLFCN_H 1
  3114. | #define LT_OBJDIR ".libs/"
  3115. | #define USE_ASM 1
  3116. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3117. | #define HAVE_PTHREAD 1
  3118. | #define HAVE_DECL_STRERROR_R 1
  3119. | #define HAVE_STRERROR_R 1
  3120. | #define HAVE_STDIO_H 1
  3121. | #define HAVE_STDLIB_H 1
  3122. | #define HAVE_UNISTD_H 1
  3123. | #define HAVE_STRINGS_H 1
  3124. | #define HAVE_SYS_TYPES_H 1
  3125. | #define HAVE_SYS_STAT_H 1
  3126. | #define HAVE_SYS_SELECT_H 1
  3127. | #define HAVE_DECL_STRNLEN 1
  3128. | #define HAVE_DECL_DAEMON 1
  3129. | #define HAVE_DECL_LE16TOH 0
  3130. | #define HAVE_DECL_LE32TOH 0
  3131. | #define HAVE_DECL_LE64TOH 0
  3132. | #define HAVE_DECL_HTOLE16 0
  3133. | #define HAVE_DECL_HTOLE32 0
  3134. | #define HAVE_DECL_HTOLE64 0
  3135. | #define HAVE_DECL_BE16TOH 0
  3136. | #define HAVE_DECL_BE32TOH 0
  3137. | #define HAVE_DECL_BE64TOH 0
  3138. | #define HAVE_DECL_HTOBE16 0
  3139. | #define HAVE_DECL_HTOBE32 0
  3140. | #define HAVE_DECL_HTOBE64 0
  3141. | #define HAVE_DECL_BSWAP_16 0
  3142. | #define HAVE_DECL_BSWAP_32 0
  3143. | #define HAVE_DECL_BSWAP_64 0
  3144. | #define HAVE_DECL___BUILTIN_CLZ 0
  3145. | #define HAVE_DECL___BUILTIN_CLZL 0
  3146. | /* end confdefs.h. */
  3147. | #include <stdio.h>
  3148. | #ifdef HAVE_SYS_TYPES_H
  3149. | # include <sys/types.h>
  3150. | #endif
  3151. | #ifdef HAVE_SYS_STAT_H
  3152. | # include <sys/stat.h>
  3153. | #endif
  3154. | #ifdef STDC_HEADERS
  3155. | # include <stdlib.h>
  3156. | # include <stddef.h>
  3157. | #else
  3158. | # ifdef HAVE_STDLIB_H
  3159. | # include <stdlib.h>
  3160. | # endif
  3161. | #endif
  3162. | #ifdef HAVE_STRING_H
  3163. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3164. | # include <memory.h>
  3165. | # endif
  3166. | # include <string.h>
  3167. | #endif
  3168. | #ifdef HAVE_STRINGS_H
  3169. | # include <strings.h>
  3170. | #endif
  3171. | #ifdef HAVE_INTTYPES_H
  3172. | # include <inttypes.h>
  3173. | #endif
  3174. | #ifdef HAVE_STDINT_H
  3175. | # include <stdint.h>
  3176. | #endif
  3177. | #ifdef HAVE_UNISTD_H
  3178. | # include <unistd.h>
  3179. | #endif
  3180. | int
  3181. | main ()
  3182. | {
  3183. | #ifndef __builtin_clzll
  3184. | #ifdef __cplusplus
  3185. | (void) __builtin_clzll;
  3186. | #else
  3187. | (void) __builtin_clzll;
  3188. | #endif
  3189. | #endif
  3190. |
  3191. | ;
  3192. | return 0;
  3193. | }
  3194. configure:22707: result: no
  3195. configure:22719: checking for MSG_NOSIGNAL
  3196. configure:22732: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  3197. conftest.cpp:58:10: error: use of undeclared identifier 'MSG_NOSIGNAL'
  3198. int f = MSG_NOSIGNAL;
  3199. ^
  3200. 1 error generated.
  3201. configure:22732: $? = 1
  3202. configure: failed program was:
  3203. | /* confdefs.h */
  3204. | #define PACKAGE_NAME "Bitcoin Core"
  3205. | #define PACKAGE_TARNAME "bitcoin"
  3206. | #define PACKAGE_VERSION "0.16.99"
  3207. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  3208. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3209. | #define PACKAGE_URL "https://bitcoincore.org/"
  3210. | #define HAVE_CXX11 1
  3211. | #define STDC_HEADERS 1
  3212. | #define HAVE_SYS_TYPES_H 1
  3213. | #define HAVE_SYS_STAT_H 1
  3214. | #define HAVE_STDLIB_H 1
  3215. | #define HAVE_STRING_H 1
  3216. | #define HAVE_MEMORY_H 1
  3217. | #define HAVE_STRINGS_H 1
  3218. | #define HAVE_INTTYPES_H 1
  3219. | #define HAVE_STDINT_H 1
  3220. | #define HAVE_UNISTD_H 1
  3221. | #define HAVE_DLFCN_H 1
  3222. | #define LT_OBJDIR ".libs/"
  3223. | #define USE_ASM 1
  3224. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3225. | #define HAVE_PTHREAD 1
  3226. | #define HAVE_DECL_STRERROR_R 1
  3227. | #define HAVE_STRERROR_R 1
  3228. | #define HAVE_STDIO_H 1
  3229. | #define HAVE_STDLIB_H 1
  3230. | #define HAVE_UNISTD_H 1
  3231. | #define HAVE_STRINGS_H 1
  3232. | #define HAVE_SYS_TYPES_H 1
  3233. | #define HAVE_SYS_STAT_H 1
  3234. | #define HAVE_SYS_SELECT_H 1
  3235. | #define HAVE_DECL_STRNLEN 1
  3236. | #define HAVE_DECL_DAEMON 1
  3237. | #define HAVE_DECL_LE16TOH 0
  3238. | #define HAVE_DECL_LE32TOH 0
  3239. | #define HAVE_DECL_LE64TOH 0
  3240. | #define HAVE_DECL_HTOLE16 0
  3241. | #define HAVE_DECL_HTOLE32 0
  3242. | #define HAVE_DECL_HTOLE64 0
  3243. | #define HAVE_DECL_BE16TOH 0
  3244. | #define HAVE_DECL_BE32TOH 0
  3245. | #define HAVE_DECL_BE64TOH 0
  3246. | #define HAVE_DECL_HTOBE16 0
  3247. | #define HAVE_DECL_HTOBE32 0
  3248. | #define HAVE_DECL_HTOBE64 0
  3249. | #define HAVE_DECL_BSWAP_16 0
  3250. | #define HAVE_DECL_BSWAP_32 0
  3251. | #define HAVE_DECL_BSWAP_64 0
  3252. | #define HAVE_DECL___BUILTIN_CLZ 0
  3253. | #define HAVE_DECL___BUILTIN_CLZL 0
  3254. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3255. | /* end confdefs.h. */
  3256. | #include <sys/socket.h>
  3257. | int
  3258. | main ()
  3259. | {
  3260. | int f = MSG_NOSIGNAL;
  3261. | ;
  3262. | return 0;
  3263. | }
  3264. configure:22738: result: no
  3265. configure:22744: checking for MSG_DONTWAIT
  3266. configure:22757: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  3267. configure:22757: $? = 0
  3268. configure:22758: result: yes
  3269. configure:22769: checking for getmemoryinfo
  3270. configure:22782: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  3271. conftest.cpp:55:10: fatal error: 'malloc.h' file not found
  3272. #include <malloc.h>
  3273. ^
  3274. 1 error generated.
  3275. configure:22782: $? = 1
  3276. configure: failed program was:
  3277. | /* confdefs.h */
  3278. | #define PACKAGE_NAME "Bitcoin Core"
  3279. | #define PACKAGE_TARNAME "bitcoin"
  3280. | #define PACKAGE_VERSION "0.16.99"
  3281. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  3282. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3283. | #define PACKAGE_URL "https://bitcoincore.org/"
  3284. | #define HAVE_CXX11 1
  3285. | #define STDC_HEADERS 1
  3286. | #define HAVE_SYS_TYPES_H 1
  3287. | #define HAVE_SYS_STAT_H 1
  3288. | #define HAVE_STDLIB_H 1
  3289. | #define HAVE_STRING_H 1
  3290. | #define HAVE_MEMORY_H 1
  3291. | #define HAVE_STRINGS_H 1
  3292. | #define HAVE_INTTYPES_H 1
  3293. | #define HAVE_STDINT_H 1
  3294. | #define HAVE_UNISTD_H 1
  3295. | #define HAVE_DLFCN_H 1
  3296. | #define LT_OBJDIR ".libs/"
  3297. | #define USE_ASM 1
  3298. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3299. | #define HAVE_PTHREAD 1
  3300. | #define HAVE_DECL_STRERROR_R 1
  3301. | #define HAVE_STRERROR_R 1
  3302. | #define HAVE_STDIO_H 1
  3303. | #define HAVE_STDLIB_H 1
  3304. | #define HAVE_UNISTD_H 1
  3305. | #define HAVE_STRINGS_H 1
  3306. | #define HAVE_SYS_TYPES_H 1
  3307. | #define HAVE_SYS_STAT_H 1
  3308. | #define HAVE_SYS_SELECT_H 1
  3309. | #define HAVE_DECL_STRNLEN 1
  3310. | #define HAVE_DECL_DAEMON 1
  3311. | #define HAVE_DECL_LE16TOH 0
  3312. | #define HAVE_DECL_LE32TOH 0
  3313. | #define HAVE_DECL_LE64TOH 0
  3314. | #define HAVE_DECL_HTOLE16 0
  3315. | #define HAVE_DECL_HTOLE32 0
  3316. | #define HAVE_DECL_HTOLE64 0
  3317. | #define HAVE_DECL_BE16TOH 0
  3318. | #define HAVE_DECL_BE32TOH 0
  3319. | #define HAVE_DECL_BE64TOH 0
  3320. | #define HAVE_DECL_HTOBE16 0
  3321. | #define HAVE_DECL_HTOBE32 0
  3322. | #define HAVE_DECL_HTOBE64 0
  3323. | #define HAVE_DECL_BSWAP_16 0
  3324. | #define HAVE_DECL_BSWAP_32 0
  3325. | #define HAVE_DECL_BSWAP_64 0
  3326. | #define HAVE_DECL___BUILTIN_CLZ 0
  3327. | #define HAVE_DECL___BUILTIN_CLZL 0
  3328. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3329. | #define HAVE_MSG_DONTWAIT 1
  3330. | /* end confdefs.h. */
  3331. | #include <malloc.h>
  3332. | int
  3333. | main ()
  3334. | {
  3335. | int f = malloc_info(0, NULL);
  3336. | ;
  3337. | return 0;
  3338. | }
  3339. configure:22788: result: no
  3340. configure:22794: checking for mallopt M_ARENA_MAX
  3341. configure:22807: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  3342. conftest.cpp:55:10: fatal error: 'malloc.h' file not found
  3343. #include <malloc.h>
  3344. ^
  3345. 1 error generated.
  3346. configure:22807: $? = 1
  3347. configure: failed program was:
  3348. | /* confdefs.h */
  3349. | #define PACKAGE_NAME "Bitcoin Core"
  3350. | #define PACKAGE_TARNAME "bitcoin"
  3351. | #define PACKAGE_VERSION "0.16.99"
  3352. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  3353. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3354. | #define PACKAGE_URL "https://bitcoincore.org/"
  3355. | #define HAVE_CXX11 1
  3356. | #define STDC_HEADERS 1
  3357. | #define HAVE_SYS_TYPES_H 1
  3358. | #define HAVE_SYS_STAT_H 1
  3359. | #define HAVE_STDLIB_H 1
  3360. | #define HAVE_STRING_H 1
  3361. | #define HAVE_MEMORY_H 1
  3362. | #define HAVE_STRINGS_H 1
  3363. | #define HAVE_INTTYPES_H 1
  3364. | #define HAVE_STDINT_H 1
  3365. | #define HAVE_UNISTD_H 1
  3366. | #define HAVE_DLFCN_H 1
  3367. | #define LT_OBJDIR ".libs/"
  3368. | #define USE_ASM 1
  3369. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3370. | #define HAVE_PTHREAD 1
  3371. | #define HAVE_DECL_STRERROR_R 1
  3372. | #define HAVE_STRERROR_R 1
  3373. | #define HAVE_STDIO_H 1
  3374. | #define HAVE_STDLIB_H 1
  3375. | #define HAVE_UNISTD_H 1
  3376. | #define HAVE_STRINGS_H 1
  3377. | #define HAVE_SYS_TYPES_H 1
  3378. | #define HAVE_SYS_STAT_H 1
  3379. | #define HAVE_SYS_SELECT_H 1
  3380. | #define HAVE_DECL_STRNLEN 1
  3381. | #define HAVE_DECL_DAEMON 1
  3382. | #define HAVE_DECL_LE16TOH 0
  3383. | #define HAVE_DECL_LE32TOH 0
  3384. | #define HAVE_DECL_LE64TOH 0
  3385. | #define HAVE_DECL_HTOLE16 0
  3386. | #define HAVE_DECL_HTOLE32 0
  3387. | #define HAVE_DECL_HTOLE64 0
  3388. | #define HAVE_DECL_BE16TOH 0
  3389. | #define HAVE_DECL_BE32TOH 0
  3390. | #define HAVE_DECL_BE64TOH 0
  3391. | #define HAVE_DECL_HTOBE16 0
  3392. | #define HAVE_DECL_HTOBE32 0
  3393. | #define HAVE_DECL_HTOBE64 0
  3394. | #define HAVE_DECL_BSWAP_16 0
  3395. | #define HAVE_DECL_BSWAP_32 0
  3396. | #define HAVE_DECL_BSWAP_64 0
  3397. | #define HAVE_DECL___BUILTIN_CLZ 0
  3398. | #define HAVE_DECL___BUILTIN_CLZL 0
  3399. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3400. | #define HAVE_MSG_DONTWAIT 1
  3401. | /* end confdefs.h. */
  3402. | #include <malloc.h>
  3403. | int
  3404. | main ()
  3405. | {
  3406. | mallopt(M_ARENA_MAX, 1);
  3407. | ;
  3408. | return 0;
  3409. | }
  3410. configure:22813: result: no
  3411. configure:22819: checking for visibility attribute
  3412. configure:22828: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp >&5
  3413. configure:22828: $? = 0
  3414. configure:22833: result: yes
  3415. configure:22851: checking for thread_local support
  3416. configure:22865: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names -Wl,-dead_strip -Qunused-arguments -pthread conftest.cpp >&5
  3417. configure:22865: $? = 0
  3418. configure:22870: result: yes
  3419. configure:22885: checking for Linux getrandom syscall
  3420. configure:22900: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  3421. conftest.cpp:59:12: fatal error: 'linux/random.h' file not found
  3422. #include <linux/random.h>
  3423. ^
  3424. 1 error generated.
  3425. configure:22900: $? = 1
  3426. configure: failed program was:
  3427. | /* confdefs.h */
  3428. | #define PACKAGE_NAME "Bitcoin Core"
  3429. | #define PACKAGE_TARNAME "bitcoin"
  3430. | #define PACKAGE_VERSION "0.16.99"
  3431. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  3432. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3433. | #define PACKAGE_URL "https://bitcoincore.org/"
  3434. | #define HAVE_CXX11 1
  3435. | #define STDC_HEADERS 1
  3436. | #define HAVE_SYS_TYPES_H 1
  3437. | #define HAVE_SYS_STAT_H 1
  3438. | #define HAVE_STDLIB_H 1
  3439. | #define HAVE_STRING_H 1
  3440. | #define HAVE_MEMORY_H 1
  3441. | #define HAVE_STRINGS_H 1
  3442. | #define HAVE_INTTYPES_H 1
  3443. | #define HAVE_STDINT_H 1
  3444. | #define HAVE_UNISTD_H 1
  3445. | #define HAVE_DLFCN_H 1
  3446. | #define LT_OBJDIR ".libs/"
  3447. | #define USE_ASM 1
  3448. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3449. | #define HAVE_PTHREAD 1
  3450. | #define HAVE_DECL_STRERROR_R 1
  3451. | #define HAVE_STRERROR_R 1
  3452. | #define HAVE_STDIO_H 1
  3453. | #define HAVE_STDLIB_H 1
  3454. | #define HAVE_UNISTD_H 1
  3455. | #define HAVE_STRINGS_H 1
  3456. | #define HAVE_SYS_TYPES_H 1
  3457. | #define HAVE_SYS_STAT_H 1
  3458. | #define HAVE_SYS_SELECT_H 1
  3459. | #define HAVE_DECL_STRNLEN 1
  3460. | #define HAVE_DECL_DAEMON 1
  3461. | #define HAVE_DECL_LE16TOH 0
  3462. | #define HAVE_DECL_LE32TOH 0
  3463. | #define HAVE_DECL_LE64TOH 0
  3464. | #define HAVE_DECL_HTOLE16 0
  3465. | #define HAVE_DECL_HTOLE32 0
  3466. | #define HAVE_DECL_HTOLE64 0
  3467. | #define HAVE_DECL_BE16TOH 0
  3468. | #define HAVE_DECL_BE32TOH 0
  3469. | #define HAVE_DECL_BE64TOH 0
  3470. | #define HAVE_DECL_HTOBE16 0
  3471. | #define HAVE_DECL_HTOBE32 0
  3472. | #define HAVE_DECL_HTOBE64 0
  3473. | #define HAVE_DECL_BSWAP_16 0
  3474. | #define HAVE_DECL_BSWAP_32 0
  3475. | #define HAVE_DECL_BSWAP_64 0
  3476. | #define HAVE_DECL___BUILTIN_CLZ 0
  3477. | #define HAVE_DECL___BUILTIN_CLZL 0
  3478. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3479. | #define HAVE_MSG_DONTWAIT 1
  3480. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3481. | #define HAVE_THREAD_LOCAL 1
  3482. | /* end confdefs.h. */
  3483. | #include <unistd.h>
  3484. | #include <sys/syscall.h>
  3485. | #include <linux/random.h>
  3486. | int
  3487. | main ()
  3488. | {
  3489. | syscall(SYS_getrandom, nullptr, 32, 0);
  3490. | ;
  3491. | return 0;
  3492. | }
  3493. configure:22906: result: no
  3494. configure:22912: checking for getentropy
  3495. configure:22925: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  3496. conftest.cpp:61:2: error: use of undeclared identifier 'getentropy'
  3497. getentropy(nullptr, 32)
  3498. ^
  3499. 1 error generated.
  3500. configure:22925: $? = 1
  3501. configure: failed program was:
  3502. | /* confdefs.h */
  3503. | #define PACKAGE_NAME "Bitcoin Core"
  3504. | #define PACKAGE_TARNAME "bitcoin"
  3505. | #define PACKAGE_VERSION "0.16.99"
  3506. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  3507. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3508. | #define PACKAGE_URL "https://bitcoincore.org/"
  3509. | #define HAVE_CXX11 1
  3510. | #define STDC_HEADERS 1
  3511. | #define HAVE_SYS_TYPES_H 1
  3512. | #define HAVE_SYS_STAT_H 1
  3513. | #define HAVE_STDLIB_H 1
  3514. | #define HAVE_STRING_H 1
  3515. | #define HAVE_MEMORY_H 1
  3516. | #define HAVE_STRINGS_H 1
  3517. | #define HAVE_INTTYPES_H 1
  3518. | #define HAVE_STDINT_H 1
  3519. | #define HAVE_UNISTD_H 1
  3520. | #define HAVE_DLFCN_H 1
  3521. | #define LT_OBJDIR ".libs/"
  3522. | #define USE_ASM 1
  3523. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3524. | #define HAVE_PTHREAD 1
  3525. | #define HAVE_DECL_STRERROR_R 1
  3526. | #define HAVE_STRERROR_R 1
  3527. | #define HAVE_STDIO_H 1
  3528. | #define HAVE_STDLIB_H 1
  3529. | #define HAVE_UNISTD_H 1
  3530. | #define HAVE_STRINGS_H 1
  3531. | #define HAVE_SYS_TYPES_H 1
  3532. | #define HAVE_SYS_STAT_H 1
  3533. | #define HAVE_SYS_SELECT_H 1
  3534. | #define HAVE_DECL_STRNLEN 1
  3535. | #define HAVE_DECL_DAEMON 1
  3536. | #define HAVE_DECL_LE16TOH 0
  3537. | #define HAVE_DECL_LE32TOH 0
  3538. | #define HAVE_DECL_LE64TOH 0
  3539. | #define HAVE_DECL_HTOLE16 0
  3540. | #define HAVE_DECL_HTOLE32 0
  3541. | #define HAVE_DECL_HTOLE64 0
  3542. | #define HAVE_DECL_BE16TOH 0
  3543. | #define HAVE_DECL_BE32TOH 0
  3544. | #define HAVE_DECL_BE64TOH 0
  3545. | #define HAVE_DECL_HTOBE16 0
  3546. | #define HAVE_DECL_HTOBE32 0
  3547. | #define HAVE_DECL_HTOBE64 0
  3548. | #define HAVE_DECL_BSWAP_16 0
  3549. | #define HAVE_DECL_BSWAP_32 0
  3550. | #define HAVE_DECL_BSWAP_64 0
  3551. | #define HAVE_DECL___BUILTIN_CLZ 0
  3552. | #define HAVE_DECL___BUILTIN_CLZL 0
  3553. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3554. | #define HAVE_MSG_DONTWAIT 1
  3555. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3556. | #define HAVE_THREAD_LOCAL 1
  3557. | /* end confdefs.h. */
  3558. | #include <unistd.h>
  3559. | int
  3560. | main ()
  3561. | {
  3562. | getentropy(nullptr, 32)
  3563. | ;
  3564. | return 0;
  3565. | }
  3566. configure:22931: result: no
  3567. configure:22937: checking for getentropy via random.h
  3568. configure:22951: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  3569. In file included from conftest.cpp:58:
  3570. /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk/usr/include/sys/random.h:37:32: error: unknown type name 'u_int'
  3571. void read_random(void* buffer, u_int numBytes);
  3572. ^
  3573. /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk/usr/include/sys/random.h:38:33: error: unknown type name 'u_int'
  3574. void read_frandom(void* buffer, u_int numBytes);
  3575. ^
  3576. /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk/usr/include/sys/random.h:39:33: error: unknown type name 'u_int'
  3577. int write_random(void* buffer, u_int numBytes);
  3578. ^
  3579. conftest.cpp:62:2: error: use of undeclared identifier 'getentropy'
  3580. getentropy(nullptr, 32)
  3581. ^
  3582. 4 errors generated.
  3583. configure:22951: $? = 1
  3584. configure: failed program was:
  3585. | /* confdefs.h */
  3586. | #define PACKAGE_NAME "Bitcoin Core"
  3587. | #define PACKAGE_TARNAME "bitcoin"
  3588. | #define PACKAGE_VERSION "0.16.99"
  3589. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  3590. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3591. | #define PACKAGE_URL "https://bitcoincore.org/"
  3592. | #define HAVE_CXX11 1
  3593. | #define STDC_HEADERS 1
  3594. | #define HAVE_SYS_TYPES_H 1
  3595. | #define HAVE_SYS_STAT_H 1
  3596. | #define HAVE_STDLIB_H 1
  3597. | #define HAVE_STRING_H 1
  3598. | #define HAVE_MEMORY_H 1
  3599. | #define HAVE_STRINGS_H 1
  3600. | #define HAVE_INTTYPES_H 1
  3601. | #define HAVE_STDINT_H 1
  3602. | #define HAVE_UNISTD_H 1
  3603. | #define HAVE_DLFCN_H 1
  3604. | #define LT_OBJDIR ".libs/"
  3605. | #define USE_ASM 1
  3606. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3607. | #define HAVE_PTHREAD 1
  3608. | #define HAVE_DECL_STRERROR_R 1
  3609. | #define HAVE_STRERROR_R 1
  3610. | #define HAVE_STDIO_H 1
  3611. | #define HAVE_STDLIB_H 1
  3612. | #define HAVE_UNISTD_H 1
  3613. | #define HAVE_STRINGS_H 1
  3614. | #define HAVE_SYS_TYPES_H 1
  3615. | #define HAVE_SYS_STAT_H 1
  3616. | #define HAVE_SYS_SELECT_H 1
  3617. | #define HAVE_DECL_STRNLEN 1
  3618. | #define HAVE_DECL_DAEMON 1
  3619. | #define HAVE_DECL_LE16TOH 0
  3620. | #define HAVE_DECL_LE32TOH 0
  3621. | #define HAVE_DECL_LE64TOH 0
  3622. | #define HAVE_DECL_HTOLE16 0
  3623. | #define HAVE_DECL_HTOLE32 0
  3624. | #define HAVE_DECL_HTOLE64 0
  3625. | #define HAVE_DECL_BE16TOH 0
  3626. | #define HAVE_DECL_BE32TOH 0
  3627. | #define HAVE_DECL_BE64TOH 0
  3628. | #define HAVE_DECL_HTOBE16 0
  3629. | #define HAVE_DECL_HTOBE32 0
  3630. | #define HAVE_DECL_HTOBE64 0
  3631. | #define HAVE_DECL_BSWAP_16 0
  3632. | #define HAVE_DECL_BSWAP_32 0
  3633. | #define HAVE_DECL_BSWAP_64 0
  3634. | #define HAVE_DECL___BUILTIN_CLZ 0
  3635. | #define HAVE_DECL___BUILTIN_CLZL 0
  3636. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3637. | #define HAVE_MSG_DONTWAIT 1
  3638. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3639. | #define HAVE_THREAD_LOCAL 1
  3640. | /* end confdefs.h. */
  3641. | #include <unistd.h>
  3642. | #include <sys/random.h>
  3643. | int
  3644. | main ()
  3645. | {
  3646. | getentropy(nullptr, 32)
  3647. | ;
  3648. | return 0;
  3649. | }
  3650. configure:22957: result: no
  3651. configure:22963: checking for sysctl KERN_ARND
  3652. configure:22978: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  3653. conftest.cpp:62:40: error: use of undeclared identifier 'KERN_ARND'
  3654. static const int name[2] = {CTL_KERN, KERN_ARND};
  3655. ^
  3656. conftest.cpp:63:5: error: no matching function for call to 'sysctl'
  3657. sysctl(name, 2, nullptr, nullptr, nullptr, 0);
  3658. ^~~~~~
  3659. /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk/usr/include/sys/sysctl.h:760:5: note: candidate function not viable: no known conversion from 'const int [2]' to 'int *' for 1st argument
  3660. int sysctl(int *, u_int, void *, size_t *, void *, size_t);
  3661. ^
  3662. 2 errors generated.
  3663. configure:22978: $? = 1
  3664. configure: failed program was:
  3665. | /* confdefs.h */
  3666. | #define PACKAGE_NAME "Bitcoin Core"
  3667. | #define PACKAGE_TARNAME "bitcoin"
  3668. | #define PACKAGE_VERSION "0.16.99"
  3669. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  3670. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3671. | #define PACKAGE_URL "https://bitcoincore.org/"
  3672. | #define HAVE_CXX11 1
  3673. | #define STDC_HEADERS 1
  3674. | #define HAVE_SYS_TYPES_H 1
  3675. | #define HAVE_SYS_STAT_H 1
  3676. | #define HAVE_STDLIB_H 1
  3677. | #define HAVE_STRING_H 1
  3678. | #define HAVE_MEMORY_H 1
  3679. | #define HAVE_STRINGS_H 1
  3680. | #define HAVE_INTTYPES_H 1
  3681. | #define HAVE_STDINT_H 1
  3682. | #define HAVE_UNISTD_H 1
  3683. | #define HAVE_DLFCN_H 1
  3684. | #define LT_OBJDIR ".libs/"
  3685. | #define USE_ASM 1
  3686. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3687. | #define HAVE_PTHREAD 1
  3688. | #define HAVE_DECL_STRERROR_R 1
  3689. | #define HAVE_STRERROR_R 1
  3690. | #define HAVE_STDIO_H 1
  3691. | #define HAVE_STDLIB_H 1
  3692. | #define HAVE_UNISTD_H 1
  3693. | #define HAVE_STRINGS_H 1
  3694. | #define HAVE_SYS_TYPES_H 1
  3695. | #define HAVE_SYS_STAT_H 1
  3696. | #define HAVE_SYS_SELECT_H 1
  3697. | #define HAVE_DECL_STRNLEN 1
  3698. | #define HAVE_DECL_DAEMON 1
  3699. | #define HAVE_DECL_LE16TOH 0
  3700. | #define HAVE_DECL_LE32TOH 0
  3701. | #define HAVE_DECL_LE64TOH 0
  3702. | #define HAVE_DECL_HTOLE16 0
  3703. | #define HAVE_DECL_HTOLE32 0
  3704. | #define HAVE_DECL_HTOLE64 0
  3705. | #define HAVE_DECL_BE16TOH 0
  3706. | #define HAVE_DECL_BE32TOH 0
  3707. | #define HAVE_DECL_BE64TOH 0
  3708. | #define HAVE_DECL_HTOBE16 0
  3709. | #define HAVE_DECL_HTOBE32 0
  3710. | #define HAVE_DECL_HTOBE64 0
  3711. | #define HAVE_DECL_BSWAP_16 0
  3712. | #define HAVE_DECL_BSWAP_32 0
  3713. | #define HAVE_DECL_BSWAP_64 0
  3714. | #define HAVE_DECL___BUILTIN_CLZ 0
  3715. | #define HAVE_DECL___BUILTIN_CLZL 0
  3716. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3717. | #define HAVE_MSG_DONTWAIT 1
  3718. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3719. | #define HAVE_THREAD_LOCAL 1
  3720. | /* end confdefs.h. */
  3721. | #include <sys/types.h>
  3722. | #include <sys/sysctl.h>
  3723. | int
  3724. | main ()
  3725. | {
  3726. | static const int name[2] = {CTL_KERN, KERN_ARND};
  3727. | sysctl(name, 2, nullptr, nullptr, nullptr, 0);
  3728. | ;
  3729. | return 0;
  3730. | }
  3731. configure:22984: result: no
  3732. configure:23050: checking for Berkeley DB C++ headers
  3733. configure:23080: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  3734. conftest.cpp:58:18: fatal error: 'bdb4.8/db_cxx.h' file not found
  3735. #include <bdb4.8/db_cxx.h>
  3736. ^
  3737. 1 error generated.
  3738. configure:23080: $? = 1
  3739. configure: failed program was:
  3740. | /* confdefs.h */
  3741. | #define PACKAGE_NAME "Bitcoin Core"
  3742. | #define PACKAGE_TARNAME "bitcoin"
  3743. | #define PACKAGE_VERSION "0.16.99"
  3744. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  3745. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3746. | #define PACKAGE_URL "https://bitcoincore.org/"
  3747. | #define HAVE_CXX11 1
  3748. | #define STDC_HEADERS 1
  3749. | #define HAVE_SYS_TYPES_H 1
  3750. | #define HAVE_SYS_STAT_H 1
  3751. | #define HAVE_STDLIB_H 1
  3752. | #define HAVE_STRING_H 1
  3753. | #define HAVE_MEMORY_H 1
  3754. | #define HAVE_STRINGS_H 1
  3755. | #define HAVE_INTTYPES_H 1
  3756. | #define HAVE_STDINT_H 1
  3757. | #define HAVE_UNISTD_H 1
  3758. | #define HAVE_DLFCN_H 1
  3759. | #define LT_OBJDIR ".libs/"
  3760. | #define USE_ASM 1
  3761. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3762. | #define HAVE_PTHREAD 1
  3763. | #define HAVE_DECL_STRERROR_R 1
  3764. | #define HAVE_STRERROR_R 1
  3765. | #define HAVE_STDIO_H 1
  3766. | #define HAVE_STDLIB_H 1
  3767. | #define HAVE_UNISTD_H 1
  3768. | #define HAVE_STRINGS_H 1
  3769. | #define HAVE_SYS_TYPES_H 1
  3770. | #define HAVE_SYS_STAT_H 1
  3771. | #define HAVE_SYS_SELECT_H 1
  3772. | #define HAVE_DECL_STRNLEN 1
  3773. | #define HAVE_DECL_DAEMON 1
  3774. | #define HAVE_DECL_LE16TOH 0
  3775. | #define HAVE_DECL_LE32TOH 0
  3776. | #define HAVE_DECL_LE64TOH 0
  3777. | #define HAVE_DECL_HTOLE16 0
  3778. | #define HAVE_DECL_HTOLE32 0
  3779. | #define HAVE_DECL_HTOLE64 0
  3780. | #define HAVE_DECL_BE16TOH 0
  3781. | #define HAVE_DECL_BE32TOH 0
  3782. | #define HAVE_DECL_BE64TOH 0
  3783. | #define HAVE_DECL_HTOBE16 0
  3784. | #define HAVE_DECL_HTOBE32 0
  3785. | #define HAVE_DECL_HTOBE64 0
  3786. | #define HAVE_DECL_BSWAP_16 0
  3787. | #define HAVE_DECL_BSWAP_32 0
  3788. | #define HAVE_DECL_BSWAP_64 0
  3789. | #define HAVE_DECL___BUILTIN_CLZ 0
  3790. | #define HAVE_DECL___BUILTIN_CLZL 0
  3791. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3792. | #define HAVE_MSG_DONTWAIT 1
  3793. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3794. | #define HAVE_THREAD_LOCAL 1
  3795. | /* end confdefs.h. */
  3796. |
  3797. | #include <bdb4.8/db_cxx.h>
  3798. |
  3799. | int
  3800. | main ()
  3801. | {
  3802. |
  3803. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  3804. | #error "failed to find bdb 4.8+"
  3805. | #endif
  3806. |
  3807. | ;
  3808. | return 0;
  3809. | }
  3810. configure:23080: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  3811. conftest.cpp:58:18: fatal error: 'libdb4.8/db_cxx.h' file not found
  3812. #include <libdb4.8/db_cxx.h>
  3813. ^
  3814. 1 error generated.
  3815. configure:23080: $? = 1
  3816. configure: failed program was:
  3817. | /* confdefs.h */
  3818. | #define PACKAGE_NAME "Bitcoin Core"
  3819. | #define PACKAGE_TARNAME "bitcoin"
  3820. | #define PACKAGE_VERSION "0.16.99"
  3821. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  3822. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3823. | #define PACKAGE_URL "https://bitcoincore.org/"
  3824. | #define HAVE_CXX11 1
  3825. | #define STDC_HEADERS 1
  3826. | #define HAVE_SYS_TYPES_H 1
  3827. | #define HAVE_SYS_STAT_H 1
  3828. | #define HAVE_STDLIB_H 1
  3829. | #define HAVE_STRING_H 1
  3830. | #define HAVE_MEMORY_H 1
  3831. | #define HAVE_STRINGS_H 1
  3832. | #define HAVE_INTTYPES_H 1
  3833. | #define HAVE_STDINT_H 1
  3834. | #define HAVE_UNISTD_H 1
  3835. | #define HAVE_DLFCN_H 1
  3836. | #define LT_OBJDIR ".libs/"
  3837. | #define USE_ASM 1
  3838. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3839. | #define HAVE_PTHREAD 1
  3840. | #define HAVE_DECL_STRERROR_R 1
  3841. | #define HAVE_STRERROR_R 1
  3842. | #define HAVE_STDIO_H 1
  3843. | #define HAVE_STDLIB_H 1
  3844. | #define HAVE_UNISTD_H 1
  3845. | #define HAVE_STRINGS_H 1
  3846. | #define HAVE_SYS_TYPES_H 1
  3847. | #define HAVE_SYS_STAT_H 1
  3848. | #define HAVE_SYS_SELECT_H 1
  3849. | #define HAVE_DECL_STRNLEN 1
  3850. | #define HAVE_DECL_DAEMON 1
  3851. | #define HAVE_DECL_LE16TOH 0
  3852. | #define HAVE_DECL_LE32TOH 0
  3853. | #define HAVE_DECL_LE64TOH 0
  3854. | #define HAVE_DECL_HTOLE16 0
  3855. | #define HAVE_DECL_HTOLE32 0
  3856. | #define HAVE_DECL_HTOLE64 0
  3857. | #define HAVE_DECL_BE16TOH 0
  3858. | #define HAVE_DECL_BE32TOH 0
  3859. | #define HAVE_DECL_BE64TOH 0
  3860. | #define HAVE_DECL_HTOBE16 0
  3861. | #define HAVE_DECL_HTOBE32 0
  3862. | #define HAVE_DECL_HTOBE64 0
  3863. | #define HAVE_DECL_BSWAP_16 0
  3864. | #define HAVE_DECL_BSWAP_32 0
  3865. | #define HAVE_DECL_BSWAP_64 0
  3866. | #define HAVE_DECL___BUILTIN_CLZ 0
  3867. | #define HAVE_DECL___BUILTIN_CLZL 0
  3868. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3869. | #define HAVE_MSG_DONTWAIT 1
  3870. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3871. | #define HAVE_THREAD_LOCAL 1
  3872. | /* end confdefs.h. */
  3873. |
  3874. | #include <libdb4.8/db_cxx.h>
  3875. |
  3876. | int
  3877. | main ()
  3878. | {
  3879. |
  3880. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  3881. | #error "failed to find bdb 4.8+"
  3882. | #endif
  3883. |
  3884. | ;
  3885. | return 0;
  3886. | }
  3887. configure:23080: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  3888. conftest.cpp:58:18: fatal error: 'db4.8/db_cxx.h' file not found
  3889. #include <db4.8/db_cxx.h>
  3890. ^
  3891. 1 error generated.
  3892. configure:23080: $? = 1
  3893. configure: failed program was:
  3894. | /* confdefs.h */
  3895. | #define PACKAGE_NAME "Bitcoin Core"
  3896. | #define PACKAGE_TARNAME "bitcoin"
  3897. | #define PACKAGE_VERSION "0.16.99"
  3898. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  3899. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3900. | #define PACKAGE_URL "https://bitcoincore.org/"
  3901. | #define HAVE_CXX11 1
  3902. | #define STDC_HEADERS 1
  3903. | #define HAVE_SYS_TYPES_H 1
  3904. | #define HAVE_SYS_STAT_H 1
  3905. | #define HAVE_STDLIB_H 1
  3906. | #define HAVE_STRING_H 1
  3907. | #define HAVE_MEMORY_H 1
  3908. | #define HAVE_STRINGS_H 1
  3909. | #define HAVE_INTTYPES_H 1
  3910. | #define HAVE_STDINT_H 1
  3911. | #define HAVE_UNISTD_H 1
  3912. | #define HAVE_DLFCN_H 1
  3913. | #define LT_OBJDIR ".libs/"
  3914. | #define USE_ASM 1
  3915. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3916. | #define HAVE_PTHREAD 1
  3917. | #define HAVE_DECL_STRERROR_R 1
  3918. | #define HAVE_STRERROR_R 1
  3919. | #define HAVE_STDIO_H 1
  3920. | #define HAVE_STDLIB_H 1
  3921. | #define HAVE_UNISTD_H 1
  3922. | #define HAVE_STRINGS_H 1
  3923. | #define HAVE_SYS_TYPES_H 1
  3924. | #define HAVE_SYS_STAT_H 1
  3925. | #define HAVE_SYS_SELECT_H 1
  3926. | #define HAVE_DECL_STRNLEN 1
  3927. | #define HAVE_DECL_DAEMON 1
  3928. | #define HAVE_DECL_LE16TOH 0
  3929. | #define HAVE_DECL_LE32TOH 0
  3930. | #define HAVE_DECL_LE64TOH 0
  3931. | #define HAVE_DECL_HTOLE16 0
  3932. | #define HAVE_DECL_HTOLE32 0
  3933. | #define HAVE_DECL_HTOLE64 0
  3934. | #define HAVE_DECL_BE16TOH 0
  3935. | #define HAVE_DECL_BE32TOH 0
  3936. | #define HAVE_DECL_BE64TOH 0
  3937. | #define HAVE_DECL_HTOBE16 0
  3938. | #define HAVE_DECL_HTOBE32 0
  3939. | #define HAVE_DECL_HTOBE64 0
  3940. | #define HAVE_DECL_BSWAP_16 0
  3941. | #define HAVE_DECL_BSWAP_32 0
  3942. | #define HAVE_DECL_BSWAP_64 0
  3943. | #define HAVE_DECL___BUILTIN_CLZ 0
  3944. | #define HAVE_DECL___BUILTIN_CLZL 0
  3945. | #define HAVE_DECL___BUILTIN_CLZLL 0
  3946. | #define HAVE_MSG_DONTWAIT 1
  3947. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  3948. | #define HAVE_THREAD_LOCAL 1
  3949. | /* end confdefs.h. */
  3950. |
  3951. | #include <db4.8/db_cxx.h>
  3952. |
  3953. | int
  3954. | main ()
  3955. | {
  3956. |
  3957. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  3958. | #error "failed to find bdb 4.8+"
  3959. | #endif
  3960. |
  3961. | ;
  3962. | return 0;
  3963. | }
  3964. configure:23080: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  3965. conftest.cpp:58:18: fatal error: 'bdb48/db_cxx.h' file not found
  3966. #include <bdb48/db_cxx.h>
  3967. ^
  3968. 1 error generated.
  3969. configure:23080: $? = 1
  3970. configure: failed program was:
  3971. | /* confdefs.h */
  3972. | #define PACKAGE_NAME "Bitcoin Core"
  3973. | #define PACKAGE_TARNAME "bitcoin"
  3974. | #define PACKAGE_VERSION "0.16.99"
  3975. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  3976. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  3977. | #define PACKAGE_URL "https://bitcoincore.org/"
  3978. | #define HAVE_CXX11 1
  3979. | #define STDC_HEADERS 1
  3980. | #define HAVE_SYS_TYPES_H 1
  3981. | #define HAVE_SYS_STAT_H 1
  3982. | #define HAVE_STDLIB_H 1
  3983. | #define HAVE_STRING_H 1
  3984. | #define HAVE_MEMORY_H 1
  3985. | #define HAVE_STRINGS_H 1
  3986. | #define HAVE_INTTYPES_H 1
  3987. | #define HAVE_STDINT_H 1
  3988. | #define HAVE_UNISTD_H 1
  3989. | #define HAVE_DLFCN_H 1
  3990. | #define LT_OBJDIR ".libs/"
  3991. | #define USE_ASM 1
  3992. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3993. | #define HAVE_PTHREAD 1
  3994. | #define HAVE_DECL_STRERROR_R 1
  3995. | #define HAVE_STRERROR_R 1
  3996. | #define HAVE_STDIO_H 1
  3997. | #define HAVE_STDLIB_H 1
  3998. | #define HAVE_UNISTD_H 1
  3999. | #define HAVE_STRINGS_H 1
  4000. | #define HAVE_SYS_TYPES_H 1
  4001. | #define HAVE_SYS_STAT_H 1
  4002. | #define HAVE_SYS_SELECT_H 1
  4003. | #define HAVE_DECL_STRNLEN 1
  4004. | #define HAVE_DECL_DAEMON 1
  4005. | #define HAVE_DECL_LE16TOH 0
  4006. | #define HAVE_DECL_LE32TOH 0
  4007. | #define HAVE_DECL_LE64TOH 0
  4008. | #define HAVE_DECL_HTOLE16 0
  4009. | #define HAVE_DECL_HTOLE32 0
  4010. | #define HAVE_DECL_HTOLE64 0
  4011. | #define HAVE_DECL_BE16TOH 0
  4012. | #define HAVE_DECL_BE32TOH 0
  4013. | #define HAVE_DECL_BE64TOH 0
  4014. | #define HAVE_DECL_HTOBE16 0
  4015. | #define HAVE_DECL_HTOBE32 0
  4016. | #define HAVE_DECL_HTOBE64 0
  4017. | #define HAVE_DECL_BSWAP_16 0
  4018. | #define HAVE_DECL_BSWAP_32 0
  4019. | #define HAVE_DECL_BSWAP_64 0
  4020. | #define HAVE_DECL___BUILTIN_CLZ 0
  4021. | #define HAVE_DECL___BUILTIN_CLZL 0
  4022. | #define HAVE_DECL___BUILTIN_CLZLL 0
  4023. | #define HAVE_MSG_DONTWAIT 1
  4024. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  4025. | #define HAVE_THREAD_LOCAL 1
  4026. | /* end confdefs.h. */
  4027. |
  4028. | #include <bdb48/db_cxx.h>
  4029. |
  4030. | int
  4031. | main ()
  4032. | {
  4033. |
  4034. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4035. | #error "failed to find bdb 4.8+"
  4036. | #endif
  4037. |
  4038. | ;
  4039. | return 0;
  4040. | }
  4041. configure:23080: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  4042. conftest.cpp:58:18: fatal error: 'libdb48/db_cxx.h' file not found
  4043. #include <libdb48/db_cxx.h>
  4044. ^
  4045. 1 error generated.
  4046. configure:23080: $? = 1
  4047. configure: failed program was:
  4048. | /* confdefs.h */
  4049. | #define PACKAGE_NAME "Bitcoin Core"
  4050. | #define PACKAGE_TARNAME "bitcoin"
  4051. | #define PACKAGE_VERSION "0.16.99"
  4052. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  4053. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4054. | #define PACKAGE_URL "https://bitcoincore.org/"
  4055. | #define HAVE_CXX11 1
  4056. | #define STDC_HEADERS 1
  4057. | #define HAVE_SYS_TYPES_H 1
  4058. | #define HAVE_SYS_STAT_H 1
  4059. | #define HAVE_STDLIB_H 1
  4060. | #define HAVE_STRING_H 1
  4061. | #define HAVE_MEMORY_H 1
  4062. | #define HAVE_STRINGS_H 1
  4063. | #define HAVE_INTTYPES_H 1
  4064. | #define HAVE_STDINT_H 1
  4065. | #define HAVE_UNISTD_H 1
  4066. | #define HAVE_DLFCN_H 1
  4067. | #define LT_OBJDIR ".libs/"
  4068. | #define USE_ASM 1
  4069. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4070. | #define HAVE_PTHREAD 1
  4071. | #define HAVE_DECL_STRERROR_R 1
  4072. | #define HAVE_STRERROR_R 1
  4073. | #define HAVE_STDIO_H 1
  4074. | #define HAVE_STDLIB_H 1
  4075. | #define HAVE_UNISTD_H 1
  4076. | #define HAVE_STRINGS_H 1
  4077. | #define HAVE_SYS_TYPES_H 1
  4078. | #define HAVE_SYS_STAT_H 1
  4079. | #define HAVE_SYS_SELECT_H 1
  4080. | #define HAVE_DECL_STRNLEN 1
  4081. | #define HAVE_DECL_DAEMON 1
  4082. | #define HAVE_DECL_LE16TOH 0
  4083. | #define HAVE_DECL_LE32TOH 0
  4084. | #define HAVE_DECL_LE64TOH 0
  4085. | #define HAVE_DECL_HTOLE16 0
  4086. | #define HAVE_DECL_HTOLE32 0
  4087. | #define HAVE_DECL_HTOLE64 0
  4088. | #define HAVE_DECL_BE16TOH 0
  4089. | #define HAVE_DECL_BE32TOH 0
  4090. | #define HAVE_DECL_BE64TOH 0
  4091. | #define HAVE_DECL_HTOBE16 0
  4092. | #define HAVE_DECL_HTOBE32 0
  4093. | #define HAVE_DECL_HTOBE64 0
  4094. | #define HAVE_DECL_BSWAP_16 0
  4095. | #define HAVE_DECL_BSWAP_32 0
  4096. | #define HAVE_DECL_BSWAP_64 0
  4097. | #define HAVE_DECL___BUILTIN_CLZ 0
  4098. | #define HAVE_DECL___BUILTIN_CLZL 0
  4099. | #define HAVE_DECL___BUILTIN_CLZLL 0
  4100. | #define HAVE_MSG_DONTWAIT 1
  4101. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  4102. | #define HAVE_THREAD_LOCAL 1
  4103. | /* end confdefs.h. */
  4104. |
  4105. | #include <libdb48/db_cxx.h>
  4106. |
  4107. | int
  4108. | main ()
  4109. | {
  4110. |
  4111. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4112. | #error "failed to find bdb 4.8+"
  4113. | #endif
  4114. |
  4115. | ;
  4116. | return 0;
  4117. | }
  4118. configure:23080: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  4119. conftest.cpp:58:18: fatal error: 'db48/db_cxx.h' file not found
  4120. #include <db48/db_cxx.h>
  4121. ^
  4122. 1 error generated.
  4123. configure:23080: $? = 1
  4124. configure: failed program was:
  4125. | /* confdefs.h */
  4126. | #define PACKAGE_NAME "Bitcoin Core"
  4127. | #define PACKAGE_TARNAME "bitcoin"
  4128. | #define PACKAGE_VERSION "0.16.99"
  4129. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  4130. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4131. | #define PACKAGE_URL "https://bitcoincore.org/"
  4132. | #define HAVE_CXX11 1
  4133. | #define STDC_HEADERS 1
  4134. | #define HAVE_SYS_TYPES_H 1
  4135. | #define HAVE_SYS_STAT_H 1
  4136. | #define HAVE_STDLIB_H 1
  4137. | #define HAVE_STRING_H 1
  4138. | #define HAVE_MEMORY_H 1
  4139. | #define HAVE_STRINGS_H 1
  4140. | #define HAVE_INTTYPES_H 1
  4141. | #define HAVE_STDINT_H 1
  4142. | #define HAVE_UNISTD_H 1
  4143. | #define HAVE_DLFCN_H 1
  4144. | #define LT_OBJDIR ".libs/"
  4145. | #define USE_ASM 1
  4146. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4147. | #define HAVE_PTHREAD 1
  4148. | #define HAVE_DECL_STRERROR_R 1
  4149. | #define HAVE_STRERROR_R 1
  4150. | #define HAVE_STDIO_H 1
  4151. | #define HAVE_STDLIB_H 1
  4152. | #define HAVE_UNISTD_H 1
  4153. | #define HAVE_STRINGS_H 1
  4154. | #define HAVE_SYS_TYPES_H 1
  4155. | #define HAVE_SYS_STAT_H 1
  4156. | #define HAVE_SYS_SELECT_H 1
  4157. | #define HAVE_DECL_STRNLEN 1
  4158. | #define HAVE_DECL_DAEMON 1
  4159. | #define HAVE_DECL_LE16TOH 0
  4160. | #define HAVE_DECL_LE32TOH 0
  4161. | #define HAVE_DECL_LE64TOH 0
  4162. | #define HAVE_DECL_HTOLE16 0
  4163. | #define HAVE_DECL_HTOLE32 0
  4164. | #define HAVE_DECL_HTOLE64 0
  4165. | #define HAVE_DECL_BE16TOH 0
  4166. | #define HAVE_DECL_BE32TOH 0
  4167. | #define HAVE_DECL_BE64TOH 0
  4168. | #define HAVE_DECL_HTOBE16 0
  4169. | #define HAVE_DECL_HTOBE32 0
  4170. | #define HAVE_DECL_HTOBE64 0
  4171. | #define HAVE_DECL_BSWAP_16 0
  4172. | #define HAVE_DECL_BSWAP_32 0
  4173. | #define HAVE_DECL_BSWAP_64 0
  4174. | #define HAVE_DECL___BUILTIN_CLZ 0
  4175. | #define HAVE_DECL___BUILTIN_CLZL 0
  4176. | #define HAVE_DECL___BUILTIN_CLZLL 0
  4177. | #define HAVE_MSG_DONTWAIT 1
  4178. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  4179. | #define HAVE_THREAD_LOCAL 1
  4180. | /* end confdefs.h. */
  4181. |
  4182. | #include <db48/db_cxx.h>
  4183. |
  4184. | int
  4185. | main ()
  4186. | {
  4187. |
  4188. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4189. | #error "failed to find bdb 4.8+"
  4190. | #endif
  4191. |
  4192. | ;
  4193. | return 0;
  4194. | }
  4195. configure:23080: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  4196. conftest.cpp:58:18: fatal error: 'bdb4/db_cxx.h' file not found
  4197. #include <bdb4/db_cxx.h>
  4198. ^
  4199. 1 error generated.
  4200. configure:23080: $? = 1
  4201. configure: failed program was:
  4202. | /* confdefs.h */
  4203. | #define PACKAGE_NAME "Bitcoin Core"
  4204. | #define PACKAGE_TARNAME "bitcoin"
  4205. | #define PACKAGE_VERSION "0.16.99"
  4206. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  4207. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4208. | #define PACKAGE_URL "https://bitcoincore.org/"
  4209. | #define HAVE_CXX11 1
  4210. | #define STDC_HEADERS 1
  4211. | #define HAVE_SYS_TYPES_H 1
  4212. | #define HAVE_SYS_STAT_H 1
  4213. | #define HAVE_STDLIB_H 1
  4214. | #define HAVE_STRING_H 1
  4215. | #define HAVE_MEMORY_H 1
  4216. | #define HAVE_STRINGS_H 1
  4217. | #define HAVE_INTTYPES_H 1
  4218. | #define HAVE_STDINT_H 1
  4219. | #define HAVE_UNISTD_H 1
  4220. | #define HAVE_DLFCN_H 1
  4221. | #define LT_OBJDIR ".libs/"
  4222. | #define USE_ASM 1
  4223. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4224. | #define HAVE_PTHREAD 1
  4225. | #define HAVE_DECL_STRERROR_R 1
  4226. | #define HAVE_STRERROR_R 1
  4227. | #define HAVE_STDIO_H 1
  4228. | #define HAVE_STDLIB_H 1
  4229. | #define HAVE_UNISTD_H 1
  4230. | #define HAVE_STRINGS_H 1
  4231. | #define HAVE_SYS_TYPES_H 1
  4232. | #define HAVE_SYS_STAT_H 1
  4233. | #define HAVE_SYS_SELECT_H 1
  4234. | #define HAVE_DECL_STRNLEN 1
  4235. | #define HAVE_DECL_DAEMON 1
  4236. | #define HAVE_DECL_LE16TOH 0
  4237. | #define HAVE_DECL_LE32TOH 0
  4238. | #define HAVE_DECL_LE64TOH 0
  4239. | #define HAVE_DECL_HTOLE16 0
  4240. | #define HAVE_DECL_HTOLE32 0
  4241. | #define HAVE_DECL_HTOLE64 0
  4242. | #define HAVE_DECL_BE16TOH 0
  4243. | #define HAVE_DECL_BE32TOH 0
  4244. | #define HAVE_DECL_BE64TOH 0
  4245. | #define HAVE_DECL_HTOBE16 0
  4246. | #define HAVE_DECL_HTOBE32 0
  4247. | #define HAVE_DECL_HTOBE64 0
  4248. | #define HAVE_DECL_BSWAP_16 0
  4249. | #define HAVE_DECL_BSWAP_32 0
  4250. | #define HAVE_DECL_BSWAP_64 0
  4251. | #define HAVE_DECL___BUILTIN_CLZ 0
  4252. | #define HAVE_DECL___BUILTIN_CLZL 0
  4253. | #define HAVE_DECL___BUILTIN_CLZLL 0
  4254. | #define HAVE_MSG_DONTWAIT 1
  4255. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  4256. | #define HAVE_THREAD_LOCAL 1
  4257. | /* end confdefs.h. */
  4258. |
  4259. | #include <bdb4/db_cxx.h>
  4260. |
  4261. | int
  4262. | main ()
  4263. | {
  4264. |
  4265. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4266. | #error "failed to find bdb 4.8+"
  4267. | #endif
  4268. |
  4269. | ;
  4270. | return 0;
  4271. | }
  4272. configure:23080: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  4273. conftest.cpp:58:18: fatal error: 'libdb4/db_cxx.h' file not found
  4274. #include <libdb4/db_cxx.h>
  4275. ^
  4276. 1 error generated.
  4277. configure:23080: $? = 1
  4278. configure: failed program was:
  4279. | /* confdefs.h */
  4280. | #define PACKAGE_NAME "Bitcoin Core"
  4281. | #define PACKAGE_TARNAME "bitcoin"
  4282. | #define PACKAGE_VERSION "0.16.99"
  4283. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  4284. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4285. | #define PACKAGE_URL "https://bitcoincore.org/"
  4286. | #define HAVE_CXX11 1
  4287. | #define STDC_HEADERS 1
  4288. | #define HAVE_SYS_TYPES_H 1
  4289. | #define HAVE_SYS_STAT_H 1
  4290. | #define HAVE_STDLIB_H 1
  4291. | #define HAVE_STRING_H 1
  4292. | #define HAVE_MEMORY_H 1
  4293. | #define HAVE_STRINGS_H 1
  4294. | #define HAVE_INTTYPES_H 1
  4295. | #define HAVE_STDINT_H 1
  4296. | #define HAVE_UNISTD_H 1
  4297. | #define HAVE_DLFCN_H 1
  4298. | #define LT_OBJDIR ".libs/"
  4299. | #define USE_ASM 1
  4300. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4301. | #define HAVE_PTHREAD 1
  4302. | #define HAVE_DECL_STRERROR_R 1
  4303. | #define HAVE_STRERROR_R 1
  4304. | #define HAVE_STDIO_H 1
  4305. | #define HAVE_STDLIB_H 1
  4306. | #define HAVE_UNISTD_H 1
  4307. | #define HAVE_STRINGS_H 1
  4308. | #define HAVE_SYS_TYPES_H 1
  4309. | #define HAVE_SYS_STAT_H 1
  4310. | #define HAVE_SYS_SELECT_H 1
  4311. | #define HAVE_DECL_STRNLEN 1
  4312. | #define HAVE_DECL_DAEMON 1
  4313. | #define HAVE_DECL_LE16TOH 0
  4314. | #define HAVE_DECL_LE32TOH 0
  4315. | #define HAVE_DECL_LE64TOH 0
  4316. | #define HAVE_DECL_HTOLE16 0
  4317. | #define HAVE_DECL_HTOLE32 0
  4318. | #define HAVE_DECL_HTOLE64 0
  4319. | #define HAVE_DECL_BE16TOH 0
  4320. | #define HAVE_DECL_BE32TOH 0
  4321. | #define HAVE_DECL_BE64TOH 0
  4322. | #define HAVE_DECL_HTOBE16 0
  4323. | #define HAVE_DECL_HTOBE32 0
  4324. | #define HAVE_DECL_HTOBE64 0
  4325. | #define HAVE_DECL_BSWAP_16 0
  4326. | #define HAVE_DECL_BSWAP_32 0
  4327. | #define HAVE_DECL_BSWAP_64 0
  4328. | #define HAVE_DECL___BUILTIN_CLZ 0
  4329. | #define HAVE_DECL___BUILTIN_CLZL 0
  4330. | #define HAVE_DECL___BUILTIN_CLZLL 0
  4331. | #define HAVE_MSG_DONTWAIT 1
  4332. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  4333. | #define HAVE_THREAD_LOCAL 1
  4334. | /* end confdefs.h. */
  4335. |
  4336. | #include <libdb4/db_cxx.h>
  4337. |
  4338. | int
  4339. | main ()
  4340. | {
  4341. |
  4342. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4343. | #error "failed to find bdb 4.8+"
  4344. | #endif
  4345. |
  4346. | ;
  4347. | return 0;
  4348. | }
  4349. configure:23080: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  4350. conftest.cpp:58:18: fatal error: 'db4/db_cxx.h' file not found
  4351. #include <db4/db_cxx.h>
  4352. ^
  4353. 1 error generated.
  4354. configure:23080: $? = 1
  4355. configure: failed program was:
  4356. | /* confdefs.h */
  4357. | #define PACKAGE_NAME "Bitcoin Core"
  4358. | #define PACKAGE_TARNAME "bitcoin"
  4359. | #define PACKAGE_VERSION "0.16.99"
  4360. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  4361. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4362. | #define PACKAGE_URL "https://bitcoincore.org/"
  4363. | #define HAVE_CXX11 1
  4364. | #define STDC_HEADERS 1
  4365. | #define HAVE_SYS_TYPES_H 1
  4366. | #define HAVE_SYS_STAT_H 1
  4367. | #define HAVE_STDLIB_H 1
  4368. | #define HAVE_STRING_H 1
  4369. | #define HAVE_MEMORY_H 1
  4370. | #define HAVE_STRINGS_H 1
  4371. | #define HAVE_INTTYPES_H 1
  4372. | #define HAVE_STDINT_H 1
  4373. | #define HAVE_UNISTD_H 1
  4374. | #define HAVE_DLFCN_H 1
  4375. | #define LT_OBJDIR ".libs/"
  4376. | #define USE_ASM 1
  4377. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4378. | #define HAVE_PTHREAD 1
  4379. | #define HAVE_DECL_STRERROR_R 1
  4380. | #define HAVE_STRERROR_R 1
  4381. | #define HAVE_STDIO_H 1
  4382. | #define HAVE_STDLIB_H 1
  4383. | #define HAVE_UNISTD_H 1
  4384. | #define HAVE_STRINGS_H 1
  4385. | #define HAVE_SYS_TYPES_H 1
  4386. | #define HAVE_SYS_STAT_H 1
  4387. | #define HAVE_SYS_SELECT_H 1
  4388. | #define HAVE_DECL_STRNLEN 1
  4389. | #define HAVE_DECL_DAEMON 1
  4390. | #define HAVE_DECL_LE16TOH 0
  4391. | #define HAVE_DECL_LE32TOH 0
  4392. | #define HAVE_DECL_LE64TOH 0
  4393. | #define HAVE_DECL_HTOLE16 0
  4394. | #define HAVE_DECL_HTOLE32 0
  4395. | #define HAVE_DECL_HTOLE64 0
  4396. | #define HAVE_DECL_BE16TOH 0
  4397. | #define HAVE_DECL_BE32TOH 0
  4398. | #define HAVE_DECL_BE64TOH 0
  4399. | #define HAVE_DECL_HTOBE16 0
  4400. | #define HAVE_DECL_HTOBE32 0
  4401. | #define HAVE_DECL_HTOBE64 0
  4402. | #define HAVE_DECL_BSWAP_16 0
  4403. | #define HAVE_DECL_BSWAP_32 0
  4404. | #define HAVE_DECL_BSWAP_64 0
  4405. | #define HAVE_DECL___BUILTIN_CLZ 0
  4406. | #define HAVE_DECL___BUILTIN_CLZL 0
  4407. | #define HAVE_DECL___BUILTIN_CLZLL 0
  4408. | #define HAVE_MSG_DONTWAIT 1
  4409. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  4410. | #define HAVE_THREAD_LOCAL 1
  4411. | /* end confdefs.h. */
  4412. |
  4413. | #include <db4/db_cxx.h>
  4414. |
  4415. | int
  4416. | main ()
  4417. | {
  4418. |
  4419. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4420. | #error "failed to find bdb 4.8+"
  4421. | #endif
  4422. |
  4423. | ;
  4424. | return 0;
  4425. | }
  4426. configure:23080: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  4427. conftest.cpp:58:18: fatal error: 'bdb5/db_cxx.h' file not found
  4428. #include <bdb5/db_cxx.h>
  4429. ^
  4430. 1 error generated.
  4431. configure:23080: $? = 1
  4432. configure: failed program was:
  4433. | /* confdefs.h */
  4434. | #define PACKAGE_NAME "Bitcoin Core"
  4435. | #define PACKAGE_TARNAME "bitcoin"
  4436. | #define PACKAGE_VERSION "0.16.99"
  4437. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  4438. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4439. | #define PACKAGE_URL "https://bitcoincore.org/"
  4440. | #define HAVE_CXX11 1
  4441. | #define STDC_HEADERS 1
  4442. | #define HAVE_SYS_TYPES_H 1
  4443. | #define HAVE_SYS_STAT_H 1
  4444. | #define HAVE_STDLIB_H 1
  4445. | #define HAVE_STRING_H 1
  4446. | #define HAVE_MEMORY_H 1
  4447. | #define HAVE_STRINGS_H 1
  4448. | #define HAVE_INTTYPES_H 1
  4449. | #define HAVE_STDINT_H 1
  4450. | #define HAVE_UNISTD_H 1
  4451. | #define HAVE_DLFCN_H 1
  4452. | #define LT_OBJDIR ".libs/"
  4453. | #define USE_ASM 1
  4454. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4455. | #define HAVE_PTHREAD 1
  4456. | #define HAVE_DECL_STRERROR_R 1
  4457. | #define HAVE_STRERROR_R 1
  4458. | #define HAVE_STDIO_H 1
  4459. | #define HAVE_STDLIB_H 1
  4460. | #define HAVE_UNISTD_H 1
  4461. | #define HAVE_STRINGS_H 1
  4462. | #define HAVE_SYS_TYPES_H 1
  4463. | #define HAVE_SYS_STAT_H 1
  4464. | #define HAVE_SYS_SELECT_H 1
  4465. | #define HAVE_DECL_STRNLEN 1
  4466. | #define HAVE_DECL_DAEMON 1
  4467. | #define HAVE_DECL_LE16TOH 0
  4468. | #define HAVE_DECL_LE32TOH 0
  4469. | #define HAVE_DECL_LE64TOH 0
  4470. | #define HAVE_DECL_HTOLE16 0
  4471. | #define HAVE_DECL_HTOLE32 0
  4472. | #define HAVE_DECL_HTOLE64 0
  4473. | #define HAVE_DECL_BE16TOH 0
  4474. | #define HAVE_DECL_BE32TOH 0
  4475. | #define HAVE_DECL_BE64TOH 0
  4476. | #define HAVE_DECL_HTOBE16 0
  4477. | #define HAVE_DECL_HTOBE32 0
  4478. | #define HAVE_DECL_HTOBE64 0
  4479. | #define HAVE_DECL_BSWAP_16 0
  4480. | #define HAVE_DECL_BSWAP_32 0
  4481. | #define HAVE_DECL_BSWAP_64 0
  4482. | #define HAVE_DECL___BUILTIN_CLZ 0
  4483. | #define HAVE_DECL___BUILTIN_CLZL 0
  4484. | #define HAVE_DECL___BUILTIN_CLZLL 0
  4485. | #define HAVE_MSG_DONTWAIT 1
  4486. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  4487. | #define HAVE_THREAD_LOCAL 1
  4488. | /* end confdefs.h. */
  4489. |
  4490. | #include <bdb5/db_cxx.h>
  4491. |
  4492. | int
  4493. | main ()
  4494. | {
  4495. |
  4496. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4497. | #error "failed to find bdb 4.8+"
  4498. | #endif
  4499. |
  4500. | ;
  4501. | return 0;
  4502. | }
  4503. configure:23080: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  4504. conftest.cpp:58:18: fatal error: 'libdb5/db_cxx.h' file not found
  4505. #include <libdb5/db_cxx.h>
  4506. ^
  4507. 1 error generated.
  4508. configure:23080: $? = 1
  4509. configure: failed program was:
  4510. | /* confdefs.h */
  4511. | #define PACKAGE_NAME "Bitcoin Core"
  4512. | #define PACKAGE_TARNAME "bitcoin"
  4513. | #define PACKAGE_VERSION "0.16.99"
  4514. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  4515. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4516. | #define PACKAGE_URL "https://bitcoincore.org/"
  4517. | #define HAVE_CXX11 1
  4518. | #define STDC_HEADERS 1
  4519. | #define HAVE_SYS_TYPES_H 1
  4520. | #define HAVE_SYS_STAT_H 1
  4521. | #define HAVE_STDLIB_H 1
  4522. | #define HAVE_STRING_H 1
  4523. | #define HAVE_MEMORY_H 1
  4524. | #define HAVE_STRINGS_H 1
  4525. | #define HAVE_INTTYPES_H 1
  4526. | #define HAVE_STDINT_H 1
  4527. | #define HAVE_UNISTD_H 1
  4528. | #define HAVE_DLFCN_H 1
  4529. | #define LT_OBJDIR ".libs/"
  4530. | #define USE_ASM 1
  4531. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4532. | #define HAVE_PTHREAD 1
  4533. | #define HAVE_DECL_STRERROR_R 1
  4534. | #define HAVE_STRERROR_R 1
  4535. | #define HAVE_STDIO_H 1
  4536. | #define HAVE_STDLIB_H 1
  4537. | #define HAVE_UNISTD_H 1
  4538. | #define HAVE_STRINGS_H 1
  4539. | #define HAVE_SYS_TYPES_H 1
  4540. | #define HAVE_SYS_STAT_H 1
  4541. | #define HAVE_SYS_SELECT_H 1
  4542. | #define HAVE_DECL_STRNLEN 1
  4543. | #define HAVE_DECL_DAEMON 1
  4544. | #define HAVE_DECL_LE16TOH 0
  4545. | #define HAVE_DECL_LE32TOH 0
  4546. | #define HAVE_DECL_LE64TOH 0
  4547. | #define HAVE_DECL_HTOLE16 0
  4548. | #define HAVE_DECL_HTOLE32 0
  4549. | #define HAVE_DECL_HTOLE64 0
  4550. | #define HAVE_DECL_BE16TOH 0
  4551. | #define HAVE_DECL_BE32TOH 0
  4552. | #define HAVE_DECL_BE64TOH 0
  4553. | #define HAVE_DECL_HTOBE16 0
  4554. | #define HAVE_DECL_HTOBE32 0
  4555. | #define HAVE_DECL_HTOBE64 0
  4556. | #define HAVE_DECL_BSWAP_16 0
  4557. | #define HAVE_DECL_BSWAP_32 0
  4558. | #define HAVE_DECL_BSWAP_64 0
  4559. | #define HAVE_DECL___BUILTIN_CLZ 0
  4560. | #define HAVE_DECL___BUILTIN_CLZL 0
  4561. | #define HAVE_DECL___BUILTIN_CLZLL 0
  4562. | #define HAVE_MSG_DONTWAIT 1
  4563. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  4564. | #define HAVE_THREAD_LOCAL 1
  4565. | /* end confdefs.h. */
  4566. |
  4567. | #include <libdb5/db_cxx.h>
  4568. |
  4569. | int
  4570. | main ()
  4571. | {
  4572. |
  4573. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4574. | #error "failed to find bdb 4.8+"
  4575. | #endif
  4576. |
  4577. | ;
  4578. | return 0;
  4579. | }
  4580. configure:23080: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  4581. conftest.cpp:58:18: fatal error: 'db5/db_cxx.h' file not found
  4582. #include <db5/db_cxx.h>
  4583. ^
  4584. 1 error generated.
  4585. configure:23080: $? = 1
  4586. configure: failed program was:
  4587. | /* confdefs.h */
  4588. | #define PACKAGE_NAME "Bitcoin Core"
  4589. | #define PACKAGE_TARNAME "bitcoin"
  4590. | #define PACKAGE_VERSION "0.16.99"
  4591. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  4592. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4593. | #define PACKAGE_URL "https://bitcoincore.org/"
  4594. | #define HAVE_CXX11 1
  4595. | #define STDC_HEADERS 1
  4596. | #define HAVE_SYS_TYPES_H 1
  4597. | #define HAVE_SYS_STAT_H 1
  4598. | #define HAVE_STDLIB_H 1
  4599. | #define HAVE_STRING_H 1
  4600. | #define HAVE_MEMORY_H 1
  4601. | #define HAVE_STRINGS_H 1
  4602. | #define HAVE_INTTYPES_H 1
  4603. | #define HAVE_STDINT_H 1
  4604. | #define HAVE_UNISTD_H 1
  4605. | #define HAVE_DLFCN_H 1
  4606. | #define LT_OBJDIR ".libs/"
  4607. | #define USE_ASM 1
  4608. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4609. | #define HAVE_PTHREAD 1
  4610. | #define HAVE_DECL_STRERROR_R 1
  4611. | #define HAVE_STRERROR_R 1
  4612. | #define HAVE_STDIO_H 1
  4613. | #define HAVE_STDLIB_H 1
  4614. | #define HAVE_UNISTD_H 1
  4615. | #define HAVE_STRINGS_H 1
  4616. | #define HAVE_SYS_TYPES_H 1
  4617. | #define HAVE_SYS_STAT_H 1
  4618. | #define HAVE_SYS_SELECT_H 1
  4619. | #define HAVE_DECL_STRNLEN 1
  4620. | #define HAVE_DECL_DAEMON 1
  4621. | #define HAVE_DECL_LE16TOH 0
  4622. | #define HAVE_DECL_LE32TOH 0
  4623. | #define HAVE_DECL_LE64TOH 0
  4624. | #define HAVE_DECL_HTOLE16 0
  4625. | #define HAVE_DECL_HTOLE32 0
  4626. | #define HAVE_DECL_HTOLE64 0
  4627. | #define HAVE_DECL_BE16TOH 0
  4628. | #define HAVE_DECL_BE32TOH 0
  4629. | #define HAVE_DECL_BE64TOH 0
  4630. | #define HAVE_DECL_HTOBE16 0
  4631. | #define HAVE_DECL_HTOBE32 0
  4632. | #define HAVE_DECL_HTOBE64 0
  4633. | #define HAVE_DECL_BSWAP_16 0
  4634. | #define HAVE_DECL_BSWAP_32 0
  4635. | #define HAVE_DECL_BSWAP_64 0
  4636. | #define HAVE_DECL___BUILTIN_CLZ 0
  4637. | #define HAVE_DECL___BUILTIN_CLZL 0
  4638. | #define HAVE_DECL___BUILTIN_CLZLL 0
  4639. | #define HAVE_MSG_DONTWAIT 1
  4640. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  4641. | #define HAVE_THREAD_LOCAL 1
  4642. | /* end confdefs.h. */
  4643. |
  4644. | #include <db5/db_cxx.h>
  4645. |
  4646. | int
  4647. | main ()
  4648. | {
  4649. |
  4650. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4651. | #error "failed to find bdb 4.8+"
  4652. | #endif
  4653. |
  4654. | ;
  4655. | return 0;
  4656. | }
  4657. configure:23080: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  4658. conftest.cpp:58:18: fatal error: 'bdb5.3/db_cxx.h' file not found
  4659. #include <bdb5.3/db_cxx.h>
  4660. ^
  4661. 1 error generated.
  4662. configure:23080: $? = 1
  4663. configure: failed program was:
  4664. | /* confdefs.h */
  4665. | #define PACKAGE_NAME "Bitcoin Core"
  4666. | #define PACKAGE_TARNAME "bitcoin"
  4667. | #define PACKAGE_VERSION "0.16.99"
  4668. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  4669. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4670. | #define PACKAGE_URL "https://bitcoincore.org/"
  4671. | #define HAVE_CXX11 1
  4672. | #define STDC_HEADERS 1
  4673. | #define HAVE_SYS_TYPES_H 1
  4674. | #define HAVE_SYS_STAT_H 1
  4675. | #define HAVE_STDLIB_H 1
  4676. | #define HAVE_STRING_H 1
  4677. | #define HAVE_MEMORY_H 1
  4678. | #define HAVE_STRINGS_H 1
  4679. | #define HAVE_INTTYPES_H 1
  4680. | #define HAVE_STDINT_H 1
  4681. | #define HAVE_UNISTD_H 1
  4682. | #define HAVE_DLFCN_H 1
  4683. | #define LT_OBJDIR ".libs/"
  4684. | #define USE_ASM 1
  4685. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4686. | #define HAVE_PTHREAD 1
  4687. | #define HAVE_DECL_STRERROR_R 1
  4688. | #define HAVE_STRERROR_R 1
  4689. | #define HAVE_STDIO_H 1
  4690. | #define HAVE_STDLIB_H 1
  4691. | #define HAVE_UNISTD_H 1
  4692. | #define HAVE_STRINGS_H 1
  4693. | #define HAVE_SYS_TYPES_H 1
  4694. | #define HAVE_SYS_STAT_H 1
  4695. | #define HAVE_SYS_SELECT_H 1
  4696. | #define HAVE_DECL_STRNLEN 1
  4697. | #define HAVE_DECL_DAEMON 1
  4698. | #define HAVE_DECL_LE16TOH 0
  4699. | #define HAVE_DECL_LE32TOH 0
  4700. | #define HAVE_DECL_LE64TOH 0
  4701. | #define HAVE_DECL_HTOLE16 0
  4702. | #define HAVE_DECL_HTOLE32 0
  4703. | #define HAVE_DECL_HTOLE64 0
  4704. | #define HAVE_DECL_BE16TOH 0
  4705. | #define HAVE_DECL_BE32TOH 0
  4706. | #define HAVE_DECL_BE64TOH 0
  4707. | #define HAVE_DECL_HTOBE16 0
  4708. | #define HAVE_DECL_HTOBE32 0
  4709. | #define HAVE_DECL_HTOBE64 0
  4710. | #define HAVE_DECL_BSWAP_16 0
  4711. | #define HAVE_DECL_BSWAP_32 0
  4712. | #define HAVE_DECL_BSWAP_64 0
  4713. | #define HAVE_DECL___BUILTIN_CLZ 0
  4714. | #define HAVE_DECL___BUILTIN_CLZL 0
  4715. | #define HAVE_DECL___BUILTIN_CLZLL 0
  4716. | #define HAVE_MSG_DONTWAIT 1
  4717. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  4718. | #define HAVE_THREAD_LOCAL 1
  4719. | /* end confdefs.h. */
  4720. |
  4721. | #include <bdb5.3/db_cxx.h>
  4722. |
  4723. | int
  4724. | main ()
  4725. | {
  4726. |
  4727. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4728. | #error "failed to find bdb 4.8+"
  4729. | #endif
  4730. |
  4731. | ;
  4732. | return 0;
  4733. | }
  4734. configure:23080: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  4735. conftest.cpp:58:18: fatal error: 'libdb5.3/db_cxx.h' file not found
  4736. #include <libdb5.3/db_cxx.h>
  4737. ^
  4738. 1 error generated.
  4739. configure:23080: $? = 1
  4740. configure: failed program was:
  4741. | /* confdefs.h */
  4742. | #define PACKAGE_NAME "Bitcoin Core"
  4743. | #define PACKAGE_TARNAME "bitcoin"
  4744. | #define PACKAGE_VERSION "0.16.99"
  4745. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  4746. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4747. | #define PACKAGE_URL "https://bitcoincore.org/"
  4748. | #define HAVE_CXX11 1
  4749. | #define STDC_HEADERS 1
  4750. | #define HAVE_SYS_TYPES_H 1
  4751. | #define HAVE_SYS_STAT_H 1
  4752. | #define HAVE_STDLIB_H 1
  4753. | #define HAVE_STRING_H 1
  4754. | #define HAVE_MEMORY_H 1
  4755. | #define HAVE_STRINGS_H 1
  4756. | #define HAVE_INTTYPES_H 1
  4757. | #define HAVE_STDINT_H 1
  4758. | #define HAVE_UNISTD_H 1
  4759. | #define HAVE_DLFCN_H 1
  4760. | #define LT_OBJDIR ".libs/"
  4761. | #define USE_ASM 1
  4762. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4763. | #define HAVE_PTHREAD 1
  4764. | #define HAVE_DECL_STRERROR_R 1
  4765. | #define HAVE_STRERROR_R 1
  4766. | #define HAVE_STDIO_H 1
  4767. | #define HAVE_STDLIB_H 1
  4768. | #define HAVE_UNISTD_H 1
  4769. | #define HAVE_STRINGS_H 1
  4770. | #define HAVE_SYS_TYPES_H 1
  4771. | #define HAVE_SYS_STAT_H 1
  4772. | #define HAVE_SYS_SELECT_H 1
  4773. | #define HAVE_DECL_STRNLEN 1
  4774. | #define HAVE_DECL_DAEMON 1
  4775. | #define HAVE_DECL_LE16TOH 0
  4776. | #define HAVE_DECL_LE32TOH 0
  4777. | #define HAVE_DECL_LE64TOH 0
  4778. | #define HAVE_DECL_HTOLE16 0
  4779. | #define HAVE_DECL_HTOLE32 0
  4780. | #define HAVE_DECL_HTOLE64 0
  4781. | #define HAVE_DECL_BE16TOH 0
  4782. | #define HAVE_DECL_BE32TOH 0
  4783. | #define HAVE_DECL_BE64TOH 0
  4784. | #define HAVE_DECL_HTOBE16 0
  4785. | #define HAVE_DECL_HTOBE32 0
  4786. | #define HAVE_DECL_HTOBE64 0
  4787. | #define HAVE_DECL_BSWAP_16 0
  4788. | #define HAVE_DECL_BSWAP_32 0
  4789. | #define HAVE_DECL_BSWAP_64 0
  4790. | #define HAVE_DECL___BUILTIN_CLZ 0
  4791. | #define HAVE_DECL___BUILTIN_CLZL 0
  4792. | #define HAVE_DECL___BUILTIN_CLZLL 0
  4793. | #define HAVE_MSG_DONTWAIT 1
  4794. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  4795. | #define HAVE_THREAD_LOCAL 1
  4796. | /* end confdefs.h. */
  4797. |
  4798. | #include <libdb5.3/db_cxx.h>
  4799. |
  4800. | int
  4801. | main ()
  4802. | {
  4803. |
  4804. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4805. | #error "failed to find bdb 4.8+"
  4806. | #endif
  4807. |
  4808. | ;
  4809. | return 0;
  4810. | }
  4811. configure:23080: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  4812. conftest.cpp:58:18: fatal error: 'db5.3/db_cxx.h' file not found
  4813. #include <db5.3/db_cxx.h>
  4814. ^
  4815. 1 error generated.
  4816. configure:23080: $? = 1
  4817. configure: failed program was:
  4818. | /* confdefs.h */
  4819. | #define PACKAGE_NAME "Bitcoin Core"
  4820. | #define PACKAGE_TARNAME "bitcoin"
  4821. | #define PACKAGE_VERSION "0.16.99"
  4822. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  4823. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4824. | #define PACKAGE_URL "https://bitcoincore.org/"
  4825. | #define HAVE_CXX11 1
  4826. | #define STDC_HEADERS 1
  4827. | #define HAVE_SYS_TYPES_H 1
  4828. | #define HAVE_SYS_STAT_H 1
  4829. | #define HAVE_STDLIB_H 1
  4830. | #define HAVE_STRING_H 1
  4831. | #define HAVE_MEMORY_H 1
  4832. | #define HAVE_STRINGS_H 1
  4833. | #define HAVE_INTTYPES_H 1
  4834. | #define HAVE_STDINT_H 1
  4835. | #define HAVE_UNISTD_H 1
  4836. | #define HAVE_DLFCN_H 1
  4837. | #define LT_OBJDIR ".libs/"
  4838. | #define USE_ASM 1
  4839. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4840. | #define HAVE_PTHREAD 1
  4841. | #define HAVE_DECL_STRERROR_R 1
  4842. | #define HAVE_STRERROR_R 1
  4843. | #define HAVE_STDIO_H 1
  4844. | #define HAVE_STDLIB_H 1
  4845. | #define HAVE_UNISTD_H 1
  4846. | #define HAVE_STRINGS_H 1
  4847. | #define HAVE_SYS_TYPES_H 1
  4848. | #define HAVE_SYS_STAT_H 1
  4849. | #define HAVE_SYS_SELECT_H 1
  4850. | #define HAVE_DECL_STRNLEN 1
  4851. | #define HAVE_DECL_DAEMON 1
  4852. | #define HAVE_DECL_LE16TOH 0
  4853. | #define HAVE_DECL_LE32TOH 0
  4854. | #define HAVE_DECL_LE64TOH 0
  4855. | #define HAVE_DECL_HTOLE16 0
  4856. | #define HAVE_DECL_HTOLE32 0
  4857. | #define HAVE_DECL_HTOLE64 0
  4858. | #define HAVE_DECL_BE16TOH 0
  4859. | #define HAVE_DECL_BE32TOH 0
  4860. | #define HAVE_DECL_BE64TOH 0
  4861. | #define HAVE_DECL_HTOBE16 0
  4862. | #define HAVE_DECL_HTOBE32 0
  4863. | #define HAVE_DECL_HTOBE64 0
  4864. | #define HAVE_DECL_BSWAP_16 0
  4865. | #define HAVE_DECL_BSWAP_32 0
  4866. | #define HAVE_DECL_BSWAP_64 0
  4867. | #define HAVE_DECL___BUILTIN_CLZ 0
  4868. | #define HAVE_DECL___BUILTIN_CLZL 0
  4869. | #define HAVE_DECL___BUILTIN_CLZLL 0
  4870. | #define HAVE_MSG_DONTWAIT 1
  4871. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  4872. | #define HAVE_THREAD_LOCAL 1
  4873. | /* end confdefs.h. */
  4874. |
  4875. | #include <db5.3/db_cxx.h>
  4876. |
  4877. | int
  4878. | main ()
  4879. | {
  4880. |
  4881. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4882. | #error "failed to find bdb 4.8+"
  4883. | #endif
  4884. |
  4885. | ;
  4886. | return 0;
  4887. | }
  4888. configure:23080: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  4889. conftest.cpp:58:18: fatal error: 'bdb/db_cxx.h' file not found
  4890. #include <bdb/db_cxx.h>
  4891. ^
  4892. 1 error generated.
  4893. configure:23080: $? = 1
  4894. configure: failed program was:
  4895. | /* confdefs.h */
  4896. | #define PACKAGE_NAME "Bitcoin Core"
  4897. | #define PACKAGE_TARNAME "bitcoin"
  4898. | #define PACKAGE_VERSION "0.16.99"
  4899. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  4900. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4901. | #define PACKAGE_URL "https://bitcoincore.org/"
  4902. | #define HAVE_CXX11 1
  4903. | #define STDC_HEADERS 1
  4904. | #define HAVE_SYS_TYPES_H 1
  4905. | #define HAVE_SYS_STAT_H 1
  4906. | #define HAVE_STDLIB_H 1
  4907. | #define HAVE_STRING_H 1
  4908. | #define HAVE_MEMORY_H 1
  4909. | #define HAVE_STRINGS_H 1
  4910. | #define HAVE_INTTYPES_H 1
  4911. | #define HAVE_STDINT_H 1
  4912. | #define HAVE_UNISTD_H 1
  4913. | #define HAVE_DLFCN_H 1
  4914. | #define LT_OBJDIR ".libs/"
  4915. | #define USE_ASM 1
  4916. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4917. | #define HAVE_PTHREAD 1
  4918. | #define HAVE_DECL_STRERROR_R 1
  4919. | #define HAVE_STRERROR_R 1
  4920. | #define HAVE_STDIO_H 1
  4921. | #define HAVE_STDLIB_H 1
  4922. | #define HAVE_UNISTD_H 1
  4923. | #define HAVE_STRINGS_H 1
  4924. | #define HAVE_SYS_TYPES_H 1
  4925. | #define HAVE_SYS_STAT_H 1
  4926. | #define HAVE_SYS_SELECT_H 1
  4927. | #define HAVE_DECL_STRNLEN 1
  4928. | #define HAVE_DECL_DAEMON 1
  4929. | #define HAVE_DECL_LE16TOH 0
  4930. | #define HAVE_DECL_LE32TOH 0
  4931. | #define HAVE_DECL_LE64TOH 0
  4932. | #define HAVE_DECL_HTOLE16 0
  4933. | #define HAVE_DECL_HTOLE32 0
  4934. | #define HAVE_DECL_HTOLE64 0
  4935. | #define HAVE_DECL_BE16TOH 0
  4936. | #define HAVE_DECL_BE32TOH 0
  4937. | #define HAVE_DECL_BE64TOH 0
  4938. | #define HAVE_DECL_HTOBE16 0
  4939. | #define HAVE_DECL_HTOBE32 0
  4940. | #define HAVE_DECL_HTOBE64 0
  4941. | #define HAVE_DECL_BSWAP_16 0
  4942. | #define HAVE_DECL_BSWAP_32 0
  4943. | #define HAVE_DECL_BSWAP_64 0
  4944. | #define HAVE_DECL___BUILTIN_CLZ 0
  4945. | #define HAVE_DECL___BUILTIN_CLZL 0
  4946. | #define HAVE_DECL___BUILTIN_CLZLL 0
  4947. | #define HAVE_MSG_DONTWAIT 1
  4948. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  4949. | #define HAVE_THREAD_LOCAL 1
  4950. | /* end confdefs.h. */
  4951. |
  4952. | #include <bdb/db_cxx.h>
  4953. |
  4954. | int
  4955. | main ()
  4956. | {
  4957. |
  4958. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  4959. | #error "failed to find bdb 4.8+"
  4960. | #endif
  4961. |
  4962. | ;
  4963. | return 0;
  4964. | }
  4965. configure:23080: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  4966. conftest.cpp:58:18: fatal error: 'libdb/db_cxx.h' file not found
  4967. #include <libdb/db_cxx.h>
  4968. ^
  4969. 1 error generated.
  4970. configure:23080: $? = 1
  4971. configure: failed program was:
  4972. | /* confdefs.h */
  4973. | #define PACKAGE_NAME "Bitcoin Core"
  4974. | #define PACKAGE_TARNAME "bitcoin"
  4975. | #define PACKAGE_VERSION "0.16.99"
  4976. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  4977. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  4978. | #define PACKAGE_URL "https://bitcoincore.org/"
  4979. | #define HAVE_CXX11 1
  4980. | #define STDC_HEADERS 1
  4981. | #define HAVE_SYS_TYPES_H 1
  4982. | #define HAVE_SYS_STAT_H 1
  4983. | #define HAVE_STDLIB_H 1
  4984. | #define HAVE_STRING_H 1
  4985. | #define HAVE_MEMORY_H 1
  4986. | #define HAVE_STRINGS_H 1
  4987. | #define HAVE_INTTYPES_H 1
  4988. | #define HAVE_STDINT_H 1
  4989. | #define HAVE_UNISTD_H 1
  4990. | #define HAVE_DLFCN_H 1
  4991. | #define LT_OBJDIR ".libs/"
  4992. | #define USE_ASM 1
  4993. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4994. | #define HAVE_PTHREAD 1
  4995. | #define HAVE_DECL_STRERROR_R 1
  4996. | #define HAVE_STRERROR_R 1
  4997. | #define HAVE_STDIO_H 1
  4998. | #define HAVE_STDLIB_H 1
  4999. | #define HAVE_UNISTD_H 1
  5000. | #define HAVE_STRINGS_H 1
  5001. | #define HAVE_SYS_TYPES_H 1
  5002. | #define HAVE_SYS_STAT_H 1
  5003. | #define HAVE_SYS_SELECT_H 1
  5004. | #define HAVE_DECL_STRNLEN 1
  5005. | #define HAVE_DECL_DAEMON 1
  5006. | #define HAVE_DECL_LE16TOH 0
  5007. | #define HAVE_DECL_LE32TOH 0
  5008. | #define HAVE_DECL_LE64TOH 0
  5009. | #define HAVE_DECL_HTOLE16 0
  5010. | #define HAVE_DECL_HTOLE32 0
  5011. | #define HAVE_DECL_HTOLE64 0
  5012. | #define HAVE_DECL_BE16TOH 0
  5013. | #define HAVE_DECL_BE32TOH 0
  5014. | #define HAVE_DECL_BE64TOH 0
  5015. | #define HAVE_DECL_HTOBE16 0
  5016. | #define HAVE_DECL_HTOBE32 0
  5017. | #define HAVE_DECL_HTOBE64 0
  5018. | #define HAVE_DECL_BSWAP_16 0
  5019. | #define HAVE_DECL_BSWAP_32 0
  5020. | #define HAVE_DECL_BSWAP_64 0
  5021. | #define HAVE_DECL___BUILTIN_CLZ 0
  5022. | #define HAVE_DECL___BUILTIN_CLZL 0
  5023. | #define HAVE_DECL___BUILTIN_CLZLL 0
  5024. | #define HAVE_MSG_DONTWAIT 1
  5025. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  5026. | #define HAVE_THREAD_LOCAL 1
  5027. | /* end confdefs.h. */
  5028. |
  5029. | #include <libdb/db_cxx.h>
  5030. |
  5031. | int
  5032. | main ()
  5033. | {
  5034. |
  5035. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  5036. | #error "failed to find bdb 4.8+"
  5037. | #endif
  5038. |
  5039. | ;
  5040. | return 0;
  5041. | }
  5042. configure:23080: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  5043. conftest.cpp:58:18: fatal error: 'db/db_cxx.h' file not found
  5044. #include <db/db_cxx.h>
  5045. ^
  5046. 1 error generated.
  5047. configure:23080: $? = 1
  5048. configure: failed program was:
  5049. | /* confdefs.h */
  5050. | #define PACKAGE_NAME "Bitcoin Core"
  5051. | #define PACKAGE_TARNAME "bitcoin"
  5052. | #define PACKAGE_VERSION "0.16.99"
  5053. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  5054. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  5055. | #define PACKAGE_URL "https://bitcoincore.org/"
  5056. | #define HAVE_CXX11 1
  5057. | #define STDC_HEADERS 1
  5058. | #define HAVE_SYS_TYPES_H 1
  5059. | #define HAVE_SYS_STAT_H 1
  5060. | #define HAVE_STDLIB_H 1
  5061. | #define HAVE_STRING_H 1
  5062. | #define HAVE_MEMORY_H 1
  5063. | #define HAVE_STRINGS_H 1
  5064. | #define HAVE_INTTYPES_H 1
  5065. | #define HAVE_STDINT_H 1
  5066. | #define HAVE_UNISTD_H 1
  5067. | #define HAVE_DLFCN_H 1
  5068. | #define LT_OBJDIR ".libs/"
  5069. | #define USE_ASM 1
  5070. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  5071. | #define HAVE_PTHREAD 1
  5072. | #define HAVE_DECL_STRERROR_R 1
  5073. | #define HAVE_STRERROR_R 1
  5074. | #define HAVE_STDIO_H 1
  5075. | #define HAVE_STDLIB_H 1
  5076. | #define HAVE_UNISTD_H 1
  5077. | #define HAVE_STRINGS_H 1
  5078. | #define HAVE_SYS_TYPES_H 1
  5079. | #define HAVE_SYS_STAT_H 1
  5080. | #define HAVE_SYS_SELECT_H 1
  5081. | #define HAVE_DECL_STRNLEN 1
  5082. | #define HAVE_DECL_DAEMON 1
  5083. | #define HAVE_DECL_LE16TOH 0
  5084. | #define HAVE_DECL_LE32TOH 0
  5085. | #define HAVE_DECL_LE64TOH 0
  5086. | #define HAVE_DECL_HTOLE16 0
  5087. | #define HAVE_DECL_HTOLE32 0
  5088. | #define HAVE_DECL_HTOLE64 0
  5089. | #define HAVE_DECL_BE16TOH 0
  5090. | #define HAVE_DECL_BE32TOH 0
  5091. | #define HAVE_DECL_BE64TOH 0
  5092. | #define HAVE_DECL_HTOBE16 0
  5093. | #define HAVE_DECL_HTOBE32 0
  5094. | #define HAVE_DECL_HTOBE64 0
  5095. | #define HAVE_DECL_BSWAP_16 0
  5096. | #define HAVE_DECL_BSWAP_32 0
  5097. | #define HAVE_DECL_BSWAP_64 0
  5098. | #define HAVE_DECL___BUILTIN_CLZ 0
  5099. | #define HAVE_DECL___BUILTIN_CLZL 0
  5100. | #define HAVE_DECL___BUILTIN_CLZLL 0
  5101. | #define HAVE_MSG_DONTWAIT 1
  5102. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  5103. | #define HAVE_THREAD_LOCAL 1
  5104. | /* end confdefs.h. */
  5105. |
  5106. | #include <db/db_cxx.h>
  5107. |
  5108. | int
  5109. | main ()
  5110. | {
  5111. |
  5112. | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
  5113. | #error "failed to find bdb 4.8+"
  5114. | #endif
  5115. |
  5116. | ;
  5117. | return 0;
  5118. | }
  5119. configure:23080: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  5120. configure:23080: $? = 0
  5121. configure:23109: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  5122. configure:23109: $? = 0
  5123. configure:23152: result: default
  5124. configure:23175: checking for main in -ldb_cxx-4.8
  5125. configure:23194: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp -ldb_cxx-4.8 >&5
  5126. configure:23194: $? = 0
  5127. configure:23204: result: yes
  5128. configure:23226: checking miniupnpc/miniwget.h usability
  5129. configure:23226: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  5130. configure:23226: $? = 0
  5131. configure:23226: result: yes
  5132. configure:23226: checking miniupnpc/miniwget.h presence
  5133. configure:23226: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -E -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp
  5134. configure:23226: $? = 0
  5135. configure:23226: result: yes
  5136. configure:23226: checking for miniupnpc/miniwget.h
  5137. configure:23226: result: yes
  5138. configure:23231: checking for main in -lminiupnpc
  5139. configure:23250: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp -lminiupnpc >&5
  5140. configure:23250: $? = 0
  5141. configure:23259: result: yes
  5142. configure:23226: checking miniupnpc/miniupnpc.h usability
  5143. configure:23226: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  5144. configure:23226: $? = 0
  5145. configure:23226: result: yes
  5146. configure:23226: checking miniupnpc/miniupnpc.h presence
  5147. configure:23226: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -E -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp
  5148. configure:23226: $? = 0
  5149. configure:23226: result: yes
  5150. configure:23226: checking for miniupnpc/miniupnpc.h
  5151. configure:23226: result: yes
  5152. configure:23231: checking for main in -lminiupnpc
  5153. configure:23259: result: yes
  5154. configure:23226: checking miniupnpc/upnpcommands.h usability
  5155. configure:23226: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  5156. configure:23226: $? = 0
  5157. configure:23226: result: yes
  5158. configure:23226: checking miniupnpc/upnpcommands.h presence
  5159. configure:23226: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -E -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp
  5160. configure:23226: $? = 0
  5161. configure:23226: result: yes
  5162. configure:23226: checking for miniupnpc/upnpcommands.h
  5163. configure:23226: result: yes
  5164. configure:23231: checking for main in -lminiupnpc
  5165. configure:23259: result: yes
  5166. configure:23226: checking miniupnpc/upnperrors.h usability
  5167. configure:23226: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  5168. configure:23226: $? = 0
  5169. configure:23226: result: yes
  5170. configure:23226: checking miniupnpc/upnperrors.h presence
  5171. configure:23226: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -E -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp
  5172. configure:23226: $? = 0
  5173. configure:23226: result: yes
  5174. configure:23226: checking for miniupnpc/upnperrors.h
  5175. configure:23226: result: yes
  5176. configure:23231: checking for main in -lminiupnpc
  5177. configure:23259: result: yes
  5178. configure:23369: checking for QT5
  5179. configure:23376: $PKG_CONFIG --exists --print-errors "$qt5_modules"
  5180. configure:23379: $? = 0
  5181. configure:23393: $PKG_CONFIG --exists --print-errors "$qt5_modules"
  5182. configure:23396: $? = 0
  5183. configure:23434: result: yes
  5184. configure:23686: checking for QT_TEST
  5185. configure:23693: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}Test"
  5186. configure:23696: $? = 0
  5187. configure:23710: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}Test"
  5188. configure:23713: $? = 0
  5189. configure:23751: result: yes
  5190. configure:23758: checking for QT_DBUS
  5191. configure:23765: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}DBus"
  5192. configure:23768: $? = 0
  5193. configure:23782: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}DBus"
  5194. configure:23785: $? = 0
  5195. configure:23823: result: yes
  5196. configure:24792: checking for static Qt
  5197. configure:24818: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -fPIC -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtCore -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtGui -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtNetwork -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtWidgets -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  5198. configure:24818: $? = 0
  5199. configure:24826: result: yes
  5200. configure:24847: checking for QTPLATFORM
  5201. configure:24854: $PKG_CONFIG --exists --print-errors "Qt5PlatformSupport"
  5202. configure:24857: $? = 0
  5203. configure:24871: $PKG_CONFIG --exists --print-errors "Qt5PlatformSupport"
  5204. configure:24874: $? = 0
  5205. configure:24932: result: yes
  5206. configure:25124: checking for QTPRINT
  5207. configure:25131: $PKG_CONFIG --exists --print-errors "Qt5PrintSupport"
  5208. configure:25134: $? = 0
  5209. configure:25148: $PKG_CONFIG --exists --print-errors "Qt5PrintSupport"
  5210. configure:25151: $? = 0
  5211. configure:25209: result: yes
  5212. configure:25329: checking for Qt < 5.4
  5213. configure:25355: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -fPIC -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtCore -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtGui -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtNetwork -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtWidgets -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  5214. conftest.cpp:74:13: error: use of undeclared identifier 'choke'
  5215. choke
  5216. ^
  5217. 1 error generated.
  5218. configure:25355: $? = 1
  5219. configure: failed program was:
  5220. | /* confdefs.h */
  5221. | #define PACKAGE_NAME "Bitcoin Core"
  5222. | #define PACKAGE_TARNAME "bitcoin"
  5223. | #define PACKAGE_VERSION "0.16.99"
  5224. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  5225. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  5226. | #define PACKAGE_URL "https://bitcoincore.org/"
  5227. | #define HAVE_CXX11 1
  5228. | #define STDC_HEADERS 1
  5229. | #define HAVE_SYS_TYPES_H 1
  5230. | #define HAVE_SYS_STAT_H 1
  5231. | #define HAVE_STDLIB_H 1
  5232. | #define HAVE_STRING_H 1
  5233. | #define HAVE_MEMORY_H 1
  5234. | #define HAVE_STRINGS_H 1
  5235. | #define HAVE_INTTYPES_H 1
  5236. | #define HAVE_STDINT_H 1
  5237. | #define HAVE_UNISTD_H 1
  5238. | #define HAVE_DLFCN_H 1
  5239. | #define LT_OBJDIR ".libs/"
  5240. | #define USE_ASM 1
  5241. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  5242. | #define HAVE_PTHREAD 1
  5243. | #define HAVE_DECL_STRERROR_R 1
  5244. | #define HAVE_STRERROR_R 1
  5245. | #define HAVE_STDIO_H 1
  5246. | #define HAVE_STDLIB_H 1
  5247. | #define HAVE_UNISTD_H 1
  5248. | #define HAVE_STRINGS_H 1
  5249. | #define HAVE_SYS_TYPES_H 1
  5250. | #define HAVE_SYS_STAT_H 1
  5251. | #define HAVE_SYS_SELECT_H 1
  5252. | #define HAVE_DECL_STRNLEN 1
  5253. | #define HAVE_DECL_DAEMON 1
  5254. | #define HAVE_DECL_LE16TOH 0
  5255. | #define HAVE_DECL_LE32TOH 0
  5256. | #define HAVE_DECL_LE64TOH 0
  5257. | #define HAVE_DECL_HTOLE16 0
  5258. | #define HAVE_DECL_HTOLE32 0
  5259. | #define HAVE_DECL_HTOLE64 0
  5260. | #define HAVE_DECL_BE16TOH 0
  5261. | #define HAVE_DECL_BE32TOH 0
  5262. | #define HAVE_DECL_BE64TOH 0
  5263. | #define HAVE_DECL_HTOBE16 0
  5264. | #define HAVE_DECL_HTOBE32 0
  5265. | #define HAVE_DECL_HTOBE64 0
  5266. | #define HAVE_DECL_BSWAP_16 0
  5267. | #define HAVE_DECL_BSWAP_32 0
  5268. | #define HAVE_DECL_BSWAP_64 0
  5269. | #define HAVE_DECL___BUILTIN_CLZ 0
  5270. | #define HAVE_DECL___BUILTIN_CLZL 0
  5271. | #define HAVE_DECL___BUILTIN_CLZLL 0
  5272. | #define HAVE_MSG_DONTWAIT 1
  5273. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  5274. | #define HAVE_THREAD_LOCAL 1
  5275. | #define HAVE_MINIUPNPC_MINIWGET_H 1
  5276. | #define HAVE_MINIUPNPC_MINIUPNPC_H 1
  5277. | #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
  5278. | #define HAVE_MINIUPNPC_UPNPERRORS_H 1
  5279. | #define QT_STATICPLUGIN 1
  5280. | #define QT_STATICPLUGIN 1
  5281. | /* end confdefs.h. */
  5282. |
  5283. | #include <QtCore/qconfig.h>
  5284. | #ifndef QT_VERSION
  5285. | # include <QtCore/qglobal.h>
  5286. | #endif
  5287. |
  5288. | int
  5289. | main ()
  5290. | {
  5291. |
  5292. | #if QT_VERSION >= 0x050400
  5293. | choke
  5294. | #endif
  5295. |
  5296. | ;
  5297. | return 0;
  5298. | }
  5299. configure:25363: result: no
  5300. configure:25409: checking for static Qt plugins: -lqminimal
  5301. configure:25427: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -fPIC -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtCore -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtGui -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtNetwork -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtWidgets -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp -lqminimal -framework DiskArbitration -framework IOKit -framework Foundation -framework CoreServices -framework AppKit -framework ApplicationServices -framework CoreFoundation -framework OpenGL -framework AGL -framework Carbon -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lQt5PrintSupport -lQt5Widgets -lQt5Gui -lqtpng -lqtharfbuzzng -lQt5Core -lz -lqtpcre -lm -framework DiskArbitration -framework IOKit -framework Foundation -framework CoreServices -framework AppKit -framework ApplicationServices -framework CoreFoundation -framework OpenGL -framework AGL -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lQt5PlatformSupport -lQt5Gui -lqtpng -lqtharfbuzzng -lQt5Core -lz -lqtpcre -lm -framework DiskArbitration -framework IOKit -framework Foundation -framework CoreServices -framework AppKit -framework ApplicationServices -framework CoreFoundation -framework OpenGL -framework AGL -framework Security -framework SystemConfiguration -framework Carbon -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lQt5Network -lssl -lcrypto -lQt5Widgets -lQt5Gui -lqtpng -lqtharfbuzzng -lQt5Core -lz -lqtpcre -lm -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/plugins/platforms >&5
  5302. conftest.cpp:64:13: warning: 'QT_STATICPLUGIN' macro redefined [-Wmacro-redefined]
  5303. #define QT_STATICPLUGIN
  5304. ^
  5305. conftest.cpp:61:9: note: previous definition is here
  5306. #define QT_STATICPLUGIN 1
  5307. ^
  5308. 1 warning generated.
  5309. configure:25427: $? = 0
  5310. configure:25428: result: yes
  5311. configure:25543: checking whether the linker accepts -framework IOKit
  5312. configure:25562: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -fPIC -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtCore -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtGui -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtNetwork -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtWidgets -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names -Wl,-dead_strip -framework IOKit conftest.cpp >&5
  5313. configure:25562: $? = 0
  5314. configure:25571: result: yes
  5315. configure:25580: checking for static Qt plugins: -lqcocoa
  5316. configure:25598: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -fPIC -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtCore -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtGui -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtNetwork -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtWidgets -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp -lqcocoa -lqminimal -framework DiskArbitration -framework IOKit -framework Foundation -framework CoreServices -framework AppKit -framework ApplicationServices -framework CoreFoundation -framework OpenGL -framework AGL -framework Carbon -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lQt5PrintSupport -lQt5Widgets -lQt5Gui -lqtpng -lqtharfbuzzng -lQt5Core -lz -lqtpcre -lm -framework DiskArbitration -framework IOKit -framework Foundation -framework CoreServices -framework AppKit -framework ApplicationServices -framework CoreFoundation -framework OpenGL -framework AGL -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lQt5PlatformSupport -lQt5Gui -lqtpng -lqtharfbuzzng -lQt5Core -lz -lqtpcre -lm -framework DiskArbitration -framework IOKit -framework Foundation -framework CoreServices -framework AppKit -framework ApplicationServices -framework CoreFoundation -framework OpenGL -framework AGL -framework Security -framework SystemConfiguration -framework Carbon -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lQt5Network -lssl -lcrypto -lQt5Widgets -lQt5Gui -lqtpng -lqtharfbuzzng -lQt5Core -lz -lqtpcre -lm -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/plugins/platforms -framework IOKit >&5
  5317. conftest.cpp:65:13: warning: 'QT_STATICPLUGIN' macro redefined [-Wmacro-redefined]
  5318. #define QT_STATICPLUGIN
  5319. ^
  5320. conftest.cpp:61:9: note: previous definition is here
  5321. #define QT_STATICPLUGIN 1
  5322. ^
  5323. 1 warning generated.
  5324. configure:25598: $? = 0
  5325. configure:25599: result: yes
  5326. configure:25698: checking whether -fPIE can be used with this Qt config
  5327. configure:25724: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -fPIE -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtCore -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtGui -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtNetwork -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtWidgets -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  5328. configure:25724: $? = 0
  5329. configure:25725: result: yes
  5330. configure:25798: checking for moc-qt5
  5331. configure:25831: result: no
  5332. configure:25798: checking for moc5
  5333. configure:25831: result: no
  5334. configure:25798: checking for moc
  5335. configure:25816: found /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/moc
  5336. configure:25828: result: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/moc
  5337. configure:25917: checking for uic-qt5
  5338. configure:25950: result: no
  5339. configure:25917: checking for uic5
  5340. configure:25950: result: no
  5341. configure:25917: checking for uic
  5342. configure:25935: found /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/uic
  5343. configure:25947: result: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/uic
  5344. configure:26036: checking for rcc-qt5
  5345. configure:26069: result: no
  5346. configure:26036: checking for rcc5
  5347. configure:26069: result: no
  5348. configure:26036: checking for rcc
  5349. configure:26054: found /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/rcc
  5350. configure:26066: result: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/rcc
  5351. configure:26155: checking for lrelease-qt5
  5352. configure:26188: result: no
  5353. configure:26155: checking for lrelease5
  5354. configure:26188: result: no
  5355. configure:26155: checking for lrelease
  5356. configure:26173: found /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/lrelease
  5357. configure:26185: result: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/lrelease
  5358. configure:26274: checking for lupdate-qt5
  5359. configure:26307: result: no
  5360. configure:26274: checking for lupdate5
  5361. configure:26307: result: no
  5362. configure:26274: checking for lupdate
  5363. configure:26307: result: no
  5364. configure:26394: checking whether the linker accepts -framework Foundation -framework ApplicationServices -framework AppKit
  5365. configure:26413: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names -Wl,-dead_strip -framework Foundation -framework ApplicationServices -framework AppKit conftest.cpp >&5
  5366. configure:26413: $? = 0
  5367. configure:26423: result: yes
  5368. configure:26489: checking whether to build Bitcoin Core GUI
  5369. configure:26508: WARNING: lupdate is required to update qt translations
  5370. configure:26519: result: yes (Qt5)
  5371. configure:26593: checking for boostlib >= 1.47.0
  5372. configure:26678: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include conftest.cpp >&5
  5373. configure:26678: $? = 0
  5374. configure:26680: result: yes
  5375. configure:26870: checking whether the Boost::System library is available
  5376. configure:26895: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include conftest.cpp >&5
  5377. configure:26895: $? = 0
  5378. configure:26910: result: yes
  5379. configure:26926: checking for exit in -lboost_system-mt
  5380. configure:26951: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names -Wl,-dead_strip -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib conftest.cpp -lboost_system-mt >&5
  5381. configure:26951: $? = 0
  5382. configure:26961: result: yes
  5383. configure:27116: checking whether the Boost::Filesystem library is available
  5384. configure:27140: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include conftest.cpp >&5
  5385. configure:27140: $? = 0
  5386. configure:27154: result: yes
  5387. configure:27166: checking for exit in -lboost_filesystem-mt
  5388. configure:27191: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names -Wl,-dead_strip -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib conftest.cpp -lboost_filesystem-mt -lboost_system-mt >&5
  5389. configure:27191: $? = 0
  5390. configure:27201: result: yes
  5391. configure:27351: checking whether the Boost::Program_Options library is available
  5392. configure:27375: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include conftest.cpp >&5
  5393. configure:27375: $? = 0
  5394. configure:27389: result: yes
  5395. configure:27400: checking for exit in -lboost_program_options-mt
  5396. configure:27425: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names -Wl,-dead_strip -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib conftest.cpp -lboost_program_options-mt >&5
  5397. configure:27425: $? = 0
  5398. configure:27435: result: yes
  5399. configure:27578: checking whether the Boost::Thread library is available
  5400. configure:27610: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pthread -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include conftest.cpp >&5
  5401. configure:27610: $? = 0
  5402. configure:27625: result: yes
  5403. configure:27655: checking for exit in -lboost_thread-mt
  5404. configure:27680: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names -Wl,-dead_strip -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib conftest.cpp -lboost_thread-mt >&5
  5405. configure:27680: $? = 0
  5406. configure:27690: result: yes
  5407. configure:27850: checking whether the Boost::Chrono library is available
  5408. configure:27874: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -pthread -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include conftest.cpp >&5
  5409. configure:27874: $? = 0
  5410. configure:27889: result: yes
  5411. configure:27905: checking for exit in -lboost_chrono-mt
  5412. configure:27930: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -pthread -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names -Wl,-dead_strip -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib conftest.cpp -lboost_chrono-mt >&5
  5413. configure:27930: $? = 0
  5414. configure:27940: result: yes
  5415. configure:28182: checking whether the Boost::Unit_Test_Framework library is available
  5416. configure:28205: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include conftest.cpp >&5
  5417. configure:28205: $? = 0
  5418. configure:28219: result: yes
  5419. configure:28331: checking for dynamic linked boost test
  5420. configure:28346: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lboost_unit_test_framework-mt >&5
  5421. Undefined symbols for architecture x86_64:
  5422. "boost::unit_test::unit_test_main(bool (*)(), int, char**)", referenced from:
  5423. _main in conftest-ed89c5.o
  5424. ld: symbol(s) not found for architecture x86_64
  5425. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  5426. configure:28346: $? = 1
  5427. configure: failed program was:
  5428. | /* confdefs.h */
  5429. | #define PACKAGE_NAME "Bitcoin Core"
  5430. | #define PACKAGE_TARNAME "bitcoin"
  5431. | #define PACKAGE_VERSION "0.16.99"
  5432. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  5433. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  5434. | #define PACKAGE_URL "https://bitcoincore.org/"
  5435. | #define HAVE_CXX11 1
  5436. | #define STDC_HEADERS 1
  5437. | #define HAVE_SYS_TYPES_H 1
  5438. | #define HAVE_SYS_STAT_H 1
  5439. | #define HAVE_STDLIB_H 1
  5440. | #define HAVE_STRING_H 1
  5441. | #define HAVE_MEMORY_H 1
  5442. | #define HAVE_STRINGS_H 1
  5443. | #define HAVE_INTTYPES_H 1
  5444. | #define HAVE_STDINT_H 1
  5445. | #define HAVE_UNISTD_H 1
  5446. | #define HAVE_DLFCN_H 1
  5447. | #define LT_OBJDIR ".libs/"
  5448. | #define USE_ASM 1
  5449. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  5450. | #define HAVE_PTHREAD 1
  5451. | #define HAVE_DECL_STRERROR_R 1
  5452. | #define HAVE_STRERROR_R 1
  5453. | #define HAVE_STDIO_H 1
  5454. | #define HAVE_STDLIB_H 1
  5455. | #define HAVE_UNISTD_H 1
  5456. | #define HAVE_STRINGS_H 1
  5457. | #define HAVE_SYS_TYPES_H 1
  5458. | #define HAVE_SYS_STAT_H 1
  5459. | #define HAVE_SYS_SELECT_H 1
  5460. | #define HAVE_DECL_STRNLEN 1
  5461. | #define HAVE_DECL_DAEMON 1
  5462. | #define HAVE_DECL_LE16TOH 0
  5463. | #define HAVE_DECL_LE32TOH 0
  5464. | #define HAVE_DECL_LE64TOH 0
  5465. | #define HAVE_DECL_HTOLE16 0
  5466. | #define HAVE_DECL_HTOLE32 0
  5467. | #define HAVE_DECL_HTOLE64 0
  5468. | #define HAVE_DECL_BE16TOH 0
  5469. | #define HAVE_DECL_BE32TOH 0
  5470. | #define HAVE_DECL_BE64TOH 0
  5471. | #define HAVE_DECL_HTOBE16 0
  5472. | #define HAVE_DECL_HTOBE32 0
  5473. | #define HAVE_DECL_HTOBE64 0
  5474. | #define HAVE_DECL_BSWAP_16 0
  5475. | #define HAVE_DECL_BSWAP_32 0
  5476. | #define HAVE_DECL_BSWAP_64 0
  5477. | #define HAVE_DECL___BUILTIN_CLZ 0
  5478. | #define HAVE_DECL___BUILTIN_CLZL 0
  5479. | #define HAVE_DECL___BUILTIN_CLZLL 0
  5480. | #define HAVE_MSG_DONTWAIT 1
  5481. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  5482. | #define HAVE_THREAD_LOCAL 1
  5483. | #define HAVE_MINIUPNPC_MINIWGET_H 1
  5484. | #define HAVE_MINIUPNPC_MINIUPNPC_H 1
  5485. | #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
  5486. | #define HAVE_MINIUPNPC_UPNPERRORS_H 1
  5487. | #define QT_STATICPLUGIN 1
  5488. | #define QT_STATICPLUGIN 1
  5489. | #define QT_QPA_PLATFORM_MINIMAL 1
  5490. | #define QT_QPA_PLATFORM_COCOA 1
  5491. | #define HAVE_BOOST /**/
  5492. | #define HAVE_BOOST_SYSTEM /**/
  5493. | #define HAVE_BOOST_FILESYSTEM /**/
  5494. | #define HAVE_BOOST_PROGRAM_OPTIONS /**/
  5495. | #define HAVE_BOOST_THREAD /**/
  5496. | #define HAVE_BOOST_CHRONO /**/
  5497. | #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
  5498. | /* end confdefs.h. */
  5499. |
  5500. | #define BOOST_TEST_DYN_LINK
  5501. | #define BOOST_TEST_MAIN
  5502. | #include <boost/test/unit_test.hpp>
  5503. |
  5504. |
  5505. configure:28351: result: no
  5506. configure:28373: checking for mismatched boost c++11 scoped enums
  5507. configure:28401: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lboost_system-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt >&5
  5508. conftest.cpp:89:5: error: use of undeclared identifier 'choke'
  5509. choke;
  5510. ^
  5511. 1 error generated.
  5512. configure:28401: $? = 1
  5513. configure: failed program was:
  5514. | /* confdefs.h */
  5515. | #define PACKAGE_NAME "Bitcoin Core"
  5516. | #define PACKAGE_TARNAME "bitcoin"
  5517. | #define PACKAGE_VERSION "0.16.99"
  5518. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  5519. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  5520. | #define PACKAGE_URL "https://bitcoincore.org/"
  5521. | #define HAVE_CXX11 1
  5522. | #define STDC_HEADERS 1
  5523. | #define HAVE_SYS_TYPES_H 1
  5524. | #define HAVE_SYS_STAT_H 1
  5525. | #define HAVE_STDLIB_H 1
  5526. | #define HAVE_STRING_H 1
  5527. | #define HAVE_MEMORY_H 1
  5528. | #define HAVE_STRINGS_H 1
  5529. | #define HAVE_INTTYPES_H 1
  5530. | #define HAVE_STDINT_H 1
  5531. | #define HAVE_UNISTD_H 1
  5532. | #define HAVE_DLFCN_H 1
  5533. | #define LT_OBJDIR ".libs/"
  5534. | #define USE_ASM 1
  5535. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  5536. | #define HAVE_PTHREAD 1
  5537. | #define HAVE_DECL_STRERROR_R 1
  5538. | #define HAVE_STRERROR_R 1
  5539. | #define HAVE_STDIO_H 1
  5540. | #define HAVE_STDLIB_H 1
  5541. | #define HAVE_UNISTD_H 1
  5542. | #define HAVE_STRINGS_H 1
  5543. | #define HAVE_SYS_TYPES_H 1
  5544. | #define HAVE_SYS_STAT_H 1
  5545. | #define HAVE_SYS_SELECT_H 1
  5546. | #define HAVE_DECL_STRNLEN 1
  5547. | #define HAVE_DECL_DAEMON 1
  5548. | #define HAVE_DECL_LE16TOH 0
  5549. | #define HAVE_DECL_LE32TOH 0
  5550. | #define HAVE_DECL_LE64TOH 0
  5551. | #define HAVE_DECL_HTOLE16 0
  5552. | #define HAVE_DECL_HTOLE32 0
  5553. | #define HAVE_DECL_HTOLE64 0
  5554. | #define HAVE_DECL_BE16TOH 0
  5555. | #define HAVE_DECL_BE32TOH 0
  5556. | #define HAVE_DECL_BE64TOH 0
  5557. | #define HAVE_DECL_HTOBE16 0
  5558. | #define HAVE_DECL_HTOBE32 0
  5559. | #define HAVE_DECL_HTOBE64 0
  5560. | #define HAVE_DECL_BSWAP_16 0
  5561. | #define HAVE_DECL_BSWAP_32 0
  5562. | #define HAVE_DECL_BSWAP_64 0
  5563. | #define HAVE_DECL___BUILTIN_CLZ 0
  5564. | #define HAVE_DECL___BUILTIN_CLZL 0
  5565. | #define HAVE_DECL___BUILTIN_CLZLL 0
  5566. | #define HAVE_MSG_DONTWAIT 1
  5567. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  5568. | #define HAVE_THREAD_LOCAL 1
  5569. | #define HAVE_MINIUPNPC_MINIWGET_H 1
  5570. | #define HAVE_MINIUPNPC_MINIUPNPC_H 1
  5571. | #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
  5572. | #define HAVE_MINIUPNPC_UPNPERRORS_H 1
  5573. | #define QT_STATICPLUGIN 1
  5574. | #define QT_STATICPLUGIN 1
  5575. | #define QT_QPA_PLATFORM_MINIMAL 1
  5576. | #define QT_QPA_PLATFORM_COCOA 1
  5577. | #define HAVE_BOOST /**/
  5578. | #define HAVE_BOOST_SYSTEM /**/
  5579. | #define HAVE_BOOST_FILESYSTEM /**/
  5580. | #define HAVE_BOOST_PROGRAM_OPTIONS /**/
  5581. | #define HAVE_BOOST_THREAD /**/
  5582. | #define HAVE_BOOST_CHRONO /**/
  5583. | #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
  5584. | /* end confdefs.h. */
  5585. |
  5586. | #include <boost/config.hpp>
  5587. | #include <boost/version.hpp>
  5588. | #if !defined(BOOST_NO_SCOPED_ENUMS) && !defined(BOOST_NO_CXX11_SCOPED_ENUMS) && BOOST_VERSION < 105700
  5589. | #define BOOST_NO_SCOPED_ENUMS
  5590. | #define BOOST_NO_CXX11_SCOPED_ENUMS
  5591. | #define CHECK
  5592. | #endif
  5593. | #include <boost/filesystem.hpp>
  5594. |
  5595. | int
  5596. | main ()
  5597. | {
  5598. |
  5599. | #if defined(CHECK)
  5600. | boost::filesystem::copy_file("foo", "bar");
  5601. | #else
  5602. | choke;
  5603. | #endif
  5604. |
  5605. | ;
  5606. | return 0;
  5607. | }
  5608. configure:28405: result: ok
  5609. configure:28437: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -o conftest -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names -Wl,-dead_strip conftest.cpp -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lboost_system-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt >&5
  5610. configure:28437: $? = 0
  5611. configure:28499: checking for SSL
  5612. configure:28506: $PKG_CONFIG --exists --print-errors "libssl"
  5613. configure:28509: $? = 0
  5614. configure:28523: $PKG_CONFIG --exists --print-errors "libssl"
  5615. configure:28526: $? = 0
  5616. configure:28564: result: yes
  5617. configure:28570: checking for CRYPTO
  5618. configure:28577: $PKG_CONFIG --exists --print-errors "libcrypto"
  5619. configure:28580: $? = 0
  5620. configure:28594: $PKG_CONFIG --exists --print-errors "libcrypto"
  5621. configure:28597: $? = 0
  5622. configure:28635: result: yes
  5623. configure:28644: checking for PROTOBUF
  5624. configure:28651: $PKG_CONFIG --exists --print-errors "protobuf"
  5625. configure:28654: $? = 0
  5626. configure:28668: $PKG_CONFIG --exists --print-errors "protobuf"
  5627. configure:28671: $? = 0
  5628. configure:28731: result: yes
  5629. configure:28746: checking for QR
  5630. configure:28753: $PKG_CONFIG --exists --print-errors "libqrencode"
  5631. configure:28756: $? = 0
  5632. configure:28770: $PKG_CONFIG --exists --print-errors "libqrencode"
  5633. configure:28773: $? = 0
  5634. configure:28811: result: yes
  5635. configure:28824: checking for EVENT
  5636. configure:28831: $PKG_CONFIG --exists --print-errors "libevent"
  5637. configure:28834: $? = 0
  5638. configure:28848: $PKG_CONFIG --exists --print-errors "libevent"
  5639. configure:28851: $? = 0
  5640. configure:28889: result: yes
  5641. configure:28896: checking for EVENT_PTHREADS
  5642. configure:28903: $PKG_CONFIG --exists --print-errors "libevent_pthreads"
  5643. configure:28906: $? = 0
  5644. configure:28920: $PKG_CONFIG --exists --print-errors "libevent_pthreads"
  5645. configure:28923: $? = 0
  5646. configure:28961: result: yes
  5647. configure:28971: checking for ZMQ
  5648. configure:28978: $PKG_CONFIG --exists --print-errors "libzmq >= 4"
  5649. configure:28981: $? = 0
  5650. configure:28995: $PKG_CONFIG --exists --print-errors "libzmq >= 4"
  5651. configure:28998: $? = 0
  5652. configure:29046: result: yes
  5653. configure:29439: checking whether EVP_MD_CTX_new is declared
  5654. configure:29439: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -c -pipe -O2 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX conftest.cpp >&5
  5655. conftest.cpp:115:10: error: use of undeclared identifier 'EVP_MD_CTX_new'
  5656. (void) EVP_MD_CTX_new;
  5657. ^
  5658. 1 error generated.
  5659. configure:29439: $? = 1
  5660. configure: failed program was:
  5661. | /* confdefs.h */
  5662. | #define PACKAGE_NAME "Bitcoin Core"
  5663. | #define PACKAGE_TARNAME "bitcoin"
  5664. | #define PACKAGE_VERSION "0.16.99"
  5665. | #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  5666. | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  5667. | #define PACKAGE_URL "https://bitcoincore.org/"
  5668. | #define HAVE_CXX11 1
  5669. | #define STDC_HEADERS 1
  5670. | #define HAVE_SYS_TYPES_H 1
  5671. | #define HAVE_SYS_STAT_H 1
  5672. | #define HAVE_STDLIB_H 1
  5673. | #define HAVE_STRING_H 1
  5674. | #define HAVE_MEMORY_H 1
  5675. | #define HAVE_STRINGS_H 1
  5676. | #define HAVE_INTTYPES_H 1
  5677. | #define HAVE_STDINT_H 1
  5678. | #define HAVE_UNISTD_H 1
  5679. | #define HAVE_DLFCN_H 1
  5680. | #define LT_OBJDIR ".libs/"
  5681. | #define USE_ASM 1
  5682. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  5683. | #define HAVE_PTHREAD 1
  5684. | #define HAVE_DECL_STRERROR_R 1
  5685. | #define HAVE_STRERROR_R 1
  5686. | #define HAVE_STDIO_H 1
  5687. | #define HAVE_STDLIB_H 1
  5688. | #define HAVE_UNISTD_H 1
  5689. | #define HAVE_STRINGS_H 1
  5690. | #define HAVE_SYS_TYPES_H 1
  5691. | #define HAVE_SYS_STAT_H 1
  5692. | #define HAVE_SYS_SELECT_H 1
  5693. | #define HAVE_DECL_STRNLEN 1
  5694. | #define HAVE_DECL_DAEMON 1
  5695. | #define HAVE_DECL_LE16TOH 0
  5696. | #define HAVE_DECL_LE32TOH 0
  5697. | #define HAVE_DECL_LE64TOH 0
  5698. | #define HAVE_DECL_HTOLE16 0
  5699. | #define HAVE_DECL_HTOLE32 0
  5700. | #define HAVE_DECL_HTOLE64 0
  5701. | #define HAVE_DECL_BE16TOH 0
  5702. | #define HAVE_DECL_BE32TOH 0
  5703. | #define HAVE_DECL_BE64TOH 0
  5704. | #define HAVE_DECL_HTOBE16 0
  5705. | #define HAVE_DECL_HTOBE32 0
  5706. | #define HAVE_DECL_HTOBE64 0
  5707. | #define HAVE_DECL_BSWAP_16 0
  5708. | #define HAVE_DECL_BSWAP_32 0
  5709. | #define HAVE_DECL_BSWAP_64 0
  5710. | #define HAVE_DECL___BUILTIN_CLZ 0
  5711. | #define HAVE_DECL___BUILTIN_CLZL 0
  5712. | #define HAVE_DECL___BUILTIN_CLZLL 0
  5713. | #define HAVE_MSG_DONTWAIT 1
  5714. | #define HAVE_VISIBILITY_ATTRIBUTE 1
  5715. | #define HAVE_THREAD_LOCAL 1
  5716. | #define HAVE_MINIUPNPC_MINIWGET_H 1
  5717. | #define HAVE_MINIUPNPC_MINIUPNPC_H 1
  5718. | #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
  5719. | #define HAVE_MINIUPNPC_UPNPERRORS_H 1
  5720. | #define QT_STATICPLUGIN 1
  5721. | #define QT_STATICPLUGIN 1
  5722. | #define QT_QPA_PLATFORM_MINIMAL 1
  5723. | #define QT_QPA_PLATFORM_COCOA 1
  5724. | #define HAVE_BOOST /**/
  5725. | #define HAVE_BOOST_SYSTEM /**/
  5726. | #define HAVE_BOOST_FILESYSTEM /**/
  5727. | #define HAVE_BOOST_PROGRAM_OPTIONS /**/
  5728. | #define HAVE_BOOST_THREAD /**/
  5729. | #define HAVE_BOOST_CHRONO /**/
  5730. | #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
  5731. | #define HAVE_WORKING_BOOST_SLEEP_FOR 1
  5732. | #define ENABLE_ZMQ 1
  5733. | /* end confdefs.h. */
  5734. | #include <stdio.h>
  5735. | #ifdef HAVE_SYS_TYPES_H
  5736. | # include <sys/types.h>
  5737. | #endif
  5738. | #ifdef HAVE_SYS_STAT_H
  5739. | # include <sys/stat.h>
  5740. | #endif
  5741. | #ifdef STDC_HEADERS
  5742. | # include <stdlib.h>
  5743. | # include <stddef.h>
  5744. | #else
  5745. | # ifdef HAVE_STDLIB_H
  5746. | # include <stdlib.h>
  5747. | # endif
  5748. | #endif
  5749. | #ifdef HAVE_STRING_H
  5750. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5751. | # include <memory.h>
  5752. | # endif
  5753. | # include <string.h>
  5754. | #endif
  5755. | #ifdef HAVE_STRINGS_H
  5756. | # include <strings.h>
  5757. | #endif
  5758. | #ifdef HAVE_INTTYPES_H
  5759. | # include <inttypes.h>
  5760. | #endif
  5761. | #ifdef HAVE_STDINT_H
  5762. | # include <stdint.h>
  5763. | #endif
  5764. | #ifdef HAVE_UNISTD_H
  5765. | # include <unistd.h>
  5766. | #endif
  5767. | #include <openssl/x509_vfy.h>
  5768. |
  5769. |
  5770. | int
  5771. | main ()
  5772. | {
  5773. | #ifndef EVP_MD_CTX_new
  5774. | #ifdef __cplusplus
  5775. | (void) EVP_MD_CTX_new;
  5776. | #else
  5777. | (void) EVP_MD_CTX_new;
  5778. | #endif
  5779. | #endif
  5780. |
  5781. | ;
  5782. | return 0;
  5783. | }
  5784. configure:29439: result: no
  5785. configure:29629: checking for protoc
  5786. configure:29647: found /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/protoc
  5787. configure:29659: result: /home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/protoc
  5788. configure:29739: checking whether to build bitcoind
  5789. configure:29749: result: yes
  5790. configure:29752: checking whether to build utils (bitcoin-cli bitcoin-tx)
  5791. configure:29762: result: yes
  5792. configure:29765: checking whether to build libraries
  5793. configure:29782: result: yes
  5794. configure:29847: checking if wallet should be enabled
  5795. configure:29850: result: yes
  5796. configure:29863: checking whether to build with support for UPnP
  5797. configure:29873: result: yes
  5798. configure:29875: checking whether to build with UPnP enabled by default
  5799. configure:29883: result: no
  5800. configure:29901: checking whether to build GUI with support for D-Bus
  5801. configure:29908: result: yes
  5802. configure:29911: checking whether to build GUI with support for QR codes
  5803. configure:29921: result: yes
  5804. configure:29938: checking whether to build test_bitcoin-qt
  5805. configure:29941: result: yes
  5806. configure:29959: checking whether to build test_bitcoin
  5807. configure:29962: result: yes
  5808. configure:29971: checking whether to reduce exports
  5809. configure:29977: result: no
  5810. configure:30327: checking that generated files are newer than configure
  5811. configure:30333: result: done
  5812. configure:30457: creating ./config.status
  5813.  
  5814. ## ---------------------- ##
  5815. ## Running config.status. ##
  5816. ## ---------------------- ##
  5817.  
  5818. This file was extended by Bitcoin Core config.status 0.16.99, which was
  5819. generated by GNU Autoconf 2.69. Invocation command line was
  5820.  
  5821. CONFIG_FILES =
  5822. CONFIG_HEADERS =
  5823. CONFIG_LINKS =
  5824. CONFIG_COMMANDS =
  5825. $ ./config.status
  5826.  
  5827. on headhunter911-trusty
  5828.  
  5829. config.status:1429: creating libbitcoinconsensus.pc
  5830. config.status:1429: creating Makefile
  5831. config.status:1429: creating src/Makefile
  5832. config.status:1429: creating doc/man/Makefile
  5833. config.status:1429: creating share/setup.nsi
  5834. config.status:1429: creating share/qt/Info.plist
  5835. config.status:1429: creating test/config.ini
  5836. config.status:1429: creating contrib/devtools/split-debug.sh
  5837. config.status:1429: creating src/config/bitcoin-config.h
  5838. config.status:1689: executing depfiles commands
  5839. config.status:1689: executing libtool commands
  5840. configure:33061: === configuring in src/univalue (/home/smyers/osx/bitcoin/src/univalue)
  5841. configure:33124: running /bin/bash ./configure --disable-option-checking '--prefix=/' '--disable-ccache' '--disable-maintainer-mode' '--disable-dependency-tracking' '--with-gui' '--disable-shared' '--with-pic' '--with-bignum=no' '--enable-module-recovery' '--disable-jni' --cache-file=/dev/null --srcdir=.
  5842. configure:33061: === configuring in src/secp256k1 (/home/smyers/osx/bitcoin/src/secp256k1)
  5843. configure:33124: running /bin/bash ./configure --disable-option-checking '--prefix=/' '--disable-ccache' '--disable-maintainer-mode' '--disable-dependency-tracking' '--with-gui' '--disable-shared' '--with-pic' '--with-bignum=no' '--enable-module-recovery' '--disable-jni' --cache-file=/dev/null --srcdir=.
  5844.  
  5845. ## ---------------- ##
  5846. ## Cache variables. ##
  5847. ## ---------------- ##
  5848.  
  5849. ac_cv_build=x86_64-unknown-linux-gnu
  5850. ac_cv_c_bigendian=no
  5851. ac_cv_c_compiler_gnu=yes
  5852. ac_cv_cxx_compiler_gnu=yes
  5853. ac_cv_env_ARFLAGS_set=
  5854. ac_cv_env_ARFLAGS_value=
  5855. ac_cv_env_BDB_CFLAGS_set=
  5856. ac_cv_env_BDB_CFLAGS_value=
  5857. ac_cv_env_BDB_LIBS_set=
  5858. ac_cv_env_BDB_LIBS_value=
  5859. ac_cv_env_CCC_set=
  5860. ac_cv_env_CCC_value=
  5861. ac_cv_env_CC_set=
  5862. ac_cv_env_CC_value=
  5863. ac_cv_env_CFLAGS_set=
  5864. ac_cv_env_CFLAGS_value=
  5865. ac_cv_env_CPPFLAGS_set=
  5866. ac_cv_env_CPPFLAGS_value=
  5867. ac_cv_env_CPP_set=
  5868. ac_cv_env_CPP_value=
  5869. ac_cv_env_CRYPTO_CFLAGS_set=
  5870. ac_cv_env_CRYPTO_CFLAGS_value=
  5871. ac_cv_env_CRYPTO_LIBS_set=
  5872. ac_cv_env_CRYPTO_LIBS_value=
  5873. ac_cv_env_CXXCPP_set=
  5874. ac_cv_env_CXXCPP_value=
  5875. ac_cv_env_CXXFLAGS_set=
  5876. ac_cv_env_CXXFLAGS_value=
  5877. ac_cv_env_CXX_set=
  5878. ac_cv_env_CXX_value=
  5879. ac_cv_env_EVENT_CFLAGS_set=
  5880. ac_cv_env_EVENT_CFLAGS_value=
  5881. ac_cv_env_EVENT_LIBS_set=
  5882. ac_cv_env_EVENT_LIBS_value=
  5883. ac_cv_env_EVENT_PTHREADS_CFLAGS_set=
  5884. ac_cv_env_EVENT_PTHREADS_CFLAGS_value=
  5885. ac_cv_env_EVENT_PTHREADS_LIBS_set=
  5886. ac_cv_env_EVENT_PTHREADS_LIBS_value=
  5887. ac_cv_env_LDFLAGS_set=
  5888. ac_cv_env_LDFLAGS_value=
  5889. ac_cv_env_LIBS_set=
  5890. ac_cv_env_LIBS_value=
  5891. ac_cv_env_OBJCXXFLAGS_set=
  5892. ac_cv_env_OBJCXXFLAGS_value=
  5893. ac_cv_env_OBJCXX_set=
  5894. ac_cv_env_OBJCXX_value=
  5895. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  5896. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  5897. ac_cv_env_PKG_CONFIG_PATH_set=
  5898. ac_cv_env_PKG_CONFIG_PATH_value=
  5899. ac_cv_env_PKG_CONFIG_set=
  5900. ac_cv_env_PKG_CONFIG_value=
  5901. ac_cv_env_PROTOBUF_CFLAGS_set=
  5902. ac_cv_env_PROTOBUF_CFLAGS_value=
  5903. ac_cv_env_PROTOBUF_LIBS_set=
  5904. ac_cv_env_PROTOBUF_LIBS_value=
  5905. ac_cv_env_PYTHONPATH_set=
  5906. ac_cv_env_PYTHONPATH_value=
  5907. ac_cv_env_QR_CFLAGS_set=
  5908. ac_cv_env_QR_CFLAGS_value=
  5909. ac_cv_env_QR_LIBS_set=
  5910. ac_cv_env_QR_LIBS_value=
  5911. ac_cv_env_QT4_CFLAGS_set=
  5912. ac_cv_env_QT4_CFLAGS_value=
  5913. ac_cv_env_QT4_LIBS_set=
  5914. ac_cv_env_QT4_LIBS_value=
  5915. ac_cv_env_QT5_CFLAGS_set=
  5916. ac_cv_env_QT5_CFLAGS_value=
  5917. ac_cv_env_QT5_LIBS_set=
  5918. ac_cv_env_QT5_LIBS_value=
  5919. ac_cv_env_QTPLATFORM_CFLAGS_set=
  5920. ac_cv_env_QTPLATFORM_CFLAGS_value=
  5921. ac_cv_env_QTPLATFORM_LIBS_set=
  5922. ac_cv_env_QTPLATFORM_LIBS_value=
  5923. ac_cv_env_QTPRINT_CFLAGS_set=
  5924. ac_cv_env_QTPRINT_CFLAGS_value=
  5925. ac_cv_env_QTPRINT_LIBS_set=
  5926. ac_cv_env_QTPRINT_LIBS_value=
  5927. ac_cv_env_QTXCBQPA_CFLAGS_set=
  5928. ac_cv_env_QTXCBQPA_CFLAGS_value=
  5929. ac_cv_env_QTXCBQPA_LIBS_set=
  5930. ac_cv_env_QTXCBQPA_LIBS_value=
  5931. ac_cv_env_QT_DBUS_CFLAGS_set=
  5932. ac_cv_env_QT_DBUS_CFLAGS_value=
  5933. ac_cv_env_QT_DBUS_LIBS_set=
  5934. ac_cv_env_QT_DBUS_LIBS_value=
  5935. ac_cv_env_QT_TEST_CFLAGS_set=
  5936. ac_cv_env_QT_TEST_CFLAGS_value=
  5937. ac_cv_env_QT_TEST_LIBS_set=
  5938. ac_cv_env_QT_TEST_LIBS_value=
  5939. ac_cv_env_SSL_CFLAGS_set=
  5940. ac_cv_env_SSL_CFLAGS_value=
  5941. ac_cv_env_SSL_LIBS_set=
  5942. ac_cv_env_SSL_LIBS_value=
  5943. ac_cv_env_UNIVALUE_CFLAGS_set=
  5944. ac_cv_env_UNIVALUE_CFLAGS_value=
  5945. ac_cv_env_UNIVALUE_LIBS_set=
  5946. ac_cv_env_UNIVALUE_LIBS_value=
  5947. ac_cv_env_X11XCB_CFLAGS_set=
  5948. ac_cv_env_X11XCB_CFLAGS_value=
  5949. ac_cv_env_X11XCB_LIBS_set=
  5950. ac_cv_env_X11XCB_LIBS_value=
  5951. ac_cv_env_ZMQ_CFLAGS_set=
  5952. ac_cv_env_ZMQ_CFLAGS_value=
  5953. ac_cv_env_ZMQ_LIBS_set=
  5954. ac_cv_env_ZMQ_LIBS_value=
  5955. ac_cv_env_build_alias_set=
  5956. ac_cv_env_build_alias_value=
  5957. ac_cv_env_host_alias_set=
  5958. ac_cv_env_host_alias_value=
  5959. ac_cv_env_target_alias_set=
  5960. ac_cv_env_target_alias_value=
  5961. ac_cv_func_strerror_r=yes
  5962. ac_cv_func_strerror_r_char_p=no
  5963. ac_cv_have_decl_EVP_MD_CTX_new=no
  5964. ac_cv_have_decl___builtin_clz=no
  5965. ac_cv_have_decl___builtin_clzl=no
  5966. ac_cv_have_decl___builtin_clzll=no
  5967. ac_cv_have_decl_be16toh=no
  5968. ac_cv_have_decl_be32toh=no
  5969. ac_cv_have_decl_be64toh=no
  5970. ac_cv_have_decl_bswap_16=no
  5971. ac_cv_have_decl_bswap_32=no
  5972. ac_cv_have_decl_bswap_64=no
  5973. ac_cv_have_decl_daemon=yes
  5974. ac_cv_have_decl_htobe16=no
  5975. ac_cv_have_decl_htobe32=no
  5976. ac_cv_have_decl_htobe64=no
  5977. ac_cv_have_decl_htole16=no
  5978. ac_cv_have_decl_htole32=no
  5979. ac_cv_have_decl_htole64=no
  5980. ac_cv_have_decl_le16toh=no
  5981. ac_cv_have_decl_le32toh=no
  5982. ac_cv_have_decl_le64toh=no
  5983. ac_cv_have_decl_strerror_r=yes
  5984. ac_cv_have_decl_strnlen=yes
  5985. ac_cv_header_byteswap_h=no
  5986. ac_cv_header_dlfcn_h=yes
  5987. ac_cv_header_endian_h=no
  5988. ac_cv_header_inttypes_h=yes
  5989. ac_cv_header_memory_h=yes
  5990. ac_cv_header_miniupnpc_miniupnpc_h=yes
  5991. ac_cv_header_miniupnpc_miniwget_h=yes
  5992. ac_cv_header_miniupnpc_upnpcommands_h=yes
  5993. ac_cv_header_miniupnpc_upnperrors_h=yes
  5994. ac_cv_header_stdc=yes
  5995. ac_cv_header_stdint_h=yes
  5996. ac_cv_header_stdio_h=yes
  5997. ac_cv_header_stdlib_h=yes
  5998. ac_cv_header_string_h=yes
  5999. ac_cv_header_strings_h=yes
  6000. ac_cv_header_sys_endian_h=no
  6001. ac_cv_header_sys_prctl_h=no
  6002. ac_cv_header_sys_select_h=yes
  6003. ac_cv_header_sys_stat_h=yes
  6004. ac_cv_header_sys_types_h=yes
  6005. ac_cv_header_unistd_h=yes
  6006. ac_cv_host=x86_64-apple-darwin11
  6007. ac_cv_lib_boost_chrono_mt___exit=yes
  6008. ac_cv_lib_boost_filesystem_mt___exit=yes
  6009. ac_cv_lib_boost_program_options_mt___exit=yes
  6010. ac_cv_lib_boost_system_mt___exit=yes
  6011. ac_cv_lib_boost_thread_mt___exit=yes
  6012. ac_cv_lib_db_cxx_4_8___main=yes
  6013. ac_cv_lib_miniupnpc_main=yes
  6014. ac_cv_objcxx_compiler_gnu=yes
  6015. ac_cv_objext=o
  6016. ac_cv_path_AR=/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ar
  6017. ac_cv_path_CCACHE=/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/ccache
  6018. ac_cv_path_EGREP='/bin/grep -E'
  6019. ac_cv_path_FGREP='/bin/grep -F'
  6020. ac_cv_path_GENISOIMAGE=/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/genisoimage
  6021. ac_cv_path_GIT=/usr/bin/git
  6022. ac_cv_path_GREP=/bin/grep
  6023. ac_cv_path_HEXDUMP=/usr/bin/hexdump
  6024. ac_cv_path_IMAGEMAGICK_CONVERT=/usr/bin/convert
  6025. ac_cv_path_INSTALLNAMETOOL=/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-install_name_tool
  6026. ac_cv_path_LRELEASE=/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/lrelease
  6027. ac_cv_path_MOC=/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/moc
  6028. ac_cv_path_OTOOL=/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-otool
  6029. ac_cv_path_PKG_CONFIG='/usr/bin/pkg-config --static'
  6030. ac_cv_path_PROTOC=/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/protoc
  6031. ac_cv_path_PYTHON=/usr/bin/python3.4
  6032. ac_cv_path_RANLIB=/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ranlib
  6033. ac_cv_path_RCC=/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/rcc
  6034. ac_cv_path_RSVG_CONVERT=/usr/bin/rsvg-convert
  6035. ac_cv_path_SED=/bin/sed
  6036. ac_cv_path_STRIP=/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-strip
  6037. ac_cv_path_TIFFCP=/usr/bin/tiffcp
  6038. ac_cv_path_UIC=/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/uic
  6039. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  6040. ac_cv_path_ac_pt_AR=/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ar
  6041. ac_cv_path_ac_pt_CPPFILT=/usr/bin/c++filt
  6042. ac_cv_path_ac_pt_GCOV=/usr/bin/gcov
  6043. ac_cv_path_ac_pt_NM=/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-nm
  6044. ac_cv_path_ac_pt_OBJCOPY=/usr/bin/objcopy
  6045. ac_cv_path_ac_pt_RANLIB=/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ranlib
  6046. ac_cv_path_ac_pt_READELF=/usr/bin/readelf
  6047. ac_cv_path_install='/usr/bin/install -c'
  6048. ac_cv_path_mkdir=/bin/mkdir
  6049. ac_cv_prog_AR=/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ar
  6050. ac_cv_prog_AWK=mawk
  6051. ac_cv_prog_CC='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9'
  6052. ac_cv_prog_CPP='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -E'
  6053. ac_cv_prog_CXXCPP='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -E'
  6054. ac_cv_prog_DSYMUTIL=x86_64-apple-darwin11-dsymutil
  6055. ac_cv_prog_LIPO=x86_64-apple-darwin11-lipo
  6056. ac_cv_prog_NMEDIT=x86_64-apple-darwin11-nmedit
  6057. ac_cv_prog_OBJCXX='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11'
  6058. ac_cv_prog_OTOOL=x86_64-apple-darwin11-otool
  6059. ac_cv_prog_RANLIB=/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ranlib
  6060. ac_cv_prog_STRIP=x86_64-apple-darwin11-strip
  6061. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  6062. ac_cv_prog_ac_ct_OBJDUMP=objdump
  6063. ac_cv_prog_cc_c89=
  6064. ac_cv_prog_cc_g=yes
  6065. ac_cv_prog_cxx_g=yes
  6066. ac_cv_prog_make_make_set=yes
  6067. ac_cv_prog_objcxx_g=yes
  6068. ac_cv_search_clock_gettime=no
  6069. ac_cv_sys_file_offset_bits=no
  6070. ac_cv_sys_largefile_CC=no
  6071. am_cv_CC_dependencies_compiler_type=none
  6072. am_cv_CXX_dependencies_compiler_type=none
  6073. am_cv_OBJCXX_dependencies_compiler_type=none
  6074. am_cv_make_support_nested_variables=yes
  6075. am_cv_prog_cc_c_o=yes
  6076. ax_cv_PTHREAD_CLANG=yes
  6077. ax_cv_PTHREAD_CLANG_NO_WARN_FLAG=-Qunused-arguments
  6078. ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE
  6079. ax_cv_PTHREAD_PRIO_INHERIT=yes
  6080. ax_cv_PTHREAD_SPECIAL_FLAGS=no
  6081. ax_cv_boost_chrono=yes
  6082. ax_cv_boost_filesystem=yes
  6083. ax_cv_boost_program_options=yes
  6084. ax_cv_boost_system=yes
  6085. ax_cv_boost_thread=yes
  6086. ax_cv_boost_unit_test_framework=yes
  6087. ax_cv_check_cxxcppflags___D_FORTIFY_SOURCE_2=yes
  6088. ax_cv_check_cxxcppflags___U_FORTIFY_SOURCE=yes
  6089. ax_cv_check_cxxflags___Werror=yes
  6090. ax_cv_check_cxxflags___Wstack_protector=yes
  6091. ax_cv_check_cxxflags___fPIC=yes
  6092. ax_cv_check_cxxflags___fPIE=yes
  6093. ax_cv_check_cxxflags___fstack_protector_all=yes
  6094. ax_cv_check_cxxflags__msse4_2=yes
  6095. ax_cv_check_ldflags___Wl___dynamicbase=no
  6096. ax_cv_check_ldflags___Wl___high_entropy_va=no
  6097. ax_cv_check_ldflags___Wl___large_address_aware=no
  6098. ax_cv_check_ldflags___Wl___nxcompat=no
  6099. ax_cv_check_ldflags___Wl__dead_strip=yes
  6100. ax_cv_check_ldflags___Wl__headerpad_max_install_names=yes
  6101. ax_cv_check_ldflags___Wl__z_now=no
  6102. ax_cv_check_ldflags___Wl__z_relro=no
  6103. ax_cv_check_ldflags___framework_Foundation__framework_ApplicationServices__framework_AppKit=yes
  6104. ax_cv_check_ldflags___framework_IOKit=yes
  6105. ax_cv_check_ldflags___pie=yes
  6106. ax_cv_cxx_compile_cxx11__std_cpp11=yes
  6107. ax_cv_have_func_attribute_dllexport=no
  6108. ax_cv_have_func_attribute_dllimport=no
  6109. ax_cv_have_func_attribute_visibility=no
  6110. bitcoin_cv_need_acc_widget=no
  6111. bitcoin_cv_static_qt=yes
  6112. lt_cv_apple_cc_single_mod=yes
  6113. lt_cv_ar_at_file=no
  6114. lt_cv_deplibs_check_method=pass_all
  6115. lt_cv_file_magic_cmd='$MAGIC_CMD'
  6116. lt_cv_file_magic_test_file=
  6117. lt_cv_ld_exported_symbols_list=yes
  6118. lt_cv_ld_force_load=yes
  6119. lt_cv_ld_reload_flag=-r
  6120. lt_cv_nm_interface='BSD nm'
  6121. lt_cv_objdir=.libs
  6122. lt_cv_path_LD=/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ld
  6123. lt_cv_path_LDCXX=/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ld
  6124. lt_cv_path_NM=/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-nm
  6125. lt_cv_path_mainfest_tool=no
  6126. lt_cv_prog_compiler_c_o=yes
  6127. lt_cv_prog_compiler_c_o_CXX=yes
  6128. lt_cv_prog_compiler_pic='-fno-common -DPIC'
  6129. lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
  6130. lt_cv_prog_compiler_pic_works=yes
  6131. lt_cv_prog_compiler_pic_works_CXX=yes
  6132. lt_cv_prog_compiler_rtti_exceptions=yes
  6133. lt_cv_prog_compiler_static_works=no
  6134. lt_cv_prog_compiler_static_works_CXX=no
  6135. lt_cv_prog_gnu_ld=no
  6136. lt_cv_prog_gnu_ldcxx=no
  6137. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  6138. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  6139. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  6140. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  6141. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
  6142. lt_cv_sys_max_cmd_len=1572864
  6143. lt_cv_to_host_file_cmd=func_convert_file_noop
  6144. lt_cv_to_tool_file_cmd=func_convert_file_noop
  6145. pkg_cv_CRYPTO_CFLAGS='-I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include '
  6146. pkg_cv_CRYPTO_LIBS='-L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lcrypto '
  6147. pkg_cv_EVENT_CFLAGS='-I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include '
  6148. pkg_cv_EVENT_LIBS='-L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -levent '
  6149. pkg_cv_EVENT_PTHREADS_CFLAGS='-D_THREAD_SAFE -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include '
  6150. pkg_cv_EVENT_PTHREADS_LIBS='-L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -levent_pthreads -levent '
  6151. pkg_cv_PROTOBUF_CFLAGS='-D_THREAD_SAFE -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include '
  6152. pkg_cv_PROTOBUF_LIBS='-D_THREAD_SAFE -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lprotobuf -lz '
  6153. pkg_cv_QR_CFLAGS='-I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include '
  6154. pkg_cv_QR_LIBS='-L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lqrencode -lpthread '
  6155. pkg_cv_QT5_CFLAGS='-I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtCore -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtGui -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtNetwork -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtWidgets '
  6156. pkg_cv_QT5_LIBS='-framework DiskArbitration -framework IOKit -framework Foundation -framework CoreServices -framework AppKit -framework ApplicationServices -framework CoreFoundation -framework OpenGL -framework AGL -framework Security -framework SystemConfiguration -framework Carbon -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lQt5Network -lssl -lcrypto -lQt5Widgets -lQt5Gui -lqtpng -lqtharfbuzzng -lQt5Core -lz -lqtpcre -lm '
  6157. pkg_cv_QTPLATFORM_CFLAGS='-I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtPlatformSupport -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtCore -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtGui '
  6158. pkg_cv_QTPLATFORM_LIBS='-framework DiskArbitration -framework IOKit -framework Foundation -framework CoreServices -framework AppKit -framework ApplicationServices -framework CoreFoundation -framework OpenGL -framework AGL -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lQt5PlatformSupport -lQt5Gui -lqtpng -lqtharfbuzzng -lQt5Core -lz -lqtpcre -lm '
  6159. pkg_cv_QTPRINT_CFLAGS='-I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtPrintSupport -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtCore -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtGui -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtWidgets '
  6160. pkg_cv_QTPRINT_LIBS='-framework DiskArbitration -framework IOKit -framework Foundation -framework CoreServices -framework AppKit -framework ApplicationServices -framework CoreFoundation -framework OpenGL -framework AGL -framework Carbon -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lQt5PrintSupport -lQt5Widgets -lQt5Gui -lqtpng -lqtharfbuzzng -lQt5Core -lz -lqtpcre -lm '
  6161. pkg_cv_QT_DBUS_CFLAGS='-I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtDBus -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtCore '
  6162. pkg_cv_QT_DBUS_LIBS='-framework DiskArbitration -framework IOKit -framework Foundation -framework CoreServices -framework AppKit -framework ApplicationServices -framework CoreFoundation -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lQt5DBus -lQt5Core -lz -lqtpcre -lm '
  6163. pkg_cv_QT_TEST_CFLAGS='-I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtTest -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtCore '
  6164. pkg_cv_QT_TEST_LIBS='-framework Security -framework Foundation -framework ApplicationServices -framework IOKit -framework DiskArbitration -framework CoreServices -framework AppKit -framework CoreFoundation -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lQt5Test -lQt5Core -lz -lqtpcre -lm '
  6165. pkg_cv_SSL_CFLAGS='-I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include '
  6166. pkg_cv_SSL_LIBS='-L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lssl -lcrypto '
  6167. pkg_cv_ZMQ_CFLAGS='-DZMQ_BUILD_DRAFT_API=1 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include '
  6168. pkg_cv_ZMQ_LIBS='-L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lzmq '
  6169.  
  6170. ## ----------------- ##
  6171. ## Output variables. ##
  6172. ## ----------------- ##
  6173.  
  6174. ACLOCAL='${SHELL} /home/smyers/osx/bitcoin/build-aux/missing aclocal-1.14'
  6175. AMDEPBACKSLASH=''
  6176. AMDEP_FALSE=''
  6177. AMDEP_TRUE='#'
  6178. AMTAR='$${TAR-tar}'
  6179. AM_BACKSLASH='\'
  6180. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  6181. AM_DEFAULT_VERBOSITY='0'
  6182. AM_V='$(V)'
  6183. AR='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ar'
  6184. ARFLAGS='cr'
  6185. AUTOCONF='${SHELL} /home/smyers/osx/bitcoin/build-aux/missing autoconf'
  6186. AUTOHEADER='${SHELL} /home/smyers/osx/bitcoin/build-aux/missing autoheader'
  6187. AUTOMAKE='${SHELL} /home/smyers/osx/bitcoin/build-aux/missing automake-1.14'
  6188. AWK='mawk'
  6189. BDB_CFLAGS=''
  6190. BDB_CPPFLAGS=''
  6191. BDB_LIBS='-ldb_cxx-4.8'
  6192. BITCOIN_CLI_NAME='bitcoin-cli'
  6193. BITCOIN_DAEMON_NAME='bitcoind'
  6194. BITCOIN_GUI_NAME='bitcoin-qt'
  6195. BITCOIN_TX_NAME='bitcoin-tx'
  6196. BOOST_CHRONO_LIB='-lboost_chrono-mt'
  6197. BOOST_CPPFLAGS='-DBOOST_SP_USE_STD_ATOMIC -DBOOST_AC_USE_STD_ATOMIC -pthread -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include'
  6198. BOOST_FILESYSTEM_LIB='-lboost_filesystem-mt'
  6199. BOOST_LDFLAGS='-L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib'
  6200. BOOST_LIBS='-L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lboost_system-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt'
  6201. BOOST_PROGRAM_OPTIONS_LIB='-lboost_program_options-mt'
  6202. BOOST_SYSTEM_LIB='-lboost_system-mt'
  6203. BOOST_THREAD_LIB='-lboost_thread-mt'
  6204. BOOST_UNIT_TEST_FRAMEWORK_LIB='-lboost_unit_test_framework-mt'
  6205. BREW='no'
  6206. BUILD_BITCOIND_FALSE='#'
  6207. BUILD_BITCOIND_TRUE=''
  6208. BUILD_BITCOIN_LIBS_FALSE='#'
  6209. BUILD_BITCOIN_LIBS_TRUE=''
  6210. BUILD_BITCOIN_UTILS_FALSE='#'
  6211. BUILD_BITCOIN_UTILS_TRUE=''
  6212. BUILD_DARWIN_FALSE=''
  6213. BUILD_DARWIN_TRUE='#'
  6214. CC='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9'
  6215. CCACHE='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/ccache'
  6216. CCDEPMODE='depmode=none'
  6217. CFLAGS='-pipe -O2 '
  6218. CLIENT_VERSION_BUILD='0'
  6219. CLIENT_VERSION_IS_RELEASE='false'
  6220. CLIENT_VERSION_MAJOR='0'
  6221. CLIENT_VERSION_MINOR='16'
  6222. CLIENT_VERSION_REVISION='99'
  6223. COPYRIGHT_HOLDERS='The %s developers'
  6224. COPYRIGHT_HOLDERS_FINAL='The Bitcoin Core developers'
  6225. COPYRIGHT_HOLDERS_SUBSTITUTION='Bitcoin Core'
  6226. COPYRIGHT_YEAR='2018'
  6227. CPP='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -E'
  6228. CPPFILT='/usr/bin/c++filt'
  6229. CPPFLAGS='-I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX'
  6230. CRYPTO_CFLAGS='-I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include '
  6231. CRYPTO_LIBS='-L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lcrypto '
  6232. CXX='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11'
  6233. CXXCPP='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11 -E'
  6234. CXXDEPMODE='depmode=none'
  6235. CXXFLAGS='-pipe -O2 '
  6236. CYGPATH_W='echo'
  6237. DEFS='-DHAVE_CONFIG_H'
  6238. DEPDIR='.deps'
  6239. DLLTOOL='false'
  6240. DOXYGEN=''
  6241. DSYMUTIL='x86_64-apple-darwin11-dsymutil'
  6242. DUMPBIN=''
  6243. ECHO_C=''
  6244. ECHO_N='-n'
  6245. ECHO_T=''
  6246. EGREP='/bin/grep -E'
  6247. EMBEDDED_LEVELDB_FALSE='#'
  6248. EMBEDDED_LEVELDB_TRUE=''
  6249. EMBEDDED_UNIVALUE_FALSE='#'
  6250. EMBEDDED_UNIVALUE_TRUE=''
  6251. ENABLE_BENCH_FALSE='#'
  6252. ENABLE_BENCH_TRUE=''
  6253. ENABLE_HWCRC32_FALSE='#'
  6254. ENABLE_HWCRC32_TRUE=''
  6255. ENABLE_MAN_FALSE='#'
  6256. ENABLE_MAN_TRUE=''
  6257. ENABLE_QT_FALSE='#'
  6258. ENABLE_QT_TESTS_FALSE='#'
  6259. ENABLE_QT_TESTS_TRUE=''
  6260. ENABLE_QT_TRUE=''
  6261. ENABLE_TESTS_FALSE='#'
  6262. ENABLE_TESTS_TRUE=''
  6263. ENABLE_WALLET_FALSE='#'
  6264. ENABLE_WALLET_TRUE=''
  6265. ENABLE_ZMQ_FALSE='#'
  6266. ENABLE_ZMQ_TRUE=''
  6267. ERROR_CXXFLAGS=''
  6268. EVENT_CFLAGS='-I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include '
  6269. EVENT_LIBS='-L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -levent '
  6270. EVENT_PTHREADS_CFLAGS='-D_THREAD_SAFE -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include '
  6271. EVENT_PTHREADS_LIBS='-L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -levent_pthreads -levent '
  6272. EXEEXT=''
  6273. EXTENDED_FUNCTIONAL_TESTS=''
  6274. FGREP='/bin/grep -F'
  6275. GCOV='/usr/bin/gcov'
  6276. GENHTML=''
  6277. GENISOIMAGE='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/genisoimage'
  6278. GIT='/usr/bin/git'
  6279. GLIBC_BACK_COMPAT_FALSE=''
  6280. GLIBC_BACK_COMPAT_TRUE='#'
  6281. GREP='/bin/grep'
  6282. HARDENED_CPPFLAGS=' -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2'
  6283. HARDENED_CXXFLAGS=' -Wstack-protector -fstack-protector-all'
  6284. HARDENED_LDFLAGS=' -pie'
  6285. HARDEN_FALSE='#'
  6286. HARDEN_TRUE=''
  6287. HAVE_CXX11='1'
  6288. HAVE_DOXYGEN_FALSE=''
  6289. HAVE_DOXYGEN_TRUE='#'
  6290. HEXDUMP='/usr/bin/hexdump'
  6291. IMAGEMAGICK_CONVERT='/usr/bin/convert'
  6292. INSTALLNAMETOOL='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-install_name_tool'
  6293. INSTALL_DATA='${INSTALL} -m 644'
  6294. INSTALL_PROGRAM='${INSTALL}'
  6295. INSTALL_SCRIPT='${INSTALL}'
  6296. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  6297. LCOV=''
  6298. LCOV_OPTS=''
  6299. LD='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ld'
  6300. LDFLAGS='-L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -Wl,-headerpad_max_install_names -Wl,-dead_strip'
  6301. LEVELDB_CPPFLAGS=''
  6302. LEVELDB_TARGET_FLAGS='-DOS_MACOSX'
  6303. LIBLEVELDB=''
  6304. LIBMEMENV=''
  6305. LIBOBJS=''
  6306. LIBS=''
  6307. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  6308. LIBTOOL_APP_LDFLAGS=''
  6309. LIPO='x86_64-apple-darwin11-lipo'
  6310. LN_S='ln -s'
  6311. LRELEASE='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/lrelease'
  6312. LTLIBOBJS=''
  6313. LUPDATE=''
  6314. MAINT='#'
  6315. MAINTAINER_MODE_FALSE=''
  6316. MAINTAINER_MODE_TRUE='#'
  6317. MAKEINFO='${SHELL} /home/smyers/osx/bitcoin/build-aux/missing makeinfo'
  6318. MAKENSIS=''
  6319. MANIFEST_TOOL=':'
  6320. MINIUPNPC_CPPFLAGS=''
  6321. MINIUPNPC_LIBS='-lminiupnpc'
  6322. MKDIR_P='/bin/mkdir -p'
  6323. MOC='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/moc'
  6324. MOC_DEFS='-DHAVE_CONFIG_H -I$(srcdir) -DQ_OS_MAC'
  6325. NM='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-nm'
  6326. NMEDIT='x86_64-apple-darwin11-nmedit'
  6327. OBJCOPY='/usr/bin/objcopy'
  6328. OBJCXX='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang++ -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9 -stdlib=libc++ -std=c++11'
  6329. OBJCXXDEPMODE='depmode=none'
  6330. OBJCXXFLAGS='-pipe -O2 '
  6331. OBJDUMP='objdump'
  6332. OBJEXT='o'
  6333. OTOOL64=':'
  6334. OTOOL='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-otool'
  6335. PACKAGE='bitcoin'
  6336. PACKAGE_BUGREPORT='https://github.com/bitcoin/bitcoin/issues'
  6337. PACKAGE_NAME='Bitcoin Core'
  6338. PACKAGE_STRING='Bitcoin Core 0.16.99'
  6339. PACKAGE_TARNAME='bitcoin'
  6340. PACKAGE_URL='https://bitcoincore.org/'
  6341. PACKAGE_VERSION='0.16.99'
  6342. PATH_SEPARATOR=':'
  6343. PIC_FLAGS='-fPIC'
  6344. PIE_FLAGS='-fPIE'
  6345. PKG_CONFIG='/usr/bin/pkg-config --static'
  6346. PKG_CONFIG_LIBDIR=''
  6347. PKG_CONFIG_PATH='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/share/pkgconfig:/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib/pkgconfig'
  6348. PORT='no'
  6349. PROTOBUF_CFLAGS='-D_THREAD_SAFE -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include '
  6350. PROTOBUF_LIBS='-D_THREAD_SAFE -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lprotobuf -lz '
  6351. PROTOC='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/protoc'
  6352. PTHREAD_CC='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/clang -target x86_64-apple-darwin11 -mmacosx-version-min=10.8 --sysroot /home/smyers/osx/bitcoin/depends/SDKs/MacOSX10.11.sdk -mlinker-version=253.9'
  6353. PTHREAD_CFLAGS='-Qunused-arguments -pthread'
  6354. PTHREAD_LIBS=''
  6355. PYTHON='/usr/bin/python3.4'
  6356. PYTHONPATH='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/lib/python/dist-packages:'
  6357. QR_CFLAGS='-I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include '
  6358. QR_LIBS='-L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lqrencode -lpthread '
  6359. QT4_CFLAGS=''
  6360. QT4_LIBS=''
  6361. QT5_CFLAGS='-I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtCore -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtGui -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtNetwork -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtWidgets '
  6362. QT5_LIBS='-framework DiskArbitration -framework IOKit -framework Foundation -framework CoreServices -framework AppKit -framework ApplicationServices -framework CoreFoundation -framework OpenGL -framework AGL -framework Security -framework SystemConfiguration -framework Carbon -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lQt5Network -lssl -lcrypto -lQt5Widgets -lQt5Gui -lqtpng -lqtharfbuzzng -lQt5Core -lz -lqtpcre -lm '
  6363. QTPLATFORM_CFLAGS='-I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtPlatformSupport -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtCore -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtGui '
  6364. QTPLATFORM_LIBS='-framework DiskArbitration -framework IOKit -framework Foundation -framework CoreServices -framework AppKit -framework ApplicationServices -framework CoreFoundation -framework OpenGL -framework AGL -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lQt5PlatformSupport -lQt5Gui -lqtpng -lqtharfbuzzng -lQt5Core -lz -lqtpcre -lm '
  6365. QTPRINT_CFLAGS='-I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtPrintSupport -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtCore -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtGui -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtWidgets '
  6366. QTPRINT_LIBS='-framework DiskArbitration -framework IOKit -framework Foundation -framework CoreServices -framework AppKit -framework ApplicationServices -framework CoreFoundation -framework OpenGL -framework AGL -framework Carbon -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lQt5PrintSupport -lQt5Widgets -lQt5Gui -lqtpng -lqtharfbuzzng -lQt5Core -lz -lqtpcre -lm '
  6367. QTXCBQPA_CFLAGS=''
  6368. QTXCBQPA_LIBS=''
  6369. QT_DBUS_CFLAGS='-I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtDBus -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtCore '
  6370. QT_DBUS_INCLUDES='-I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtDBus -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtCore '
  6371. QT_DBUS_LIBS='-framework DiskArbitration -framework IOKit -framework Foundation -framework CoreServices -framework AppKit -framework ApplicationServices -framework CoreFoundation -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lQt5DBus -lQt5Core -lz -lqtpcre -lm '
  6372. QT_INCLUDES='-I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtCore -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtGui -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtNetwork -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtWidgets '
  6373. QT_LDFLAGS=''
  6374. QT_LIBS='-lqcocoa -lqminimal -framework DiskArbitration -framework IOKit -framework Foundation -framework CoreServices -framework AppKit -framework ApplicationServices -framework CoreFoundation -framework OpenGL -framework AGL -framework Carbon -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lQt5PrintSupport -lQt5Widgets -lQt5Gui -lqtpng -lqtharfbuzzng -lQt5Core -lz -lqtpcre -lm -framework DiskArbitration -framework IOKit -framework Foundation -framework CoreServices -framework AppKit -framework ApplicationServices -framework CoreFoundation -framework OpenGL -framework AGL -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lQt5PlatformSupport -lQt5Gui -lqtpng -lqtharfbuzzng -lQt5Core -lz -lqtpcre -lm -framework DiskArbitration -framework IOKit -framework Foundation -framework CoreServices -framework AppKit -framework ApplicationServices -framework CoreFoundation -framework OpenGL -framework AGL -framework Security -framework SystemConfiguration -framework Carbon -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lQt5Network -lssl -lcrypto -lQt5Widgets -lQt5Gui -lqtpng -lqtharfbuzzng -lQt5Core -lz -lqtpcre -lm -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/plugins/platforms -framework IOKit -framework Foundation -framework ApplicationServices -framework AppKit'
  6375. QT_PIE_FLAGS='-fPIE'
  6376. QT_SELECT='qt5'
  6377. QT_TEST_CFLAGS='-I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtTest -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtCore '
  6378. QT_TEST_INCLUDES='-I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtTest -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include/QtCore '
  6379. QT_TEST_LIBS='-framework Security -framework Foundation -framework ApplicationServices -framework IOKit -framework DiskArbitration -framework CoreServices -framework AppKit -framework CoreFoundation -L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lQt5Test -lQt5Core -lz -lqtpcre -lm '
  6380. QT_TRANSLATION_DIR='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/translations'
  6381. RANLIB='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-ranlib'
  6382. RCC='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/rcc'
  6383. READELF='/usr/bin/readelf'
  6384. RELDFLAGS=''
  6385. RSVG_CONVERT='/usr/bin/rsvg-convert'
  6386. SED='/bin/sed'
  6387. SET_MAKE=''
  6388. SHELL='/bin/bash'
  6389. SSE42_CXXFLAGS='-msse4.2'
  6390. SSL_CFLAGS='-I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include '
  6391. SSL_LIBS='-L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lssl -lcrypto '
  6392. STRIP='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/x86_64-apple-darwin11-strip'
  6393. TARGET_DARWIN_FALSE='#'
  6394. TARGET_DARWIN_TRUE=''
  6395. TARGET_WINDOWS_FALSE=''
  6396. TARGET_WINDOWS_TRUE='#'
  6397. TESTDEFS=''
  6398. TIFFCP='/usr/bin/tiffcp'
  6399. UIC='/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/native/bin/uic'
  6400. UNIVALUE_CFLAGS='-I$(srcdir)/univalue/include'
  6401. UNIVALUE_LIBS='univalue/libunivalue.la'
  6402. USE_ASM_FALSE='#'
  6403. USE_ASM_TRUE=''
  6404. USE_LCOV_FALSE=''
  6405. USE_LCOV_TRUE='#'
  6406. USE_QRCODE=''
  6407. USE_QRCODE_FALSE='#'
  6408. USE_QRCODE_TRUE=''
  6409. USE_UPNP=''
  6410. VERSION='0.16.99'
  6411. WINDOWS_BITS=''
  6412. WINDRES=''
  6413. X11XCB_CFLAGS=''
  6414. X11XCB_LIBS=''
  6415. XGETTEXT='/usr/bin/xgettext'
  6416. ZMQ_CFLAGS='-DZMQ_BUILD_DRAFT_API=1 -I/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/include '
  6417. ZMQ_LIBS='-L/home/smyers/osx/bitcoin/depends/x86_64-apple-darwin11/lib -lzmq '
  6418. ac_ct_AR=''
  6419. ac_ct_CC=''
  6420. ac_ct_CXX=''
  6421. ac_ct_DUMPBIN=''
  6422. ac_ct_OBJCXX=''
  6423. am__EXEEXT_FALSE=''
  6424. am__EXEEXT_TRUE='#'
  6425. am__fastdepCC_FALSE=''
  6426. am__fastdepCC_TRUE='#'
  6427. am__fastdepCXX_FALSE=''
  6428. am__fastdepCXX_TRUE='#'
  6429. am__fastdepOBJCXX_FALSE=''
  6430. am__fastdepOBJCXX_TRUE='#'
  6431. am__include='include'
  6432. am__isrc=''
  6433. am__leading_dot='.'
  6434. am__nodep=''
  6435. am__quote=''
  6436. am__tar='$${TAR-tar} chof - "$$tardir"'
  6437. am__untar='$${TAR-tar} xf -'
  6438. ax_pthread_config=''
  6439. bindir='${exec_prefix}/bin'
  6440. build='x86_64-unknown-linux-gnu'
  6441. build_alias=''
  6442. build_cpu='x86_64'
  6443. build_os='linux-gnu'
  6444. build_vendor='unknown'
  6445. datadir='${datarootdir}'
  6446. datarootdir='${prefix}/share'
  6447. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  6448. dvidir='${docdir}'
  6449. exec_prefix='${prefix}'
  6450. host='x86_64-apple-darwin11'
  6451. host_alias='x86_64-apple-darwin11'
  6452. host_cpu='x86_64'
  6453. host_os='darwin11'
  6454. host_vendor='apple'
  6455. htmldir='${docdir}'
  6456. includedir='${prefix}/include'
  6457. infodir='${datarootdir}/info'
  6458. install_sh='${SHELL} /home/smyers/osx/bitcoin/build-aux/install-sh'
  6459. libdir='${exec_prefix}/lib'
  6460. libexecdir='${exec_prefix}/libexec'
  6461. localedir='${datarootdir}/locale'
  6462. localstatedir='${prefix}/var'
  6463. mandir='${datarootdir}/man'
  6464. mkdir_p='$(MKDIR_P)'
  6465. oldincludedir='/usr/include'
  6466. pdfdir='${docdir}'
  6467. prefix='/'
  6468. program_transform_name='s,x,x,'
  6469. psdir='${docdir}'
  6470. sbindir='${exec_prefix}/sbin'
  6471. sharedstatedir='${prefix}/com'
  6472. subdirs=' src/univalue src/secp256k1'
  6473. sysconfdir='${prefix}/etc'
  6474. target_alias=''
  6475.  
  6476. ## ----------- ##
  6477. ## confdefs.h. ##
  6478. ## ----------- ##
  6479.  
  6480. /* confdefs.h */
  6481. #define PACKAGE_NAME "Bitcoin Core"
  6482. #define PACKAGE_TARNAME "bitcoin"
  6483. #define PACKAGE_VERSION "0.16.99"
  6484. #define PACKAGE_STRING "Bitcoin Core 0.16.99"
  6485. #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
  6486. #define PACKAGE_URL "https://bitcoincore.org/"
  6487. #define HAVE_CXX11 1
  6488. #define STDC_HEADERS 1
  6489. #define HAVE_SYS_TYPES_H 1
  6490. #define HAVE_SYS_STAT_H 1
  6491. #define HAVE_STDLIB_H 1
  6492. #define HAVE_STRING_H 1
  6493. #define HAVE_MEMORY_H 1
  6494. #define HAVE_STRINGS_H 1
  6495. #define HAVE_INTTYPES_H 1
  6496. #define HAVE_STDINT_H 1
  6497. #define HAVE_UNISTD_H 1
  6498. #define HAVE_DLFCN_H 1
  6499. #define LT_OBJDIR ".libs/"
  6500. #define USE_ASM 1
  6501. #define HAVE_PTHREAD_PRIO_INHERIT 1
  6502. #define HAVE_PTHREAD 1
  6503. #define HAVE_DECL_STRERROR_R 1
  6504. #define HAVE_STRERROR_R 1
  6505. #define HAVE_STDIO_H 1
  6506. #define HAVE_STDLIB_H 1
  6507. #define HAVE_UNISTD_H 1
  6508. #define HAVE_STRINGS_H 1
  6509. #define HAVE_SYS_TYPES_H 1
  6510. #define HAVE_SYS_STAT_H 1
  6511. #define HAVE_SYS_SELECT_H 1
  6512. #define HAVE_DECL_STRNLEN 1
  6513. #define HAVE_DECL_DAEMON 1
  6514. #define HAVE_DECL_LE16TOH 0
  6515. #define HAVE_DECL_LE32TOH 0
  6516. #define HAVE_DECL_LE64TOH 0
  6517. #define HAVE_DECL_HTOLE16 0
  6518. #define HAVE_DECL_HTOLE32 0
  6519. #define HAVE_DECL_HTOLE64 0
  6520. #define HAVE_DECL_BE16TOH 0
  6521. #define HAVE_DECL_BE32TOH 0
  6522. #define HAVE_DECL_BE64TOH 0
  6523. #define HAVE_DECL_HTOBE16 0
  6524. #define HAVE_DECL_HTOBE32 0
  6525. #define HAVE_DECL_HTOBE64 0
  6526. #define HAVE_DECL_BSWAP_16 0
  6527. #define HAVE_DECL_BSWAP_32 0
  6528. #define HAVE_DECL_BSWAP_64 0
  6529. #define HAVE_DECL___BUILTIN_CLZ 0
  6530. #define HAVE_DECL___BUILTIN_CLZL 0
  6531. #define HAVE_DECL___BUILTIN_CLZLL 0
  6532. #define HAVE_MSG_DONTWAIT 1
  6533. #define HAVE_VISIBILITY_ATTRIBUTE 1
  6534. #define HAVE_THREAD_LOCAL 1
  6535. #define HAVE_MINIUPNPC_MINIWGET_H 1
  6536. #define HAVE_MINIUPNPC_MINIUPNPC_H 1
  6537. #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
  6538. #define HAVE_MINIUPNPC_UPNPERRORS_H 1
  6539. #define QT_STATICPLUGIN 1
  6540. #define QT_STATICPLUGIN 1
  6541. #define QT_QPA_PLATFORM_MINIMAL 1
  6542. #define QT_QPA_PLATFORM_COCOA 1
  6543. #define HAVE_BOOST /**/
  6544. #define HAVE_BOOST_SYSTEM /**/
  6545. #define HAVE_BOOST_FILESYSTEM /**/
  6546. #define HAVE_BOOST_PROGRAM_OPTIONS /**/
  6547. #define HAVE_BOOST_THREAD /**/
  6548. #define HAVE_BOOST_CHRONO /**/
  6549. #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
  6550. #define HAVE_WORKING_BOOST_SLEEP_FOR 1
  6551. #define ENABLE_ZMQ 1
  6552. #define HAVE_DECL_EVP_MD_CTX_NEW 0
  6553. #define HAVE_CONSENSUS_LIB 1
  6554. #define ENABLE_WALLET 1
  6555. #define USE_UPNP 0
  6556. #define USE_DBUS 1
  6557. #define USE_QRCODE 1
  6558. #define CLIENT_VERSION_MAJOR 0
  6559. #define CLIENT_VERSION_MINOR 16
  6560. #define CLIENT_VERSION_REVISION 99
  6561. #define CLIENT_VERSION_BUILD 0
  6562. #define CLIENT_VERSION_IS_RELEASE false
  6563. #define COPYRIGHT_YEAR 2018
  6564. #define COPYRIGHT_HOLDERS "The %s developers"
  6565. #define COPYRIGHT_HOLDERS_SUBSTITUTION "Bitcoin Core"
  6566. #define COPYRIGHT_HOLDERS_FINAL "The Bitcoin Core developers"
  6567.  
  6568. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement