- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by Pivx Core configure 2.2.99, which was
- generated by GNU Autoconf 2.69. Invocation command line was
- $ ./configure
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = kilo
- uname -m = x86_64
- uname -r = 4.10.11-1-ARCH
- uname -s = Linux
- uname -v = #1 SMP PREEMPT Tue Apr 18 08:39:42 CEST 2017
- /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: /home/aaronm/.gem/ruby/2.4.0/bin
- PATH: ~/.config/composer/vendor/bin
- PATH: ~/.local/bin
- PATH: /home/aaronm/.nvm/versions/node/v6.1.0/bin
- PATH: /usr/local/sbin
- PATH: /usr/local/bin
- PATH: /usr/bin
- PATH: /opt/android-sdk/platform-tools
- PATH: /opt/android-sdk/tools
- PATH: /opt/android-sdk/tools/bin
- PATH: /usr/lib/jvm/default/bin
- PATH: /usr/bin/site_perl
- PATH: /usr/bin/vendor_perl
- PATH: /usr/bin/core_perl
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:2919: checking build system type
- configure:2933: result: x86_64-unknown-linux-gnu
- configure:2953: checking host system type
- configure:2966: result: x86_64-unknown-linux-gnu
- configure:3009: checking for a BSD-compatible install
- configure:3077: result: /usr/bin/install -c
- configure:3088: checking whether build environment is sane
- configure:3143: result: yes
- configure:3294: checking for a thread-safe mkdir -p
- configure:3333: result: /usr/bin/mkdir -p
- configure:3340: checking for gawk
- configure:3356: found /usr/bin/gawk
- configure:3367: result: gawk
- configure:3378: checking whether make sets $(MAKE)
- configure:3400: result: yes
- configure:3429: checking whether make supports nested variables
- configure:3446: result: yes
- configure:3565: checking whether to enable maintainer-specific portions of Makefiles
- configure:3574: result: yes
- configure:3599: checking whether make supports nested variables
- configure:3616: result: yes
- configure:3691: checking for g++
- configure:3707: found /usr/bin/g++
- configure:3718: result: g++
- configure:3745: checking for C++ compiler version
- configure:3754: g++ --version >&5
- g++ (GCC) 6.3.1 20170306
- Copyright (C) 2016 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:3765: $? = 0
- configure:3754: g++ -v >&5
- Using built-in specs.
- COLLECT_GCC=g++
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/lto-wrapper
- Target: x86_64-pc-linux-gnu
- Configured with: /build/gcc-multilib/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release
- Thread model: posix
- gcc version 6.3.1 20170306 (GCC)
- configure:3765: $? = 0
- configure:3754: g++ -V >&5
- g++: error: unrecognized command line option '-V'
- g++: fatal error: no input files
- compilation terminated.
- configure:3765: $? = 1
- configure:3754: g++ -qversion >&5
- g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
- g++: fatal error: no input files
- compilation terminated.
- configure:3765: $? = 1
- configure:3785: checking whether the C++ compiler works
- configure:3807: g++ conftest.cpp >&5
- configure:3811: $? = 0
- configure:3859: result: yes
- configure:3862: checking for C++ compiler default output file name
- configure:3864: result: a.out
- configure:3870: checking for suffix of executables
- configure:3877: g++ -o conftest conftest.cpp >&5
- configure:3881: $? = 0
- configure:3903: result:
- configure:3925: checking whether we are cross compiling
- configure:3933: g++ -o conftest conftest.cpp >&5
- configure:3937: $? = 0
- configure:3944: ./conftest
- configure:3948: $? = 0
- configure:3963: result: no
- configure:3968: checking for suffix of object files
- configure:3990: g++ -c conftest.cpp >&5
- configure:3994: $? = 0
- configure:4015: result: o
- configure:4019: checking whether we are using the GNU C++ compiler
- configure:4038: g++ -c conftest.cpp >&5
- configure:4038: $? = 0
- configure:4047: result: yes
- configure:4056: checking whether g++ accepts -g
- configure:4076: g++ -c -g conftest.cpp >&5
- configure:4076: $? = 0
- configure:4117: result: yes
- configure:4151: checking for style of include used by make
- configure:4179: result: GNU
- configure:4205: checking dependency style of g++
- configure:4316: result: gcc3
- configure:4345: checking whether g++ supports C++11 features by default
- configure:4639: g++ -c -g -O2 conftest.cpp >&5
- configure:4639: $? = 0
- configure:4646: result: yes
- configure:5108: checking for Objective C++ compiler version
- configure:5117: g++ --version >&5
- g++ (GCC) 6.3.1 20170306
- Copyright (C) 2016 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:5128: $? = 0
- configure:5117: g++ -v >&5
- Using built-in specs.
- COLLECT_GCC=g++
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/lto-wrapper
- Target: x86_64-pc-linux-gnu
- Configured with: /build/gcc-multilib/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release
- Thread model: posix
- gcc version 6.3.1 20170306 (GCC)
- configure:5128: $? = 0
- configure:5117: g++ -V >&5
- g++: error: unrecognized command line option '-V'
- g++: fatal error: no input files
- compilation terminated.
- configure:5128: $? = 1
- configure:5117: g++ -qversion >&5
- g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
- g++: fatal error: no input files
- compilation terminated.
- configure:5128: $? = 1
- configure:5132: checking whether we are using the GNU Objective C++ compiler
- configure:5151: g++ -c conftest.mm >&5
- g++: error trying to exec 'cc1objplus': execvp: No such file or directory
- configure:5151: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Pivx Core"
- | #define PACKAGE_TARNAME "pivx"
- | #define PACKAGE_VERSION "2.2.99"
- | #define PACKAGE_STRING "Pivx Core 2.2.99"
- | #define PACKAGE_BUGREPORT "www.pivx.org"
- | #define PACKAGE_URL ""
- | #define HAVE_CXX11 1
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- | #ifndef __GNUC__
- | choke me
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:5160: result: no
- configure:5169: checking whether g++ accepts -g
- configure:5189: g++ -c -g conftest.mm >&5
- g++: error trying to exec 'cc1objplus': execvp: No such file or directory
- configure:5189: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Pivx Core"
- | #define PACKAGE_TARNAME "pivx"
- | #define PACKAGE_VERSION "2.2.99"
- | #define PACKAGE_STRING "Pivx Core 2.2.99"
- | #define PACKAGE_BUGREPORT "www.pivx.org"
- | #define PACKAGE_URL ""
- | #define HAVE_CXX11 1
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:5204: g++ -c conftest.mm >&5
- g++: error trying to exec 'cc1objplus': execvp: No such file or directory
- configure:5204: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Pivx Core"
- | #define PACKAGE_TARNAME "pivx"
- | #define PACKAGE_VERSION "2.2.99"
- | #define PACKAGE_STRING "Pivx Core 2.2.99"
- | #define PACKAGE_BUGREPORT "www.pivx.org"
- | #define PACKAGE_URL ""
- | #define HAVE_CXX11 1
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:5220: g++ -c -g conftest.mm >&5
- g++: error trying to exec 'cc1objplus': execvp: No such file or directory
- configure:5220: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Pivx Core"
- | #define PACKAGE_TARNAME "pivx"
- | #define PACKAGE_VERSION "2.2.99"
- | #define PACKAGE_STRING "Pivx Core 2.2.99"
- | #define PACKAGE_BUGREPORT "www.pivx.org"
- | #define PACKAGE_URL ""
- | #define HAVE_CXX11 1
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:5230: result: no
- configure:5255: checking dependency style of g++
- configure:5364: result: gcc3
- configure:5426: checking how to print strings
- configure:5453: result: printf
- configure:5522: checking for gcc
- configure:5538: found /usr/bin/gcc
- configure:5549: result: gcc
- configure:5778: checking for C compiler version
- configure:5787: gcc --version >&5
- gcc (GCC) 6.3.1 20170306
- Copyright (C) 2016 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:5798: $? = 0
- configure:5787: gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=gcc
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/lto-wrapper
- Target: x86_64-pc-linux-gnu
- Configured with: /build/gcc-multilib/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release
- Thread model: posix
- gcc version 6.3.1 20170306 (GCC)
- configure:5798: $? = 0
- configure:5787: gcc -V >&5
- gcc: error: unrecognized command line option '-V'
- gcc: fatal error: no input files
- compilation terminated.
- configure:5798: $? = 1
- configure:5787: gcc -qversion >&5
- gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
- gcc: fatal error: no input files
- compilation terminated.
- configure:5798: $? = 1
- configure:5802: checking whether we are using the GNU C compiler
- configure:5821: gcc -c conftest.c >&5
- configure:5821: $? = 0
- configure:5830: result: yes
- configure:5839: checking whether gcc accepts -g
- configure:5859: gcc -c -g conftest.c >&5
- configure:5859: $? = 0
- configure:5900: result: yes
- configure:5917: checking for gcc option to accept ISO C89
- configure:5980: gcc -c -g -O2 conftest.c >&5
- configure:5980: $? = 0
- configure:5993: result: none needed
- configure:6018: checking whether gcc understands -c and -o together
- configure:6040: gcc -c conftest.c -o conftest2.o
- configure:6043: $? = 0
- configure:6040: gcc -c conftest.c -o conftest2.o
- configure:6043: $? = 0
- configure:6055: result: yes
- configure:6074: checking dependency style of gcc
- configure:6185: result: gcc3
- configure:6200: checking for a sed that does not truncate output
- configure:6264: result: /usr/bin/sed
- configure:6282: checking for grep that handles long lines and -e
- configure:6340: result: /usr/bin/grep
- configure:6345: checking for egrep
- configure:6407: result: /usr/bin/grep -E
- configure:6412: checking for fgrep
- configure:6474: result: /usr/bin/grep -F
- configure:6509: checking for ld used by gcc
- configure:6576: result: /usr/bin/ld
- configure:6583: checking if the linker (/usr/bin/ld) is GNU ld
- configure:6598: result: yes
- configure:6610: checking for BSD- or MS-compatible name lister (nm)
- configure:6664: result: /usr/bin/nm -B
- configure:6794: checking the name lister (/usr/bin/nm -B) interface
- configure:6801: gcc -c -g -O2 conftest.c >&5
- configure:6804: /usr/bin/nm -B "conftest.o"
- configure:6807: output
- 0000000000000000 B some_variable
- configure:6814: result: BSD nm
- configure:6817: checking whether ln -s works
- configure:6821: result: yes
- configure:6829: checking the maximum length of command line arguments
- configure:6960: result: 1572864
- configure:7008: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
- configure:7048: result: func_convert_file_noop
- configure:7055: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
- configure:7075: result: func_convert_file_noop
- configure:7082: checking for /usr/bin/ld option to reload object files
- configure:7089: result: -r
- configure:7163: checking for objdump
- configure:7179: found /usr/bin/objdump
- configure:7190: result: objdump
- configure:7222: checking how to recognize dependent libraries
- configure:7422: result: pass_all
- configure:7507: checking for dlltool
- configure:7537: result: no
- configure:7567: checking how to associate runtime and link libraries
- configure:7594: result: printf %s\n
- configure:7655: checking for ar
- configure:7671: found /usr/bin/ar
- configure:7682: result: ar
- configure:7719: checking for archiver @FILE support
- configure:7736: gcc -c -g -O2 conftest.c >&5
- configure:7736: $? = 0
- configure:7739: ar cru libconftest.a @conftest.lst >&5
- ar: `u' modifier ignored since `D' is the default (see `U')
- configure:7742: $? = 0
- configure:7747: ar cru libconftest.a @conftest.lst >&5
- ar: `u' modifier ignored since `D' is the default (see `U')
- ar: conftest.o: No such file or directory
- configure:7750: $? = 1
- configure:7762: result: @
- configure:7820: checking for strip
- configure:7836: found /usr/bin/strip
- configure:7847: result: strip
- configure:7919: checking for ranlib
- configure:7935: found /usr/bin/ranlib
- configure:7946: result: ranlib
- configure:8048: checking command to parse /usr/bin/nm -B output from gcc object
- configure:8201: gcc -c -g -O2 conftest.c >&5
- configure:8204: $? = 0
- configure:8208: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
- configure:8211: $? = 0
- configure:8277: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
- configure:8280: $? = 0
- configure:8318: result: ok
- configure:8365: checking for sysroot
- configure:8395: result: no
- configure:8402: checking for a working dd
- configure:8440: result: /usr/bin/dd
- configure:8444: checking how to truncate binary pipes
- configure:8459: result: /usr/bin/dd bs=4096 count=1
- configure:8595: gcc -c -g -O2 conftest.c >&5
- configure:8598: $? = 0
- configure:8788: checking for mt
- configure:8818: result: no
- configure:8838: checking if : is a manifest tool
- configure:8844: : '-?'
- configure:8852: result: no
- configure:9529: checking how to run the C preprocessor
- configure:9560: gcc -E conftest.c
- configure:9560: $? = 0
- configure:9574: gcc -E conftest.c
- conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^
- compilation terminated.
- configure:9574: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Pivx Core"
- | #define PACKAGE_TARNAME "pivx"
- | #define PACKAGE_VERSION "2.2.99"
- | #define PACKAGE_STRING "Pivx Core 2.2.99"
- | #define PACKAGE_BUGREPORT "www.pivx.org"
- | #define PACKAGE_URL ""
- | #define HAVE_CXX11 1
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:9599: result: gcc -E
- configure:9619: gcc -E conftest.c
- configure:9619: $? = 0
- configure:9633: gcc -E conftest.c
- conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^
- compilation terminated.
- configure:9633: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Pivx Core"
- | #define PACKAGE_TARNAME "pivx"
- | #define PACKAGE_VERSION "2.2.99"
- | #define PACKAGE_STRING "Pivx Core 2.2.99"
- | #define PACKAGE_BUGREPORT "www.pivx.org"
- | #define PACKAGE_URL ""
- | #define HAVE_CXX11 1
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:9662: checking for ANSI C header files
- configure:9682: gcc -c -g -O2 conftest.c >&5
- configure:9682: $? = 0
- configure:9755: gcc -o conftest -g -O2 conftest.c >&5
- configure:9755: $? = 0
- configure:9755: ./conftest
- configure:9755: $? = 0
- configure:9766: result: yes
- configure:9779: checking for sys/types.h
- configure:9779: gcc -c -g -O2 conftest.c >&5
- configure:9779: $? = 0
- configure:9779: result: yes
- configure:9779: checking for sys/stat.h
- configure:9779: gcc -c -g -O2 conftest.c >&5
- configure:9779: $? = 0
- configure:9779: result: yes
- configure:9779: checking for stdlib.h
- configure:9779: gcc -c -g -O2 conftest.c >&5
- configure:9779: $? = 0
- configure:9779: result: yes
- configure:9779: checking for string.h
- configure:9779: gcc -c -g -O2 conftest.c >&5
- configure:9779: $? = 0
- configure:9779: result: yes
- configure:9779: checking for memory.h
- configure:9779: gcc -c -g -O2 conftest.c >&5
- configure:9779: $? = 0
- configure:9779: result: yes
- configure:9779: checking for strings.h
- configure:9779: gcc -c -g -O2 conftest.c >&5
- configure:9779: $? = 0
- configure:9779: result: yes
- configure:9779: checking for inttypes.h
- configure:9779: gcc -c -g -O2 conftest.c >&5
- configure:9779: $? = 0
- configure:9779: result: yes
- configure:9779: checking for stdint.h
- configure:9779: gcc -c -g -O2 conftest.c >&5
- configure:9779: $? = 0
- configure:9779: result: yes
- configure:9779: checking for unistd.h
- configure:9779: gcc -c -g -O2 conftest.c >&5
- configure:9779: $? = 0
- configure:9779: result: yes
- configure:9793: checking for dlfcn.h
- configure:9793: gcc -c -g -O2 conftest.c >&5
- configure:9793: $? = 0
- configure:9793: result: yes
- configure:10058: checking for objdir
- configure:10073: result: .libs
- configure:10337: checking if gcc supports -fno-rtti -fno-exceptions
- configure:10355: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
- cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
- configure:10359: $? = 0
- configure:10372: result: no
- configure:10730: checking for gcc option to produce PIC
- configure:10737: result: -fPIC -DPIC
- configure:10745: checking if gcc PIC flag -fPIC -DPIC works
- configure:10763: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
- configure:10767: $? = 0
- configure:10780: result: yes
- configure:10809: checking if gcc static flag -static works
- configure:10837: result: yes
- configure:10852: checking if gcc supports -c -o file.o
- configure:10873: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
- configure:10877: $? = 0
- configure:10899: result: yes
- configure:10907: checking if gcc supports -c -o file.o
- configure:10954: result: yes
- configure:10987: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
- configure:12246: result: yes
- configure:12283: checking whether -lc should be explicitly linked in
- configure:12291: gcc -c -g -O2 conftest.c >&5
- configure:12294: $? = 0
- configure:12309: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
- configure:12312: $? = 0
- configure:12326: result: no
- configure:12486: checking dynamic linker characteristics
- configure:13067: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
- configure:13067: $? = 0
- configure:13304: result: GNU/Linux ld.so
- configure:13426: checking how to hardcode library paths into programs
- configure:13451: result: immediate
- configure:13999: checking whether stripping libraries is possible
- configure:14004: result: yes
- configure:14039: checking if libtool supports shared libraries
- configure:14041: result: yes
- configure:14044: checking whether to build shared libraries
- configure:14069: result: yes
- configure:14072: checking whether to build static libraries
- configure:14076: result: yes
- configure:14099: checking how to run the C++ preprocessor
- configure:14126: g++ -E conftest.cpp
- configure:14126: $? = 0
- configure:14140: g++ -E conftest.cpp
- conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^
- compilation terminated.
- configure:14140: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Pivx Core"
- | #define PACKAGE_TARNAME "pivx"
- | #define PACKAGE_VERSION "2.2.99"
- | #define PACKAGE_STRING "Pivx Core 2.2.99"
- | #define PACKAGE_BUGREPORT "www.pivx.org"
- | #define PACKAGE_URL ""
- | #define HAVE_CXX11 1
- | #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_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:14165: result: g++ -E
- configure:14185: g++ -E conftest.cpp
- configure:14185: $? = 0
- configure:14199: g++ -E conftest.cpp
- conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^
- compilation terminated.
- configure:14199: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Pivx Core"
- | #define PACKAGE_TARNAME "pivx"
- | #define PACKAGE_VERSION "2.2.99"
- | #define PACKAGE_STRING "Pivx Core 2.2.99"
- | #define PACKAGE_BUGREPORT "www.pivx.org"
- | #define PACKAGE_URL ""
- | #define HAVE_CXX11 1
- | #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_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:14361: checking for ld used by g++
- configure:14428: result: /usr/bin/ld -m elf_x86_64
- configure:14435: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
- configure:14450: result: yes
- configure:14505: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
- configure:15578: result: yes
- configure:15614: g++ -c -g -O2 conftest.cpp >&5
- configure:15617: $? = 0
- configure:16098: checking for g++ option to produce PIC
- configure:16105: result: -fPIC -DPIC
- configure:16113: checking if g++ PIC flag -fPIC -DPIC works
- configure:16131: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
- configure:16135: $? = 0
- configure:16148: result: yes
- configure:16171: checking if g++ static flag -static works
- configure:16199: result: yes
- configure:16211: checking if g++ supports -c -o file.o
- configure:16232: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
- configure:16236: $? = 0
- configure:16258: result: yes
- configure:16263: checking if g++ supports -c -o file.o
- configure:16310: result: yes
- configure:16340: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
- configure:16380: result: yes
- configure:16521: checking dynamic linker characteristics
- configure:17266: result: GNU/Linux ld.so
- configure:17331: checking how to hardcode library paths into programs
- configure:17356: result: immediate
- configure:17464: checking for ar
- configure:17482: found /usr/bin/ar
- configure:17494: result: /usr/bin/ar
- configure:17562: checking for ranlib
- configure:17580: found /usr/bin/ranlib
- configure:17592: result: /usr/bin/ranlib
- configure:17660: checking for strip
- configure:17678: found /usr/bin/strip
- configure:17690: result: /usr/bin/strip
- configure:17758: checking for gcov
- configure:17776: found /usr/bin/gcov
- configure:17788: result: /usr/bin/gcov
- configure:17812: checking for lcov
- configure:17845: result: no
- configure:17852: checking for java
- configure:17870: found /usr/bin/java
- configure:17882: result: /usr/bin/java
- configure:17894: checking for python3
- configure:17912: found /usr/bin/python3
- configure:17924: result: /usr/bin/python3
- configure:17937: checking for genhtml
- configure:17970: result: no
- configure:17977: checking for git
- configure:17995: found /usr/bin/git
- configure:18007: result: /usr/bin/git
- configure:18017: checking for ccache
- configure:18050: result: no
- configure:18057: checking for xgettext
- configure:18075: found /usr/bin/xgettext
- configure:18087: result: /usr/bin/xgettext
- configure:18097: checking for hexdump
- configure:18115: found /usr/bin/hexdump
- configure:18127: result: /usr/bin/hexdump
- configure:18181: checking for readelf
- configure:18199: found /usr/bin/readelf
- configure:18211: result: /usr/bin/readelf
- configure:18279: checking for c++filt
- configure:18297: found /usr/bin/c++filt
- configure:18309: result: /usr/bin/c++filt
- configure:18377: checking for objcopy
- configure:18395: found /usr/bin/objcopy
- configure:18407: result: /usr/bin/objcopy
- configure:18578: checking for pkg-config
- configure:18596: found /usr/bin/pkg-config
- configure:18608: result: /usr/bin/pkg-config
- configure:18633: checking pkg-config is at least version 0.9.0
- configure:18636: result: yes
- configure:20463: checking whether byte ordering is bigendian
- configure:20478: 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:23:9: error: expected unqualified-id before 'not' token
- not a universal capable compiler
- ^~~
- configure:20478: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Pivx Core"
- | #define PACKAGE_TARNAME "pivx"
- | #define PACKAGE_VERSION "2.2.99"
- | #define PACKAGE_STRING "Pivx Core 2.2.99"
- | #define PACKAGE_BUGREPORT "www.pivx.org"
- | #define PACKAGE_URL ""
- | #define HAVE_CXX11 1
- | #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_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | /* end confdefs.h. */
- | #ifndef __APPLE_CC__
- | not a universal capable compiler
- | #endif
- | typedef int dummy;
- |
- configure:20523: 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:20523: $? = 0
- configure:20541: 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:29:8: error: 'big' was not declared in this scope
- not big endian
- ^~~
- configure:20541: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Pivx Core"
- | #define PACKAGE_TARNAME "pivx"
- | #define PACKAGE_VERSION "2.2.99"
- | #define PACKAGE_STRING "Pivx Core 2.2.99"
- | #define PACKAGE_BUGREPORT "www.pivx.org"
- | #define PACKAGE_URL ""
- | #define HAVE_CXX11 1
- | #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_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | /* 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:20669: result: no
- configure:20799: checking if compiler needs -Werror to reject unknown flags
- configure:20815: 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'; did you mean '-Wno-warning-token'?
- configure:20815: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Pivx Core"
- | #define PACKAGE_TARNAME "pivx"
- | #define PACKAGE_VERSION "2.2.99"
- | #define PACKAGE_STRING "Pivx Core 2.2.99"
- | #define PACKAGE_BUGREPORT "www.pivx.org"
- | #define PACKAGE_URL ""
- | #define HAVE_CXX11 1
- | #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_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | /* end confdefs.h. */
- | int foo(void);
- | int
- | main ()
- | {
- | foo()
- | ;
- | return 0;
- | }
- configure:20820: result: no
- configure:20886: checking for the pthreads library -lpthreads
- configure:20924: 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:20924: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Pivx Core"
- | #define PACKAGE_TARNAME "pivx"
- | #define PACKAGE_VERSION "2.2.99"
- | #define PACKAGE_STRING "Pivx Core 2.2.99"
- | #define PACKAGE_BUGREPORT "www.pivx.org"
- | #define PACKAGE_URL ""
- | #define HAVE_CXX11 1
- | #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_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | /* 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:20933: result: no
- configure:20831: checking whether pthreads work without any flags
- configure:20924: gcc -o conftest -g -O2 -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
- /tmp/ccEFKTu7.o: In function `main':
- /mnt/tank/projects/PIVX/conftest.c:29: undefined reference to `pthread_create'
- /mnt/tank/projects/PIVX/conftest.c:30: undefined reference to `pthread_join'
- /mnt/tank/projects/PIVX/conftest.c:32: undefined reference to `__pthread_register_cancel'
- /mnt/tank/projects/PIVX/conftest.c:33: undefined reference to `__pthread_unregister_cancel'
- collect2: error: ld returned 1 exit status
- configure:20924: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Pivx Core"
- | #define PACKAGE_TARNAME "pivx"
- | #define PACKAGE_VERSION "2.2.99"
- | #define PACKAGE_STRING "Pivx Core 2.2.99"
- | #define PACKAGE_BUGREPORT "www.pivx.org"
- | #define PACKAGE_URL ""
- | #define HAVE_CXX11 1
- | #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_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | /* 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:20933: result: no
- configure:20836: checking whether pthreads work with -Kthread
- configure:20924: 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'; did you mean '-pthread'?
- configure:20924: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Pivx Core"
- | #define PACKAGE_TARNAME "pivx"
- | #define PACKAGE_VERSION "2.2.99"
- | #define PACKAGE_STRING "Pivx Core 2.2.99"
- | #define PACKAGE_BUGREPORT "www.pivx.org"
- | #define PACKAGE_URL ""
- | #define HAVE_CXX11 1
- | #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_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | /* 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:20933: result: no
- configure:20836: checking whether pthreads work with -kthread
- configure:20924: 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'; did you mean '-pthread'?
- configure:20924: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Pivx Core"
- | #define PACKAGE_TARNAME "pivx"
- | #define PACKAGE_VERSION "2.2.99"
- | #define PACKAGE_STRING "Pivx Core 2.2.99"
- | #define PACKAGE_BUGREPORT "www.pivx.org"
- | #define PACKAGE_URL ""
- | #define HAVE_CXX11 1
- | #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_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | /* 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:20933: result: no
- configure:20886: checking for the pthreads library -llthread
- configure:20924: 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:20924: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Pivx Core"
- | #define PACKAGE_TARNAME "pivx"
- | #define PACKAGE_VERSION "2.2.99"
- | #define PACKAGE_STRING "Pivx Core 2.2.99"
- | #define PACKAGE_BUGREPORT "www.pivx.org"
- | #define PACKAGE_URL ""
- | #define HAVE_CXX11 1
- | #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_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | /* 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:20933: result: no
- configure:20836: checking whether pthreads work with -pthread
- configure:20924: gcc -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
- configure:20924: $? = 0
- configure:20933: result: yes
- configure:20952: checking for joinable pthread attribute
- configure:20967: gcc -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
- configure:20967: $? = 0
- configure:20973: result: PTHREAD_CREATE_JOINABLE
- configure:20983: checking if more special flags are required for pthreads
- configure:20998: result: no
- configure:21004: checking for PTHREAD_PRIO_INHERIT
- configure:21021: gcc -o conftest -g -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.c >&5
- configure:21021: $? = 0
- configure:21030: result: yes
- configure:21140: checking for special C compiler options needed for large files
- configure:21185: result: no
- configure:21191: checking for _FILE_OFFSET_BITS value needed for large files
- configure:21216: 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:21216: $? = 0
- configure:21248: result: no
- configure:21334: checking whether strerror_r is declared
- configure:21334: 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:21334: $? = 0
- configure:21334: result: yes
- configure:21347: checking for strerror_r
- configure:21347: 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:21347: $? = 0
- configure:21347: result: yes
- configure:21356: checking whether strerror_r returns char *
- configure:21380: 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:21380: $? = 0
- configure:21418: result: yes
- configure:21439: checking whether the linker accepts -Wl,--large-address-aware
- configure:21458: 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:21458: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Pivx Core"
- | #define PACKAGE_TARNAME "pivx"
- | #define PACKAGE_VERSION "2.2.99"
- | #define PACKAGE_STRING "Pivx Core 2.2.99"
- | #define PACKAGE_BUGREPORT "www.pivx.org"
- | #define PACKAGE_URL ""
- | #define HAVE_CXX11 1
- | #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_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define STRERROR_R_CHAR_P 1
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:21467: result: no
- configure:21479: checking for __attribute__((visibility))
- configure:21501: 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:21501: $? = 0
- configure:21514: result: yes
- configure:21530: checking for __attribute__((dllexport))
- configure:21551: 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
- conftest.cpp:30:62: warning: 'dllexport' attribute directive ignored [-Wattributes]
- __attribute__((dllexport)) int foo( void ) { return 0; }
- ^
- configure:21551: $? = 0
- configure:21564: result: no
- configure:21580: checking for __attribute__((dllimport))
- configure:21601: 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
- conftest.cpp:30:62: warning: 'dllimport' attribute directive ignored [-Wattributes]
- int foo( void ) __attribute__((dllimport));
- ^
- configure:21601: $? = 0
- configure:21614: result: no
- configure:21667: checking whether C++ compiler accepts -Wstack-protector
- configure:21686: 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:21686: $? = 0
- configure:21694: result: yes
- configure:21702: checking whether C++ compiler accepts -fstack-protector-all
- configure:21721: 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:21721: $? = 0
- configure:21729: result: yes
- configure:21739: checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2
- configure:21758: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 conftest.cpp
- configure:21758: $? = 0
- configure:21766: result: yes
- configure:21770: checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE
- configure:21789: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE conftest.cpp
- configure:21789: $? = 0
- configure:21797: result: yes
- configure:21814: checking whether the linker accepts -Wl,--dynamicbase
- configure:21833: 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:21833: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Pivx Core"
- | #define PACKAGE_TARNAME "pivx"
- | #define PACKAGE_VERSION "2.2.99"
- | #define PACKAGE_STRING "Pivx Core 2.2.99"
- | #define PACKAGE_BUGREPORT "www.pivx.org"
- | #define PACKAGE_URL ""
- | #define HAVE_CXX11 1
- | #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_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define STRERROR_R_CHAR_P 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:21842: result: no
- configure:21850: checking whether the linker accepts -Wl,--nxcompat
- configure:21869: 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:21869: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Pivx Core"
- | #define PACKAGE_TARNAME "pivx"
- | #define PACKAGE_VERSION "2.2.99"
- | #define PACKAGE_STRING "Pivx Core 2.2.99"
- | #define PACKAGE_BUGREPORT "www.pivx.org"
- | #define PACKAGE_URL ""
- | #define HAVE_CXX11 1
- | #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_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define STRERROR_R_CHAR_P 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:21878: result: no
- configure:21886: checking whether the linker accepts -Wl,-z,relro
- configure:21905: 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:21905: $? = 0
- configure:21914: result: yes
- configure:21922: checking whether the linker accepts -Wl,-z,now
- configure:21941: 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 conftest.cpp >&5
- configure:21941: $? = 0
- configure:21950: result: yes
- configure:21961: checking whether C++ compiler accepts -fPIC
- configure:21980: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5
- configure:21980: $? = 0
- configure:21988: result: yes
- configure:21996: checking whether the linker accepts -pic
- configure:22015: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -pic conftest.cpp >&5
- g++: error: unrecognized command line option '-pic'; did you mean '-fpic'?
- configure:22015: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Pivx Core"
- | #define PACKAGE_TARNAME "pivx"
- | #define PACKAGE_VERSION "2.2.99"
- | #define PACKAGE_STRING "Pivx Core 2.2.99"
- | #define PACKAGE_BUGREPORT "www.pivx.org"
- | #define PACKAGE_URL ""
- | #define HAVE_CXX11 1
- | #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_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define STRERROR_R_CHAR_P 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:22024: result: no
- configure:22128: checking endian.h usability
- configure:22128: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:22128: $? = 0
- configure:22128: result: yes
- configure:22128: checking endian.h presence
- configure:22128: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
- In file included from /usr/include/endian.h:21:0,
- from conftest.cpp:28:
- /usr/include/features.h:373:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
- # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
- ^~~~~~~
- configure:22128: $? = 0
- configure:22128: result: yes
- configure:22128: checking for endian.h
- configure:22128: result: yes
- configure:22128: checking stdio.h usability
- configure:22128: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:22128: $? = 0
- configure:22128: result: yes
- configure:22128: checking stdio.h presence
- configure:22128: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
- In file included from /usr/include/bits/libc-header-start.h:33:0,
- from /usr/include/stdio.h:28,
- from conftest.cpp:29:
- /usr/include/features.h:373:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
- # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
- ^~~~~~~
- configure:22128: $? = 0
- configure:22128: result: yes
- configure:22128: checking for stdio.h
- configure:22128: result: yes
- configure:22128: checking for stdlib.h
- configure:22128: result: yes
- configure:22128: checking for unistd.h
- configure:22128: result: yes
- configure:22128: checking for strings.h
- configure:22128: result: yes
- configure:22128: checking for sys/types.h
- configure:22128: result: yes
- configure:22128: checking for sys/stat.h
- configure:22128: result: yes
- configure:22128: checking sys/select.h usability
- configure:22128: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:22128: $? = 0
- configure:22128: result: yes
- configure:22128: checking sys/select.h presence
- configure:22128: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
- In file included from /usr/include/sys/select.h:24:0,
- from conftest.cpp:35:
- /usr/include/features.h:373:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
- # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
- ^~~~~~~
- configure:22128: $? = 0
- configure:22128: result: yes
- configure:22128: checking for sys/select.h
- configure:22128: result: yes
- configure:22128: checking sys/prctl.h usability
- configure:22128: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:22128: $? = 0
- configure:22128: result: yes
- configure:22128: checking sys/prctl.h presence
- configure:22128: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
- In file included from /usr/include/sys/prctl.h:21:0,
- from conftest.cpp:36:
- /usr/include/features.h:373:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
- # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
- ^~~~~~~
- configure:22128: $? = 0
- configure:22128: result: yes
- configure:22128: checking for sys/prctl.h
- configure:22128: result: yes
- configure:22138: checking for library containing getaddrinfo_a
- configure:22169: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.cpp >&5
- /tmp/ccvUO05k.o: In function `main':
- /mnt/tank/projects/PIVX/conftest.cpp:48: undefined reference to `getaddrinfo_a'
- collect2: error: ld returned 1 exit status
- configure:22169: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Pivx Core"
- | #define PACKAGE_TARNAME "pivx"
- | #define PACKAGE_VERSION "2.2.99"
- | #define PACKAGE_STRING "Pivx Core 2.2.99"
- | #define PACKAGE_BUGREPORT "www.pivx.org"
- | #define PACKAGE_URL ""
- | #define HAVE_CXX11 1
- | #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_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define STRERROR_R_CHAR_P 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 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_SYS_SELECT_H 1
- | #define HAVE_SYS_PRCTL_H 1
- | /* end confdefs.h. */
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char getaddrinfo_a ();
- | int
- | main ()
- | {
- | return getaddrinfo_a ();
- | ;
- | return 0;
- | }
- configure:22169: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.cpp -lanl >&5
- configure:22169: $? = 0
- configure:22186: result: -lanl
- configure:22196: checking for library containing inet_pton
- configure:22227: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.cpp -lanl >&5
- configure:22227: $? = 0
- configure:22244: result: none required
- configure:22255: checking whether strnlen is declared
- configure:22255: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:22255: $? = 0
- configure:22255: result: yes
- configure:22267: checking whether le32toh is declared
- configure:22267: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:22267: $? = 0
- configure:22267: result: yes
- configure:22280: checking whether le64toh is declared
- configure:22280: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:22280: $? = 0
- configure:22280: result: yes
- configure:22293: checking whether htole32 is declared
- configure:22293: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:22293: $? = 0
- configure:22293: result: yes
- configure:22306: checking whether htole64 is declared
- configure:22306: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:22306: $? = 0
- configure:22306: result: yes
- configure:22319: checking whether be32toh is declared
- configure:22319: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:22319: $? = 0
- configure:22319: result: yes
- configure:22332: checking whether be64toh is declared
- configure:22332: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:22332: $? = 0
- configure:22332: result: yes
- configure:22345: checking whether htobe32 is declared
- configure:22345: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:22345: $? = 0
- configure:22345: result: yes
- configure:22358: checking whether htobe64 is declared
- configure:22358: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:22358: $? = 0
- configure:22358: result: yes
- configure:22373: checking for MSG_NOSIGNAL
- configure:22386: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp: In function 'int main()':
- conftest.cpp:52:6: warning: unused variable 'f' [-Wunused-variable]
- int f = MSG_NOSIGNAL;
- ^
- configure:22386: $? = 0
- configure:22387: result: yes
- configure:22398: checking for library containing clock_gettime
- configure:22429: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.cpp -lanl >&5
- configure:22429: $? = 0
- configure:22446: result: none required
- configure:22455: checking for visibility attribute
- configure:22464: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.cpp -lanl >&5
- configure:22464: $? = 0
- configure:22469: result: yes
- configure:22489: checking whether C++ compiler accepts -fvisibility=hidden
- configure:22508: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -fvisibility=hidden -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:22508: $? = 0
- configure:22516: result: yes
- configure:22550: checking for Berkeley DB C++ headers
- configure:22581: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:51:33: fatal error: bdb4.8/db_cxx.h: No such file or directory
- #include <bdb4.8/db_cxx.h>
- ^
- compilation terminated.
- configure:22581: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Pivx Core"
- | #define PACKAGE_TARNAME "pivx"
- | #define PACKAGE_VERSION "2.2.99"
- | #define PACKAGE_STRING "Pivx Core 2.2.99"
- | #define PACKAGE_BUGREPORT "www.pivx.org"
- | #define PACKAGE_URL ""
- | #define HAVE_CXX11 1
- | #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_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define STRERROR_R_CHAR_P 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 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_SYS_SELECT_H 1
- | #define HAVE_SYS_PRCTL_H 1
- | #define HAVE_GETADDRINFO_A 1
- | #define HAVE_INET_PTON 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_MSG_NOSIGNAL 1
- | #define HAVE_VISIBILITY_ATTRIBUTE 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:22581: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp:51:35: fatal error: libdb4.8/db_cxx.h: No such file or directory
- #include <libdb4.8/db_cxx.h>
- ^
- compilation terminated.
- configure:22581: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Pivx Core"
- | #define PACKAGE_TARNAME "pivx"
- | #define PACKAGE_VERSION "2.2.99"
- | #define PACKAGE_STRING "Pivx Core 2.2.99"
- | #define PACKAGE_BUGREPORT "www.pivx.org"
- | #define PACKAGE_URL ""
- | #define HAVE_CXX11 1
- | #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_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define STRERROR_R_CHAR_P 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 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_SYS_SELECT_H 1
- | #define HAVE_SYS_PRCTL_H 1
- | #define HAVE_GETADDRINFO_A 1
- | #define HAVE_INET_PTON 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_MSG_NOSIGNAL 1
- | #define HAVE_VISIBILITY_ATTRIBUTE 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:22581: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:22581: $? = 0
- configure:22610: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:22610: $? = 0
- configure:22658: result: /usr/include/db4.8/
- configure:22672: checking for main in -ldb_cxx-4.8
- configure:22691: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.cpp -ldb_cxx-4.8 -lanl >&5
- configure:22691: $? = 0
- configure:22701: result: yes
- configure:22722: checking miniupnpc/miniwget.h usability
- configure:22722: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:22722: $? = 0
- configure:22722: result: yes
- configure:22722: checking miniupnpc/miniwget.h presence
- configure:22722: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
- configure:22722: $? = 0
- configure:22722: result: yes
- configure:22722: checking for miniupnpc/miniwget.h
- configure:22722: result: yes
- configure:22727: checking for main in -lminiupnpc
- configure:22746: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now conftest.cpp -lminiupnpc -lanl >&5
- configure:22746: $? = 0
- configure:22755: result: yes
- configure:22722: checking miniupnpc/miniupnpc.h usability
- configure:22722: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:22722: $? = 0
- configure:22722: result: yes
- configure:22722: checking miniupnpc/miniupnpc.h presence
- configure:22722: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
- configure:22722: $? = 0
- configure:22722: result: yes
- configure:22722: checking for miniupnpc/miniupnpc.h
- configure:22722: result: yes
- configure:22727: checking for main in -lminiupnpc
- configure:22755: result: yes
- configure:22722: checking miniupnpc/upnpcommands.h usability
- configure:22722: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:22722: $? = 0
- configure:22722: result: yes
- configure:22722: checking miniupnpc/upnpcommands.h presence
- configure:22722: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
- configure:22722: $? = 0
- configure:22722: result: yes
- configure:22722: checking for miniupnpc/upnpcommands.h
- configure:22722: result: yes
- configure:22727: checking for main in -lminiupnpc
- configure:22755: result: yes
- configure:22722: checking miniupnpc/upnperrors.h usability
- configure:22722: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:22722: $? = 0
- configure:22722: result: yes
- configure:22722: checking miniupnpc/upnperrors.h presence
- configure:22722: g++ -E -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp
- configure:22722: $? = 0
- configure:22722: result: yes
- configure:22722: checking for miniupnpc/upnperrors.h
- configure:22722: result: yes
- configure:22727: checking for main in -lminiupnpc
- configure:22755: result: yes
- configure:22865: checking for QT
- configure:22872: $PKG_CONFIG --exists --print-errors "$qt5_modules"
- configure:22875: $? = 0
- configure:22889: $PKG_CONFIG --exists --print-errors "$qt5_modules"
- configure:22892: $? = 0
- configure:22930: result: yes
- configure:23182: checking for QT_TEST
- configure:23189: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}Test"
- configure:23192: $? = 0
- configure:23206: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}Test"
- configure:23209: $? = 0
- configure:23247: result: yes
- configure:23254: checking for QT_DBUS
- configure:23261: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}DBus"
- configure:23264: $? = 0
- configure:23278: $PKG_CONFIG --exists --print-errors "${QT_LIB_PREFIX}DBus"
- configure:23281: $? = 0
- configure:23319: result: yes
- configure:24256: checking for static Qt
- configure:24279: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -I/usr/include/qt/QtNetwork -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt -I/usr/include/qt/QtGui -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/include/qt -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- conftest.cpp: In function 'int main()':
- conftest.cpp:62:7: error: 'choke' was not declared in this scope
- choke me
- ^~~~~
- configure:24279: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Pivx Core"
- | #define PACKAGE_TARNAME "pivx"
- | #define PACKAGE_VERSION "2.2.99"
- | #define PACKAGE_STRING "Pivx Core 2.2.99"
- | #define PACKAGE_BUGREPORT "www.pivx.org"
- | #define PACKAGE_URL ""
- | #define HAVE_CXX11 1
- | #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_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define STRERROR_R_CHAR_P 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 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_SYS_SELECT_H 1
- | #define HAVE_SYS_PRCTL_H 1
- | #define HAVE_GETADDRINFO_A 1
- | #define HAVE_INET_PTON 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_MSG_NOSIGNAL 1
- | #define HAVE_VISIBILITY_ATTRIBUTE 1
- | #define HAVE_MINIUPNPC_MINIWGET_H 1
- | #define HAVE_MINIUPNPC_MINIUPNPC_H 1
- | #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
- | #define HAVE_MINIUPNPC_UPNPERRORS_H 1
- | /* end confdefs.h. */
- | #include <QtCore>
- | int
- | main ()
- | {
- |
- | #if defined(QT_STATIC)
- | return 0;
- | #else
- | choke me
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:24287: result: no
- configure:25008: checking whether -fPIE can be used with this Qt config
- configure:25029: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -I/usr/include/qt/QtNetwork -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt -I/usr/include/qt/QtGui -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/include/qt -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 conftest.cpp >&5
- conftest.cpp: In function 'int main()':
- conftest.cpp:60:15: error: 'choke' was not declared in this scope
- choke;
- ^~~~~
- configure:25029: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Pivx Core"
- | #define PACKAGE_TARNAME "pivx"
- | #define PACKAGE_VERSION "2.2.99"
- | #define PACKAGE_STRING "Pivx Core 2.2.99"
- | #define PACKAGE_BUGREPORT "www.pivx.org"
- | #define PACKAGE_URL ""
- | #define HAVE_CXX11 1
- | #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_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define STRERROR_R_CHAR_P 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 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_SYS_SELECT_H 1
- | #define HAVE_SYS_PRCTL_H 1
- | #define HAVE_GETADDRINFO_A 1
- | #define HAVE_INET_PTON 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_MSG_NOSIGNAL 1
- | #define HAVE_VISIBILITY_ATTRIBUTE 1
- | #define HAVE_MINIUPNPC_MINIWGET_H 1
- | #define HAVE_MINIUPNPC_MINIUPNPC_H 1
- | #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
- | #define HAVE_MINIUPNPC_UPNPERRORS_H 1
- | /* end confdefs.h. */
- | #include <QtCore/qconfig.h>
- | int
- | main ()
- | {
- |
- | #if defined(QT_REDUCE_RELOCATIONS)
- | choke;
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:25033: result: no
- configure:25098: checking for moc-qt5
- configure:25116: found /usr/bin/moc-qt5
- configure:25128: result: /usr/bin/moc-qt5
- configure:25217: checking for uic-qt5
- configure:25235: found /usr/bin/uic-qt5
- configure:25247: result: /usr/bin/uic-qt5
- configure:25336: checking for rcc-qt5
- configure:25354: found /usr/bin/rcc-qt5
- configure:25366: result: /usr/bin/rcc-qt5
- configure:25455: checking for lrelease-qt5
- configure:25473: found /usr/bin/lrelease-qt5
- configure:25485: result: /usr/bin/lrelease-qt5
- configure:25574: checking for lupdate-qt5
- configure:25592: found /usr/bin/lupdate-qt5
- configure:25604: result: /usr/bin/lupdate-qt5
- configure:25789: checking whether to build Pivx Core GUI
- configure:25819: result: yes (Qt5)
- configure:25842: checking if the trading dialog should be enabled
- configure:25845: result: yes
- configure:25909: checking for boostlib >= 1.20.0
- configure:25994: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -I/usr/include conftest.cpp >&5
- configure:25994: $? = 0
- configure:25996: result: yes
- configure:26180: checking whether the Boost::System library is available
- configure:26204: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -I/usr/include conftest.cpp >&5
- conftest.cpp: In function 'int main()':
- conftest.cpp:61:3: warning: statement is a reference, not call, to function 'boost::system::system_category' [-Waddress]
- ;
- ^
- conftest.cpp:61:3: warning: statement has no effect [-Wunused-value]
- configure:26204: $? = 0
- configure:26219: result: yes
- configure:26235: checking for exit in -lboost_system
- configure:26260: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -I/usr/include -Wl,-z,relro -Wl,-z,now -L/usr/lib64 conftest.cpp -lboost_system -lanl >&5
- configure:26260: $? = 0
- configure:26270: result: yes
- configure:26425: checking whether the Boost::Filesystem library is available
- configure:26449: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -I/usr/include conftest.cpp >&5
- configure:26449: $? = 0
- configure:26463: result: yes
- configure:26475: checking for exit in -lboost_filesystem
- configure:26500: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -I/usr/include -Wl,-z,relro -Wl,-z,now -L/usr/lib64 conftest.cpp -lboost_filesystem -lanl -lboost_system >&5
- configure:26500: $? = 0
- configure:26510: result: yes
- configure:26660: checking whether the Boost::Program_Options library is available
- configure:26684: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -I/usr/include conftest.cpp >&5
- configure:26684: $? = 0
- configure:26698: result: yes
- configure:26710: checking for exit in -lboost_program_options
- configure:26735: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -I/usr/include -Wl,-z,relro -Wl,-z,now -L/usr/lib64 conftest.cpp -lboost_program_options -lanl >&5
- configure:26735: $? = 0
- configure:26745: result: yes
- configure:26888: checking whether the Boost::Thread library is available
- configure:26920: g++ -c -pthread -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -I/usr/include conftest.cpp >&5
- configure:26920: $? = 0
- configure:26935: result: yes
- configure:26965: checking for exit in -lboost_thread
- configure:26990: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -I/usr/include -Wl,-z,relro -Wl,-z,now -L/usr/lib64 conftest.cpp -lboost_thread -lanl >&5
- configure:26990: $? = 0
- configure:27000: result: yes
- configure:27160: checking whether the Boost::Chrono library is available
- configure:27184: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -pthread -I/usr/include conftest.cpp >&5
- configure:27184: $? = 0
- configure:27199: result: yes
- configure:27215: checking for exit in -lboost_chrono
- configure:27240: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -pthread -I/usr/include -Wl,-z,relro -Wl,-z,now -L/usr/lib64 conftest.cpp -lboost_chrono -lanl >&5
- configure:27240: $? = 0
- configure:27250: result: yes
- configure:27373: checking for working boost reduced exports
- configure:27396: g++ -E -pthread -I/usr/include -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 conftest.cpp
- configure:27396: $? = 0
- configure:27398: result: yes
- configure:27426: checking whether the linker accepts -Wl,--exclude-libs,ALL
- configure:27445: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -fvisibility=hidden -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -Wl,-z,relro -Wl,-z,now -Wl,--exclude-libs,ALL conftest.cpp -lanl >&5
- configure:27445: $? = 0
- configure:27454: result: yes
- configure:27504: checking whether the Boost::Unit_Test_Framework library is available
- configure:27527: g++ -c -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -fvisibility=hidden -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -pthread -I/usr/include conftest.cpp >&5
- conftest.cpp: In function 'int main()':
- conftest.cpp:66:21: warning: unused variable 'test' [-Wunused-variable]
- test_suite* test= BOOST_TEST_SUITE( "Unit test example 1" ); return 0;
- ^~~~
- configure:27527: $? = 0
- configure:27541: result: yes
- configure:27653: checking for dynamic linked boost test
- configure:27668: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -fvisibility=hidden -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -pthread -I/usr/include -Wl,-z,relro -Wl,-z,now conftest.cpp -lanl -L/usr/lib64 -lboost_unit_test_framework >&5
- configure:27668: $? = 0
- configure:27669: result: yes
- configure:27713: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -fvisibility=hidden -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -pthread -I/usr/include -Wl,-z,relro -Wl,-z,now conftest.cpp -L/usr/lib64 -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lboost_chrono -lanl >&5
- configure:27713: $? = 0
- configure:27782: checking for SSL
- configure:27789: $PKG_CONFIG --exists --print-errors "libssl"
- configure:27792: $? = 0
- configure:27806: $PKG_CONFIG --exists --print-errors "libssl"
- configure:27809: $? = 0
- configure:27847: result: yes
- configure:27853: checking for CRYPTO
- configure:27860: $PKG_CONFIG --exists --print-errors "libcrypto"
- configure:27863: $? = 0
- configure:27877: $PKG_CONFIG --exists --print-errors "libcrypto"
- configure:27880: $? = 0
- configure:27918: result: yes
- configure:27927: checking for PROTOBUF
- configure:27934: $PKG_CONFIG --exists --print-errors "protobuf"
- configure:27937: $? = 0
- configure:27951: $PKG_CONFIG --exists --print-errors "protobuf"
- configure:27954: $? = 0
- configure:28014: result: yes
- configure:28029: checking for QR
- configure:28036: $PKG_CONFIG --exists --print-errors "libqrencode"
- configure:28039: $? = 0
- configure:28053: $PKG_CONFIG --exists --print-errors "libqrencode"
- configure:28056: $? = 0
- configure:28094: result: yes
- configure:28318: checking for RAND_egd in -lcrypto
- configure:28343: g++ -o conftest -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC -fvisibility=hidden -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5 -Wl,-z,relro -Wl,-z,now conftest.cpp -lcrypto -lanl >&5
- /tmp/cczIOlQF.o: In function `main':
- /mnt/tank/projects/PIVX/conftest.cpp:74: undefined reference to `RAND_egd'
- collect2: error: ld returned 1 exit status
- configure:28343: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Pivx Core"
- | #define PACKAGE_TARNAME "pivx"
- | #define PACKAGE_VERSION "2.2.99"
- | #define PACKAGE_STRING "Pivx Core 2.2.99"
- | #define PACKAGE_BUGREPORT "www.pivx.org"
- | #define PACKAGE_URL ""
- | #define HAVE_CXX11 1
- | #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_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_PTHREAD_PRIO_INHERIT 1
- | #define HAVE_PTHREAD 1
- | #define HAVE_DECL_STRERROR_R 1
- | #define HAVE_STRERROR_R 1
- | #define STRERROR_R_CHAR_P 1
- | #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- | #define HAVE_ENDIAN_H 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_SYS_SELECT_H 1
- | #define HAVE_SYS_PRCTL_H 1
- | #define HAVE_GETADDRINFO_A 1
- | #define HAVE_INET_PTON 1
- | #define HAVE_DECL_STRNLEN 1
- | #define HAVE_DECL_LE32TOH 1
- | #define HAVE_DECL_LE64TOH 1
- | #define HAVE_DECL_HTOLE32 1
- | #define HAVE_DECL_HTOLE64 1
- | #define HAVE_DECL_BE32TOH 1
- | #define HAVE_DECL_BE64TOH 1
- | #define HAVE_DECL_HTOBE32 1
- | #define HAVE_DECL_HTOBE64 1
- | #define HAVE_MSG_NOSIGNAL 1
- | #define HAVE_VISIBILITY_ATTRIBUTE 1
- | #define HAVE_MINIUPNPC_MINIWGET_H 1
- | #define HAVE_MINIUPNPC_MINIUPNPC_H 1
- | #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
- | #define HAVE_MINIUPNPC_UPNPERRORS_H 1
- | #define HAVE_QT5 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_FOR 1
- | /* end confdefs.h. */
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char RAND_egd ();
- | int
- | main ()
- | {
- | return RAND_egd ();
- | ;
- | return 0;
- | }
- configure:28352: result: no
- configure:28369: error: Detected LibreSSL: This is NOT supported, and may break consensus compatibility!
- ## ---------------- ##
- ## 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_LT_SYS_LIBRARY_PATH_set=
- ac_cv_env_LT_SYS_LIBRARY_PATH_value=
- ac_cv_env_OBJCXXFLAGS_set=
- ac_cv_env_OBJCXXFLAGS_value=
- ac_cv_env_OBJCXX_set=
- ac_cv_env_OBJCXX_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_PYTHONPATH_set=
- ac_cv_env_PYTHONPATH_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_QTPLATFORM_CFLAGS_set=
- ac_cv_env_QTPLATFORM_CFLAGS_value=
- ac_cv_env_QTPLATFORM_LIBS_set=
- ac_cv_env_QTPLATFORM_LIBS_value=
- ac_cv_env_QTPRINT_CFLAGS_set=
- ac_cv_env_QTPRINT_CFLAGS_value=
- ac_cv_env_QTPRINT_LIBS_set=
- ac_cv_env_QTPRINT_LIBS_value=
- ac_cv_env_QTXCBQPA_CFLAGS_set=
- ac_cv_env_QTXCBQPA_CFLAGS_value=
- ac_cv_env_QTXCBQPA_LIBS_set=
- ac_cv_env_QTXCBQPA_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_X11XCB_CFLAGS_set=
- ac_cv_env_X11XCB_CFLAGS_value=
- ac_cv_env_X11XCB_LIBS_set=
- ac_cv_env_X11XCB_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_func_strerror_r=yes
- ac_cv_func_strerror_r_char_p=yes
- ac_cv_have_decl_be32toh=yes
- ac_cv_have_decl_be64toh=yes
- ac_cv_have_decl_htobe32=yes
- ac_cv_have_decl_htobe64=yes
- ac_cv_have_decl_htole32=yes
- ac_cv_have_decl_htole64=yes
- ac_cv_have_decl_le32toh=yes
- ac_cv_have_decl_le64toh=yes
- ac_cv_have_decl_strerror_r=yes
- ac_cv_have_decl_strnlen=yes
- ac_cv_header_dlfcn_h=yes
- ac_cv_header_endian_h=yes
- 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_prctl_h=yes
- ac_cv_header_sys_select_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___exit=yes
- ac_cv_lib_boost_filesystem___exit=yes
- ac_cv_lib_boost_program_options___exit=yes
- ac_cv_lib_boost_system___exit=yes
- ac_cv_lib_boost_thread___exit=yes
- ac_cv_lib_crypto_RAND_egd=no
- ac_cv_lib_db_cxx_4_8___main=yes
- ac_cv_lib_miniupnpc_main=yes
- ac_cv_objcxx_compiler_gnu=no
- ac_cv_objext=o
- ac_cv_path_EGREP='/usr/bin/grep -E'
- ac_cv_path_FGREP='/usr/bin/grep -F'
- ac_cv_path_GIT=/usr/bin/git
- ac_cv_path_GREP=/usr/bin/grep
- ac_cv_path_HEXDUMP=/usr/bin/hexdump
- ac_cv_path_JAVA=/usr/bin/java
- ac_cv_path_LRELEASE=/usr/bin/lrelease-qt5
- ac_cv_path_LUPDATE=/usr/bin/lupdate-qt5
- ac_cv_path_MOC=/usr/bin/moc-qt5
- ac_cv_path_PYTHON=/usr/bin/python3
- ac_cv_path_RCC=/usr/bin/rcc-qt5
- ac_cv_path_SED=/usr/bin/sed
- ac_cv_path_UIC=/usr/bin/uic-qt5
- ac_cv_path_XGETTEXT=/usr/bin/xgettext
- ac_cv_path_ac_pt_AR=/usr/bin/ar
- ac_cv_path_ac_pt_CPPFILT=/usr/bin/c++filt
- ac_cv_path_ac_pt_GCOV=/usr/bin/gcov
- ac_cv_path_ac_pt_OBJCOPY=/usr/bin/objcopy
- 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_READELF=/usr/bin/readelf
- ac_cv_path_ac_pt_STRIP=/usr/bin/strip
- ac_cv_path_install='/usr/bin/install -c'
- ac_cv_path_lt_DD=/usr/bin/dd
- ac_cv_path_mkdir=/usr/bin/mkdir
- ac_cv_prog_AWK=gawk
- ac_cv_prog_CPP='gcc -E'
- ac_cv_prog_CXXCPP='g++ -E'
- ac_cv_prog_ac_ct_AR=ar
- ac_cv_prog_ac_ct_CC=gcc
- ac_cv_prog_ac_ct_CXX=g++
- ac_cv_prog_ac_ct_OBJDUMP=objdump
- ac_cv_prog_ac_ct_RANLIB=ranlib
- ac_cv_prog_ac_ct_STRIP=strip
- 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_objcxx_g=no
- ac_cv_search_clock_gettime='none required'
- ac_cv_search_getaddrinfo_a=-lanl
- ac_cv_search_inet_pton='none required'
- 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_OBJCXX_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_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_cxxcppflags___U_FORTIFY_SOURCE=yes
- ax_cv_check_cxxflags___Wstack_protector=yes
- ax_cv_check_cxxflags___fPIC=yes
- ax_cv_check_cxxflags___fstack_protector_all=yes
- ax_cv_check_cxxflags___fvisibility_hidden=yes
- ax_cv_check_ldflags___Wl___dynamicbase=no
- ax_cv_check_ldflags___Wl___exclude_libs_ALL=yes
- 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___pic=no
- ax_cv_cxx_compile_cxx11=yes
- ax_cv_have_func_attribute_dllexport=no
- ax_cv_have_func_attribute_dllimport=no
- ax_cv_have_func_attribute_visibility=yes
- bitcoin_cv_static_qt=no
- lt_cv_ar_at_file=@
- lt_cv_archive_cmds_need_lc=no
- lt_cv_deplibs_check_method=pass_all
- lt_cv_file_magic_cmd='$MAGIC_CMD'
- lt_cv_file_magic_test_file=
- lt_cv_ld_reload_flag=-r
- lt_cv_nm_interface='BSD nm'
- lt_cv_objdir=.libs
- lt_cv_path_LD=/usr/bin/ld
- lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
- lt_cv_path_NM='/usr/bin/nm -B'
- lt_cv_path_mainfest_tool=no
- lt_cv_prog_compiler_c_o=yes
- lt_cv_prog_compiler_c_o_CXX=yes
- lt_cv_prog_compiler_pic='-fPIC -DPIC'
- lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
- lt_cv_prog_compiler_pic_works=yes
- lt_cv_prog_compiler_pic_works_CXX=yes
- lt_cv_prog_compiler_rtti_exceptions=no
- lt_cv_prog_compiler_static_works=yes
- lt_cv_prog_compiler_static_works_CXX=yes
- lt_cv_prog_gnu_ld=yes
- lt_cv_prog_gnu_ldcxx=yes
- lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
- lt_cv_shlibpath_overrides_runpath=no
- lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
- lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
- lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
- lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
- lt_cv_sys_global_symbol_to_import=
- lt_cv_sys_max_cmd_len=1572864
- lt_cv_to_host_file_cmd=func_convert_file_noop
- lt_cv_to_tool_file_cmd=func_convert_file_noop
- lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
- pkg_cv_CRYPTO_CFLAGS=
- pkg_cv_CRYPTO_LIBS=-lcrypto
- pkg_cv_PROTOBUF_CFLAGS=-pthread
- pkg_cv_PROTOBUF_LIBS='-lprotobuf -pthread -lpthread'
- pkg_cv_QR_CFLAGS=
- pkg_cv_QR_LIBS=-lqrencode
- pkg_cv_QT_CFLAGS='-I/usr/include/qt/QtNetwork -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt -I/usr/include/qt/QtGui -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/include/qt'
- pkg_cv_QT_DBUS_CFLAGS='-I/usr/include/qt/QtDBus -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/include/qt'
- pkg_cv_QT_DBUS_LIBS='-lQt5DBus -lQt5Core'
- pkg_cv_QT_LIBS='-lQt5Network -lQt5Widgets -lQt5Gui -lQt5Core'
- pkg_cv_QT_TEST_CFLAGS='-I/usr/include/qt/QtTest -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/include/qt'
- pkg_cv_QT_TEST_LIBS='-lQt5Test -lQt5Core'
- pkg_cv_SSL_CFLAGS=
- pkg_cv_SSL_LIBS=-lssl
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- ACLOCAL='${SHELL} /mnt/tank/projects/PIVX/build-aux/missing aclocal-1.15'
- 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} /mnt/tank/projects/PIVX/build-aux/missing autoconf'
- AUTOHEADER='${SHELL} /mnt/tank/projects/PIVX/build-aux/missing autoheader'
- AUTOMAKE='${SHELL} /mnt/tank/projects/PIVX/build-aux/missing automake-1.15'
- AWK='gawk'
- BDB_CPPFLAGS=' -I/usr/include/db4.8/'
- BDB_LIBS='-ldb_cxx-4.8'
- BOOST_CHRONO_LIB='-lboost_chrono'
- BOOST_CPPFLAGS='-pthread -I/usr/include'
- BOOST_FILESYSTEM_LIB='-lboost_filesystem'
- BOOST_LDFLAGS='-L/usr/lib64'
- BOOST_LIBS='-L/usr/lib64 -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lboost_chrono'
- BOOST_PROGRAM_OPTIONS_LIB='-lboost_program_options'
- BOOST_SYSTEM_LIB='-lboost_system'
- BOOST_THREAD_LIB='-lboost_thread'
- BOOST_UNIT_TEST_FRAMEWORK_LIB='-lboost_unit_test_framework'
- BREW=''
- BUILD_BITCOIND_FALSE=''
- BUILD_BITCOIND_TRUE=''
- BUILD_BITCOIN_LIBS_FALSE=''
- BUILD_BITCOIN_LIBS_TRUE=''
- BUILD_BITCOIN_UTILS_FALSE=''
- BUILD_BITCOIN_UTILS_TRUE=''
- BUILD_DARWIN_FALSE=''
- BUILD_DARWIN_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'
- CPPFILT='/usr/bin/c++filt'
- CPPFLAGS=' -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_QT5'
- 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 -fstack-protector-all -fPIC -fvisibility=hidden'
- CYGPATH_W='echo'
- DEFS=''
- DEPDIR='.deps'
- DLLTOOL='false'
- DSYMUTIL=''
- DUMPBIN=''
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EGREP='/usr/bin/grep -E'
- EMBEDDED_LEVELDB_FALSE='#'
- EMBEDDED_LEVELDB_TRUE=''
- ENABLE_QT_FALSE=''
- ENABLE_QT_TESTS_FALSE=''
- ENABLE_QT_TESTS_TRUE=''
- ENABLE_QT_TRUE=''
- ENABLE_TESTS_FALSE=''
- ENABLE_TESTS_TRUE=''
- ENABLE_WALLET_FALSE=''
- ENABLE_WALLET_TRUE=''
- EXEEXT=''
- FGREP='/usr/bin/grep -F'
- GCOV='/usr/bin/gcov'
- GENHTML=''
- GENISOIMAGE=''
- GIT='/usr/bin/git'
- GLIBC_BACK_COMPAT_FALSE=''
- GLIBC_BACK_COMPAT_TRUE=''
- GREP='/usr/bin/grep'
- HAVE_CXX11='1'
- HAVE_QT5_FALSE=''
- HAVE_QT5_TRUE=''
- HEXDUMP='/usr/bin/hexdump'
- IMAGEMAGICK_CONVERT=''
- INSTALLNAMETOOL=''
- 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=''
- LD='/usr/bin/ld -m elf_x86_64'
- LDFLAGS=' -Wl,-z,relro -Wl,-z,now'
- LEVELDB_CPPFLAGS=''
- LEVELDB_TARGET_FLAGS=''
- LIBLEVELDB=''
- LIBMEMENV=''
- LIBOBJS=''
- LIBS='-lanl '
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
- LIBTOOL_APP_LDFLAGS=''
- LIPO=''
- LN_S='ln -s'
- LRELEASE='/usr/bin/lrelease-qt5'
- LTLIBOBJS=''
- LT_SYS_LIBRARY_PATH=''
- LUPDATE='/usr/bin/lupdate-qt5'
- MAINT=''
- MAINTAINER_MODE_FALSE='#'
- MAINTAINER_MODE_TRUE=''
- MAKEINFO='${SHELL} /mnt/tank/projects/PIVX/build-aux/missing makeinfo'
- MAKENSIS=''
- MANIFEST_TOOL=':'
- MINIUPNPC_CPPFLAGS=''
- MINIUPNPC_LIBS='-lminiupnpc'
- MKDIR_P='/usr/bin/mkdir -p'
- MOC='/usr/bin/moc-qt5'
- MOC_DEFS='-DHAVE_CONFIG_H -I$(srcdir)'
- NM='/usr/bin/nm -B'
- NMEDIT=''
- OBJCOPY='/usr/bin/objcopy'
- OBJCXX='g++'
- OBJCXXDEPMODE='depmode=gcc3'
- OBJCXXFLAGS='-g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC'
- OBJDUMP='objdump'
- OBJEXT='o'
- OTOOL64=''
- OTOOL=''
- PACKAGE='pivx'
- PACKAGE_BUGREPORT='www.pivx.org'
- PACKAGE_NAME='Pivx Core'
- PACKAGE_STRING='Pivx Core 2.2.99'
- PACKAGE_TARNAME='pivx'
- PACKAGE_URL=''
- PACKAGE_VERSION='2.2.99'
- PATH_SEPARATOR=':'
- PKG_CONFIG='/usr/bin/pkg-config'
- PKG_CONFIG_LIBDIR=''
- PKG_CONFIG_PATH=''
- PORT=''
- PROTOBUF_CFLAGS='-pthread'
- PROTOBUF_LIBS='-lprotobuf -pthread -lpthread'
- PROTOC=''
- PTHREAD_CC='gcc'
- PTHREAD_CFLAGS='-pthread'
- PTHREAD_LIBS=''
- PYTHON='/usr/bin/python3'
- PYTHONPATH=''
- QR_CFLAGS=''
- QR_LIBS='-lqrencode'
- QTPLATFORM_CFLAGS=''
- QTPLATFORM_LIBS=''
- QTPRINT_CFLAGS=''
- QTPRINT_LIBS=''
- QTXCBQPA_CFLAGS=''
- QTXCBQPA_LIBS=''
- QT_CFLAGS='-I/usr/include/qt/QtNetwork -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt -I/usr/include/qt/QtGui -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/include/qt'
- QT_DBUS_CFLAGS='-I/usr/include/qt/QtDBus -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/include/qt'
- QT_DBUS_INCLUDES='-I/usr/include/qt/QtDBus -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/include/qt'
- QT_DBUS_LIBS='-lQt5DBus -lQt5Core'
- QT_INCLUDES='-I/usr/include/qt/QtNetwork -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt -I/usr/include/qt/QtGui -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/include/qt'
- QT_LDFLAGS=''
- QT_LIBS='-lQt5Network -lQt5Widgets -lQt5Gui -lQt5Core'
- QT_PIE_FLAGS=''
- QT_SELECT='qt5'
- QT_TEST_CFLAGS='-I/usr/include/qt/QtTest -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/include/qt'
- QT_TEST_INCLUDES='-I/usr/include/qt/QtTest -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/include/qt'
- QT_TEST_LIBS='-lQt5Test -lQt5Core'
- QT_TRANSLATION_DIR=''
- RANLIB='/usr/bin/ranlib'
- RCC='/usr/bin/rcc-qt5'
- READELF='/usr/bin/readelf'
- RELDFLAGS='-Wl,--exclude-libs,ALL'
- RSVG_CONVERT=''
- SED='/usr/bin/sed'
- SET_MAKE=''
- SHELL='/bin/sh'
- SSL_CFLAGS=''
- SSL_LIBS='-lssl'
- STRIP='/usr/bin/strip'
- TARGET_DARWIN_FALSE=''
- TARGET_DARWIN_TRUE=''
- TARGET_WINDOWS_FALSE=''
- TARGET_WINDOWS_TRUE=''
- TESTDEFS=' -DBOOST_TEST_DYN_LINK'
- TIFFCP=''
- UIC='/usr/bin/uic-qt5'
- USE_COMPARISON_TOOL_FALSE=''
- USE_COMPARISON_TOOL_REORG_TESTS_FALSE=''
- USE_COMPARISON_TOOL_REORG_TESTS_TRUE=''
- USE_COMPARISON_TOOL_TRUE=''
- USE_LCOV_FALSE=''
- USE_LCOV_TRUE=''
- USE_LIBSECP256K1_FALSE=''
- USE_LIBSECP256K1_TRUE=''
- USE_QRCODE=''
- USE_QRCODE_FALSE=''
- USE_QRCODE_TRUE=''
- USE_UPNP=''
- VERSION='2.2.99'
- WINDOWS_BITS=''
- WINDRES=''
- X11XCB_CFLAGS=''
- X11XCB_LIBS=''
- XGETTEXT='/usr/bin/xgettext'
- ac_ct_AR='ar'
- ac_ct_CC='gcc'
- ac_ct_CXX='g++'
- ac_ct_DUMPBIN=''
- ac_ct_OBJCXX=''
- 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__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} /mnt/tank/projects/PIVX/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'
- subdirs=''
- sysconfdir='${prefix}/etc'
- target_alias=''
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- /* confdefs.h */
- #define PACKAGE_NAME "Pivx Core"
- #define PACKAGE_TARNAME "pivx"
- #define PACKAGE_VERSION "2.2.99"
- #define PACKAGE_STRING "Pivx Core 2.2.99"
- #define PACKAGE_BUGREPORT "www.pivx.org"
- #define PACKAGE_URL ""
- #define HAVE_CXX11 1
- #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_DLFCN_H 1
- #define LT_OBJDIR ".libs/"
- #define HAVE_PTHREAD_PRIO_INHERIT 1
- #define HAVE_PTHREAD 1
- #define HAVE_DECL_STRERROR_R 1
- #define HAVE_STRERROR_R 1
- #define STRERROR_R_CHAR_P 1
- #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
- #define HAVE_ENDIAN_H 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_SYS_SELECT_H 1
- #define HAVE_SYS_PRCTL_H 1
- #define HAVE_GETADDRINFO_A 1
- #define HAVE_INET_PTON 1
- #define HAVE_DECL_STRNLEN 1
- #define HAVE_DECL_LE32TOH 1
- #define HAVE_DECL_LE64TOH 1
- #define HAVE_DECL_HTOLE32 1
- #define HAVE_DECL_HTOLE64 1
- #define HAVE_DECL_BE32TOH 1
- #define HAVE_DECL_BE64TOH 1
- #define HAVE_DECL_HTOBE32 1
- #define HAVE_DECL_HTOBE64 1
- #define HAVE_MSG_NOSIGNAL 1
- #define HAVE_VISIBILITY_ATTRIBUTE 1
- #define HAVE_MINIUPNPC_MINIWGET_H 1
- #define HAVE_MINIUPNPC_MINIUPNPC_H 1
- #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
- #define HAVE_MINIUPNPC_UPNPERRORS_H 1
- #define HAVE_QT5 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_FOR 1
- configure: exit 1