Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
702
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.30 KB | None | 0 0
  1. Could not link test program to Python. Maybe the main Python library has been
  2. installed in some non-standard library path. If so, pass it to configure,
  3. via the LIBS environment variable.
  4. Example: ./configure LIBS="-L/usr/non-standard-path/python/lib"
  5. ============================================================================
  6. ERROR!
  7. You probably have to install the development version of the Python package
  8. for your distribution. The exact name of this package varies among them.
  9. ============================================================================
  10.  
  11. See `config.log' for more detail
  12. me@me-System-Product-Name:~/BitcoinArmory$ cat config.log
  13. This file contains any messages produced by compilers while
  14. running configure, to aid debugging if configure makes a mistake.
  15.  
  16. It was created by BitcoinArmory configure 0.96.1, which was
  17. generated by GNU Autoconf 2.69. Invocation command line was
  18.  
  19. $ ./configure
  20.  
  21. ## --------- ##
  22. ## Platform. ##
  23. ## --------- ##
  24.  
  25. hostname = me-System-Product-Name
  26. uname -m = x86_64
  27. uname -r = 4.8.0-56-generic
  28. uname -s = Linux
  29. uname -v = #61~16.04.1-Ubuntu SMP Wed Jun 14 11:58:22 UTC 2017
  30.  
  31. /usr/bin/uname -p = unknown
  32. /bin/uname -X = unknown
  33.  
  34. /bin/arch = unknown
  35. /usr/bin/arch -k = unknown
  36. /usr/convex/getsysinfo = unknown
  37. /usr/bin/hostinfo = unknown
  38. /bin/machine = unknown
  39. /usr/bin/oslevel = unknown
  40. /bin/universe = unknown
  41.  
  42. PATH: /home/me/bin
  43. PATH: /home/me/.local/bin
  44. PATH: /usr/local/sbin
  45. PATH: /usr/local/bin
  46. PATH: /usr/sbin
  47. PATH: /usr/bin
  48. PATH: /sbin
  49. PATH: /bin
  50. PATH: /usr/games
  51. PATH: /usr/local/games
  52. PATH: /snap/bin
  53.  
  54.  
  55. ## ----------- ##
  56. ## Core tests. ##
  57. ## ----------- ##
  58.  
  59. configure:2357: checking for a BSD-compatible install
  60. configure:2425: result: /usr/bin/install -c
  61. configure:2436: checking whether build environment is sane
  62. configure:2491: result: yes
  63. configure:2642: checking for a thread-safe mkdir -p
  64. configure:2681: result: /bin/mkdir -p
  65. configure:2688: checking for gawk
  66. configure:2718: result: no
  67. configure:2688: checking for mawk
  68. configure:2704: found /usr/bin/mawk
  69. configure:2715: result: mawk
  70. configure:2726: checking whether make sets $(MAKE)
  71. configure:2748: result: yes
  72. configure:2777: checking whether make supports nested variables
  73. configure:2794: result: yes
  74. configure:2938: checking for style of include used by make
  75. configure:2966: result: GNU
  76. configure:3037: checking for gcc
  77. configure:3053: found /usr/bin/gcc
  78. configure:3064: result: gcc
  79. configure:3293: checking for C compiler version
  80. configure:3302: gcc --version >&5
  81. gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
  82. Copyright (C) 2015 Free Software Foundation, Inc.
  83. This is free software; see the source for copying conditions. There is NO
  84. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  85.  
  86. configure:3313: $? = 0
  87. configure:3302: gcc -v >&5
  88. Using built-in specs.
  89. COLLECT_GCC=gcc
  90. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
  91. Target: x86_64-linux-gnu
  92. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  93. Thread model: posix
  94. gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
  95. configure:3313: $? = 0
  96. configure:3302: gcc -V >&5
  97. gcc: error: unrecognized command line option '-V'
  98. gcc: fatal error: no input files
  99. compilation terminated.
  100. configure:3313: $? = 1
  101. configure:3302: gcc -qversion >&5
  102. gcc: error: unrecognized command line option '-qversion'
  103. gcc: fatal error: no input files
  104. compilation terminated.
  105. configure:3313: $? = 1
  106. configure:3333: checking whether the C compiler works
  107. configure:3355: gcc conftest.c >&5
  108. configure:3359: $? = 0
  109. configure:3407: result: yes
  110. configure:3410: checking for C compiler default output file name
  111. configure:3412: result: a.out
  112. configure:3418: checking for suffix of executables
  113. configure:3425: gcc -o conftest conftest.c >&5
  114. configure:3429: $? = 0
  115. configure:3451: result:
  116. configure:3473: checking whether we are cross compiling
  117. configure:3481: gcc -o conftest conftest.c >&5
  118. configure:3485: $? = 0
  119. configure:3492: ./conftest
  120. configure:3496: $? = 0
  121. configure:3511: result: no
  122. configure:3516: checking for suffix of object files
  123. configure:3538: gcc -c conftest.c >&5
  124. configure:3542: $? = 0
  125. configure:3563: result: o
  126. configure:3567: checking whether we are using the GNU C compiler
  127. configure:3586: gcc -c conftest.c >&5
  128. configure:3586: $? = 0
  129. configure:3595: result: yes
  130. configure:3604: checking whether gcc accepts -g
  131. configure:3624: gcc -c -g conftest.c >&5
  132. configure:3624: $? = 0
  133. configure:3665: result: yes
  134. configure:3682: checking for gcc option to accept ISO C89
  135. configure:3745: gcc -c -g -O2 conftest.c >&5
  136. configure:3745: $? = 0
  137. configure:3758: result: none needed
  138. configure:3783: checking whether gcc understands -c and -o together
  139. configure:3805: gcc -c conftest.c -o conftest2.o
  140. configure:3808: $? = 0
  141. configure:3805: gcc -c conftest.c -o conftest2.o
  142. configure:3808: $? = 0
  143. configure:3820: result: yes
  144. configure:3839: checking dependency style of gcc
  145. configure:3950: result: gcc3
  146. configure:4015: checking for ar
  147. configure:4031: found /usr/bin/ar
  148. configure:4042: result: ar
  149. configure:4068: checking the archiver (ar) interface
  150. configure:4084: gcc -c -g -O2 conftest.c >&5
  151. configure:4084: $? = 0
  152. configure:4086: ar cru libconftest.a conftest.o >&5
  153. ar: `u' modifier ignored since `D' is the default (see `U')
  154. configure:4089: $? = 0
  155. configure:4117: result: ar
  156. configure:4166: checking build system type
  157. configure:4180: result: x86_64-pc-linux-gnu
  158. configure:4200: checking host system type
  159. configure:4213: result: x86_64-pc-linux-gnu
  160. configure:4254: checking how to print strings
  161. configure:4281: result: printf
  162. configure:4302: checking for a sed that does not truncate output
  163. configure:4366: result: /bin/sed
  164. configure:4384: checking for grep that handles long lines and -e
  165. configure:4442: result: /bin/grep
  166. configure:4447: checking for egrep
  167. configure:4509: result: /bin/grep -E
  168. configure:4514: checking for fgrep
  169. configure:4576: result: /bin/grep -F
  170. configure:4611: checking for ld used by gcc
  171. configure:4678: result: /usr/bin/ld
  172. configure:4685: checking if the linker (/usr/bin/ld) is GNU ld
  173. configure:4700: result: yes
  174. configure:4712: checking for BSD- or MS-compatible name lister (nm)
  175. configure:4766: result: /usr/bin/nm -B
  176. configure:4896: checking the name lister (/usr/bin/nm -B) interface
  177. configure:4903: gcc -c -g -O2 conftest.c >&5
  178. configure:4906: /usr/bin/nm -B "conftest.o"
  179. configure:4909: output
  180. 0000000000000000 B some_variable
  181. configure:4916: result: BSD nm
  182. configure:4919: checking whether ln -s works
  183. configure:4923: result: yes
  184. configure:4931: checking the maximum length of command line arguments
  185. configure:5062: result: 1572864
  186. configure:5110: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
  187. configure:5150: result: func_convert_file_noop
  188. configure:5157: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
  189. configure:5177: result: func_convert_file_noop
  190. configure:5184: checking for /usr/bin/ld option to reload object files
  191. configure:5191: result: -r
  192. configure:5265: checking for objdump
  193. configure:5281: found /usr/bin/objdump
  194. configure:5292: result: objdump
  195. configure:5324: checking how to recognize dependent libraries
  196. configure:5524: result: pass_all
  197. configure:5609: checking for dlltool
  198. configure:5639: result: no
  199. configure:5669: checking how to associate runtime and link libraries
  200. configure:5696: result: printf %s\n
  201. configure:5820: checking for archiver @FILE support
  202. configure:5837: gcc -c -g -O2 conftest.c >&5
  203. configure:5837: $? = 0
  204. configure:5840: ar cru libconftest.a @conftest.lst >&5
  205. ar: `u' modifier ignored since `D' is the default (see `U')
  206. configure:5843: $? = 0
  207. configure:5848: ar cru libconftest.a @conftest.lst >&5
  208. ar: `u' modifier ignored since `D' is the default (see `U')
  209. ar: conftest.o: No such file or directory
  210. configure:5851: $? = 1
  211. configure:5863: result: @
  212. configure:5921: checking for strip
  213. configure:5937: found /usr/bin/strip
  214. configure:5948: result: strip
  215. configure:6020: checking for ranlib
  216. configure:6036: found /usr/bin/ranlib
  217. configure:6047: result: ranlib
  218. configure:6149: checking command to parse /usr/bin/nm -B output from gcc object
  219. configure:6302: gcc -c -g -O2 conftest.c >&5
  220. configure:6305: $? = 0
  221. configure:6309: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  222. configure:6312: $? = 0
  223. configure:6378: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  224. configure:6381: $? = 0
  225. configure:6419: result: ok
  226. configure:6466: checking for sysroot
  227. configure:6496: result: no
  228. configure:6503: checking for a working dd
  229. configure:6541: result: /bin/dd
  230. configure:6545: checking how to truncate binary pipes
  231. configure:6560: result: /bin/dd bs=4096 count=1
  232. configure:6696: gcc -c -g -O2 conftest.c >&5
  233. configure:6699: $? = 0
  234. configure:6889: checking for mt
  235. configure:6905: found /bin/mt
  236. configure:6916: result: mt
  237. configure:6939: checking if mt is a manifest tool
  238. configure:6945: mt '-?'
  239. configure:6953: result: no
  240. configure:7630: checking how to run the C preprocessor
  241. configure:7661: gcc -E conftest.c
  242. configure:7661: $? = 0
  243. configure:7675: gcc -E conftest.c
  244. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  245. compilation terminated.
  246. configure:7675: $? = 1
  247. configure: failed program was:
  248. | /* confdefs.h */
  249. | #define PACKAGE_NAME "BitcoinArmory"
  250. | #define PACKAGE_TARNAME "bitcoinarmory"
  251. | #define PACKAGE_VERSION "0.96.1"
  252. | #define PACKAGE_STRING "BitcoinArmory 0.96.1"
  253. | #define PACKAGE_BUGREPORT "moothecowlord@gmail.com"
  254. | #define PACKAGE_URL ""
  255. | #define PACKAGE "bitcoinarmory"
  256. | #define VERSION "0.96.1"
  257. | /* end confdefs.h. */
  258. | #include <ac_nonexistent.h>
  259. configure:7700: result: gcc -E
  260. configure:7720: gcc -E conftest.c
  261. configure:7720: $? = 0
  262. configure:7734: gcc -E conftest.c
  263. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  264. compilation terminated.
  265. configure:7734: $? = 1
  266. configure: failed program was:
  267. | /* confdefs.h */
  268. | #define PACKAGE_NAME "BitcoinArmory"
  269. | #define PACKAGE_TARNAME "bitcoinarmory"
  270. | #define PACKAGE_VERSION "0.96.1"
  271. | #define PACKAGE_STRING "BitcoinArmory 0.96.1"
  272. | #define PACKAGE_BUGREPORT "moothecowlord@gmail.com"
  273. | #define PACKAGE_URL ""
  274. | #define PACKAGE "bitcoinarmory"
  275. | #define VERSION "0.96.1"
  276. | /* end confdefs.h. */
  277. | #include <ac_nonexistent.h>
  278. configure:7763: checking for ANSI C header files
  279. configure:7783: gcc -c -g -O2 conftest.c >&5
  280. configure:7783: $? = 0
  281. configure:7856: gcc -o conftest -g -O2 conftest.c >&5
  282. configure:7856: $? = 0
  283. configure:7856: ./conftest
  284. configure:7856: $? = 0
  285. configure:7867: result: yes
  286. configure:7880: checking for sys/types.h
  287. configure:7880: gcc -c -g -O2 conftest.c >&5
  288. configure:7880: $? = 0
  289. configure:7880: result: yes
  290. configure:7880: checking for sys/stat.h
  291. configure:7880: gcc -c -g -O2 conftest.c >&5
  292. configure:7880: $? = 0
  293. configure:7880: result: yes
  294. configure:7880: checking for stdlib.h
  295. configure:7880: gcc -c -g -O2 conftest.c >&5
  296. configure:7880: $? = 0
  297. configure:7880: result: yes
  298. configure:7880: checking for string.h
  299. configure:7880: gcc -c -g -O2 conftest.c >&5
  300. configure:7880: $? = 0
  301. configure:7880: result: yes
  302. configure:7880: checking for memory.h
  303. configure:7880: gcc -c -g -O2 conftest.c >&5
  304. configure:7880: $? = 0
  305. configure:7880: result: yes
  306. configure:7880: checking for strings.h
  307. configure:7880: gcc -c -g -O2 conftest.c >&5
  308. configure:7880: $? = 0
  309. configure:7880: result: yes
  310. configure:7880: checking for inttypes.h
  311. configure:7880: gcc -c -g -O2 conftest.c >&5
  312. configure:7880: $? = 0
  313. configure:7880: result: yes
  314. configure:7880: checking for stdint.h
  315. configure:7880: gcc -c -g -O2 conftest.c >&5
  316. configure:7880: $? = 0
  317. configure:7880: result: yes
  318. configure:7880: checking for unistd.h
  319. configure:7880: gcc -c -g -O2 conftest.c >&5
  320. configure:7880: $? = 0
  321. configure:7880: result: yes
  322. configure:7894: checking for dlfcn.h
  323. configure:7894: gcc -c -g -O2 conftest.c >&5
  324. configure:7894: $? = 0
  325. configure:7894: result: yes
  326. configure:8150: checking for objdir
  327. configure:8165: result: .libs
  328. configure:8429: checking if gcc supports -fno-rtti -fno-exceptions
  329. configure:8447: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  330. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  331. configure:8451: $? = 0
  332. configure:8464: result: no
  333. configure:8822: checking for gcc option to produce PIC
  334. configure:8829: result: -fPIC -DPIC
  335. configure:8837: checking if gcc PIC flag -fPIC -DPIC works
  336. configure:8855: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  337. configure:8859: $? = 0
  338. configure:8872: result: yes
  339. configure:8901: checking if gcc static flag -static works
  340. configure:8929: result: yes
  341. configure:8944: checking if gcc supports -c -o file.o
  342. configure:8965: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  343. configure:8969: $? = 0
  344. configure:8991: result: yes
  345. configure:8999: checking if gcc supports -c -o file.o
  346. configure:9046: result: yes
  347. configure:9079: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  348. configure:10342: result: yes
  349. configure:10379: checking whether -lc should be explicitly linked in
  350. configure:10387: gcc -c -g -O2 conftest.c >&5
  351. configure:10390: $? = 0
  352. configure:10405: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  353. configure:10408: $? = 0
  354. configure:10422: result: no
  355. configure:10582: checking dynamic linker characteristics
  356. configure:11163: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  357. configure:11163: $? = 0
  358. configure:11412: result: GNU/Linux ld.so
  359. configure:11534: checking how to hardcode library paths into programs
  360. configure:11559: result: immediate
  361. configure:12107: checking whether stripping libraries is possible
  362. configure:12112: result: yes
  363. configure:12147: checking if libtool supports shared libraries
  364. configure:12149: result: yes
  365. configure:12152: checking whether to build shared libraries
  366. configure:12177: result: yes
  367. configure:12180: checking whether to build static libraries
  368. configure:12184: result: yes
  369. configure:12331: checking for gcc
  370. configure:12358: result: gcc
  371. configure:12587: checking for C compiler version
  372. configure:12596: gcc --version >&5
  373. gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
  374. Copyright (C) 2015 Free Software Foundation, Inc.
  375. This is free software; see the source for copying conditions. There is NO
  376. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  377.  
  378. configure:12607: $? = 0
  379. configure:12596: gcc -v >&5
  380. Using built-in specs.
  381. COLLECT_GCC=gcc
  382. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
  383. Target: x86_64-linux-gnu
  384. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  385. Thread model: posix
  386. gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
  387. configure:12607: $? = 0
  388. configure:12596: gcc -V >&5
  389. gcc: error: unrecognized command line option '-V'
  390. gcc: fatal error: no input files
  391. compilation terminated.
  392. configure:12607: $? = 1
  393. configure:12596: gcc -qversion >&5
  394. gcc: error: unrecognized command line option '-qversion'
  395. gcc: fatal error: no input files
  396. compilation terminated.
  397. configure:12607: $? = 1
  398. configure:12611: checking whether we are using the GNU C compiler
  399. configure:12639: result: yes
  400. configure:12648: checking whether gcc accepts -g
  401. configure:12709: result: yes
  402. configure:12726: checking for gcc option to accept ISO C89
  403. configure:12802: result: none needed
  404. configure:12827: checking whether gcc understands -c and -o together
  405. configure:12864: result: yes
  406. configure:12883: checking dependency style of gcc
  407. configure:12994: result: gcc3
  408. configure:13067: checking for g++
  409. configure:13083: found /usr/bin/g++
  410. configure:13094: result: g++
  411. configure:13121: checking for C++ compiler version
  412. configure:13130: g++ --version >&5
  413. g++ (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
  414. Copyright (C) 2015 Free Software Foundation, Inc.
  415. This is free software; see the source for copying conditions. There is NO
  416. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  417.  
  418. configure:13141: $? = 0
  419. configure:13130: g++ -v >&5
  420. Using built-in specs.
  421. COLLECT_GCC=g++
  422. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
  423. Target: x86_64-linux-gnu
  424. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  425. Thread model: posix
  426. gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
  427. configure:13141: $? = 0
  428. configure:13130: g++ -V >&5
  429. g++: error: unrecognized command line option '-V'
  430. g++: fatal error: no input files
  431. compilation terminated.
  432. configure:13141: $? = 1
  433. configure:13130: g++ -qversion >&5
  434. g++: error: unrecognized command line option '-qversion'
  435. g++: fatal error: no input files
  436. compilation terminated.
  437. configure:13141: $? = 1
  438. configure:13145: checking whether we are using the GNU C++ compiler
  439. configure:13164: g++ -c -O2 conftest.cpp >&5
  440. configure:13164: $? = 0
  441. configure:13173: result: yes
  442. configure:13182: checking whether g++ accepts -g
  443. configure:13202: g++ -c -g conftest.cpp >&5
  444. configure:13202: $? = 0
  445. configure:13243: result: yes
  446. configure:13268: checking dependency style of g++
  447. configure:13379: result: gcc3
  448. configure:13412: checking how to run the C++ preprocessor
  449. configure:13439: g++ -E conftest.cpp
  450. configure:13439: $? = 0
  451. configure:13453: g++ -E conftest.cpp
  452. conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
  453. compilation terminated.
  454. configure:13453: $? = 1
  455. configure: failed program was:
  456. | /* confdefs.h */
  457. | #define PACKAGE_NAME "BitcoinArmory"
  458. | #define PACKAGE_TARNAME "bitcoinarmory"
  459. | #define PACKAGE_VERSION "0.96.1"
  460. | #define PACKAGE_STRING "BitcoinArmory 0.96.1"
  461. | #define PACKAGE_BUGREPORT "moothecowlord@gmail.com"
  462. | #define PACKAGE_URL ""
  463. | #define PACKAGE "bitcoinarmory"
  464. | #define VERSION "0.96.1"
  465. | #define STDC_HEADERS 1
  466. | #define HAVE_SYS_TYPES_H 1
  467. | #define HAVE_SYS_STAT_H 1
  468. | #define HAVE_STDLIB_H 1
  469. | #define HAVE_STRING_H 1
  470. | #define HAVE_MEMORY_H 1
  471. | #define HAVE_STRINGS_H 1
  472. | #define HAVE_INTTYPES_H 1
  473. | #define HAVE_STDINT_H 1
  474. | #define HAVE_UNISTD_H 1
  475. | #define HAVE_DLFCN_H 1
  476. | #define LT_OBJDIR ".libs/"
  477. | /* end confdefs.h. */
  478. | #include <ac_nonexistent.h>
  479. configure:13478: result: g++ -E
  480. configure:13498: g++ -E conftest.cpp
  481. configure:13498: $? = 0
  482. configure:13512: g++ -E conftest.cpp
  483. conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
  484. compilation terminated.
  485. configure:13512: $? = 1
  486. configure: failed program was:
  487. | /* confdefs.h */
  488. | #define PACKAGE_NAME "BitcoinArmory"
  489. | #define PACKAGE_TARNAME "bitcoinarmory"
  490. | #define PACKAGE_VERSION "0.96.1"
  491. | #define PACKAGE_STRING "BitcoinArmory 0.96.1"
  492. | #define PACKAGE_BUGREPORT "moothecowlord@gmail.com"
  493. | #define PACKAGE_URL ""
  494. | #define PACKAGE "bitcoinarmory"
  495. | #define VERSION "0.96.1"
  496. | #define STDC_HEADERS 1
  497. | #define HAVE_SYS_TYPES_H 1
  498. | #define HAVE_SYS_STAT_H 1
  499. | #define HAVE_STDLIB_H 1
  500. | #define HAVE_STRING_H 1
  501. | #define HAVE_MEMORY_H 1
  502. | #define HAVE_STRINGS_H 1
  503. | #define HAVE_INTTYPES_H 1
  504. | #define HAVE_STDINT_H 1
  505. | #define HAVE_UNISTD_H 1
  506. | #define HAVE_DLFCN_H 1
  507. | #define LT_OBJDIR ".libs/"
  508. | /* end confdefs.h. */
  509. | #include <ac_nonexistent.h>
  510. configure:13674: checking for ld used by g++
  511. configure:13741: result: /usr/bin/ld -m elf_x86_64
  512. configure:13748: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  513. configure:13763: result: yes
  514. configure:13818: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  515. configure:14891: result: yes
  516. configure:14927: g++ -c -O2 conftest.cpp >&5
  517. configure:14930: $? = 0
  518. configure:15411: checking for g++ option to produce PIC
  519. configure:15418: result: -fPIC -DPIC
  520. configure:15426: checking if g++ PIC flag -fPIC -DPIC works
  521. configure:15444: g++ -c -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  522. configure:15448: $? = 0
  523. configure:15461: result: yes
  524. configure:15484: checking if g++ static flag -static works
  525. configure:15512: result: yes
  526. configure:15524: checking if g++ supports -c -o file.o
  527. configure:15545: g++ -c -O2 -o out/conftest2.o conftest.cpp >&5
  528. configure:15549: $? = 0
  529. configure:15571: result: yes
  530. configure:15576: checking if g++ supports -c -o file.o
  531. configure:15623: result: yes
  532. configure:15653: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  533. configure:15696: result: yes
  534. configure:15837: checking dynamic linker characteristics
  535. configure:16594: result: GNU/Linux ld.so
  536. configure:16659: checking how to hardcode library paths into programs
  537. configure:16684: result: immediate
  538. configure:17162: checking whether g++ supports C++11 features with -std=c++11
  539. configure:17458: g++ -std=c++11 -c -O2 conftest.cpp >&5
  540. configure:17458: $? = 0
  541. configure:17467: result: yes
  542. configure:17512: checking for swig
  543. configure:17530: found /usr/bin/swig
  544. configure:17542: result: /usr/bin/swig
  545. configure:17632: checking for python
  546. configure:17650: found /usr/bin/python
  547. configure:17662: result: /usr/bin/python
  548. configure:17678: checking for a version of Python >= '2.1.0'
  549. configure:17704: result: yes
  550. configure:17735: checking for the distutils Python package
  551. configure:17739: result: yes
  552. configure:17753: checking for Python include path
  553. configure:17769: result: -I/usr/include/python2.7
  554. configure:17776: checking for Python library path
  555. configure:17853: result: -L/usr/lib -lpython2.7
  556. configure:17860: checking for Python site-packages path
  557. configure:17866: result: /usr/lib/python2.7/dist-packages
  558. configure:17873: checking python extra libraries
  559. configure:17880: result: -lpthread -ldl -lutil -lm
  560. configure:17887: checking python extra linking flags
  561. configure:17894: result: -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
  562. configure:17901: checking consistency of all components of python development environment
  563. configure:17929: gcc -o conftest -O2 -I/usr/include/python2.7 -lpthread -ldl -lutil -lm conftest.c -L/usr/lib -lpython2.7 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions >&5
  564. conftest.c:26:22: fatal error: Python.h: No such file or directory
  565. compilation terminated.
  566. configure:17929: $? = 1
  567. configure: failed program was:
  568. | /* confdefs.h */
  569. | #define PACKAGE_NAME "BitcoinArmory"
  570. | #define PACKAGE_TARNAME "bitcoinarmory"
  571. | #define PACKAGE_VERSION "0.96.1"
  572. | #define PACKAGE_STRING "BitcoinArmory 0.96.1"
  573. | #define PACKAGE_BUGREPORT "moothecowlord@gmail.com"
  574. | #define PACKAGE_URL ""
  575. | #define PACKAGE "bitcoinarmory"
  576. | #define VERSION "0.96.1"
  577. | #define STDC_HEADERS 1
  578. | #define HAVE_SYS_TYPES_H 1
  579. | #define HAVE_SYS_STAT_H 1
  580. | #define HAVE_STDLIB_H 1
  581. | #define HAVE_STRING_H 1
  582. | #define HAVE_MEMORY_H 1
  583. | #define HAVE_STRINGS_H 1
  584. | #define HAVE_INTTYPES_H 1
  585. | #define HAVE_STDINT_H 1
  586. | #define HAVE_UNISTD_H 1
  587. | #define HAVE_DLFCN_H 1
  588. | #define LT_OBJDIR ".libs/"
  589. | #define HAVE_CXX11 1
  590. | #define HAVE_PYTHON "2.7"
  591. | /* end confdefs.h. */
  592. |
  593. | #include <Python.h>
  594. | int
  595. | main ()
  596. | {
  597. | Py_Initialize();
  598. | ;
  599. | return 0;
  600. | }
  601. |
  602. configure:17947: result: no
  603. configure:17951: error: in `/home/me/BitcoinArmory':
  604. configure:17953: error:
  605. Could not link test program to Python. Maybe the main Python library has been
  606. installed in some non-standard library path. If so, pass it to configure,
  607. via the LIBS environment variable.
  608. Example: ./configure LIBS="-L/usr/non-standard-path/python/lib"
  609. ============================================================================
  610. ERROR!
  611. You probably have to install the development version of the Python package
  612. for your distribution. The exact name of this package varies among them.
  613. ============================================================================
  614.  
  615. See `config.log' for more details
  616.  
  617. ## ---------------- ##
  618. ## Cache variables. ##
  619. ## ---------------- ##
  620.  
  621. ac_cv_build=x86_64-pc-linux-gnu
  622. ac_cv_c_compiler_gnu=yes
  623. ac_cv_cxx_compiler_gnu=yes
  624. ac_cv_env_CCC_set=
  625. ac_cv_env_CCC_value=
  626. ac_cv_env_CC_set=
  627. ac_cv_env_CC_value=
  628. ac_cv_env_CPPFLAGS_set=
  629. ac_cv_env_CPPFLAGS_value=
  630. ac_cv_env_CPP_set=
  631. ac_cv_env_CPP_value=
  632. ac_cv_env_CXXCPP_set=
  633. ac_cv_env_CXXCPP_value=
  634. ac_cv_env_CXXFLAGS_set=
  635. ac_cv_env_CXXFLAGS_value=
  636. ac_cv_env_CXX_set=
  637. ac_cv_env_CXX_value=
  638. ac_cv_env_LDFLAGS_set=
  639. ac_cv_env_LDFLAGS_value=
  640. ac_cv_env_LIBS_set=
  641. ac_cv_env_LIBS_value=
  642. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  643. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  644. ac_cv_env_PYTHON_VERSION_set=
  645. ac_cv_env_PYTHON_VERSION_value=
  646. ac_cv_env_build_alias_set=
  647. ac_cv_env_build_alias_value=
  648. ac_cv_env_host_alias_set=
  649. ac_cv_env_host_alias_value=
  650. ac_cv_env_target_alias_set=
  651. ac_cv_env_target_alias_value=
  652. ac_cv_header_dlfcn_h=yes
  653. ac_cv_header_inttypes_h=yes
  654. ac_cv_header_memory_h=yes
  655. ac_cv_header_stdc=yes
  656. ac_cv_header_stdint_h=yes
  657. ac_cv_header_stdlib_h=yes
  658. ac_cv_header_string_h=yes
  659. ac_cv_header_strings_h=yes
  660. ac_cv_header_sys_stat_h=yes
  661. ac_cv_header_sys_types_h=yes
  662. ac_cv_header_unistd_h=yes
  663. ac_cv_host=x86_64-pc-linux-gnu
  664. ac_cv_objext=o
  665. ac_cv_path_EGREP='/bin/grep -E'
  666. ac_cv_path_FGREP='/bin/grep -F'
  667. ac_cv_path_GREP=/bin/grep
  668. ac_cv_path_PYTHON=/usr/bin/python
  669. ac_cv_path_SED=/bin/sed
  670. ac_cv_path_SWIG=/usr/bin/swig
  671. ac_cv_path_install='/usr/bin/install -c'
  672. ac_cv_path_lt_DD=/bin/dd
  673. ac_cv_path_mkdir=/bin/mkdir
  674. ac_cv_prog_AWK=mawk
  675. ac_cv_prog_CPP='gcc -E'
  676. ac_cv_prog_CXXCPP='g++ -E'
  677. ac_cv_prog_ac_ct_AR=ar
  678. ac_cv_prog_ac_ct_CC=gcc
  679. ac_cv_prog_ac_ct_CXX=g++
  680. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  681. ac_cv_prog_ac_ct_OBJDUMP=objdump
  682. ac_cv_prog_ac_ct_RANLIB=ranlib
  683. ac_cv_prog_ac_ct_STRIP=strip
  684. ac_cv_prog_cc_c89=
  685. ac_cv_prog_cc_g=yes
  686. ac_cv_prog_cxx_g=yes
  687. ac_cv_prog_make_make_set=yes
  688. am_cv_CC_dependencies_compiler_type=gcc3
  689. am_cv_CXX_dependencies_compiler_type=gcc3
  690. am_cv_ar_interface=ar
  691. am_cv_make_support_nested_variables=yes
  692. am_cv_prog_cc_c_o=yes
  693. ax_cv_cxx_compile_cxx11__std_cpp11=yes
  694. lt_cv_ar_at_file=@
  695. lt_cv_archive_cmds_need_lc=no
  696. lt_cv_deplibs_check_method=pass_all
  697. lt_cv_file_magic_cmd='$MAGIC_CMD'
  698. lt_cv_file_magic_test_file=
  699. lt_cv_ld_reload_flag=-r
  700. lt_cv_nm_interface='BSD nm'
  701. lt_cv_objdir=.libs
  702. lt_cv_path_LD=/usr/bin/ld
  703. lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
  704. lt_cv_path_NM='/usr/bin/nm -B'
  705. lt_cv_path_mainfest_tool=no
  706. lt_cv_prog_compiler_c_o=yes
  707. lt_cv_prog_compiler_c_o_CXX=yes
  708. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  709. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  710. lt_cv_prog_compiler_pic_works=yes
  711. lt_cv_prog_compiler_pic_works_CXX=yes
  712. lt_cv_prog_compiler_rtti_exceptions=no
  713. lt_cv_prog_compiler_static_works=yes
  714. lt_cv_prog_compiler_static_works_CXX=yes
  715. lt_cv_prog_gnu_ld=yes
  716. lt_cv_prog_gnu_ldcxx=yes
  717. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  718. lt_cv_shlibpath_overrides_runpath=no
  719. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  720. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
  721. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
  722. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  723. lt_cv_sys_global_symbol_to_import=
  724. lt_cv_sys_max_cmd_len=1572864
  725. lt_cv_to_host_file_cmd=func_convert_file_noop
  726. lt_cv_to_tool_file_cmd=func_convert_file_noop
  727. lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
  728.  
  729. ## ----------------- ##
  730. ## Output variables. ##
  731. ## ----------------- ##
  732.  
  733. ACLOCAL='${SHELL} /home/me/BitcoinArmory/missing aclocal-1.15'
  734. AMDEPBACKSLASH='\'
  735. AMDEP_FALSE='#'
  736. AMDEP_TRUE=''
  737. AMTAR='$${TAR-tar}'
  738. AM_BACKSLASH='\'
  739. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  740. AM_DEFAULT_VERBOSITY='1'
  741. AM_V='$(V)'
  742. AR='ar'
  743. AUTOCONF='${SHELL} /home/me/BitcoinArmory/missing autoconf'
  744. AUTOHEADER='${SHELL} /home/me/BitcoinArmory/missing autoheader'
  745. AUTOMAKE='${SHELL} /home/me/BitcoinArmory/missing automake-1.15'
  746. AWK='mawk'
  747. AX_SWIG_PYTHON_CPPFLAGS=''
  748. AX_SWIG_PYTHON_OPT=''
  749. BUILD_DARWIN_FALSE=''
  750. BUILD_DARWIN_TRUE=''
  751. BUILD_TESTS_FALSE=''
  752. BUILD_TESTS_TRUE=''
  753. CC='gcc'
  754. CCDEPMODE='depmode=gcc3'
  755. CFLAGS=' -O2'
  756. CLANG=''
  757. CPP='gcc -E'
  758. CPPFLAGS=''
  759. CXX='g++ -std=c++11'
  760. CXXCPP='g++ -E -std=c++11'
  761. CXXDEPMODE='depmode=gcc3'
  762. CXXFLAGS=' -O2'
  763. CXX_STANDARD=''
  764. CYGPATH_W='echo'
  765. DEFS=''
  766. DEPDIR='.deps'
  767. DLLTOOL='false'
  768. DSYMUTIL=''
  769. DUMPBIN=''
  770. ECHO_C=''
  771. ECHO_N='-n'
  772. ECHO_T=''
  773. EGREP='/bin/grep -E'
  774. EXEEXT=''
  775. FGREP='/bin/grep -F'
  776. GREP='/bin/grep'
  777. HAVE_CLANG_FALSE=''
  778. HAVE_CLANG_TRUE=''
  779. HAVE_CXX11='1'
  780. HAVE_GCC_FALSE='#'
  781. HAVE_GCC_TRUE=''
  782. HAVE_GUI_FALSE='#'
  783. HAVE_GUI_TRUE=''
  784. HAVE_LRELEASE=''
  785. HAVE_PYRCC4=''
  786. INSTALL_DATA='${INSTALL} -m 644'
  787. INSTALL_PROGRAM='${INSTALL}'
  788. INSTALL_SCRIPT='${INSTALL}'
  789. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  790. LD='/usr/bin/ld -m elf_x86_64'
  791. LDFLAGS=''
  792. LIBOBJS=''
  793. LIBS=''
  794. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  795. LIPO=''
  796. LN_S='ln -s'
  797. LTLIBOBJS=''
  798. LT_SYS_LIBRARY_PATH=''
  799. MAKEINFO='${SHELL} /home/me/BitcoinArmory/missing makeinfo'
  800. MANIFEST_TOOL=':'
  801. MKDIR_P='/bin/mkdir -p'
  802. NM='/usr/bin/nm -B'
  803. NMEDIT=''
  804. OBJDUMP='objdump'
  805. OBJEXT='o'
  806. OTOOL64=''
  807. OTOOL=''
  808. PACKAGE='bitcoinarmory'
  809. PACKAGE_BUGREPORT='moothecowlord@gmail.com'
  810. PACKAGE_NAME='BitcoinArmory'
  811. PACKAGE_STRING='BitcoinArmory 0.96.1'
  812. PACKAGE_TARNAME='bitcoinarmory'
  813. PACKAGE_URL=''
  814. PACKAGE_VERSION='0.96.1'
  815. PATH_SEPARATOR=':'
  816. PYTHON='/usr/bin/python'
  817. PYTHON_CPPFLAGS='-I/usr/include/python2.7'
  818. PYTHON_EXTRA_LDFLAGS='-lpthread -ldl -lutil -lm'
  819. PYTHON_EXTRA_LIBS='-Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions'
  820. PYTHON_LIBS='-L/usr/lib -lpython2.7'
  821. PYTHON_SITE_PKG='/usr/lib/python2.7/dist-packages'
  822. PYTHON_VERSION=''
  823. RANLIB='ranlib'
  824. SED='/bin/sed'
  825. SET_MAKE=''
  826. SHELL='/bin/bash'
  827. STRIP='strip'
  828. SWIG='/usr/bin/swig'
  829. SWIG_LIB=''
  830. VERSION='0.96.1'
  831. ac_ct_AR='ar'
  832. ac_ct_CC='gcc'
  833. ac_ct_CXX='g++'
  834. ac_ct_DUMPBIN=''
  835. am__EXEEXT_FALSE=''
  836. am__EXEEXT_TRUE=''
  837. am__fastdepCC_FALSE='#'
  838. am__fastdepCC_TRUE=''
  839. am__fastdepCXX_FALSE='#'
  840. am__fastdepCXX_TRUE=''
  841. am__include='include'
  842. am__isrc=''
  843. am__leading_dot='.'
  844. am__nodep='_no'
  845. am__quote=''
  846. am__tar='$${TAR-tar} chof - "$$tardir"'
  847. am__untar='$${TAR-tar} xf -'
  848. bindir='${exec_prefix}/bin'
  849. build='x86_64-pc-linux-gnu'
  850. build_alias=''
  851. build_cpu='x86_64'
  852. build_os='linux-gnu'
  853. build_vendor='pc'
  854. datadir='${datarootdir}'
  855. datarootdir='${prefix}/share'
  856. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  857. dvidir='${docdir}'
  858. exec_prefix='NONE'
  859. host='x86_64-pc-linux-gnu'
  860. host_alias=''
  861. host_cpu='x86_64'
  862. host_os='linux-gnu'
  863. host_vendor='pc'
  864. htmldir='${docdir}'
  865. includedir='${prefix}/include'
  866. infodir='${datarootdir}/info'
  867. install_sh='${SHELL} /home/me/BitcoinArmory/install-sh'
  868. libdir='${exec_prefix}/lib'
  869. libexecdir='${exec_prefix}/libexec'
  870. localedir='${datarootdir}/locale'
  871. localstatedir='${prefix}/var'
  872. mandir='${datarootdir}/man'
  873. mkdir_p='$(MKDIR_P)'
  874. oldincludedir='/usr/include'
  875. pdfdir='${docdir}'
  876. prefix='NONE'
  877. program_transform_name='s,x,x,'
  878. psdir='${docdir}'
  879. runstatedir='${localstatedir}/run'
  880. sbindir='${exec_prefix}/sbin'
  881. sharedstatedir='${prefix}/com'
  882. subdirs=' cppForSwig/fcgi cppForSwig/cryptopp'
  883. sysconfdir='${prefix}/etc'
  884. target_alias=''
  885.  
  886. ## ----------- ##
  887. ## confdefs.h. ##
  888. ## ----------- ##
  889.  
  890. /* confdefs.h */
  891. #define PACKAGE_NAME "BitcoinArmory"
  892. #define PACKAGE_TARNAME "bitcoinarmory"
  893. #define PACKAGE_VERSION "0.96.1"
  894. #define PACKAGE_STRING "BitcoinArmory 0.96.1"
  895. #define PACKAGE_BUGREPORT "moothecowlord@gmail.com"
  896. #define PACKAGE_URL ""
  897. #define PACKAGE "bitcoinarmory"
  898. #define VERSION "0.96.1"
  899. #define STDC_HEADERS 1
  900. #define HAVE_SYS_TYPES_H 1
  901. #define HAVE_SYS_STAT_H 1
  902. #define HAVE_STDLIB_H 1
  903. #define HAVE_STRING_H 1
  904. #define HAVE_MEMORY_H 1
  905. #define HAVE_STRINGS_H 1
  906. #define HAVE_INTTYPES_H 1
  907. #define HAVE_STDINT_H 1
  908. #define HAVE_UNISTD_H 1
  909. #define HAVE_DLFCN_H 1
  910. #define LT_OBJDIR ".libs/"
  911. #define HAVE_CXX11 1
  912. #define HAVE_PYTHON "2.7"
  913.  
  914. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement