Advertisement
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 Core configure 0.9.1, which was
- generated by GNU Autoconf 2.69. Invocation command line was
- $ ./configure
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = monolith
- uname -m = i686
- uname -r = 3.13.0-24-generic
- uname -s = Linux
- uname -v = #47-Ubuntu SMP Fri May 2 23:31:42 UTC 2014
- /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/sbin
- PATH: /usr/bin
- PATH: /sbin
- PATH: /bin
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:2611: checking build system type
- configure:2625: result: i686-pc-linux-gnu
- configure:2645: checking host system type
- configure:2658: result: i686-pc-linux-gnu
- configure:2799: checking for a BSD-compatible install
- configure:2867: result: /usr/bin/install -c
- configure:2878: checking whether build environment is sane
- configure:2933: result: yes
- configure:3084: checking for a thread-safe mkdir -p
- configure:3123: result: /bin/mkdir -p
- configure:3130: checking for gawk
- configure:3160: result: no
- configure:3130: checking for mawk
- configure:3146: found /usr/bin/mawk
- configure:3157: result: mawk
- configure:3168: checking whether make sets $(MAKE)
- configure:3190: result: yes
- configure:3219: checking whether make supports nested variables
- configure:3236: result: yes
- configure:3354: checking whether to enable maintainer-specific portions of Makefiles
- configure:3363: result: yes
- configure:3388: checking whether make supports nested variables
- configure:3405: result: yes
- configure:3579: checking for g++
- configure:3595: found /usr/bin/g++
- configure:3606: result: g++
- configure:3633: checking for C++ compiler version
- configure:3642: g++ --version >&5
- g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2
- Copyright (C) 2013 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:3653: $? = 0
- configure:3642: g++ -v >&5
- Using built-in specs.
- COLLECT_GCC=g++
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.8/lto-wrapper
- Target: i686-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
- Thread model: posix
- gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
- configure:3653: $? = 0
- configure:3642: g++ -V >&5
- g++: error: unrecognized command line option '-V'
- g++: fatal error: no input files
- compilation terminated.
- configure:3653: $? = 4
- configure:3642: g++ -qversion >&5
- g++: error: unrecognized command line option '-qversion'
- g++: fatal error: no input files
- compilation terminated.
- configure:3653: $? = 4
- configure:3673: checking whether the C++ compiler works
- configure:3695: g++ conftest.cpp >&5
- configure:3699: $? = 0
- configure:3747: result: yes
- configure:3750: checking for C++ compiler default output file name
- configure:3752: result: a.out
- configure:3758: checking for suffix of executables
- configure:3765: g++ -o conftest conftest.cpp >&5
- configure:3769: $? = 0
- configure:3791: result:
- configure:3813: checking whether we are cross compiling
- configure:3821: g++ -o conftest conftest.cpp >&5
- configure:3825: $? = 0
- configure:3832: ./conftest
- configure:3836: $? = 0
- configure:3851: result: no
- configure:3856: checking for suffix of object files
- configure:3878: g++ -c conftest.cpp >&5
- configure:3882: $? = 0
- configure:3903: result: o
- configure:3907: checking whether we are using the GNU C++ compiler
- configure:3926: g++ -c conftest.cpp >&5
- configure:3926: $? = 0
- configure:3935: result: yes
- configure:3944: checking whether g++ accepts -g
- configure:3964: g++ -c -g conftest.cpp >&5
- configure:3964: $? = 0
- configure:4005: result: yes
- configure:4039: checking for style of include used by make
- configure:4067: result: GNU
- configure:4093: checking dependency style of g++
- configure:4204: result: gcc3
- configure:4267: checking for gcc
- configure:4283: found /usr/bin/gcc
- configure:4294: result: gcc
- configure:4523: checking for C compiler version
- configure:4532: gcc --version >&5
- gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
- Copyright (C) 2013 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:4543: $? = 0
- configure:4532: gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=gcc
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.8/lto-wrapper
- Target: i686-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
- Thread model: posix
- gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
- configure:4543: $? = 0
- configure:4532: gcc -V >&5
- gcc: error: unrecognized command line option '-V'
- gcc: fatal error: no input files
- compilation terminated.
- configure:4543: $? = 4
- configure:4532: gcc -qversion >&5
- gcc: error: unrecognized command line option '-qversion'
- gcc: fatal error: no input files
- compilation terminated.
- configure:4543: $? = 4
- configure:4547: checking whether we are using the GNU C compiler
- configure:4566: gcc -c conftest.c >&5
- configure:4566: $? = 0
- configure:4575: result: yes
- configure:4584: checking whether gcc accepts -g
- configure:4604: gcc -c -g conftest.c >&5
- configure:4604: $? = 0
- configure:4645: result: yes
- configure:4662: checking for gcc option to accept ISO C89
- configure:4725: gcc -c -g -O2 conftest.c >&5
- configure:4725: $? = 0
- configure:4738: result: none needed
- configure:4763: checking whether gcc understands -c and -o together
- configure:4785: gcc -c conftest.c -o conftest2.o
- configure:4788: $? = 0
- configure:4785: gcc -c conftest.c -o conftest2.o
- configure:4788: $? = 0
- configure:4800: result: yes
- configure:4819: checking dependency style of gcc
- configure:4930: result: gcc3
- configure:4950: checking how to run the C preprocessor
- configure:4981: gcc -E conftest.c
- configure:4981: $? = 0
- configure:4995: gcc -E conftest.c
- conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^
- compilation terminated.
- configure:4995: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:5020: result: gcc -E
- configure:5040: gcc -E conftest.c
- configure:5040: $? = 0
- configure:5054: gcc -E conftest.c
- conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^
- compilation terminated.
- configure:5054: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:5087: checking how to run the C++ preprocessor
- configure:5114: g++ -E conftest.cpp
- configure:5114: $? = 0
- configure:5128: g++ -E conftest.cpp
- conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^
- compilation terminated.
- configure:5128: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:5153: result: g++ -E
- configure:5173: g++ -E conftest.cpp
- configure:5173: $? = 0
- configure:5187: g++ -E conftest.cpp
- conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^
- compilation terminated.
- configure:5187: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:5270: checking for gcc
- configure:5286: found /usr/bin/gcc
- configure:5297: result: gcc
- configure:5322: checking for Objective C compiler version
- configure:5331: gcc --version >&5
- gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
- Copyright (C) 2013 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:5342: $? = 0
- configure:5331: gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=gcc
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.8/lto-wrapper
- Target: i686-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
- Thread model: posix
- gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
- configure:5342: $? = 0
- configure:5331: gcc -V >&5
- gcc: error: unrecognized command line option '-V'
- gcc: fatal error: no input files
- compilation terminated.
- configure:5342: $? = 4
- configure:5331: gcc -qversion >&5
- gcc: error: unrecognized command line option '-qversion'
- gcc: fatal error: no input files
- compilation terminated.
- configure:5342: $? = 4
- configure:5346: checking whether we are using the GNU Objective C compiler
- configure:5365: gcc -c conftest.m >&5
- gcc: error trying to exec 'cc1obj': execvp: No such file or directory
- configure:5365: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- | #ifndef __GNUC__
- | choke me
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:5374: result: no
- configure:5383: checking whether gcc accepts -g
- configure:5403: gcc -c -g conftest.m >&5
- gcc: error trying to exec 'cc1obj': execvp: No such file or directory
- configure:5403: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:5418: gcc -c conftest.m >&5
- gcc: error trying to exec 'cc1obj': execvp: No such file or directory
- configure:5418: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:5434: gcc -c -g conftest.m >&5
- gcc: error trying to exec 'cc1obj': execvp: No such file or directory
- configure:5434: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:5444: result: no
- configure:5469: checking dependency style of gcc
- configure:5578: result: gcc3
- configure:5647: checking for g++
- configure:5663: found /usr/bin/g++
- configure:5674: result: g++
- configure:5699: checking for Objective C++ compiler version
- configure:5708: g++ --version >&5
- g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2
- Copyright (C) 2013 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:5719: $? = 0
- configure:5708: g++ -v >&5
- Using built-in specs.
- COLLECT_GCC=g++
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.8/lto-wrapper
- Target: i686-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
- Thread model: posix
- gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
- configure:5719: $? = 0
- configure:5708: g++ -V >&5
- g++: error: unrecognized command line option '-V'
- g++: fatal error: no input files
- compilation terminated.
- configure:5719: $? = 4
- configure:5708: g++ -qversion >&5
- g++: error: unrecognized command line option '-qversion'
- g++: fatal error: no input files
- compilation terminated.
- configure:5719: $? = 4
- configure:5723: checking whether we are using the GNU Objective C++ compiler
- configure:5742: g++ -c conftest.mm >&5
- g++: error trying to exec 'cc1objplus': execvp: No such file or directory
- configure:5742: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- | #ifndef __GNUC__
- | choke me
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:5751: result: no
- configure:5760: checking whether g++ accepts -g
- configure:5780: g++ -c -g conftest.mm >&5
- g++: error trying to exec 'cc1objplus': execvp: No such file or directory
- configure:5780: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:5795: g++ -c conftest.mm >&5
- g++: error trying to exec 'cc1objplus': execvp: No such file or directory
- configure:5795: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:5811: g++ -c -g conftest.mm >&5
- g++: error trying to exec 'cc1objplus': execvp: No such file or directory
- configure:5811: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #define PACKAGE_BUGREPORT "[email protected]"
- | #define PACKAGE_URL ""
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:5821: result: no
- configure:5846: checking dependency style of g++
- configure:5955: result: gcc3
- configure:5971: checking for a sed that does not truncate output
- configure:6035: result: /bin/sed
- configure:6086: checking for ar
- configure:6104: found /usr/bin/ar
- configure:6116: result: /usr/bin/ar
- configure:6184: checking for ranlib
- configure:6202: found /usr/bin/ranlib
- configure:6214: result: /usr/bin/ranlib
- configure:6282: checking for strip
- configure:6300: found /usr/bin/strip
- configure:6312: result: /usr/bin/strip
- configure:6380: checking for gcov
- configure:6398: found /usr/bin/gcov
- configure:6410: result: /usr/bin/gcov
- configure:6434: checking for lcov
- configure:6467: result: no
- configure:6474: checking for java
- configure:6507: result: no
- configure:6514: checking for genhtml
- configure:6547: result: no
- configure:6554: checking for git
- configure:6587: result: no
- configure:6594: checking for ccache
- configure:6627: result: no
- configure:6634: checking for xgettext
- configure:6652: found /usr/bin/xgettext
- configure:6664: result: /usr/bin/xgettext
- configure:6674: checking for hexdump
- configure:6692: found /usr/bin/hexdump
- configure:6704: result: /usr/bin/hexdump
- configure:6766: checking for pkg-config
- configure:6784: found /usr/bin/pkg-config
- configure:6796: result: /usr/bin/pkg-config
- configure:6821: checking pkg-config is at least version 0.9.0
- configure:6824: result: yes
- configure:8094: checking for grep that handles long lines and -e
- configure:8152: result: /bin/grep
- configure:8157: checking for egrep
- configure:8219: result: /bin/grep -E
- configure:8224: checking for ANSI C header files
- configure:8244: 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:8244: $? = 0
- configure:8317: 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:8317: $? = 0
- configure:8317: ./conftest
- configure:8317: $? = 0
- configure:8328: result: yes
- configure:8341: checking for sys/types.h
- configure:8341: 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:8341: $? = 0
- configure:8341: result: yes
- configure:8341: checking for sys/stat.h
- configure:8341: 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:8341: $? = 0
- configure:8341: result: yes
- configure:8341: checking for stdlib.h
- configure:8341: 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:8341: $? = 0
- configure:8341: result: yes
- configure:8341: checking for string.h
- configure:8341: 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:8341: $? = 0
- configure:8341: result: yes
- configure:8341: checking for memory.h
- configure:8341: 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:8341: $? = 0
- configure:8341: result: yes
- configure:8341: checking for strings.h
- configure:8341: 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:8341: $? = 0
- configure:8341: result: yes
- configure:8341: checking for inttypes.h
- configure:8341: 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:8341: $? = 0
- configure:8341: result: yes
- configure:8341: checking for stdint.h
- configure:8341: 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:8341: $? = 0
- configure:8341: result: yes
- configure:8341: checking for unistd.h
- configure:8341: 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:8341: $? = 0
- configure:8341: result: yes
- configure:8353: checking whether byte ordering is bigendian
- configure:8368: 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
- not a universal capable compiler
- ^
- configure:8368: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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:8413: 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:8413: $? = 0
- configure:8431: 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
- not big endian
- ^
- conftest.cpp:26:12: error: expected ';' before 'endian'
- not big endian
- ^
- configure:8431: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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:8559: result: no
- configure:8690: checking if compiler needs -Werror to reject unknown flags
- configure:8706: 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:8706: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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:8711: result: no
- configure:8777: checking for the pthreads library -lpthreads
- configure:8815: 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:8815: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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:8824: result: no
- configure:8722: checking whether pthreads work without any flags
- configure:8815: gcc -o conftest -g -O2 -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
- /tmp/cc1Q1kIy.o: In function `main':
- /tmp/buildd/bitcoin-0.9.1/conftest.c:26: undefined reference to `pthread_create'
- /tmp/buildd/bitcoin-0.9.1/conftest.c:27: undefined reference to `pthread_join'
- /tmp/buildd/bitcoin-0.9.1/conftest.c:29: undefined reference to `__pthread_register_cancel'
- /tmp/buildd/bitcoin-0.9.1/conftest.c:30: undefined reference to `__pthread_unregister_cancel'
- collect2: error: ld returned 1 exit status
- configure:8815: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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:8824: result: no
- configure:8727: checking whether pthreads work with -Kthread
- configure:8815: 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:8815: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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:8824: result: no
- configure:8727: checking whether pthreads work with -kthread
- configure:8815: 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:8815: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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:8824: result: no
- configure:8777: checking for the pthreads library -llthread
- configure:8815: 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:8815: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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:8824: result: no
- configure:8727: checking whether pthreads work with -pthread
- configure:8815: gcc -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
- configure:8815: $? = 0
- configure:8824: result: yes
- configure:8843: checking for joinable pthread attribute
- configure:8858: gcc -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
- configure:8858: $? = 0
- configure:8864: result: PTHREAD_CREATE_JOINABLE
- configure:8874: checking if more special flags are required for pthreads
- configure:8889: result: no
- configure:8895: checking for PTHREAD_PRIO_INHERIT
- configure:8912: gcc -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
- configure:8912: $? = 0
- configure:8921: result: yes
- configure:9032: checking for special C compiler options needed for large files
- configure:9077: result: no
- configure:9083: checking for _FILE_OFFSET_BITS value needed for large files
- configure:9108: 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:29:17: error: size of array 'off_t_is_large' is negative
- ? 1 : -1];
- ^
- configure:9108: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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. */
- | #include <sys/types.h>
- | /* Check that off_t can represent 2**63 - 1 correctly.
- | We can't simply define LARGE_OFF_T to be 9223372036854775807,
- | since some C++ compilers masquerading as C compilers
- | incorrectly reject 9223372036854775807. */
- | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
- | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
- | && LARGE_OFF_T % 2147483647 == 1)
- | ? 1 : -1];
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:9132: 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:9132: $? = 0
- configure:9140: result: 64
- configure:9238: checking whether the linker accepts -Wl,--large-address-aware
- configure:9257: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -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:9257: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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 _FILE_OFFSET_BITS 64
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:9266: result: no
- configure:9276: checking whether C++ compiler accepts -Wstack-protector
- configure:9295: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
- configure:9295: $? = 0
- configure:9303: result: yes
- configure:9311: checking whether C++ compiler accepts -fstack-protector-all
- configure:9330: 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 -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
- configure:9330: $? = 0
- configure:9338: result: yes
- configure:9346: checking whether C++ compiler accepts -fPIE
- configure:9365: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
- configure:9365: $? = 0
- configure:9373: result: yes
- configure:9382: checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2
- configure:9401: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 conftest.cpp
- configure:9401: $? = 0
- configure:9409: result: yes
- configure:9413: checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE
- configure:9432: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE conftest.cpp
- configure:9432: $? = 0
- configure:9440: result: yes
- configure:9457: checking whether the linker accepts -Wl,--dynamicbase
- configure:9476: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -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:9476: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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 _FILE_OFFSET_BITS 64
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:9485: result: no
- configure:9493: checking whether the linker accepts -Wl,--nxcompat
- configure:9512: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -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:9512: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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 _FILE_OFFSET_BITS 64
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:9521: result: no
- configure:9529: checking whether the linker accepts -Wl,-z,relro
- configure:9548: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -Wl,-z,relro conftest.cpp >&5
- configure:9548: $? = 0
- configure:9557: result: yes
- configure:9565: checking whether the linker accepts -Wl,-z,now
- configure:9584: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -Wl,-z,now conftest.cpp >&5
- configure:9584: $? = 0
- configure:9593: result: yes
- configure:9604: checking whether the linker accepts -pie
- configure:9623: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -pie conftest.cpp >&5
- configure:9623: $? = 0
- configure:9632: result: yes
- configure:9690: checking stdio.h usability
- configure:9690: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:9690: $? = 0
- configure:9690: result: yes
- configure:9690: checking stdio.h presence
- configure:9690: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
- configure:9690: $? = 0
- configure:9690: result: yes
- configure:9690: checking for stdio.h
- configure:9690: result: yes
- configure:9690: checking for stdlib.h
- configure:9690: result: yes
- configure:9690: checking for unistd.h
- configure:9690: result: yes
- configure:9690: checking for strings.h
- configure:9690: result: yes
- configure:9690: checking for sys/types.h
- configure:9690: result: yes
- configure:9690: checking for sys/stat.h
- configure:9690: result: yes
- configure:9701: checking for MSG_NOSIGNAL
- configure:9714: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp: In function 'int main()':
- conftest.cpp:32:6: warning: unused variable 'f' [-Wunused-variable]
- int f = MSG_NOSIGNAL;
- ^
- configure:9714: $? = 0
- configure:9715: result: yes
- configure:9743: checking for Berkeley DB C++ headers
- configure:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:30:33: fatal error: bdb4.8/db_cxx.h: No such file or directory
- #include <bdb4.8/db_cxx.h>
- ^
- compilation terminated.
- configure:9774: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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 _FILE_OFFSET_BITS 64
- | #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:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:30:35: fatal error: libdb4.8/db_cxx.h: No such file or directory
- #include <libdb4.8/db_cxx.h>
- ^
- compilation terminated.
- configure:9774: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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 _FILE_OFFSET_BITS 64
- | #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:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:30:32: fatal error: db4.8/db_cxx.h: No such file or directory
- #include <db4.8/db_cxx.h>
- ^
- compilation terminated.
- configure:9774: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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 _FILE_OFFSET_BITS 64
- | #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:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:30:32: fatal error: bdb48/db_cxx.h: No such file or directory
- #include <bdb48/db_cxx.h>
- ^
- compilation terminated.
- configure:9774: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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 _FILE_OFFSET_BITS 64
- | #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:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:30:34: fatal error: libdb48/db_cxx.h: No such file or directory
- #include <libdb48/db_cxx.h>
- ^
- compilation terminated.
- configure:9774: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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 _FILE_OFFSET_BITS 64
- | #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:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:30:31: fatal error: db48/db_cxx.h: No such file or directory
- #include <db48/db_cxx.h>
- ^
- compilation terminated.
- configure:9774: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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 _FILE_OFFSET_BITS 64
- | #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:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:30:31: fatal error: bdb4/db_cxx.h: No such file or directory
- #include <bdb4/db_cxx.h>
- ^
- compilation terminated.
- configure:9774: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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 _FILE_OFFSET_BITS 64
- | #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:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:30:33: fatal error: libdb4/db_cxx.h: No such file or directory
- #include <libdb4/db_cxx.h>
- ^
- compilation terminated.
- configure:9774: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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 _FILE_OFFSET_BITS 64
- | #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:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:30:30: fatal error: db4/db_cxx.h: No such file or directory
- #include <db4/db_cxx.h>
- ^
- compilation terminated.
- configure:9774: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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 _FILE_OFFSET_BITS 64
- | #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:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:30:31: fatal error: bdb5/db_cxx.h: No such file or directory
- #include <bdb5/db_cxx.h>
- ^
- compilation terminated.
- configure:9774: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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 _FILE_OFFSET_BITS 64
- | #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:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:30:33: fatal error: libdb5/db_cxx.h: No such file or directory
- #include <libdb5/db_cxx.h>
- ^
- compilation terminated.
- configure:9774: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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 _FILE_OFFSET_BITS 64
- | #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:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:30:30: fatal error: db5/db_cxx.h: No such file or directory
- #include <db5/db_cxx.h>
- ^
- compilation terminated.
- configure:9774: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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 _FILE_OFFSET_BITS 64
- | #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:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:30:30: fatal error: bdb/db_cxx.h: No such file or directory
- #include <bdb/db_cxx.h>
- ^
- compilation terminated.
- configure:9774: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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 _FILE_OFFSET_BITS 64
- | #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:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:30:32: fatal error: libdb/db_cxx.h: No such file or directory
- #include <libdb/db_cxx.h>
- ^
- compilation terminated.
- configure:9774: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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 _FILE_OFFSET_BITS 64
- | #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:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:30:29: fatal error: db/db_cxx.h: No such file or directory
- #include <db/db_cxx.h>
- ^
- compilation terminated.
- configure:9774: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Bitcoin Core"
- | #define PACKAGE_TARNAME "bitcoin"
- | #define PACKAGE_VERSION "0.9.1"
- | #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- | #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 _FILE_OFFSET_BITS 64
- | #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:9774: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:9774: $? = 0
- configure:9803: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:9803: $? = 0
- configure:9846: result: default
- configure:9865: checking for main in -ldb_cxx-4.8
- configure:9884: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -pie conftest.cpp -ldb_cxx-4.8 >&5
- configure:9884: $? = 0
- configure:9894: result: yes
- configure:9915: checking miniupnpc/miniwget.h usability
- configure:9915: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:9915: $? = 0
- configure:9915: result: yes
- configure:9915: checking miniupnpc/miniwget.h presence
- configure:9915: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
- configure:9915: $? = 0
- configure:9915: result: yes
- configure:9915: checking for miniupnpc/miniwget.h
- configure:9915: result: yes
- configure:9920: checking for main in -lminiupnpc
- configure:9939: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -pie conftest.cpp -lminiupnpc >&5
- configure:9939: $? = 0
- configure:9948: result: yes
- configure:9915: checking miniupnpc/miniupnpc.h usability
- configure:9915: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:9915: $? = 0
- configure:9915: result: yes
- configure:9915: checking miniupnpc/miniupnpc.h presence
- configure:9915: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
- configure:9915: $? = 0
- configure:9915: result: yes
- configure:9915: checking for miniupnpc/miniupnpc.h
- configure:9915: result: yes
- configure:9920: checking for main in -lminiupnpc
- configure:9948: result: yes
- configure:9915: checking miniupnpc/upnpcommands.h usability
- configure:9915: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:9915: $? = 0
- configure:9915: result: yes
- configure:9915: checking miniupnpc/upnpcommands.h presence
- configure:9915: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
- configure:9915: $? = 0
- configure:9915: result: yes
- configure:9915: checking for miniupnpc/upnpcommands.h
- configure:9915: result: yes
- configure:9920: checking for main in -lminiupnpc
- configure:9948: result: yes
- configure:9915: checking miniupnpc/upnperrors.h usability
- configure:9915: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:9915: $? = 0
- configure:9915: result: yes
- configure:9915: checking miniupnpc/upnperrors.h presence
- configure:9915: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
- configure:9915: $? = 0
- configure:9915: result: yes
- configure:9915: checking for miniupnpc/upnperrors.h
- configure:9915: result: yes
- configure:9920: checking for main in -lminiupnpc
- configure:9948: result: yes
- configure:10018: checking for boostlib >= 1.20.0
- configure:10092: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/usr/include conftest.cpp >&5
- configure:10092: $? = 0
- configure:10094: result: yes
- configure:10278: checking whether the Boost::System library is available
- configure:10302: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/usr/include conftest.cpp >&5
- conftest.cpp: In function 'int main()':
- conftest.cpp:43:3: warning: statement is a reference, not call, to function 'boost::system::system_category' [-Waddress]
- ;
- ^
- conftest.cpp:43:3: warning: statement has no effect [-Wunused-value]
- configure:10302: $? = 0
- configure:10317: result: yes
- configure:10476: error: Could not find a version of the library!
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_build=i686-pc-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=i686-pc-linux-gnu
- ac_cv_lib_db_cxx_4_8___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_EGREP='/bin/grep -E'
- ac_cv_path_GREP=/bin/grep
- ac_cv_path_HEXDUMP=/usr/bin/hexdump
- 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=mawk
- 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=64
- ac_cv_sys_largefile_CC=no
- am_cv_CC_dependencies_compiler_type=gcc3
- am_cv_CXX_dependencies_compiler_type=gcc3
- am_cv_OBJCXX_dependencies_compiler_type=gcc3
- am_cv_OBJC_dependencies_compiler_type=gcc3
- am_cv_make_support_nested_variables=yes
- am_cv_prog_cc_c_o=yes
- ax_cv_PTHREAD_PRIO_INHERIT=yes
- ax_cv_boost_system=yes
- ax_cv_check_cxxcppflags___D_FORTIFY_SOURCE_2=yes
- ax_cv_check_cxxcppflags___U_FORTIFY_SOURCE=yes
- ax_cv_check_cxxflags___Wstack_protector=yes
- ax_cv_check_cxxflags___fPIE=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
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- ACLOCAL='${SHELL} /tmp/buildd/bitcoin-0.9.1/src/build-aux/missing aclocal-1.14'
- 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} /tmp/buildd/bitcoin-0.9.1/src/build-aux/missing autoconf'
- AUTOHEADER='${SHELL} /tmp/buildd/bitcoin-0.9.1/src/build-aux/missing autoheader'
- AUTOMAKE='${SHELL} /tmp/buildd/bitcoin-0.9.1/src/build-aux/missing automake-1.14'
- AWK='mawk'
- BDB_CPPFLAGS=''
- BDB_LIBS='-ldb_cxx-4.8'
- BOOST_CHRONO_LIB=''
- BOOST_CPPFLAGS='-I/usr/include'
- BOOST_FILESYSTEM_LIB=''
- BOOST_LDFLAGS='-L/usr/lib'
- BOOST_LIBS=''
- BOOST_PROGRAM_OPTIONS_LIB=''
- BOOST_SYSTEM_LIB=''
- BOOST_THREAD_LIB=''
- BOOST_UNIT_TEST_FRAMEWORK_LIB=''
- BREW=''
- BUILD_BITCOIND_FALSE=''
- BUILD_BITCOIND_TRUE=''
- BUILD_BITCOIN_CLI_FALSE=''
- BUILD_BITCOIN_CLI_TRUE=''
- BUILD_QT=''
- BUILD_TEST=''
- BUILD_TEST_QT=''
- CC='gcc'
- 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_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I/usr/include'
- CRYPTO_CFLAGS=''
- CRYPTO_LIBS=''
- CXX='g++'
- CXXCPP='g++ -E'
- CXXDEPMODE='depmode=gcc3'
- CXXFLAGS='-g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE'
- CYGPATH_W='echo'
- DEFS=''
- DEPDIR='.deps'
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EGREP='/bin/grep -E'
- EMBEDDED_LEVELDB_FALSE='#'
- EMBEDDED_LEVELDB_TRUE=''
- ENABLE_WALLET_FALSE=''
- ENABLE_WALLET_TRUE=''
- EXEEXT=''
- GCOV='/usr/bin/gcov'
- GENHTML=''
- 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=''
- JAVA_COMPARISON_TOOL=''
- LCOV=''
- LDFLAGS=' -Wl,-z,relro -Wl,-z,now -pie -L/usr/lib'
- LEVELDB_CPPFLAGS=''
- LEVELDB_TARGET_FLAGS=''
- LIBLEVELDB=''
- LIBMEMENV=''
- LIBOBJS=''
- LIBS='-lminiupnpc -lminiupnpc -lminiupnpc -lminiupnpc '
- LRELEASE=''
- LTLIBOBJS=''
- LUPDATE=''
- MAINT=''
- MAINTAINER_MODE_FALSE='#'
- MAINTAINER_MODE_TRUE=''
- MAKEINFO='${SHELL} /tmp/buildd/bitcoin-0.9.1/src/build-aux/missing makeinfo'
- MAKENSIS=''
- MKDIR_P='/bin/mkdir -p'
- MOC=''
- MOC_DEFS=''
- OBJC='gcc'
- OBJCDEPMODE='depmode=gcc3'
- OBJCFLAGS=''
- OBJCXX='g++'
- OBJCXXDEPMODE='depmode=gcc3'
- OBJCXXFLAGS='-g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIE'
- OBJEXT='o'
- PACKAGE='bitcoin'
- PACKAGE_BUGREPORT='[email protected]'
- PACKAGE_NAME='Bitcoin Core'
- PACKAGE_STRING='Bitcoin Core 0.9.1'
- PACKAGE_TARNAME='bitcoin'
- PACKAGE_URL=''
- PACKAGE_VERSION='0.9.1'
- PATH_SEPARATOR=':'
- PKG_CONFIG='/usr/bin/pkg-config'
- PKG_CONFIG_LIBDIR=''
- PKG_CONFIG_PATH=''
- PORT=''
- PROTOBUF_CFLAGS=''
- PROTOBUF_LIBS=''
- 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_LDFLAGS=''
- 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=''
- STRIP='/usr/bin/strip'
- TARGET_DARWIN_FALSE=''
- TARGET_DARWIN_TRUE=''
- TARGET_WINDOWS_FALSE=''
- TARGET_WINDOWS_TRUE=''
- TESTDEFS=''
- 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.9.1'
- WINDOWS_BITS=''
- 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__fastdepOBJCXX_FALSE='#'
- am__fastdepOBJCXX_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='i686-pc-linux-gnu'
- build_alias=''
- build_cpu='i686'
- build_os='linux-gnu'
- build_vendor='pc'
- datadir='${datarootdir}'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
- dvidir='${docdir}'
- exec_prefix='NONE'
- host='i686-pc-linux-gnu'
- host_alias=''
- host_cpu='i686'
- host_os='linux-gnu'
- host_vendor='pc'
- htmldir='${docdir}'
- includedir='${prefix}/include'
- infodir='${datarootdir}/info'
- install_sh='${SHELL} /tmp/buildd/bitcoin-0.9.1/src/build-aux/install-sh'
- libdir='${exec_prefix}/lib'
- libexecdir='${exec_prefix}/libexec'
- localedir='${datarootdir}/locale'
- localstatedir='${prefix}/var'
- mandir='${datarootdir}/man'
- mkdir_p='$(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 Core"
- #define PACKAGE_TARNAME "bitcoin"
- #define PACKAGE_VERSION "0.9.1"
- #define PACKAGE_STRING "Bitcoin Core 0.9.1"
- #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 _FILE_OFFSET_BITS 64
- #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 /**/
- configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement