Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by Bitcoin configure 0.8.99, which was
- generated by GNU Autoconf 2.69. Invocation command line was
- $ ./configure --with-qt --enable-wallet --with-incompatible-bdb
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = alduin
- uname -m = x86_64
- uname -r = 3.8.0-16-generic
- uname -s = Linux
- uname -v = #26-Ubuntu SMP Mon Apr 1 19:52:57 UTC 2013
- /usr/bin/uname -p = unknown
- /bin/uname -X = unknown
- /bin/arch = unknown
- /usr/bin/arch -k = unknown
- /usr/convex/getsysinfo = unknown
- /usr/bin/hostinfo = unknown
- /bin/machine = unknown
- /usr/bin/oslevel = unknown
- /bin/universe = unknown
- PATH: /usr/lib/lightdm/lightdm
- PATH: /usr/local/sbin
- PATH: /usr/local/bin
- PATH: /usr/sbin
- PATH: /usr/bin
- PATH: /sbin
- PATH: /bin
- PATH: /usr/games
- PATH: /usr/local/games
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:2588: checking build system type
- configure:2602: result: x86_64-unknown-linux-gnu
- configure:2622: checking host system type
- configure:2635: result: x86_64-unknown-linux-gnu
- configure:2770: checking for a BSD-compatible install
- configure:2838: result: /usr/bin/install -c
- configure:2849: checking whether build environment is sane
- configure:2899: result: yes
- configure:3040: checking for a thread-safe mkdir -p
- configure:3079: result: /bin/mkdir -p
- configure:3092: checking for gawk
- configure:3108: found /usr/bin/gawk
- configure:3119: result: gawk
- configure:3130: checking whether make sets $(MAKE)
- configure:3152: result: yes
- configure:3225: checking whether to enable maintainer-specific portions of Makefiles
- configure:3234: result: yes
- configure:3259: checking whether make supports nested variables
- configure:3276: result: yes
- configure:3450: checking for g++
- configure:3466: found /usr/bin/g++
- configure:3477: result: g++
- configure:3504: checking for C++ compiler version
- configure:3513: g++ --version >&5
- g++ (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
- Copyright (C) 2012 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- configure:3524: $? = 0
- configure:3513: g++ -v >&5
- Using built-in specs.
- COLLECT_GCC=g++
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
- Target: x86_64-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.3-1ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --enable-objc-gc --with-cloog --enable-cloog-backend=ppl --disable-cloog-version-check --disable-ppl-version-check --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
- Thread model: posix
- gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1)
- configure:3524: $? = 0
- configure:3513: g++ -V >&5
- g++: error: unrecognized command line option '-V'
- g++: fatal error: no input files
- compilation terminated.
- configure:3524: $? = 4
- configure:3513: g++ -qversion >&5
- g++: error: unrecognized command line option '-qversion'
- g++: fatal error: no input files
- compilation terminated.
- configure:3524: $? = 4
- configure:3544: checking whether the C++ compiler works
- configure:3566: g++ conftest.cpp >&5
- configure:3570: $? = 0
- configure:3618: result: yes
- configure:3621: checking for C++ compiler default output file name
- configure:3623: result: a.out
- configure:3629: checking for suffix of executables
- configure:3636: g++ -o conftest conftest.cpp >&5
- configure:3640: $? = 0
- configure:3662: result:
- configure:3684: checking whether we are cross compiling
- configure:3692: g++ -o conftest conftest.cpp >&5
- configure:3696: $? = 0
- configure:3703: ./conftest
- configure:3707: $? = 0
- configure:3722: result: no
- configure:3727: checking for suffix of object files
- configure:3749: g++ -c conftest.cpp >&5
- configure:3753: $? = 0
- configure:3774: result: o
- configure:3778: checking whether we are using the GNU C++ compiler
- configure:3797: g++ -c conftest.cpp >&5
- configure:3797: $? = 0
- configure:3806: result: yes
- configure:3815: checking whether g++ accepts -g
- configure:3835: g++ -c -g conftest.cpp >&5
- configure:3835: $? = 0
- configure:3876: result: yes
- configure:3910: checking for style of include used by make
- configure:3938: result: GNU
- configure:3964: checking dependency style of g++
- configure:4075: result: gcc3
- configure:4138: checking for gcc
- configure:4154: found /usr/bin/gcc
- configure:4165: result: gcc
- configure:4394: checking for C compiler version
- configure:4403: gcc --version >&5
- gcc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
- Copyright (C) 2012 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- configure:4414: $? = 0
- configure:4403: gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=gcc
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
- Target: x86_64-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.3-1ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --enable-objc-gc --with-cloog --enable-cloog-backend=ppl --disable-cloog-version-check --disable-ppl-version-check --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
- Thread model: posix
- gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1)
- configure:4414: $? = 0
- configure:4403: gcc -V >&5
- gcc: error: unrecognized command line option '-V'
- gcc: fatal error: no input files
- compilation terminated.
- configure:4414: $? = 4
- configure:4403: gcc -qversion >&5
- gcc: error: unrecognized command line option '-qversion'
- gcc: fatal error: no input files
- compilation terminated.
- configure:4414: $? = 4
- configure:4418: checking whether we are using the GNU C compiler
- configure:4437: gcc -c conftest.c >&5
- configure:4437: $? = 0
- configure:4446: result: yes
- configure:4455: checking whether gcc accepts -g
- configure:4475: gcc -c -g conftest.c >&5
- configure:4475: $? = 0
- configure:4516: result: yes
- configure:4533: checking for gcc option to accept ISO C89
- configure:4596: gcc -c -g -O2 conftest.c >&5
- configure:4596: $? = 0
- configure:4609: result: none needed
- configure:4631: checking dependency style of gcc
- configure:4742: result: gcc3
- configure:4762: checking how to run the C preprocessor
- configure:4793: gcc -E conftest.c
- configure:4793: $? = 0
- configure:4807: gcc -E conftest.c
- conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
- compilation terminated.
- configure:4807: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:4832: result: gcc -E
- configure:4852: gcc -E conftest.c
- configure:4852: $? = 0
- configure:4866: gcc -E conftest.c
- conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
- compilation terminated.
- configure:4866: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:4899: checking how to run the C++ preprocessor
- configure:4926: g++ -E conftest.cpp
- configure:4926: $? = 0
- configure:4940: g++ -E conftest.cpp
- conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
- compilation terminated.
- configure:4940: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:4965: result: g++ -E
- configure:4985: g++ -E conftest.cpp
- configure:4985: $? = 0
- configure:4999: g++ -E conftest.cpp
- conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
- compilation terminated.
- configure:4999: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:5082: checking for gcc
- configure:5098: found /usr/bin/gcc
- configure:5109: result: gcc
- configure:5134: checking for Objective C compiler version
- configure:5143: gcc --version >&5
- gcc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
- Copyright (C) 2012 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- configure:5154: $? = 0
- configure:5143: gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=gcc
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
- Target: x86_64-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.3-1ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --enable-objc-gc --with-cloog --enable-cloog-backend=ppl --disable-cloog-version-check --disable-ppl-version-check --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
- Thread model: posix
- gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1)
- configure:5154: $? = 0
- configure:5143: gcc -V >&5
- gcc: error: unrecognized command line option '-V'
- gcc: fatal error: no input files
- compilation terminated.
- configure:5154: $? = 4
- configure:5143: gcc -qversion >&5
- gcc: error: unrecognized command line option '-qversion'
- gcc: fatal error: no input files
- compilation terminated.
- configure:5154: $? = 4
- configure:5158: checking whether we are using the GNU Objective C compiler
- configure:5177: gcc -c conftest.m >&5
- gcc: error trying to exec 'cc1obj': execvp: No such file or directory
- configure:5177: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- | #ifndef __GNUC__
- | choke me
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:5186: result: no
- configure:5195: checking whether gcc accepts -g
- configure:5215: gcc -c -g conftest.m >&5
- gcc: error trying to exec 'cc1obj': execvp: No such file or directory
- configure:5215: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:5230: gcc -c conftest.m >&5
- gcc: error trying to exec 'cc1obj': execvp: No such file or directory
- configure:5230: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:5246: gcc -c -g conftest.m >&5
- gcc: error trying to exec 'cc1obj': execvp: No such file or directory
- configure:5246: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:5256: result: no
- configure:5281: checking dependency style of gcc
- configure:5390: result: gcc3
- configure:5459: checking for g++
- configure:5475: found /usr/bin/g++
- configure:5486: result: g++
- configure:5511: checking for Objective C++ compiler version
- configure:5520: g++ --version >&5
- g++ (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
- Copyright (C) 2012 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- configure:5531: $? = 0
- configure:5520: g++ -v >&5
- Using built-in specs.
- COLLECT_GCC=g++
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
- Target: x86_64-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.3-1ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --enable-objc-gc --with-cloog --enable-cloog-backend=ppl --disable-cloog-version-check --disable-ppl-version-check --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
- Thread model: posix
- gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1)
- configure:5531: $? = 0
- configure:5520: g++ -V >&5
- g++: error: unrecognized command line option '-V'
- g++: fatal error: no input files
- compilation terminated.
- configure:5531: $? = 4
- configure:5520: g++ -qversion >&5
- g++: error: unrecognized command line option '-qversion'
- g++: fatal error: no input files
- compilation terminated.
- configure:5531: $? = 4
- configure:5535: checking whether we are using the GNU Objective C++ compiler
- configure:5554: g++ -c conftest.mm >&5
- g++: error trying to exec 'cc1objplus': execvp: No such file or directory
- configure:5554: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- | #ifndef __GNUC__
- | choke me
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:5563: result: no
- configure:5572: checking whether g++ accepts -g
- configure:5592: g++ -c -g conftest.mm >&5
- g++: error trying to exec 'cc1objplus': execvp: No such file or directory
- configure:5592: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:5607: g++ -c conftest.mm >&5
- g++: error trying to exec 'cc1objplus': execvp: No such file or directory
- configure:5607: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:5623: g++ -c -g conftest.mm >&5
- g++: error trying to exec 'cc1objplus': execvp: No such file or directory
- configure:5623: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:5633: result: no
- configure:5657: checking for a sed that does not truncate output
- configure:5721: result: /bin/sed
- configure:5772: checking for ar
- configure:5790: found /usr/bin/ar
- configure:5802: result: /usr/bin/ar
- configure:5870: checking for ranlib
- configure:5888: found /usr/bin/ranlib
- configure:5900: result: /usr/bin/ranlib
- configure:5968: checking for strip
- configure:5986: found /usr/bin/strip
- configure:5998: result: /usr/bin/strip
- configure:6066: checking for gcov
- configure:6084: found /usr/bin/gcov
- configure:6096: result: /usr/bin/gcov
- configure:6120: checking for lcov
- configure:6138: found /usr/bin/lcov
- configure:6150: result: /usr/bin/lcov
- configure:6160: checking for java
- configure:6178: found /usr/bin/java
- configure:6190: result: /usr/bin/java
- configure:6200: checking for genhtml
- configure:6218: found /usr/bin/genhtml
- configure:6230: result: /usr/bin/genhtml
- configure:6240: checking for git
- configure:6258: found /usr/bin/git
- configure:6270: result: /usr/bin/git
- configure:6280: checking for ccache
- configure:6298: found /usr/bin/ccache
- configure:6310: result: /usr/bin/ccache
- configure:6320: checking for xgettext
- configure:6338: found /usr/bin/xgettext
- configure:6350: result: /usr/bin/xgettext
- configure:6360: checking for hexdump
- configure:6378: found /usr/bin/hexdump
- configure:6390: result: /usr/bin/hexdump
- configure:6452: checking for pkg-config
- configure:6470: found /usr/bin/pkg-config
- configure:6482: result: /usr/bin/pkg-config
- configure:6507: checking pkg-config is at least version 0.9.0
- configure:6510: result: yes
- configure:7717: checking for grep that handles long lines and -e
- configure:7775: result: /bin/grep
- configure:7780: checking for egrep
- configure:7842: result: /bin/grep -E
- configure:7847: checking for ANSI C header files
- configure:7867: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:7867: $? = 0
- configure:7940: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:7940: $? = 0
- configure:7940: ./conftest
- configure:7940: $? = 0
- configure:7951: result: yes
- configure:7964: checking for sys/types.h
- configure:7964: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:7964: $? = 0
- configure:7964: result: yes
- configure:7964: checking for sys/stat.h
- configure:7964: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:7964: $? = 0
- configure:7964: result: yes
- configure:7964: checking for stdlib.h
- configure:7964: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:7964: $? = 0
- configure:7964: result: yes
- configure:7964: checking for string.h
- configure:7964: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:7964: $? = 0
- configure:7964: result: yes
- configure:7964: checking for memory.h
- configure:7964: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:7964: $? = 0
- configure:7964: result: yes
- configure:7964: checking for strings.h
- configure:7964: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:7964: $? = 0
- configure:7964: result: yes
- configure:7964: checking for inttypes.h
- configure:7964: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:7964: $? = 0
- configure:7964: result: yes
- configure:7964: checking for stdint.h
- configure:7964: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:7964: $? = 0
- configure:7964: result: yes
- configure:7964: checking for unistd.h
- configure:7964: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:7964: $? = 0
- configure:7964: result: yes
- configure:7976: checking whether byte ordering is bigendian
- configure:7991: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- conftest.cpp:20:9: error: expected unqualified-id before 'not' token
- configure:7991: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | /* end confdefs.h. */
- | #ifndef __APPLE_CC__
- | not a universal capable compiler
- | #endif
- | typedef int dummy;
- |
- configure:8036: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:8036: $? = 0
- configure:8054: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- conftest.cpp: In function 'int main()':
- conftest.cpp:26:8: error: 'big' was not declared in this scope
- conftest.cpp:26:12: error: expected ';' before 'endian'
- configure:8054: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | /* end confdefs.h. */
- | #include <sys/types.h>
- | #include <sys/param.h>
- |
- | int
- | main ()
- | {
- | #if BYTE_ORDER != BIG_ENDIAN
- | not big endian
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:8182: result: no
- configure:8313: checking if compiler needs -Werror to reject unknown flags
- configure:8329: gcc -c -g -O2 -Werror -Wunknown-warning-option -Wsizeof-array-argument -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
- gcc: error: unrecognized command line option '-Wunknown-warning-option'
- gcc: error: unrecognized command line option '-Wsizeof-array-argument'
- configure:8329: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | /* end confdefs.h. */
- | int foo(void);
- | int
- | main ()
- | {
- | foo()
- | ;
- | return 0;
- | }
- configure:8334: result: no
- configure:8400: checking for the pthreads library -lpthreads
- configure:8438: gcc -o conftest -g -O2 -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c -lpthreads >&5
- /usr/bin/ld: cannot find -lpthreads
- collect2: error: ld returned 1 exit status
- configure:8438: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | /* end confdefs.h. */
- | #include <pthread.h>
- | static void routine(void *a) { a = 0; }
- | static void *start_routine(void *a) { return a; }
- | int
- | main ()
- | {
- | pthread_t th; pthread_attr_t attr;
- | pthread_create(&th, 0, start_routine, 0);
- | pthread_join(th, 0);
- | pthread_attr_init(&attr);
- | pthread_cleanup_push(routine, 0);
- | pthread_cleanup_pop(0) /* ; */
- | ;
- | return 0;
- | }
- configure:8447: result: no
- configure:8345: checking whether pthreads work without any flags
- configure:8438: gcc -o conftest -g -O2 -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
- /tmp/ccYYQjjI.o: In function `main':
- /home/pw/git/bitcoin/conftest.c:26: undefined reference to `pthread_create'
- /home/pw/git/bitcoin/conftest.c:27: undefined reference to `pthread_join'
- /home/pw/git/bitcoin/conftest.c:29: undefined reference to `__pthread_register_cancel'
- /home/pw/git/bitcoin/conftest.c:30: undefined reference to `__pthread_unregister_cancel'
- collect2: error: ld returned 1 exit status
- configure:8438: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | /* end confdefs.h. */
- | #include <pthread.h>
- | static void routine(void *a) { a = 0; }
- | static void *start_routine(void *a) { return a; }
- | int
- | main ()
- | {
- | pthread_t th; pthread_attr_t attr;
- | pthread_create(&th, 0, start_routine, 0);
- | pthread_join(th, 0);
- | pthread_attr_init(&attr);
- | pthread_cleanup_push(routine, 0);
- | pthread_cleanup_pop(0) /* ; */
- | ;
- | return 0;
- | }
- configure:8447: result: no
- configure:8350: checking whether pthreads work with -Kthread
- configure:8438: gcc -o conftest -g -O2 -Kthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
- gcc: error: unrecognized command line option '-Kthread'
- configure:8438: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | /* end confdefs.h. */
- | #include <pthread.h>
- | static void routine(void *a) { a = 0; }
- | static void *start_routine(void *a) { return a; }
- | int
- | main ()
- | {
- | pthread_t th; pthread_attr_t attr;
- | pthread_create(&th, 0, start_routine, 0);
- | pthread_join(th, 0);
- | pthread_attr_init(&attr);
- | pthread_cleanup_push(routine, 0);
- | pthread_cleanup_pop(0) /* ; */
- | ;
- | return 0;
- | }
- configure:8447: result: no
- configure:8350: checking whether pthreads work with -kthread
- configure:8438: gcc -o conftest -g -O2 -kthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
- gcc: error: unrecognized command line option '-kthread'
- configure:8438: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | /* end confdefs.h. */
- | #include <pthread.h>
- | static void routine(void *a) { a = 0; }
- | static void *start_routine(void *a) { return a; }
- | int
- | main ()
- | {
- | pthread_t th; pthread_attr_t attr;
- | pthread_create(&th, 0, start_routine, 0);
- | pthread_join(th, 0);
- | pthread_attr_init(&attr);
- | pthread_cleanup_push(routine, 0);
- | pthread_cleanup_pop(0) /* ; */
- | ;
- | return 0;
- | }
- configure:8447: result: no
- configure:8400: checking for the pthreads library -llthread
- configure:8438: gcc -o conftest -g -O2 -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c -llthread >&5
- /usr/bin/ld: cannot find -llthread
- collect2: error: ld returned 1 exit status
- configure:8438: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | /* end confdefs.h. */
- | #include <pthread.h>
- | static void routine(void *a) { a = 0; }
- | static void *start_routine(void *a) { return a; }
- | int
- | main ()
- | {
- | pthread_t th; pthread_attr_t attr;
- | pthread_create(&th, 0, start_routine, 0);
- | pthread_join(th, 0);
- | pthread_attr_init(&attr);
- | pthread_cleanup_push(routine, 0);
- | pthread_cleanup_pop(0) /* ; */
- | ;
- | return 0;
- | }
- configure:8447: result: no
- configure:8350: checking whether pthreads work with -pthread
- configure:8438: gcc -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
- configure:8438: $? = 0
- configure:8447: result: yes
- configure:8466: checking for joinable pthread attribute
- configure:8481: gcc -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
- configure:8481: $? = 0
- configure:8487: result: PTHREAD_CREATE_JOINABLE
- configure:8497: checking if more special flags are required for pthreads
- configure:8512: result: no
- configure:8518: checking for PTHREAD_PRIO_INHERIT
- configure:8535: gcc -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
- configure:8535: $? = 0
- configure:8544: result: yes
- configure:8655: checking for special C compiler options needed for large files
- configure:8700: result: no
- configure:8706: checking for _FILE_OFFSET_BITS value needed for large files
- configure:8731: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:8731: $? = 0
- configure:8763: result: no
- configure:8861: checking whether the linker accepts -Wl,--large-address-aware
- configure:8880: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,--large-address-aware conftest.cpp >&5
- /usr/bin/ld: unrecognized option '--large-address-aware'
- /usr/bin/ld: use the --help option for usage information
- collect2: error: ld returned 1 exit status
- configure:8880: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:8889: result: no
- configure:8899: checking whether C++ compiler accepts -Wstack-protector
- configure:8918: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:8918: $? = 0
- configure:8926: result: yes
- configure:8934: checking whether C++ compiler accepts -fPIE
- configure:8953: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:8953: $? = 0
- configure:8961: result: yes
- configure:8970: checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2
- configure:8989: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp
- configure:8989: $? = 0
- configure:8997: result: yes
- configure:9006: checking whether the linker accepts -Wl,--dynamicbase
- configure:9025: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,--dynamicbase conftest.cpp >&5
- /usr/bin/ld: unrecognized option '--dynamicbase'
- /usr/bin/ld: use the --help option for usage information
- collect2: error: ld returned 1 exit status
- configure:9025: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:9034: result: no
- configure:9042: checking whether the linker accepts -Wl,--nxcompat
- configure:9061: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,--nxcompat conftest.cpp >&5
- /usr/bin/ld: unrecognized option '--nxcompat'
- /usr/bin/ld: use the --help option for usage information
- collect2: error: ld returned 1 exit status
- configure:9061: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:9070: result: no
- configure:9078: checking whether the linker accepts -Wl,-z,relro
- configure:9097: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,-z,relro conftest.cpp >&5
- configure:9097: $? = 0
- configure:9106: result: yes
- configure:9114: checking whether the linker accepts -Wl,-z,now
- configure:9133: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,-z,relro -Wl,-z,now conftest.cpp >&5
- configure:9133: $? = 0
- configure:9142: result: yes
- configure:9153: checking whether C++ compiler accepts -fno-stack-protector
- configure:9172: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-stack-protector -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:9172: $? = 0
- configure:9180: result: yes
- configure:9188: checking whether C++ compiler accepts -fstack-protector-all
- configure:9207: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:9207: $? = 0
- configure:9215: result: yes
- configure:9225: checking whether the linker accepts -pie
- configure:9244: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wl,-z,now -pie conftest.cpp >&5
- configure:9244: $? = 0
- configure:9253: result: yes
- configure:9311: checking stdio.h usability
- configure:9311: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:9311: $? = 0
- configure:9311: result: yes
- configure:9311: checking stdio.h presence
- configure:9311: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp
- configure:9311: $? = 0
- configure:9311: result: yes
- configure:9311: checking for stdio.h
- configure:9311: result: yes
- configure:9311: checking for stdlib.h
- configure:9311: result: yes
- configure:9311: checking for unistd.h
- configure:9311: result: yes
- configure:9311: checking for strings.h
- configure:9311: result: yes
- configure:9311: checking for sys/types.h
- configure:9311: result: yes
- configure:9311: checking for sys/stat.h
- configure:9311: result: yes
- configure:9322: checking for MSG_NOSIGNAL
- configure:9335: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp: In function 'int main()':
- conftest.cpp:31:6: warning: unused variable 'f' [-Wunused-variable]
- configure:9335: $? = 0
- configure:9336: result: yes
- configure:9349: checking for Berkeley DB C++ headers
- configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:29:33: fatal error: bdb4.8/db_cxx.h: No such file or directory
- compilation terminated.
- configure:9380: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_MSG_NOSIGNAL 1
- | /* end confdefs.h. */
- |
- | #include <bdb4.8/db_cxx.h>
- |
- | int
- | main ()
- | {
- |
- | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
- | #error "failed to find bdb 4.8+"
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:29:35: fatal error: libdb4.8/db_cxx.h: No such file or directory
- compilation terminated.
- configure:9380: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_MSG_NOSIGNAL 1
- | /* end confdefs.h. */
- |
- | #include <libdb4.8/db_cxx.h>
- |
- | int
- | main ()
- | {
- |
- | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
- | #error "failed to find bdb 4.8+"
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:29:32: fatal error: db4.8/db_cxx.h: No such file or directory
- compilation terminated.
- configure:9380: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_MSG_NOSIGNAL 1
- | /* end confdefs.h. */
- |
- | #include <db4.8/db_cxx.h>
- |
- | int
- | main ()
- | {
- |
- | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
- | #error "failed to find bdb 4.8+"
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:29:32: fatal error: bdb48/db_cxx.h: No such file or directory
- compilation terminated.
- configure:9380: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_MSG_NOSIGNAL 1
- | /* end confdefs.h. */
- |
- | #include <bdb48/db_cxx.h>
- |
- | int
- | main ()
- | {
- |
- | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
- | #error "failed to find bdb 4.8+"
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:29:34: fatal error: libdb48/db_cxx.h: No such file or directory
- compilation terminated.
- configure:9380: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_MSG_NOSIGNAL 1
- | /* end confdefs.h. */
- |
- | #include <libdb48/db_cxx.h>
- |
- | int
- | main ()
- | {
- |
- | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
- | #error "failed to find bdb 4.8+"
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:29:31: fatal error: db48/db_cxx.h: No such file or directory
- compilation terminated.
- configure:9380: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_MSG_NOSIGNAL 1
- | /* end confdefs.h. */
- |
- | #include <db48/db_cxx.h>
- |
- | int
- | main ()
- | {
- |
- | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
- | #error "failed to find bdb 4.8+"
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:29:31: fatal error: bdb4/db_cxx.h: No such file or directory
- compilation terminated.
- configure:9380: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_MSG_NOSIGNAL 1
- | /* end confdefs.h. */
- |
- | #include <bdb4/db_cxx.h>
- |
- | int
- | main ()
- | {
- |
- | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
- | #error "failed to find bdb 4.8+"
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:29:33: fatal error: libdb4/db_cxx.h: No such file or directory
- compilation terminated.
- configure:9380: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_MSG_NOSIGNAL 1
- | /* end confdefs.h. */
- |
- | #include <libdb4/db_cxx.h>
- |
- | int
- | main ()
- | {
- |
- | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
- | #error "failed to find bdb 4.8+"
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:29:30: fatal error: db4/db_cxx.h: No such file or directory
- compilation terminated.
- configure:9380: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_MSG_NOSIGNAL 1
- | /* end confdefs.h. */
- |
- | #include <db4/db_cxx.h>
- |
- | int
- | main ()
- | {
- |
- | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
- | #error "failed to find bdb 4.8+"
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:29:31: fatal error: bdb5/db_cxx.h: No such file or directory
- compilation terminated.
- configure:9380: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_MSG_NOSIGNAL 1
- | /* end confdefs.h. */
- |
- | #include <bdb5/db_cxx.h>
- |
- | int
- | main ()
- | {
- |
- | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
- | #error "failed to find bdb 4.8+"
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:29:33: fatal error: libdb5/db_cxx.h: No such file or directory
- compilation terminated.
- configure:9380: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_MSG_NOSIGNAL 1
- | /* end confdefs.h. */
- |
- | #include <libdb5/db_cxx.h>
- |
- | int
- | main ()
- | {
- |
- | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
- | #error "failed to find bdb 4.8+"
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:29:30: fatal error: db5/db_cxx.h: No such file or directory
- compilation terminated.
- configure:9380: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_MSG_NOSIGNAL 1
- | /* end confdefs.h. */
- |
- | #include <db5/db_cxx.h>
- |
- | int
- | main ()
- | {
- |
- | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
- | #error "failed to find bdb 4.8+"
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:29:30: fatal error: bdb/db_cxx.h: No such file or directory
- compilation terminated.
- configure:9380: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_MSG_NOSIGNAL 1
- | /* end confdefs.h. */
- |
- | #include <bdb/db_cxx.h>
- |
- | int
- | main ()
- | {
- |
- | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
- | #error "failed to find bdb 4.8+"
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:29:32: fatal error: libdb/db_cxx.h: No such file or directory
- compilation terminated.
- configure:9380: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_MSG_NOSIGNAL 1
- | /* end confdefs.h. */
- |
- | #include <libdb/db_cxx.h>
- |
- | int
- | main ()
- | {
- |
- | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
- | #error "failed to find bdb 4.8+"
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:29:29: fatal error: db/db_cxx.h: No such file or directory
- compilation terminated.
- configure:9380: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_MSG_NOSIGNAL 1
- | /* end confdefs.h. */
- |
- | #include <db/db_cxx.h>
- |
- | int
- | main ()
- | {
- |
- | #if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 8) || DB_VERSION_MAJOR > 4)
- | #error "failed to find bdb 4.8+"
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:9380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:9380: $? = 0
- configure:9409: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:36:10: error: #error "failed to find bdb 4.8"
- configure:9409: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_MSG_NOSIGNAL 1
- | /* end confdefs.h. */
- |
- | #include <db_cxx.h>
- |
- | int
- | main ()
- | {
- |
- | #if !(DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR == 8)
- | #error "failed to find bdb 4.8"
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:9424: result: default
- configure:9440: WARNING: Found Berkeley DB other than 4.8; wallets opened by this build will not be portable!
- configure:9471: checking for main in -ldb_cxx-4.8
- configure:9490: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -Wl,-z,now -pie conftest.cpp -ldb_cxx-4.8 >&5
- /usr/bin/ld: cannot find -ldb_cxx-4.8
- collect2: error: ld returned 1 exit status
- configure:9490: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_MSG_NOSIGNAL 1
- | /* end confdefs.h. */
- |
- |
- | int
- | main ()
- | {
- | return main ();
- | ;
- | return 0;
- | }
- configure:9500: result: no
- configure:9471: checking for main in -ldb_cxx
- configure:9490: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -Wl,-z,now -pie conftest.cpp -ldb_cxx >&5
- configure:9490: $? = 0
- configure:9500: result: yes
- configure:9521: checking miniupnpc/miniwget.h usability
- configure:9521: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:9521: $? = 0
- configure:9521: result: yes
- configure:9521: checking miniupnpc/miniwget.h presence
- configure:9521: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp
- configure:9521: $? = 0
- configure:9521: result: yes
- configure:9521: checking for miniupnpc/miniwget.h
- configure:9521: result: yes
- configure:9526: checking for main in -lminiupnpc
- configure:9545: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -Wl,-z,now -pie conftest.cpp -lminiupnpc >&5
- configure:9545: $? = 0
- configure:9554: result: yes
- configure:9521: checking miniupnpc/miniupnpc.h usability
- configure:9521: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:9521: $? = 0
- configure:9521: result: yes
- configure:9521: checking miniupnpc/miniupnpc.h presence
- configure:9521: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp
- configure:9521: $? = 0
- configure:9521: result: yes
- configure:9521: checking for miniupnpc/miniupnpc.h
- configure:9521: result: yes
- configure:9526: checking for main in -lminiupnpc
- configure:9554: result: yes
- configure:9521: checking miniupnpc/upnpcommands.h usability
- configure:9521: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:9521: $? = 0
- configure:9521: result: yes
- configure:9521: checking miniupnpc/upnpcommands.h presence
- configure:9521: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp
- configure:9521: $? = 0
- configure:9521: result: yes
- configure:9521: checking for miniupnpc/upnpcommands.h
- configure:9521: result: yes
- configure:9526: checking for main in -lminiupnpc
- configure:9554: result: yes
- configure:9521: checking miniupnpc/upnperrors.h usability
- configure:9521: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:9521: $? = 0
- configure:9521: result: yes
- configure:9521: checking miniupnpc/upnperrors.h presence
- configure:9521: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp
- configure:9521: $? = 0
- configure:9521: result: yes
- configure:9521: checking for miniupnpc/upnperrors.h
- configure:9521: result: yes
- configure:9526: checking for main in -lminiupnpc
- configure:9554: result: yes
- configure:9624: checking for boostlib >= 1.20.0
- configure:9698: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -I/usr/include conftest.cpp >&5
- configure:9698: $? = 0
- configure:9700: result: yes
- configure:9878: checking whether the Boost::System library is available
- configure:9902: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -I/usr/include conftest.cpp >&5
- conftest.cpp: In function 'int main()':
- conftest.cpp:42:3: warning: statement is a reference, not call, to function 'boost::system::system_category' [-Waddress]
- conftest.cpp:42:3: warning: statement has no effect [-Wunused-value]
- configure:9902: $? = 0
- configure:9917: result: yes
- configure:9932: checking for exit in -lboost_system
- configure:9957: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -I/usr/include -Wl,-z,now -pie -L/usr/lib conftest.cpp -lboost_system -lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc >&5
- configure:9957: $? = 0
- configure:9967: result: yes
- configure:10122: checking whether the Boost::Filesystem library is available
- configure:10146: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -I/usr/include conftest.cpp >&5
- configure:10146: $? = 0
- configure:10160: result: yes
- configure:10171: checking for exit in -lboost_filesystem
- configure:10196: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -I/usr/include -Wl,-z,now -pie -L/usr/lib conftest.cpp -lboost_filesystem -lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc -lboost_system >&5
- configure:10196: $? = 0
- configure:10206: result: yes
- configure:10356: checking whether the Boost::Program_Options library is available
- configure:10380: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -I/usr/include conftest.cpp >&5
- configure:10380: $? = 0
- configure:10394: result: yes
- configure:10405: checking for exit in -lboost_program_options-mt
- configure:10430: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -I/usr/include -Wl,-z,now -pie -L/usr/lib conftest.cpp -lboost_program_options-mt -lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc >&5
- configure:10430: $? = 0
- configure:10440: result: yes
- configure:10583: checking whether the Boost::Thread library is available
- configure:10615: g++ -c -pthread -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -I/usr/include conftest.cpp >&5
- configure:10615: $? = 0
- configure:10630: result: yes
- configure:10659: checking for exit in -lboost_thread
- configure:10684: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -I/usr/include -Wl,-z,now -pie -L/usr/lib conftest.cpp -lboost_thread -lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc >&5
- configure:10684: $? = 0
- configure:10694: result: yes
- configure:10854: checking whether the Boost::Chrono library is available
- configure:10878: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -pthread -I/usr/include conftest.cpp >&5
- configure:10878: $? = 0
- configure:10893: result: yes
- configure:10908: checking for exit in -lboost_chrono-mt
- configure:10933: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -pthread -I/usr/include -Wl,-z,now -pie -L/usr/lib conftest.cpp -lboost_chrono-mt -lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc >&5
- configure:10933: $? = 0
- configure:10943: result: yes
- configure:11102: checking whether the Boost::Unit_Test_Framework library is available
- configure:11125: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -pthread -I/usr/include conftest.cpp >&5
- conftest.cpp: In function 'int main()':
- conftest.cpp:47:21: warning: unused variable 'test' [-Wunused-variable]
- configure:11125: $? = 0
- configure:11139: result: yes
- configure:11277: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -Wl,-z,now -pie conftest.cpp -lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc -L/usr/lib -lboost_system -lboost_filesystem -lboost_program_options-mt -lboost_thread -lboost_chrono-mt >&5
- conftest.cpp: In function 'int main()':
- conftest.cpp:54:4: error: 'choke' was not declared in this scope
- conftest.cpp:54:10: error: expected ';' before 'me'
- configure:11277: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.8.99"
- | #define PACKAGE_STRING "Bitcoin 0.8.99"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_STDIO_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_MSG_NOSIGNAL 1
- | #define HAVE_MINIUPNPC_MINIWGET_H 1
- | #define HAVE_LIBMINIUPNPC 1
- | #define HAVE_MINIUPNPC_MINIUPNPC_H 1
- | #define HAVE_LIBMINIUPNPC 1
- | #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
- | #define HAVE_LIBMINIUPNPC 1
- | #define HAVE_MINIUPNPC_UPNPERRORS_H 1
- | #define HAVE_LIBMINIUPNPC 1
- | #define HAVE_BOOST /**/
- | #define HAVE_BOOST_SYSTEM /**/
- | #define HAVE_BOOST_FILESYSTEM /**/
- | #define HAVE_BOOST_PROGRAM_OPTIONS /**/
- | #define HAVE_BOOST_THREAD /**/
- | #define HAVE_BOOST_CHRONO /**/
- | #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
- | /* end confdefs.h. */
- |
- | #include <boost/thread/thread.hpp>
- | #include <boost/version.hpp>
- |
- | int
- | main ()
- | {
- |
- | #if BOOST_VERSION >= 105000 && (!defined(BOOST_HAS_NANOSLEEP) || BOOST_VERSION >= 105200)
- | boost::this_thread::sleep_for(boost::chrono::milliseconds(0));
- | #else
- | choke me
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:11314: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -Wl,-z,now -pie conftest.cpp -lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc -L/usr/lib -lboost_system -lboost_filesystem -lboost_program_options-mt -lboost_thread >&5
- configure:11314: $? = 0
- configure:11385: checking for SSL
- configure:11392: $PKG_CONFIG --exists --print-errors "libssl"
- configure:11395: $? = 0
- configure:11409: $PKG_CONFIG --exists --print-errors "libssl"
- configure:11412: $? = 0
- configure:11450: result: yes
- configure:11456: checking for CRYPTO
- configure:11463: $PKG_CONFIG --exists --print-errors "libcrypto"
- configure:11466: $? = 0
- configure:11480: $PKG_CONFIG --exists --print-errors "libcrypto"
- configure:11483: $? = 0
- configure:11521: result: yes
- configure:11530: checking for PROTOBUF
- configure:11537: $PKG_CONFIG --exists --print-errors "protobuf"
- configure:11540: $? = 0
- configure:11554: $PKG_CONFIG --exists --print-errors "protobuf"
- configure:11557: $? = 0
- configure:11615: result: yes
- configure:11630: checking for QR
- configure:11637: $PKG_CONFIG --exists --print-errors "libqrencode"
- Package libqrencode was not found in the pkg-config search path.
- Perhaps you should add the directory containing `libqrencode.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'libqrencode' found
- configure:11640: $? = 1
- configure:11654: $PKG_CONFIG --exists --print-errors "libqrencode"
- Package libqrencode was not found in the pkg-config search path.
- Perhaps you should add the directory containing `libqrencode.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'libqrencode' found
- configure:11657: $? = 1
- configure:11671: result: no
- No package 'libqrencode' found
- configure:11994: checking for protoc
- configure:12012: found /usr/bin/protoc
- configure:12024: result: /usr/bin/protoc
- configure:12393: error: Qt dependencies not found
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_build=x86_64-unknown-linux-gnu
- ac_cv_c_bigendian=no
- ac_cv_c_compiler_gnu=yes
- ac_cv_cxx_compiler_gnu=yes
- ac_cv_env_CCC_set=
- ac_cv_env_CCC_value=
- ac_cv_env_CC_set=
- ac_cv_env_CC_value=
- ac_cv_env_CFLAGS_set=
- ac_cv_env_CFLAGS_value=
- ac_cv_env_CPPFLAGS_set=
- ac_cv_env_CPPFLAGS_value=
- ac_cv_env_CPP_set=
- ac_cv_env_CPP_value=
- ac_cv_env_CRYPTO_CFLAGS_set=
- ac_cv_env_CRYPTO_CFLAGS_value=
- ac_cv_env_CRYPTO_LIBS_set=
- ac_cv_env_CRYPTO_LIBS_value=
- ac_cv_env_CXXCPP_set=
- ac_cv_env_CXXCPP_value=
- ac_cv_env_CXXFLAGS_set=
- ac_cv_env_CXXFLAGS_value=
- ac_cv_env_CXX_set=
- ac_cv_env_CXX_value=
- ac_cv_env_LDFLAGS_set=
- ac_cv_env_LDFLAGS_value=
- ac_cv_env_LIBS_set=
- ac_cv_env_LIBS_value=
- ac_cv_env_OBJCFLAGS_set=
- ac_cv_env_OBJCFLAGS_value=
- ac_cv_env_OBJCXXFLAGS_set=
- ac_cv_env_OBJCXXFLAGS_value=
- ac_cv_env_OBJCXX_set=
- ac_cv_env_OBJCXX_value=
- ac_cv_env_OBJC_set=
- ac_cv_env_OBJC_value=
- ac_cv_env_PKG_CONFIG_LIBDIR_set=
- ac_cv_env_PKG_CONFIG_LIBDIR_value=
- ac_cv_env_PKG_CONFIG_PATH_set=
- ac_cv_env_PKG_CONFIG_PATH_value=
- ac_cv_env_PKG_CONFIG_set=
- ac_cv_env_PKG_CONFIG_value=
- ac_cv_env_PROTOBUF_CFLAGS_set=
- ac_cv_env_PROTOBUF_CFLAGS_value=
- ac_cv_env_PROTOBUF_LIBS_set=
- ac_cv_env_PROTOBUF_LIBS_value=
- ac_cv_env_QR_CFLAGS_set=
- ac_cv_env_QR_CFLAGS_value=
- ac_cv_env_QR_LIBS_set=
- ac_cv_env_QR_LIBS_value=
- ac_cv_env_QT_CFLAGS_set=
- ac_cv_env_QT_CFLAGS_value=
- ac_cv_env_QT_DBUS_CFLAGS_set=
- ac_cv_env_QT_DBUS_CFLAGS_value=
- ac_cv_env_QT_DBUS_LIBS_set=
- ac_cv_env_QT_DBUS_LIBS_value=
- ac_cv_env_QT_LIBS_set=
- ac_cv_env_QT_LIBS_value=
- ac_cv_env_QT_TEST_CFLAGS_set=
- ac_cv_env_QT_TEST_CFLAGS_value=
- ac_cv_env_QT_TEST_LIBS_set=
- ac_cv_env_QT_TEST_LIBS_value=
- ac_cv_env_SSL_CFLAGS_set=
- ac_cv_env_SSL_CFLAGS_value=
- ac_cv_env_SSL_LIBS_set=
- ac_cv_env_SSL_LIBS_value=
- ac_cv_env_build_alias_set=
- ac_cv_env_build_alias_value=
- ac_cv_env_host_alias_set=
- ac_cv_env_host_alias_value=
- ac_cv_env_target_alias_set=
- ac_cv_env_target_alias_value=
- ac_cv_header_inttypes_h=yes
- ac_cv_header_memory_h=yes
- ac_cv_header_miniupnpc_miniupnpc_h=yes
- ac_cv_header_miniupnpc_miniwget_h=yes
- ac_cv_header_miniupnpc_upnpcommands_h=yes
- ac_cv_header_miniupnpc_upnperrors_h=yes
- ac_cv_header_stdc=yes
- ac_cv_header_stdint_h=yes
- ac_cv_header_stdio_h=yes
- ac_cv_header_stdlib_h=yes
- ac_cv_header_string_h=yes
- ac_cv_header_strings_h=yes
- ac_cv_header_sys_stat_h=yes
- ac_cv_header_sys_types_h=yes
- ac_cv_header_unistd_h=yes
- ac_cv_host=x86_64-unknown-linux-gnu
- ac_cv_lib_boost_chrono_mt___exit=yes
- ac_cv_lib_boost_filesystem___exit=yes
- ac_cv_lib_boost_program_options_mt___exit=yes
- ac_cv_lib_boost_system___exit=yes
- ac_cv_lib_boost_thread___exit=yes
- ac_cv_lib_db_cxx_4_8___main=no
- ac_cv_lib_db_cxx___main=yes
- ac_cv_lib_miniupnpc_main=yes
- ac_cv_objc_compiler_gnu=no
- ac_cv_objcxx_compiler_gnu=no
- ac_cv_objext=o
- ac_cv_path_CCACHE=/usr/bin/ccache
- ac_cv_path_EGREP='/bin/grep -E'
- ac_cv_path_GENHTML=/usr/bin/genhtml
- ac_cv_path_GIT=/usr/bin/git
- ac_cv_path_GREP=/bin/grep
- ac_cv_path_HEXDUMP=/usr/bin/hexdump
- ac_cv_path_JAVA=/usr/bin/java
- ac_cv_path_LCOV=/usr/bin/lcov
- ac_cv_path_PROTOC=/usr/bin/protoc
- ac_cv_path_SED=/bin/sed
- ac_cv_path_XGETTEXT=/usr/bin/xgettext
- ac_cv_path_ac_pt_AR=/usr/bin/ar
- ac_cv_path_ac_pt_GCOV=/usr/bin/gcov
- ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
- ac_cv_path_ac_pt_RANLIB=/usr/bin/ranlib
- ac_cv_path_ac_pt_STRIP=/usr/bin/strip
- ac_cv_path_install='/usr/bin/install -c'
- ac_cv_path_mkdir=/bin/mkdir
- ac_cv_prog_AWK=gawk
- ac_cv_prog_CPP='gcc -E'
- ac_cv_prog_CXXCPP='g++ -E'
- ac_cv_prog_ac_ct_CC=gcc
- ac_cv_prog_ac_ct_CXX=g++
- ac_cv_prog_ac_ct_OBJC=gcc
- ac_cv_prog_ac_ct_OBJCXX=g++
- ac_cv_prog_cc_c89=
- ac_cv_prog_cc_g=yes
- ac_cv_prog_cxx_g=yes
- ac_cv_prog_make_make_set=yes
- ac_cv_prog_objc_g=no
- ac_cv_prog_objcxx_g=no
- ac_cv_sys_file_offset_bits=no
- ac_cv_sys_largefile_CC=no
- am_cv_CC_dependencies_compiler_type=gcc3
- am_cv_CXX_dependencies_compiler_type=gcc3
- am_cv_OBJC_dependencies_compiler_type=gcc3
- am_cv_make_support_nested_variables=yes
- ax_cv_PTHREAD_PRIO_INHERIT=yes
- ax_cv_boost_chrono=yes
- ax_cv_boost_filesystem=yes
- ax_cv_boost_program_options=yes
- ax_cv_boost_system=yes
- ax_cv_boost_thread=yes
- ax_cv_boost_unit_test_framework=yes
- ax_cv_check_cxxcppflags___D_FORTIFY_SOURCE_2=yes
- ax_cv_check_cxxflags___Wstack_protector=yes
- ax_cv_check_cxxflags___fPIE=yes
- ax_cv_check_cxxflags___fno_stack_protector=yes
- ax_cv_check_cxxflags___fstack_protector_all=yes
- ax_cv_check_ldflags___Wl___dynamicbase=no
- ax_cv_check_ldflags___Wl___large_address_aware=no
- ax_cv_check_ldflags___Wl___nxcompat=no
- ax_cv_check_ldflags___Wl__z_now=yes
- ax_cv_check_ldflags___Wl__z_relro=yes
- ax_cv_check_ldflags___pie=yes
- pkg_cv_CRYPTO_CFLAGS=' '
- pkg_cv_CRYPTO_LIBS='-lcrypto '
- pkg_cv_PROTOBUF_CFLAGS='-pthread '
- pkg_cv_PROTOBUF_LIBS='-pthread -lprotobuf -lz -lpthread '
- pkg_cv_SSL_CFLAGS=' '
- pkg_cv_SSL_LIBS='-lssl -lcrypto '
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- ACLOCAL='${SHELL} /home/pw/git/bitcoin/src/build-aux/missing --run aclocal-1.11'
- AMDEPBACKSLASH='\'
- AMDEP_FALSE='#'
- AMDEP_TRUE=''
- AMTAR='$${TAR-tar}'
- AM_BACKSLASH='\'
- AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
- AM_DEFAULT_VERBOSITY='0'
- AM_V='$(V)'
- AR='/usr/bin/ar'
- AUTOCONF='${SHELL} /home/pw/git/bitcoin/src/build-aux/missing --run autoconf'
- AUTOHEADER='${SHELL} /home/pw/git/bitcoin/src/build-aux/missing --run autoheader'
- AUTOMAKE='${SHELL} /home/pw/git/bitcoin/src/build-aux/missing --run automake-1.11'
- AWK='gawk'
- BDB_CPPFLAGS=''
- BDB_LIBS='-ldb_cxx'
- BOOST_CHRONO_LIB='-lboost_chrono-mt'
- BOOST_CPPFLAGS='-pthread -I/usr/include'
- BOOST_FILESYSTEM_LIB='-lboost_filesystem'
- BOOST_LDFLAGS='-L/usr/lib'
- BOOST_LIBS='-L/usr/lib -lboost_system -lboost_filesystem -lboost_program_options-mt -lboost_thread'
- BOOST_PROGRAM_OPTIONS_LIB='-lboost_program_options-mt'
- BOOST_SYSTEM_LIB='-lboost_system'
- BOOST_THREAD_LIB='-lboost_thread'
- BOOST_UNIT_TEST_FRAMEWORK_LIB='-lboost_unit_test_framework-mt'
- BREW=''
- BUILD_QT=''
- BUILD_TEST=''
- BUILD_TEST_QT=''
- CC='gcc'
- CCACHE='/usr/bin/ccache'
- CCDEPMODE='depmode=gcc3'
- CFLAGS='-g -O2'
- CLIENT_VERSION_BUILD=''
- CLIENT_VERSION_IS_RELEASE=''
- CLIENT_VERSION_MAJOR=''
- CLIENT_VERSION_MINOR=''
- CLIENT_VERSION_REVISION=''
- COMPARISON_TOOL_REORG_TESTS='0'
- COPYRIGHT_YEAR=''
- CPP='gcc -E'
- CPPFLAGS=' -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2'
- CRYPTO_CFLAGS=' '
- CRYPTO_LIBS='-lcrypto '
- CXX='g++'
- CXXCPP='g++ -E'
- CXXDEPMODE='depmode=gcc3'
- CXXFLAGS='-g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all'
- CYGPATH_W='echo'
- DEFS=''
- DEPDIR='.deps'
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EGREP='/bin/grep -E'
- ENABLE_WALLET_FALSE=''
- ENABLE_WALLET_TRUE=''
- EXEEXT=''
- GCOV='/usr/bin/gcov'
- GENHTML='/usr/bin/genhtml'
- GIT='/usr/bin/git'
- GREP='/bin/grep'
- HEXDUMP='/usr/bin/hexdump'
- INCLUDES=' -pthread '
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
- JAVA='/usr/bin/java'
- JAVA_COMPARISON_TOOL=''
- LCOV='/usr/bin/lcov'
- LDFLAGS='-Wl,-z,now -pie'
- LEVELDB_TARGET_FLAGS=''
- LIBOBJS=''
- LIBS='-lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc -lssl -lcrypto -lcrypto '
- LRELEASE=''
- LTLIBOBJS=''
- LUPDATE=''
- MAINT=''
- MAINTAINER_MODE_FALSE='#'
- MAINTAINER_MODE_TRUE=''
- MAKEINFO='${SHELL} /home/pw/git/bitcoin/src/build-aux/missing --run makeinfo'
- MAKENSIS=''
- MKDIR_P='/bin/mkdir -p'
- MOC=''
- MOC_DEFS=''
- OBJC='gcc'
- OBJCDEPMODE='depmode=gcc3'
- OBJCFLAGS=''
- OBJCXX='g++'
- OBJCXXFLAGS='-g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -fno-stack-protector -fstack-protector-all'
- OBJEXT='o'
- PACKAGE='bitcoin'
- PACKAGE_BUGREPORT='[email protected]'
- PACKAGE_NAME='Bitcoin'
- PACKAGE_STRING='Bitcoin 0.8.99'
- PACKAGE_TARNAME='bitcoin'
- PACKAGE_URL=''
- PACKAGE_VERSION='0.8.99'
- PATH_SEPARATOR=':'
- PKG_CONFIG='/usr/bin/pkg-config'
- PKG_CONFIG_LIBDIR=''
- PKG_CONFIG_PATH=''
- PORT=''
- PROTOBUF_CFLAGS='-pthread '
- PROTOBUF_LIBS='-pthread -lprotobuf -lz -lpthread '
- PROTOC='/usr/bin/protoc'
- PTHREAD_CC='gcc'
- PTHREAD_CFLAGS='-pthread'
- PTHREAD_LIBS=''
- QR_CFLAGS=''
- QR_LIBS=''
- QT_CFLAGS=''
- QT_DBUS_CFLAGS=''
- QT_DBUS_INCLUDES=''
- QT_DBUS_LIBS=''
- QT_INCLUDES=''
- QT_LIBS=''
- QT_SELECT=''
- QT_TEST_CFLAGS=''
- QT_TEST_INCLUDES=''
- QT_TEST_LIBS=''
- RANLIB='/usr/bin/ranlib'
- RCC=''
- SED='/bin/sed'
- SET_MAKE=''
- SHELL='/bin/bash'
- SSL_CFLAGS=' '
- SSL_LIBS='-lssl -lcrypto '
- STRIP='/usr/bin/strip'
- TARGET_DARWIN_FALSE=''
- TARGET_DARWIN_TRUE=''
- TARGET_WINDOWS_FALSE=''
- TARGET_WINDOWS_TRUE=''
- TESTDEFS='-DBOOST_TEST_DYN_LINK'
- UIC=''
- USE_COMPARISON_TOOL_FALSE=''
- USE_COMPARISON_TOOL_REORG_TESTS_FALSE=''
- USE_COMPARISON_TOOL_REORG_TESTS_TRUE=''
- USE_COMPARISON_TOOL_TRUE=''
- USE_IPV6=''
- USE_LCOV_FALSE=''
- USE_LCOV_TRUE=''
- USE_QRCODE=''
- USE_QRCODE_FALSE=''
- USE_QRCODE_TRUE=''
- USE_UPNP=''
- VERSION='0.8.99'
- WINDRES=''
- XGETTEXT='/usr/bin/xgettext'
- ac_ct_CC='gcc'
- ac_ct_CXX='g++'
- ac_ct_OBJC='gcc'
- ac_ct_OBJCXX='g++'
- am__EXEEXT_FALSE=''
- am__EXEEXT_TRUE=''
- am__fastdepCC_FALSE='#'
- am__fastdepCC_TRUE=''
- am__fastdepCXX_FALSE='#'
- am__fastdepCXX_TRUE=''
- am__fastdepOBJC_FALSE='#'
- am__fastdepOBJC_TRUE=''
- am__include='include'
- am__isrc=''
- am__leading_dot='.'
- am__nodep='_no'
- am__quote=''
- am__tar='$${TAR-tar} chof - "$$tardir"'
- am__untar='$${TAR-tar} xf -'
- ax_pthread_config=''
- bindir='${exec_prefix}/bin'
- build='x86_64-unknown-linux-gnu'
- build_alias=''
- build_cpu='x86_64'
- build_os='linux-gnu'
- build_vendor='unknown'
- datadir='${datarootdir}'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
- dvidir='${docdir}'
- exec_prefix='NONE'
- host='x86_64-unknown-linux-gnu'
- host_alias=''
- host_cpu='x86_64'
- host_os='linux-gnu'
- host_vendor='unknown'
- htmldir='${docdir}'
- includedir='${prefix}/include'
- infodir='${datarootdir}/info'
- install_sh='${SHELL} /home/pw/git/bitcoin/src/build-aux/install-sh'
- libdir='${exec_prefix}/lib'
- libexecdir='${exec_prefix}/libexec'
- localedir='${datarootdir}/locale'
- localstatedir='${prefix}/var'
- mandir='${datarootdir}/man'
- mkdir_p='/bin/mkdir -p'
- oldincludedir='/usr/include'
- pdfdir='${docdir}'
- prefix='NONE'
- program_transform_name='s,x,x,'
- psdir='${docdir}'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='${prefix}/etc'
- target_alias=''
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- /* confdefs.h */
- #define PACKAGE_NAME "Bitcoin"
- #define PACKAGE_TARNAME "bitcoin"
- #define PACKAGE_VERSION "0.8.99"
- #define PACKAGE_STRING "Bitcoin 0.8.99"
- #define PACKAGE_BUGREPORT "[email protected]"
- #define PACKAGE_URL ""
- #define STDC_HEADERS 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRING_H 1
- #define HAVE_MEMORY_H 1
- #define HAVE_STRINGS_H 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_PTHREAD_PRIO_INHERIT 1
- #define HAVE_PTHREAD 1
- #define HAVE_STDIO_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_STRINGS_H 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_MSG_NOSIGNAL 1
- #define HAVE_MINIUPNPC_MINIWGET_H 1
- #define HAVE_LIBMINIUPNPC 1
- #define HAVE_MINIUPNPC_MINIUPNPC_H 1
- #define HAVE_LIBMINIUPNPC 1
- #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
- #define HAVE_LIBMINIUPNPC 1
- #define HAVE_MINIUPNPC_UPNPERRORS_H 1
- #define HAVE_LIBMINIUPNPC 1
- #define HAVE_BOOST /**/
- #define HAVE_BOOST_SYSTEM /**/
- #define HAVE_BOOST_FILESYSTEM /**/
- #define HAVE_BOOST_PROGRAM_OPTIONS /**/
- #define HAVE_BOOST_THREAD /**/
- #define HAVE_BOOST_CHRONO /**/
- #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
- #define HAVE_WORKING_BOOST_SLEEP 1
- configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment