Skip to content

Instantly share code, notes, and snippets.

@da2ce7
Created August 28, 2022 21:46
Show Gist options
  • Save da2ce7/ec7276de7d0284681cd73b0cdcb90f3b to your computer and use it in GitHub Desktop.
Save da2ce7/ec7276de7d0284681cd73b0cdcb90f3b to your computer and use it in GitHub Desktop.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Bitcoin Core configure 23.99.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = Cams-MacBook-Pro.local
uname -m = x86_64
uname -r = 21.6.0
uname -s = Darwin
uname -v = Darwin Kernel Version 21.6.0: Wed Aug 10 14:25:27 PDT 2022; root:xnu-8020.141.5~2/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 21.6.0: Wed Aug 10 14:25:27 PDT 2022; root:xnu-8020.141.5~2/RELEASE_X86_64
Kernel configured for up to 16 processors.
8 processors are physically available.
16 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Primary memory available: 32.00 gigabytes
Default processor set: 541 tasks, 2605 threads, 16 processors
Load average: 1.23, Mach factor: 14.76
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/opt/openjdk/bin/
PATH: /usr/local/bin/
PATH: /usr/bin/
PATH: /bin/
PATH: /usr/sbin/
PATH: /sbin/
PATH: /Applications/VMware Fusion.app/Contents/Public/
PATH: /Library/Apple/usr/bin/
PATH: /Users/cam/.cargo/bin/
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3608: looking for aux files: compile ltmain.sh missing install-sh config.guess config.sub
configure:3621: trying ./build-aux/
configure:3650: ./build-aux/compile found
configure:3650: ./build-aux/ltmain.sh found
configure:3650: ./build-aux/missing found
configure:3632: ./build-aux/install-sh found
configure:3650: ./build-aux/config.guess found
configure:3650: ./build-aux/config.sub found
configure:3827: checking for pkg-config
configure:3850: found /usr/local/bin/pkg-config
configure:3862: result: /usr/local/bin/pkg-config
configure:3887: checking pkg-config is at least version 0.9.0
configure:3890: result: yes
configure:3935: checking build system type
configure:3950: result: x86_64-apple-darwin21.6.0
configure:3970: checking host system type
configure:3984: result: x86_64-apple-darwin21.6.0
configure:4026: checking for a BSD-compatible install
configure:4099: result: /usr/bin/install -c
configure:4110: checking whether build environment is sane
configure:4165: result: yes
configure:4324: checking for a race-free mkdir -p
configure:4368: result: ./build-aux/install-sh -c -d
configure:4375: checking for gawk
configure:4410: result: no
configure:4375: checking for mawk
configure:4410: result: no
configure:4375: checking for nawk
configure:4410: result: no
configure:4375: checking for awk
configure:4396: found /usr/bin/awk
configure:4407: result: awk
configure:4418: checking whether make sets $(MAKE)
configure:4441: result: yes
configure:4471: checking whether make supports nested variables
configure:4489: result: yes
configure:4622: checking whether to enable maintainer-specific portions of Makefiles
configure:4632: result: yes
configure:4658: checking whether make supports nested variables
configure:4676: result: yes
configure:4762: checking for g++
configure:4783: found /usr/bin/g++
configure:4794: result: g++
configure:4821: checking for C++ compiler version
configure:4830: g++ --version >&5
Apple clang version 13.1.6 (clang-1316.0.21.2.5)
Target: x86_64-apple-darwin21.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:4841: $? = 0
configure:4830: g++ -v >&5
Apple clang version 13.1.6 (clang-1316.0.21.2.5)
Target: x86_64-apple-darwin21.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:4841: $? = 0
configure:4830: g++ -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:4841: $? = 1
configure:4830: g++ -qversion >&5
clang: error: unknown argument '-qversion'; did you mean '--version'?
clang: error: no input files
configure:4841: $? = 1
configure:4861: checking whether the C++ compiler works
configure:4883: g++ conftest.cpp >&5
configure:4887: $? = 0
configure:4937: result: yes
configure:4940: checking for C++ compiler default output file name
configure:4942: result: a.out
configure:4948: checking for suffix of executables
configure:4955: g++ -o conftest conftest.cpp >&5
configure:4959: $? = 0
configure:4982: result:
configure:5004: checking whether we are cross compiling
configure:5012: g++ -o conftest conftest.cpp >&5
configure:5016: $? = 0
configure:5023: ./conftest
configure:5027: $? = 0
configure:5042: result: no
configure:5047: checking for suffix of object files
configure:5070: g++ -c conftest.cpp >&5
configure:5074: $? = 0
configure:5096: result: o
configure:5100: checking whether the compiler supports GNU C++
configure:5120: g++ -c conftest.cpp >&5
configure:5120: $? = 0
configure:5130: result: yes
configure:5141: checking whether g++ accepts -g
configure:5162: g++ -c -g conftest.cpp >&5
configure:5162: $? = 0
configure:5206: result: yes
configure:5226: checking for g++ option to enable C++11 features
configure:5241: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp:55:3: error: "Compiler does not advertise C++11 conformance"
# error "Compiler does not advertise C++11 conformance"
^
conftest.cpp:60:3: error: unknown type name 'constexpr'
constexpr int get_val() { return 20; }
^
conftest.cpp:72:17: error: delegating constructors are permitted only in C++11
delegate(): delegate(2354) {}
^~~~~~~~
conftest.cpp:83:26: warning: 'override' keyword is a C++11 extension [-Wc++11-extensions]
virtual int getval() override final { return this->n * 2; }
^
conftest.cpp:83:35: warning: 'final' keyword is a C++11 extension [-Wc++11-extensions]
virtual int getval() override final { return this->n * 2; }
^
conftest.cpp:90:16: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions]
nocopy() = default;
^
conftest.cpp:91:29: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
nocopy(const nocopy&) = delete;
^
conftest.cpp:92:41: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
nocopy & operator=(const nocopy&) = delete;
^
conftest.cpp:104:25: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
template <typename V> auto sum(V first) -> V
^
conftest.cpp:104:25: error: 'auto' not allowed in function return type
template <typename V> auto sum(V first) -> V
^~~~
conftest.cpp:104:42: error: expected ';' at end of declaration
template <typename V> auto sum(V first) -> V
^
;
conftest.cpp:104:43: error: cannot use arrow operator on a type
template <typename V> auto sum(V first) -> V
^
conftest.cpp:108:33: warning: variadic templates are a C++11 extension [-Wc++11-extensions]
template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
^
conftest.cpp:108:43: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
^
conftest.cpp:108:43: error: 'auto' not allowed in function return type
template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
^~~~
conftest.cpp:108:74: error: expected ';' at end of declaration
template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
^
;
conftest.cpp:108:75: error: cannot use arrow operator on a type
template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
^
conftest.cpp:132:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
auto a1 = 6538;
^
conftest.cpp:133:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
auto a2 = 48573953.4;
^
conftest.cpp:134:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
auto a3 = "String literal";
^
conftest.cpp:137:8: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
for (auto i = a3; *i; ++i) { total += *i; }
^
conftest.cpp:153:8: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
for (auto &x : array) { x += 23; }
^
conftest.cpp:153:16: warning: range-based for loop is a C++11 extension [-Wc++11-extensions]
for (auto &x : array) { x += 23; }
^
conftest.cpp:158:17: error: expected expression
assert (eval ([](int x) { return x*2; }, 21) == 42);
^
conftest.cpp:160:17: error: expected expression
assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0);
^
conftest.cpp:162:17: error: expected expression
assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0);
^
conftest.cpp:168:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
auto a = sum(1);
^
conftest.cpp:168:12: error: no matching function for call to 'sum'
auto a = sum(1);
^~~
conftest.cpp:169:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
auto b = sum(1, 2);
^
conftest.cpp:169:12: error: no matching function for call to 'sum'
auto b = sum(1, 2);
^~~
conftest.cpp:170:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
auto c = sum(1.0, 2.0, 3.0);
^
conftest.cpp:170:12: error: no matching function for call to 'sum'
auto c = sum(1.0, 2.0, 3.0);
^~~
conftest.cpp:175:25: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse]
cxx11test::delegate d2();
^~
conftest.cpp:175:25: note: remove parentheses to declare a variable
cxx11test::delegate d2();
^~
conftest.cpp:188:16: error: found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?
test_template<::test_template<int>> v(test_template<int>(12));
^~~
< ::
conftest.cpp:188:36: error: a space is required between consecutive right angle brackets (use '> >')
test_template<::test_template<int>> v(test_template<int>(12));
^~
> >
conftest.cpp:192:22: error: use of undeclared identifier 'u8'
char const *utf8 = u8"UTF-8 string \u2500";
^
conftest.cpp:192:24: error: expected ';' at end of declaration
char const *utf8 = u8"UTF-8 string \u2500";
^
;
fatal error: too many errors emitted, stopping now [-ferror-limit=]
18 warnings and 20 errors generated.
configure:5241: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| /* end confdefs.h. */
|
| // Does the compiler advertise C++98 conformance?
| #if !defined __cplusplus || __cplusplus < 199711L
| # error "Compiler does not advertise C++98 conformance"
| #endif
|
| // These inclusions are to reject old compilers that
| // lack the unsuffixed header files.
| #include <cstdlib>
| #include <exception>
|
| // <cassert> and <cstring> are *not* freestanding headers in C++98.
| extern void assert (int);
| namespace std {
| extern int strcmp (const char *, const char *);
| }
|
| // Namespaces, exceptions, and templates were all added after "C++ 2.0".
| using std::exception;
| using std::strcmp;
|
| namespace {
|
| void test_exception_syntax()
| {
| try {
| throw "test";
| } catch (const char *s) {
| // Extra parentheses suppress a warning when building autoconf itself,
| // due to lint rules shared with more typical C programs.
| assert (!(strcmp) (s, "test"));
| }
| }
|
| template <typename T> struct test_template
| {
| T const val;
| explicit test_template(T t) : val(t) {}
| template <typename U> T add(U u) { return static_cast<T>(u) + val; }
| };
|
| } // anonymous namespace
|
|
| // Does the compiler advertise C++ 2011 conformance?
| #if !defined __cplusplus || __cplusplus < 201103L
| # error "Compiler does not advertise C++11 conformance"
| #endif
|
| namespace cxx11test
| {
| constexpr int get_val() { return 20; }
|
| struct testinit
| {
| int i;
| double d;
| };
|
| class delegate
| {
| public:
| delegate(int n) : n(n) {}
| delegate(): delegate(2354) {}
|
| virtual int getval() { return this->n; };
| protected:
| int n;
| };
|
| class overridden : public delegate
| {
| public:
| overridden(int n): delegate(n) {}
| virtual int getval() override final { return this->n * 2; }
| };
|
| class nocopy
| {
| public:
| nocopy(int i): i(i) {}
| nocopy() = default;
| nocopy(const nocopy&) = delete;
| nocopy & operator=(const nocopy&) = delete;
| private:
| int i;
| };
|
| // for testing lambda expressions
| template <typename Ret, typename Fn> Ret eval(Fn f, Ret v)
| {
| return f(v);
| }
|
| // for testing variadic templates and trailing return types
| template <typename V> auto sum(V first) -> V
| {
| return first;
| }
| template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
| {
| return first + sum(rest...);
| }
| }
|
|
| int
| main (int argc, char **argv)
| {
| int ok = 0;
|
| assert (argc);
| assert (! argv[0]);
| {
| test_exception_syntax ();
| test_template<double> tt (2.0);
| assert (tt.add (4) == 6.0);
| assert (true && !false);
| }
|
|
| {
| // Test auto and decltype
| auto a1 = 6538;
| auto a2 = 48573953.4;
| auto a3 = "String literal";
|
| int total = 0;
| for (auto i = a3; *i; ++i) { total += *i; }
|
| decltype(a2) a4 = 34895.034;
| }
| {
| // Test constexpr
| short sa[cxx11test::get_val()] = { 0 };
| }
| {
| // Test initializer lists
| cxx11test::testinit il = { 4323, 435234.23544 };
| }
| {
| // Test range-based for
| int array[] = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3,
| 14, 19, 17, 8, 6, 20, 16, 2, 11, 1};
| for (auto &x : array) { x += 23; }
| }
| {
| // Test lambda expressions
| using cxx11test::eval;
| assert (eval ([](int x) { return x*2; }, 21) == 42);
| double d = 2.0;
| assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0);
| assert (d == 5.0);
| assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0);
| assert (d == 5.0);
| }
| {
| // Test use of variadic templates
| using cxx11test::sum;
| auto a = sum(1);
| auto b = sum(1, 2);
| auto c = sum(1.0, 2.0, 3.0);
| }
| {
| // Test constructor delegation
| cxx11test::delegate d1;
| cxx11test::delegate d2();
| cxx11test::delegate d3(45);
| }
| {
| // Test override and final
| cxx11test::overridden o1(55464);
| }
| {
| // Test nullptr
| char *c = nullptr;
| }
| {
| // Test template brackets
| test_template<::test_template<int>> v(test_template<int>(12));
| }
| {
| // Unicode literals
| char const *utf8 = u8"UTF-8 string \u2500";
| char16_t const *utf16 = u"UTF-8 string \u2500";
| char32_t const *utf32 = U"UTF-32 string \u2500";
| }
|
| return ok;
| }
|
configure:5259: result: none needed
configure:5326: checking whether make supports the include directive
configure:5341: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:5344: $? = 0
configure:5363: result: yes (GNU style)
configure:5389: checking dependency style of g++
configure:5501: result: gcc3
configure:5560: checking whether g++ supports C++17 features with -std=c++17
configure:6357: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
configure:6357: $? = 0
configure:6367: result: yes
configure:7306: checking whether std::filesystem can be used without link library
configure:7322: g++ -std=c++17 -o conftest -g -O2 conftest.cpp >&5
configure:7322: $? = 0
configure:7325: result: yes
configure:7528: checking for Objective C++ compiler version
configure:7537: g++ -std=c++17 --version >&5
Apple clang version 13.1.6 (clang-1316.0.21.2.5)
Target: x86_64-apple-darwin21.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:7548: $? = 0
configure:7537: g++ -std=c++17 -v >&5
Apple clang version 13.1.6 (clang-1316.0.21.2.5)
Target: x86_64-apple-darwin21.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
clang: warning: argument unused during compilation: '-std=c++17' [-Wunused-command-line-argument]
configure:7548: $? = 0
configure:7537: g++ -std=c++17 -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:7548: $? = 1
configure:7537: g++ -std=c++17 -qversion >&5
clang: error: unknown argument '-qversion'; did you mean '--version'?
clang: error: no input files
configure:7548: $? = 1
configure:7552: checking whether the compiler supports GNU Objective C++
configure:7572: g++ -std=c++17 -c conftest.mm >&5
configure:7572: $? = 0
configure:7582: result: yes
configure:7593: checking whether g++ -std=c++17 accepts -g
configure:7614: g++ -std=c++17 -c -g conftest.mm >&5
configure:7614: $? = 0
configure:7658: result: yes
configure:7683: checking dependency style of g++ -std=c++17
configure:7793: result: gcc3
configure:7858: checking how to print strings
configure:7885: result: printf
configure:7968: checking for gcc
configure:7989: found /usr/bin/gcc
configure:8000: result: gcc
configure:8353: checking for C compiler version
configure:8362: gcc --version >&5
Apple clang version 13.1.6 (clang-1316.0.21.2.5)
Target: x86_64-apple-darwin21.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:8373: $? = 0
configure:8362: gcc -v >&5
Apple clang version 13.1.6 (clang-1316.0.21.2.5)
Target: x86_64-apple-darwin21.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:8373: $? = 0
configure:8362: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:8373: $? = 1
configure:8362: gcc -qversion >&5
clang: error: unknown argument '-qversion'; did you mean '--version'?
clang: error: no input files
configure:8373: $? = 1
configure:8362: gcc -version >&5
clang: error: unknown argument '-version'; did you mean '--version'?
clang: error: no input files
configure:8373: $? = 1
configure:8377: checking whether the compiler supports GNU C
configure:8397: gcc -c conftest.c >&5
configure:8397: $? = 0
configure:8407: result: yes
configure:8418: checking whether gcc accepts -g
configure:8439: gcc -c -g conftest.c >&5
configure:8439: $? = 0
configure:8483: result: yes
configure:8503: checking for gcc option to enable C11 features
configure:8518: gcc -c -g -O2 conftest.c >&5
configure:8518: $? = 0
configure:8536: result: none needed
configure:8652: checking whether gcc understands -c and -o together
configure:8675: gcc -c conftest.c -o conftest2.o
configure:8678: $? = 0
configure:8675: gcc -c conftest.c -o conftest2.o
configure:8678: $? = 0
configure:8690: result: yes
configure:8709: checking dependency style of gcc
configure:8821: result: gcc3
configure:8836: checking for a sed that does not truncate output
configure:8906: result: /usr/bin/sed
configure:8924: checking for grep that handles long lines and -e
configure:8988: result: /usr/bin/grep
configure:8993: checking for egrep
configure:9061: result: /usr/bin/grep -E
configure:9066: checking for fgrep
configure:9134: result: /usr/bin/grep -F
configure:9170: checking for ld used by gcc
configure:9238: result: /Library/Developer/CommandLineTools/usr/bin/ld
configure:9245: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
configure:9261: result: no
configure:9273: checking for BSD- or MS-compatible name lister (nm)
configure:9328: result: /usr/bin/nm -B
configure:9468: checking the name lister (/usr/bin/nm -B) interface
configure:9476: gcc -c -g -O2 conftest.c >&5
configure:9479: /usr/bin/nm -B "conftest.o"
configure:9482: output
0000000000000214 S _some_variable
configure:9489: result: BSD nm
configure:9492: checking whether ln -s works
configure:9496: result: yes
configure:9504: checking the maximum length of command line arguments
configure:9636: result: 786432
configure:9684: checking how to convert x86_64-apple-darwin21.6.0 file names to x86_64-apple-darwin21.6.0 format
configure:9725: result: func_convert_file_noop
configure:9732: checking how to convert x86_64-apple-darwin21.6.0 file names to toolchain format
configure:9753: result: func_convert_file_noop
configure:9760: checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files
configure:9768: result: -r
configure:9847: checking for file
configure:9868: found /usr/bin/file
configure:9879: result: file
configure:9955: checking for objdump
configure:9976: found /usr/bin/objdump
configure:9987: result: objdump
configure:10016: checking how to recognize dependent libraries
configure:10217: result: pass_all
configure:10307: checking for dlltool
configure:10342: result: no
configure:10369: checking how to associate runtime and link libraries
configure:10397: result: printf %s\n
configure:10463: checking for ar
configure:10484: found /usr/bin/ar
configure:10495: result: ar
configure:10548: checking for archiver @FILE support
configure:10566: gcc -c -g -O2 conftest.c >&5
configure:10566: $? = 0
configure:10570: ar cr libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:10573: $? = 1
configure:10593: result: no
configure:10656: checking for strip
configure:10677: found /usr/bin/strip
configure:10688: result: strip
configure:10765: checking for ranlib
configure:10786: found /usr/bin/ranlib
configure:10797: result: ranlib
configure:10899: checking command to parse /usr/bin/nm -B output from gcc object
configure:11053: gcc -c -g -O2 conftest.c >&5
configure:11056: $? = 0
configure:11060: /usr/bin/nm -B conftest.o \| /usr/bin/sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /usr/bin/sed '/ __gnu_lto/d' \> conftest.nm
configure:11063: $? = 0
cannot find nm_test_var in conftest.nm
configure:11053: gcc -c -g -O2 conftest.c >&5
configure:11056: $? = 0
configure:11060: /usr/bin/nm -B conftest.o \| /usr/bin/sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /usr/bin/sed '/ __gnu_lto/d' \> conftest.nm
configure:11063: $? = 0
configure:11129: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
warning: (x86_64) could not find object file symbol for symbol _main
configure:11132: $? = 0
configure:11170: result: ok
configure:11217: checking for sysroot
configure:11248: result: no
configure:11255: checking for a working dd
configure:11299: result: /bin/dd
configure:11303: checking how to truncate binary pipes
configure:11319: result: /bin/dd bs=4096 count=1
configure:11656: checking for mt
configure:11691: result: no
configure:11711: checking if : is a manifest tool
configure:11718: : '-?'
configure:11726: result: no
configure:11787: checking for dsymutil
configure:11808: found /usr/bin/dsymutil
configure:11819: result: dsymutil
configure:11889: checking for nmedit
configure:11910: found /usr/bin/nmedit
configure:11921: result: nmedit
configure:11991: checking for lipo
configure:12012: found /usr/bin/lipo
configure:12023: result: lipo
configure:12093: checking for otool
configure:12114: found /usr/bin/otool
configure:12125: result: otool
configure:12195: checking for otool64
configure:12230: result: no
configure:12275: checking for -single_module linker flag
gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:12309: result: yes
configure:12312: checking for -exported_symbols_list linker flag
configure:12333: gcc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:12333: $? = 0
configure:12344: result: yes
configure:12347: checking for -force_load linker flag
gcc -g -O2 -c -o conftest.o conftest.c
ar cr libconftest.a conftest.o
ranlib libconftest.a
gcc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:12380: result: yes
configure:12451: checking for stdio.h
configure:12451: gcc -c -g -O2 conftest.c >&5
configure:12451: $? = 0
configure:12451: result: yes
configure:12451: checking for stdlib.h
configure:12451: gcc -c -g -O2 conftest.c >&5
configure:12451: $? = 0
configure:12451: result: yes
configure:12451: checking for string.h
configure:12451: gcc -c -g -O2 conftest.c >&5
configure:12451: $? = 0
configure:12451: result: yes
configure:12451: checking for inttypes.h
configure:12451: gcc -c -g -O2 conftest.c >&5
configure:12451: $? = 0
configure:12451: result: yes
configure:12451: checking for stdint.h
configure:12451: gcc -c -g -O2 conftest.c >&5
configure:12451: $? = 0
configure:12451: result: yes
configure:12451: checking for strings.h
configure:12451: gcc -c -g -O2 conftest.c >&5
configure:12451: $? = 0
configure:12451: result: yes
configure:12451: checking for sys/stat.h
configure:12451: gcc -c -g -O2 conftest.c >&5
configure:12451: $? = 0
configure:12451: result: yes
configure:12451: checking for sys/types.h
configure:12451: gcc -c -g -O2 conftest.c >&5
configure:12451: $? = 0
configure:12451: result: yes
configure:12451: checking for unistd.h
configure:12451: gcc -c -g -O2 conftest.c >&5
configure:12451: $? = 0
configure:12451: result: yes
configure:12476: checking for dlfcn.h
configure:12476: gcc -c -g -O2 conftest.c >&5
configure:12476: $? = 0
configure:12476: result: yes
configure:13072: checking for objdir
configure:13088: result: .libs
configure:13352: checking if gcc supports -fno-rtti -fno-exceptions
configure:13371: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
configure:13375: $? = 0
configure:13388: result: yes
configure:13746: checking for gcc option to produce PIC
configure:13754: result: -fno-common -DPIC
configure:13762: checking if gcc PIC flag -fno-common -DPIC works
configure:13781: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
configure:13785: $? = 0
configure:13798: result: yes
configure:13827: checking if gcc static flag -static works
configure:13856: result: no
configure:13871: checking if gcc supports -c -o file.o
configure:13893: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:13897: $? = 0
configure:13919: result: yes
configure:13927: checking if gcc supports -c -o file.o
configure:13975: result: yes
configure:14008: checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
configure:15276: result: yes
configure:15517: checking dynamic linker characteristics
configure:16338: result: darwin21.6.0 dyld
configure:16460: checking how to hardcode library paths into programs
configure:16485: result: immediate
configure:17037: checking whether stripping libraries is possible
configure:17054: result: yes
configure:17088: checking if libtool supports shared libraries
configure:17090: result: yes
configure:17093: checking whether to build shared libraries
configure:17118: result: yes
configure:17121: checking whether to build static libraries
configure:17125: result: yes
configure:17148: checking how to run the C++ preprocessor
configure:17170: g++ -std=c++17 -E conftest.cpp
configure:17170: $? = 0
configure:17185: g++ -std=c++17 -E conftest.cpp
conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:17185: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:17212: result: g++ -std=c++17 -E
configure:17226: g++ -std=c++17 -E conftest.cpp
configure:17226: $? = 0
configure:17241: g++ -std=c++17 -E conftest.cpp
conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:17241: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:17406: checking for ld used by g++ -std=c++17
configure:17474: result: /Library/Developer/CommandLineTools/usr/bin/ld
configure:17481: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
configure:17497: result: no
configure:17552: checking whether the g++ -std=c++17 linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
configure:18630: result: yes
configure:18666: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
configure:18669: $? = 0
configure:19150: checking for g++ -std=c++17 option to produce PIC
configure:19158: result: -fno-common -DPIC
configure:19166: checking if g++ -std=c++17 PIC flag -fno-common -DPIC works
configure:19185: g++ -std=c++17 -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5
configure:19189: $? = 0
configure:19202: result: yes
configure:19225: checking if g++ -std=c++17 static flag -static works
configure:19254: result: no
configure:19266: checking if g++ -std=c++17 supports -c -o file.o
configure:19288: g++ -std=c++17 -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:19292: $? = 0
configure:19314: result: yes
configure:19319: checking if g++ -std=c++17 supports -c -o file.o
configure:19367: result: yes
configure:19397: checking whether the g++ -std=c++17 linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
configure:19437: result: yes
configure:19579: checking dynamic linker characteristics
configure:20327: result: darwin21.6.0 dyld
configure:20392: checking how to hardcode library paths into programs
configure:20417: result: immediate
configure:20530: checking for ar
configure:20553: found /usr/bin/ar
configure:20565: result: /usr/bin/ar
configure:20638: checking for gcov
configure:20661: found /usr/bin/gcov
configure:20673: result: /usr/bin/gcov
configure:20746: checking for llvm-cov
configure:20784: result: no
configure:20805: checking for lcov
configure:20843: result: no
configure:20852: checking for python3.6
configure:20890: result: no
configure:20852: checking for python3.7
configure:20890: result: no
configure:20852: checking for python3.8
configure:20890: result: no
configure:20852: checking for python3.9
configure:20875: found /usr/local/bin/python3.9
configure:20887: result: /usr/local/bin/python3.9
configure:20900: checking for genhtml
configure:20938: result: no
configure:20945: checking for git
configure:20968: found /usr/bin/git
configure:20980: result: /usr/bin/git
configure:20990: checking for ccache
configure:21028: result: no
configure:21035: checking for xgettext
configure:21058: found /usr/local/bin/xgettext
configure:21070: result: /usr/local/bin/xgettext
configure:21080: checking for hexdump
configure:21103: found /usr/bin/hexdump
configure:21115: result: /usr/bin/hexdump
configure:21174: checking for objcopy
configure:21212: result: no
configure:21233: checking for doxygen
configure:21271: result: no
configure:21620: checking whether C++ compiler accepts -Werror
configure:21640: g++ -std=c++17 -c -g -O2 -Werror conftest.cpp >&5
configure:21640: $? = 0
configure:21649: result: yes
configure:21661: checking whether the linker accepts -Wl,-fatal_warnings
configure:21681: g++ -std=c++17 -o conftest -g -O2 -Wl,-fatal_warnings conftest.cpp >&5
configure:21681: $? = 0
configure:21691: result: yes
configure:22332: checking whether C++ compiler accepts -Wall
configure:22352: g++ -std=c++17 -c -g -O2 -Werror -Wall conftest.cpp >&5
configure:22352: $? = 0
configure:22362: result: yes
configure:22372: checking whether C++ compiler accepts -Wextra
configure:22392: g++ -std=c++17 -c -g -O2 -Werror -Wextra conftest.cpp >&5
configure:22392: $? = 0
configure:22402: result: yes
configure:22412: checking whether C++ compiler accepts -Wgnu
configure:22432: g++ -std=c++17 -c -g -O2 -Werror -Wgnu conftest.cpp >&5
configure:22432: $? = 0
configure:22442: result: yes
configure:22452: checking whether C++ compiler accepts -Wformat -Wformat-security
configure:22472: g++ -std=c++17 -c -g -O2 -Werror -Wformat -Wformat-security conftest.cpp >&5
configure:22472: $? = 0
configure:22482: result: yes
configure:22492: checking whether C++ compiler accepts -Wvla
configure:22512: g++ -std=c++17 -c -g -O2 -Werror -Wvla conftest.cpp >&5
configure:22512: $? = 0
configure:22522: result: yes
configure:22532: checking whether C++ compiler accepts -Wshadow-field
configure:22552: g++ -std=c++17 -c -g -O2 -Werror -Wshadow-field conftest.cpp >&5
configure:22552: $? = 0
configure:22562: result: yes
configure:22572: checking whether C++ compiler accepts -Wthread-safety
configure:22592: g++ -std=c++17 -c -g -O2 -Werror -Wthread-safety conftest.cpp >&5
configure:22592: $? = 0
configure:22602: result: yes
configure:22612: checking whether C++ compiler accepts -Wloop-analysis
configure:22632: g++ -std=c++17 -c -g -O2 -Werror -Wloop-analysis conftest.cpp >&5
configure:22632: $? = 0
configure:22642: result: yes
configure:22652: checking whether C++ compiler accepts -Wredundant-decls
configure:22672: g++ -std=c++17 -c -g -O2 -Werror -Wredundant-decls conftest.cpp >&5
configure:22672: $? = 0
configure:22682: result: yes
configure:22692: checking whether C++ compiler accepts -Wunused-member-function
configure:22712: g++ -std=c++17 -c -g -O2 -Werror -Wunused-member-function conftest.cpp >&5
configure:22712: $? = 0
configure:22722: result: yes
configure:22732: checking whether C++ compiler accepts -Wdate-time
configure:22752: g++ -std=c++17 -c -g -O2 -Werror -Wdate-time conftest.cpp >&5
configure:22752: $? = 0
configure:22762: result: yes
configure:22772: checking whether C++ compiler accepts -Wconditional-uninitialized
configure:22792: g++ -std=c++17 -c -g -O2 -Werror -Wconditional-uninitialized conftest.cpp >&5
configure:22792: $? = 0
configure:22802: result: yes
configure:22812: checking whether C++ compiler accepts -Wduplicated-branches
configure:22832: g++ -std=c++17 -c -g -O2 -Werror -Wduplicated-branches conftest.cpp >&5
error: unknown warning option '-Wduplicated-branches' [-Werror,-Wunknown-warning-option]
configure:22832: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:22842: result: no
configure:22852: checking whether C++ compiler accepts -Wduplicated-cond
configure:22872: g++ -std=c++17 -c -g -O2 -Werror -Wduplicated-cond conftest.cpp >&5
error: unknown warning option '-Wduplicated-cond' [-Werror,-Wunknown-warning-option]
configure:22872: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:22882: result: no
configure:22892: checking whether C++ compiler accepts -Wlogical-op
configure:22912: g++ -std=c++17 -c -g -O2 -Werror -Wlogical-op conftest.cpp >&5
error: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Werror,-Wunknown-warning-option]
configure:22912: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:22922: result: no
configure:22932: checking whether C++ compiler accepts -Woverloaded-virtual
configure:22952: g++ -std=c++17 -c -g -O2 -Werror -Woverloaded-virtual conftest.cpp >&5
configure:22952: $? = 0
configure:22962: result: yes
configure:22972: checking whether C++ compiler accepts -Wsuggest-override
configure:22985: g++ -std=c++17 -c -g -O2 -Werror -Wsuggest-override conftest.cpp >&5
configure:22985: $? = 0
configure:22995: result: yes
configure:23005: checking whether C++ compiler accepts -Wunreachable-code-loop-increment
configure:23025: g++ -std=c++17 -c -g -O2 -Werror -Wunreachable-code-loop-increment conftest.cpp >&5
configure:23025: $? = 0
configure:23035: result: yes
configure:23045: checking whether C++ compiler accepts -Wimplicit-fallthrough
configure:23065: g++ -std=c++17 -c -g -O2 -Werror -Wimplicit-fallthrough conftest.cpp >&5
configure:23065: $? = 0
configure:23075: result: yes
configure:23129: checking whether C++ compiler accepts -Wunused-parameter
configure:23149: g++ -std=c++17 -c -g -O2 -Werror -Wunused-parameter conftest.cpp >&5
configure:23149: $? = 0
configure:23159: result: yes
configure:23169: checking whether C++ compiler accepts -Wself-assign
configure:23189: g++ -std=c++17 -c -g -O2 -Werror -Wself-assign conftest.cpp >&5
configure:23189: $? = 0
configure:23199: result: yes
configure:23210: checking whether C++ compiler accepts -Wdeprecated-copy
configure:23230: g++ -std=c++17 -c -g -O2 -Werror -Wdeprecated-copy conftest.cpp >&5
configure:23230: $? = 0
configure:23240: result: yes
configure:23253: checking whether C++ compiler accepts -fno-extended-identifiers
configure:23273: g++ -std=c++17 -c -g -O2 -Werror -fno-extended-identifiers conftest.cpp >&5
clang: error: unsupported option '-fno-extended-identifiers'
configure:23273: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:23283: result: no
configure:23304: checking whether C++ compiler accepts -msse4.2
configure:23324: g++ -std=c++17 -c -g -O2 -Werror -msse4.2 conftest.cpp >&5
configure:23324: $? = 0
configure:23334: result: yes
configure:23344: checking whether C++ compiler accepts -msse4.1
configure:23364: g++ -std=c++17 -c -g -O2 -Werror -msse4.1 conftest.cpp >&5
configure:23364: $? = 0
configure:23374: result: yes
configure:23384: checking whether C++ compiler accepts -mavx -mavx2
configure:23404: g++ -std=c++17 -c -g -O2 -Werror -mavx -mavx2 conftest.cpp >&5
configure:23404: $? = 0
configure:23414: result: yes
configure:23424: checking whether C++ compiler accepts -msse4 -msha
configure:23444: g++ -std=c++17 -c -g -O2 -Werror -msse4 -msha conftest.cpp >&5
configure:23444: $? = 0
configure:23454: result: yes
configure:23466: checking whether C++ compiler accepts -mpclmul
configure:23496: g++ -std=c++17 -c -g -O2 -Werror -mpclmul conftest.cpp >&5
configure:23496: $? = 0
configure:23506: result: yes
configure:23525: checking for SSE4.2 intrinsics
configure:23551: g++ -std=c++17 -c -msse4.2 -g -O2 conftest.cpp >&5
configure:23551: $? = 0
configure:23553: result: yes
configure:23565: checking for SSE4.1 intrinsics
configure:23584: g++ -std=c++17 -c -msse4.1 -g -O2 conftest.cpp >&5
configure:23584: $? = 0
configure:23586: result: yes
configure:23600: checking for AVX2 intrinsics
configure:23619: g++ -std=c++17 -c -mavx -mavx2 -g -O2 conftest.cpp >&5
configure:23619: $? = 0
configure:23621: result: yes
configure:23635: checking for x86 SHA-NI intrinsics
configure:23656: g++ -std=c++17 -c -msse4 -msha -g -O2 conftest.cpp >&5
configure:23656: $? = 0
configure:23658: result: yes
configure:23672: checking whether C++ compiler accepts -march=armv8-a+crc+crypto
configure:23692: g++ -std=c++17 -c -g -O2 -Werror -march=armv8-a+crc+crypto conftest.cpp >&5
error: unknown target CPU 'armv8-a+crc+crypto'
note: valid target CPU values are: nocona, core2, penryn, bonnell, atom, silvermont, slm, goldmont, goldmont-plus, tremont, nehalem, corei7, westmere, sandybridge, corei7-avx, ivybridge, core-avx-i, haswell, core-avx2, broadwell, skylake, skylake-avx512, skx, cascadelake, cooperlake, cannonlake, icelake-client, rocketlake, icelake-server, tigerlake, sapphirerapids, alderlake, knl, knm, k8, athlon64, athlon-fx, opteron, k8-sse3, athlon64-sse3, opteron-sse3, amdfam10, barcelona, btver1, btver2, bdver1, bdver2, bdver3, bdver4, znver1, znver2, znver3, x86-64, x86-64-v2, x86-64-v3, x86-64-v4
configure:23692: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:23702: result: no
configure:23712: checking whether C++ compiler accepts -march=armv8-a+crc+crypto
configure:23742: result: no
configure:23754: checking for ARMv8 CRC32 intrinsics
configure:23777: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
In file included from conftest.cpp:28:
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:14:2: error: "ACLE intrinsics support not enabled."
#error "ACLE intrinsics support not enabled."
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:39:3: error: use of undeclared identifier '__builtin_arm_wfi'; did you mean '__builtin_dwarf_cfa'?
__builtin_arm_wfi();
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:39:3: note: '__builtin_dwarf_cfa' declared here
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:45:3: error: use of undeclared identifier '__builtin_arm_wfe'; did you mean '__builtin_dwarf_cfa'?
__builtin_arm_wfe();
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:39:3: note: '__builtin_dwarf_cfa' declared here
__builtin_arm_wfi();
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:51:3: error: use of undeclared identifier '__builtin_arm_sev'; did you mean '__builtin_complex'?
__builtin_arm_sev();
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:51:3: note: '__builtin_complex' declared here
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:51:21: error: too few arguments to function call, expected 2, have 0
__builtin_arm_sev();
~~~~~~~~~~~~~~~~~~^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:57:3: error: use of undeclared identifier '__builtin_arm_sevl'
__builtin_arm_sevl();
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:63:3: error: use of undeclared identifier '__builtin_arm_yield'; did you mean '__builtin_ia32_xend'?
__builtin_arm_yield();
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:57:3: note: '__builtin_ia32_xend' declared here
__builtin_arm_sevl();
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:76:9: error: use of undeclared identifier '__builtin_arm_ldrex'; did you mean '__builtin_ia32_lddqu'?
v = __builtin_arm_ldrex(__p);
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:76:9: note: '__builtin_ia32_lddqu' declared here
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:76:29: error: cannot initialize a parameter of type 'const char *' with an lvalue of type 'volatile uint32_t *' (aka 'volatile unsigned int *')
v = __builtin_arm_ldrex(__p);
^~~
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:77:10: error: use of undeclared identifier '__builtin_arm_strex'
while (__builtin_arm_strex(__x, __p));
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:107:3: error: use of undeclared identifier '__builtin_arm_nop'; did you mean '__builtin_trap'?
__builtin_arm_nop();
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:107:3: note: '__builtin_trap' declared here
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:159:10: error: use of undeclared identifier '__builtin_arm_cls'
return __builtin_arm_cls(__t);
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:167:10: error: use of undeclared identifier '__builtin_arm_cls64'
return __builtin_arm_cls64(__t);
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:173:10: error: use of undeclared identifier '__builtin_arm_cls64'
return __builtin_arm_cls64(__t);
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:225:10: error: use of undeclared identifier '__builtin_arm_rbit'
return __builtin_arm_rbit(__t);
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:234:10: error: use of undeclared identifier '__builtin_arm_rbit64'
return __builtin_arm_rbit64(__t);
^
In file included from conftest.cpp:29:
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_neon.h:28:2: error: "NEON intrinsics not available with the soft-float ABI. Please use -mfloat-abi=softfp or -mfloat-abi=hard"
#error "NEON intrinsics not available with the soft-float ABI. Please use -mfloat-abi=softfp or -mfloat-abi=hard"
^
conftest.cpp:39:2: error: "crc32c library does not support hardware acceleration on 32-bit ARM"
#error "crc32c library does not support hardware acceleration on 32-bit ARM"
^
18 errors generated.
configure:23777: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| /* end confdefs.h. */
|
| #include <arm_acle.h>
| #include <arm_neon.h>
|
| int
| main (void)
| {
|
| #ifdef __aarch64__
| __crc32cb(0, 0); __crc32ch(0, 0); __crc32cw(0, 0); __crc32cd(0, 0);
| vmull_p64(0, 0);
| #else
| #error "crc32c library does not support hardware acceleration on 32-bit ARM"
| #endif
|
| ;
| return 0;
| }
configure:23782: result: no
configure:23791: checking for ARMv8 SHA-NI intrinsics
configure:23813: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
In file included from conftest.cpp:28:
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:14:2: error: "ACLE intrinsics support not enabled."
#error "ACLE intrinsics support not enabled."
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:39:3: error: use of undeclared identifier '__builtin_arm_wfi'; did you mean '__builtin_dwarf_cfa'?
__builtin_arm_wfi();
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:39:3: note: '__builtin_dwarf_cfa' declared here
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:45:3: error: use of undeclared identifier '__builtin_arm_wfe'; did you mean '__builtin_dwarf_cfa'?
__builtin_arm_wfe();
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:39:3: note: '__builtin_dwarf_cfa' declared here
__builtin_arm_wfi();
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:51:3: error: use of undeclared identifier '__builtin_arm_sev'; did you mean '__builtin_complex'?
__builtin_arm_sev();
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:51:3: note: '__builtin_complex' declared here
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:51:21: error: too few arguments to function call, expected 2, have 0
__builtin_arm_sev();
~~~~~~~~~~~~~~~~~~^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:57:3: error: use of undeclared identifier '__builtin_arm_sevl'
__builtin_arm_sevl();
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:63:3: error: use of undeclared identifier '__builtin_arm_yield'; did you mean '__builtin_ia32_xend'?
__builtin_arm_yield();
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:57:3: note: '__builtin_ia32_xend' declared here
__builtin_arm_sevl();
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:76:9: error: use of undeclared identifier '__builtin_arm_ldrex'; did you mean '__builtin_ia32_lddqu'?
v = __builtin_arm_ldrex(__p);
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:76:9: note: '__builtin_ia32_lddqu' declared here
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:76:29: error: cannot initialize a parameter of type 'const char *' with an lvalue of type 'volatile uint32_t *' (aka 'volatile unsigned int *')
v = __builtin_arm_ldrex(__p);
^~~
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:77:10: error: use of undeclared identifier '__builtin_arm_strex'
while (__builtin_arm_strex(__x, __p));
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:107:3: error: use of undeclared identifier '__builtin_arm_nop'; did you mean '__builtin_trap'?
__builtin_arm_nop();
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:107:3: note: '__builtin_trap' declared here
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:159:10: error: use of undeclared identifier '__builtin_arm_cls'
return __builtin_arm_cls(__t);
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:167:10: error: use of undeclared identifier '__builtin_arm_cls64'
return __builtin_arm_cls64(__t);
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:173:10: error: use of undeclared identifier '__builtin_arm_cls64'
return __builtin_arm_cls64(__t);
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:225:10: error: use of undeclared identifier '__builtin_arm_rbit'
return __builtin_arm_rbit(__t);
^
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_acle.h:234:10: error: use of undeclared identifier '__builtin_arm_rbit64'
return __builtin_arm_rbit64(__t);
^
In file included from conftest.cpp:29:
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_neon.h:28:2: error: "NEON intrinsics not available with the soft-float ABI. Please use -mfloat-abi=softfp or -mfloat-abi=hard"
#error "NEON intrinsics not available with the soft-float ABI. Please use -mfloat-abi=softfp or -mfloat-abi=hard"
^
conftest.cpp:35:5: error: unknown type name 'uint32x4_t'; did you mean 'uint32_t'?
uint32x4_t a, b, c;
^~~~~~~~~~
uint32_t
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h:31:22: note: 'uint32_t' declared here
typedef unsigned int uint32_t;
^
conftest.cpp:36:5: error: use of undeclared identifier 'vsha256h2q_u32'
vsha256h2q_u32(a, b, c);
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
configure:23813: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| /* end confdefs.h. */
|
| #include <arm_acle.h>
| #include <arm_neon.h>
|
| int
| main (void)
| {
|
| uint32x4_t a, b, c;
| vsha256h2q_u32(a, b, c);
| vsha256hq_u32(a, b, c);
| vsha256su0q_u32(a, b);
| vsha256su1q_u32(a, b, c);
|
| ;
| return 0;
| }
configure:23820: result: no
configure:24793: checking for brew
configure:24814: found /usr/local/bin/brew
configure:24825: result: brew
configure:25260: checking whether the linker accepts -Wl,-headerpad_max_install_names
configure:25280: g++ -std=c++17 -o conftest -g -O2 -Wl,-fatal_warnings -Wl,-headerpad_max_install_names conftest.cpp >&5
configure:25280: $? = 0
configure:25291: result: yes
configure:25465: checking whether byte ordering is bigendian
configure:25481: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
configure:25481: $? = 0
configure:25527: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
configure:25527: $? = 0
configure:25546: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:34:11: error: expected ';' after expression
not big endian
^
;
conftest.cpp:34:8: error: use of undeclared identifier 'big'
not big endian
^
conftest.cpp:34:12: error: use of undeclared identifier 'endian'
not big endian
^
3 errors generated.
configure:25546: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main (void)
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:25680: result: no
configure:25704: checking how to run the C preprocessor
configure:25730: gcc -E conftest.c
configure:25730: $? = 0
configure:25745: gcc -E conftest.c
conftest.c:27:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:25745: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:25772: result: gcc -E
configure:25786: gcc -E conftest.c
configure:25786: $? = 0
configure:25801: gcc -E conftest.c
conftest.c:27:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:25801: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:25992: checking whether gcc is Clang
configure:26019: result: yes
configure:26084: checking whether pthreads work with "-pthread" and "-lpthread"
configure:26195: gcc -o conftest -g -O2 -pthread conftest.c -lpthread >&5
configure:26195: $? = 0
configure:26205: result: yes
configure:26254: checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread
configure:26281: gcc -o conftest -Werror -Wunknown-warning-option -pthread -g -O2 conftest.c >&5
configure:26281: $? = 0
configure:26288: (gcc -c -Werror -Wunknown-warning-option -pthread -g -O2 conftest.c >&5) && (echo ==== >&5) && (gcc -o conftest -Werror -Wunknown-warning-option -pthread -g -O2 conftest.o >&5)
====
configure:26288: $? = 0
configure:26308: result: no
configure:26328: checking for joinable pthread attribute
configure:26347: gcc -o conftest -g -O2 -pthread conftest.c -lpthread >&5
configure:26347: $? = 0
configure:26356: result: PTHREAD_CREATE_JOINABLE
configure:26369: checking whether more special flags are required for pthreads
configure:26383: result: no
configure:26392: checking for PTHREAD_PRIO_INHERIT
configure:26410: gcc -o conftest -g -O2 -pthread conftest.c -lpthread >&5
configure:26410: $? = 0
configure:26420: result: yes
configure:26607: checking whether std::atomic can be used without link library
configure:26634: g++ -std=c++17 -o conftest -g -O2 -pthread conftest.cpp >&5
configure:26634: $? = 0
configure:26637: result: yes
configure:26711: checking for special C compiler options needed for large files
configure:26759: result: no
configure:26765: checking for _FILE_OFFSET_BITS value needed for large files
configure:26791: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
configure:26791: $? = 0
configure:26825: result: no
configure:26907: checking for g++ -std=c++17 options needed to detect all undeclared functions
configure:26929: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:33:8: error: use of undeclared identifier 'strchr'
(void) strchr;
^
1 error generated.
configure:26929: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
| (void) strchr;
| ;
| return 0;
| }
configure:26956: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
configure:26956: $? = 0
configure:26973: result: none needed
configure:26987: checking whether strerror_r is declared
configure:26987: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
configure:26987: $? = 0
configure:26987: result: yes
configure:27006: checking whether strerror_r returns char *
configure:27031: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:37:13: error: indirection requires pointer operand ('int' invalid)
char x = *strerror_r (0, buf, sizeof buf);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
conftest.cpp:38:10: error: cannot initialize a variable of type 'char *' with an rvalue of type 'int'
char *p = strerror_r (0, buf, sizeof buf);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
configure:27031: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h. */
| #include <string.h>
| int
| main (void)
| {
|
| char buf[100];
| char x = *strerror_r (0, buf, sizeof buf);
| char *p = strerror_r (0, buf, sizeof buf);
| return !p || x;
|
| ;
| return 0;
| }
configure:27040: result: no
configure:27061: checking for library containing clock_gettime
configure:27090: g++ -std=c++17 -o conftest -g -O2 conftest.cpp >&5
configure:27090: $? = 0
configure:27110: result: none required
configure:27250: checking whether C++ compiler accepts -fPIC
configure:27270: g++ -std=c++17 -c -g -O2 -fPIC conftest.cpp >&5
configure:27270: $? = 0
configure:27279: result: yes
configure:27290: checking whether C++ compiler accepts -fstack-reuse=none
configure:27310: g++ -std=c++17 -c -g -O2 -fstack-reuse=none conftest.cpp >&5
clang: error: unknown argument: '-fstack-reuse=none'
configure:27310: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:27319: result: no
configure:27330: checking whether C++ compiler accepts -Wstack-protector
configure:27350: g++ -std=c++17 -c -g -O2 -Wstack-protector conftest.cpp >&5
configure:27350: $? = 0
configure:27359: result: yes
configure:27368: checking whether C++ compiler accepts -fstack-protector-all
configure:27388: g++ -std=c++17 -c -g -O2 -fstack-protector-all conftest.cpp >&5
configure:27388: $? = 0
configure:27397: result: yes
configure:27407: checking whether C++ compiler accepts -fcf-protection=full
configure:27427: g++ -std=c++17 -c -g -O2 -fcf-protection=full conftest.cpp >&5
configure:27427: $? = 0
configure:27436: result: yes
configure:27451: checking whether C++ compiler accepts -fstack-clash-protection
configure:27471: g++ -std=c++17 -c -g -O2 -Werror -fstack-clash-protection conftest.cpp >&5
clang: error: argument unused during compilation: '-fstack-clash-protection' [-Werror,-Wunused-command-line-argument]
configure:27471: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:27481: result: no
configure:27495: checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2
configure:27515: g++ -std=c++17 -E -D_FORTIFY_SOURCE=2 conftest.cpp
configure:27515: $? = 0
configure:27524: result: yes
configure:27529: checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE
configure:27549: g++ -std=c++17 -E -U_FORTIFY_SOURCE conftest.cpp
configure:27549: $? = 0
configure:27558: result: yes
configure:27578: checking whether the linker accepts -Wl,--enable-reloc-section
configure:27598: g++ -std=c++17 -o conftest -g -O2 -Wl,-fatal_warnings -Wl,--enable-reloc-section conftest.cpp >&5
ld: unknown option: --enable-reloc-section
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:27598: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:27609: result: no
configure:27619: checking whether the linker accepts -Wl,--dynamicbase
configure:27639: g++ -std=c++17 -o conftest -g -O2 -Wl,-fatal_warnings -Wl,--dynamicbase conftest.cpp >&5
ld: unknown option: --dynamicbase
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:27639: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:27650: result: no
configure:27660: checking whether the linker accepts -Wl,--nxcompat
configure:27680: g++ -std=c++17 -o conftest -g -O2 -Wl,-fatal_warnings -Wl,--nxcompat conftest.cpp >&5
ld: unknown option: --nxcompat
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:27680: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:27691: result: no
configure:27701: checking whether the linker accepts -Wl,--high-entropy-va
configure:27721: g++ -std=c++17 -o conftest -g -O2 -Wl,-fatal_warnings -Wl,--high-entropy-va conftest.cpp >&5
ld: unknown option: --high-entropy-va
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:27721: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:27732: result: no
configure:27742: checking whether the linker accepts -Wl,-z,relro
configure:27762: g++ -std=c++17 -o conftest -g -O2 -Wl,-fatal_warnings -Wl,-z,relro conftest.cpp >&5
ld: unknown option: -z
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:27762: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:27773: result: no
configure:27783: checking whether the linker accepts -Wl,-z,now
configure:27803: g++ -std=c++17 -o conftest -g -O2 -Wl,-fatal_warnings -Wl,-z,now conftest.cpp >&5
ld: unknown option: -z
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:27803: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:27814: result: no
configure:27824: checking whether the linker accepts -Wl,-z,separate-code
configure:27844: g++ -std=c++17 -o conftest -g -O2 -Wl,-fatal_warnings -Wl,-z,separate-code conftest.cpp >&5
ld: unknown option: -z
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:27844: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:27855: result: no
configure:27865: checking whether the linker accepts -fPIE -pie
configure:27885: g++ -std=c++17 -o conftest -g -O2 -Werror -fPIE -pie conftest.cpp >&5
clang: error: argument unused during compilation: '-pie' [-Werror,-Wunused-command-line-argument]
configure:27885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:27896: result: no
configure:27958: checking whether the linker accepts -Wl,-dead_strip
configure:27978: g++ -std=c++17 -o conftest -g -O2 -Wl,-fatal_warnings -Wl,-dead_strip conftest.cpp >&5
configure:27978: $? = 0
configure:27989: result: yes
configure:27999: checking whether the linker accepts -Wl,-dead_strip_dylibs
configure:28019: g++ -std=c++17 -o conftest -g -O2 -Wl,-fatal_warnings -Wl,-dead_strip_dylibs conftest.cpp >&5
configure:28019: $? = 0
configure:28030: result: yes
configure:28040: checking whether the linker accepts -Wl,-bind_at_load
configure:28060: g++ -std=c++17 -o conftest -g -O2 -Wl,-fatal_warnings -Wl,-bind_at_load conftest.cpp >&5
configure:28060: $? = 0
configure:28071: result: yes
configure:28082: checking for endian.h
configure:28082: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:59:10: fatal error: 'endian.h' file not found
#include <endian.h>
^~~~~~~~~~
1 error generated.
configure:28082: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <endian.h>
configure:28082: result: no
configure:28088: checking for sys/endian.h
configure:28088: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:59:10: fatal error: 'sys/endian.h' file not found
#include <sys/endian.h>
^~~~~~~~~~~~~~
1 error generated.
configure:28088: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/endian.h>
configure:28088: result: no
configure:28094: checking for byteswap.h
configure:28094: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:59:10: fatal error: 'byteswap.h' file not found
#include <byteswap.h>
^~~~~~~~~~~~
1 error generated.
configure:28094: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <byteswap.h>
configure:28094: result: no
configure:28100: checking for stdio.h
configure:28100: result: yes
configure:28106: checking for stdlib.h
configure:28106: result: yes
configure:28112: checking for unistd.h
configure:28112: result: yes
configure:28118: checking for strings.h
configure:28118: result: yes
configure:28124: checking for sys/types.h
configure:28124: result: yes
configure:28130: checking for sys/stat.h
configure:28130: result: yes
configure:28136: checking for sys/select.h
configure:28136: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
configure:28136: $? = 0
configure:28136: result: yes
configure:28142: checking for sys/prctl.h
configure:28142: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:66:10: fatal error: 'sys/prctl.h' file not found
#include <sys/prctl.h>
^~~~~~~~~~~~~
1 error generated.
configure:28142: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/prctl.h>
configure:28142: result: no
configure:28148: checking for sys/sysctl.h
configure:28148: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
configure:28148: $? = 0
configure:28148: result: yes
configure:28154: checking for vm/vm_param.h
configure:28154: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:67:10: fatal error: 'vm/vm_param.h' file not found
#include <vm/vm_param.h>
^~~~~~~~~~~~~~~
1 error generated.
configure:28154: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vm/vm_param.h>
configure:28154: result: no
configure:28160: checking for sys/vmmeter.h
configure:28160: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
configure:28160: $? = 0
configure:28160: result: yes
configure:28166: checking for sys/resources.h
configure:28166: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:68:10: fatal error: 'sys/resources.h' file not found
#include <sys/resources.h>
^~~~~~~~~~~~~~~~~
1 error generated.
configure:28166: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/resources.h>
configure:28166: result: no
configure:28174: checking whether getifaddrs is declared
configure:28174: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
configure:28174: $? = 0
configure:28174: result: yes
configure:28196: checking whether ifaddrs funcs can be used without link library
configure:28212: g++ -std=c++17 -o conftest -g -O2 conftest.cpp >&5
configure:28212: $? = 0
configure:28215: result: yes
configure:28269: checking whether freeifaddrs is declared
configure:28269: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
configure:28269: $? = 0
configure:28269: result: yes
configure:28291: checking whether ifaddrs funcs can be used without link library
configure:28307: g++ -std=c++17 -o conftest -g -O2 conftest.cpp >&5
configure:28307: $? = 0
configure:28310: result: yes
configure:28366: checking whether fork is declared
configure:28366: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
configure:28366: $? = 0
configure:28366: result: yes
configure:28375: checking whether setsid is declared
configure:28375: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
configure:28375: $? = 0
configure:28375: result: yes
configure:28385: checking whether pipe2 is declared
configure:28385: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:77:10: error: use of undeclared identifier 'pipe2'
(void) pipe2;
^
1 error generated.
configure:28385: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| #ifndef pipe2
| #ifdef __cplusplus
| (void) pipe2;
| #else
| (void) pipe2;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:28385: result: no
configure:28395: checking for timingsafe_bcmp
configure:28395: g++ -std=c++17 -o conftest -g -O2 conftest.cpp >&5
configure:28395: $? = 0
configure:28395: result: yes
configure:28403: checking whether le16toh is declared
configure:28403: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:57:10: error: use of undeclared identifier 'le16toh'
(void) le16toh;
^
1 error generated.
configure:28403: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| /* end confdefs.h. */
| #if HAVE_ENDIAN_H
| #include <endian.h>
| #elif HAVE_SYS_ENDIAN_H
| #include <sys/endian.h>
| #endif
|
| int
| main (void)
| {
| #ifndef le16toh
| #ifdef __cplusplus
| (void) le16toh;
| #else
| (void) le16toh;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:28403: result: no
configure:28416: checking whether le32toh is declared
configure:28416: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:58:10: error: use of undeclared identifier 'le32toh'
(void) le32toh;
^
1 error generated.
configure:28416: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| /* end confdefs.h. */
| #if HAVE_ENDIAN_H
| #include <endian.h>
| #elif HAVE_SYS_ENDIAN_H
| #include <sys/endian.h>
| #endif
|
| int
| main (void)
| {
| #ifndef le32toh
| #ifdef __cplusplus
| (void) le32toh;
| #else
| (void) le32toh;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:28416: result: no
configure:28429: checking whether le64toh is declared
configure:28429: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:59:10: error: use of undeclared identifier 'le64toh'
(void) le64toh;
^
1 error generated.
configure:28429: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| /* end confdefs.h. */
| #if HAVE_ENDIAN_H
| #include <endian.h>
| #elif HAVE_SYS_ENDIAN_H
| #include <sys/endian.h>
| #endif
|
| int
| main (void)
| {
| #ifndef le64toh
| #ifdef __cplusplus
| (void) le64toh;
| #else
| (void) le64toh;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:28429: result: no
configure:28442: checking whether htole16 is declared
configure:28442: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:60:10: error: use of undeclared identifier 'htole16'
(void) htole16;
^
1 error generated.
configure:28442: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| /* end confdefs.h. */
| #if HAVE_ENDIAN_H
| #include <endian.h>
| #elif HAVE_SYS_ENDIAN_H
| #include <sys/endian.h>
| #endif
|
| int
| main (void)
| {
| #ifndef htole16
| #ifdef __cplusplus
| (void) htole16;
| #else
| (void) htole16;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:28442: result: no
configure:28455: checking whether htole32 is declared
configure:28455: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:61:10: error: use of undeclared identifier 'htole32'
(void) htole32;
^
1 error generated.
configure:28455: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| /* end confdefs.h. */
| #if HAVE_ENDIAN_H
| #include <endian.h>
| #elif HAVE_SYS_ENDIAN_H
| #include <sys/endian.h>
| #endif
|
| int
| main (void)
| {
| #ifndef htole32
| #ifdef __cplusplus
| (void) htole32;
| #else
| (void) htole32;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:28455: result: no
configure:28468: checking whether htole64 is declared
configure:28468: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:62:10: error: use of undeclared identifier 'htole64'
(void) htole64;
^
1 error generated.
configure:28468: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| /* end confdefs.h. */
| #if HAVE_ENDIAN_H
| #include <endian.h>
| #elif HAVE_SYS_ENDIAN_H
| #include <sys/endian.h>
| #endif
|
| int
| main (void)
| {
| #ifndef htole64
| #ifdef __cplusplus
| (void) htole64;
| #else
| (void) htole64;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:28468: result: no
configure:28481: checking whether be16toh is declared
configure:28481: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:63:10: error: use of undeclared identifier 'be16toh'
(void) be16toh;
^
1 error generated.
configure:28481: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| /* end confdefs.h. */
| #if HAVE_ENDIAN_H
| #include <endian.h>
| #elif HAVE_SYS_ENDIAN_H
| #include <sys/endian.h>
| #endif
|
| int
| main (void)
| {
| #ifndef be16toh
| #ifdef __cplusplus
| (void) be16toh;
| #else
| (void) be16toh;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:28481: result: no
configure:28494: checking whether be32toh is declared
configure:28494: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:64:10: error: use of undeclared identifier 'be32toh'
(void) be32toh;
^
1 error generated.
configure:28494: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| /* end confdefs.h. */
| #if HAVE_ENDIAN_H
| #include <endian.h>
| #elif HAVE_SYS_ENDIAN_H
| #include <sys/endian.h>
| #endif
|
| int
| main (void)
| {
| #ifndef be32toh
| #ifdef __cplusplus
| (void) be32toh;
| #else
| (void) be32toh;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:28494: result: no
configure:28507: checking whether be64toh is declared
configure:28507: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:65:10: error: use of undeclared identifier 'be64toh'
(void) be64toh;
^
1 error generated.
configure:28507: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| #define HAVE_DECL_BE32TOH 0
| /* end confdefs.h. */
| #if HAVE_ENDIAN_H
| #include <endian.h>
| #elif HAVE_SYS_ENDIAN_H
| #include <sys/endian.h>
| #endif
|
| int
| main (void)
| {
| #ifndef be64toh
| #ifdef __cplusplus
| (void) be64toh;
| #else
| (void) be64toh;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:28507: result: no
configure:28520: checking whether htobe16 is declared
configure:28520: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:66:10: error: use of undeclared identifier 'htobe16'
(void) htobe16;
^
1 error generated.
configure:28520: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| #define HAVE_DECL_BE32TOH 0
| #define HAVE_DECL_BE64TOH 0
| /* end confdefs.h. */
| #if HAVE_ENDIAN_H
| #include <endian.h>
| #elif HAVE_SYS_ENDIAN_H
| #include <sys/endian.h>
| #endif
|
| int
| main (void)
| {
| #ifndef htobe16
| #ifdef __cplusplus
| (void) htobe16;
| #else
| (void) htobe16;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:28520: result: no
configure:28533: checking whether htobe32 is declared
configure:28533: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:67:10: error: use of undeclared identifier 'htobe32'
(void) htobe32;
^
1 error generated.
configure:28533: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| #define HAVE_DECL_BE32TOH 0
| #define HAVE_DECL_BE64TOH 0
| #define HAVE_DECL_HTOBE16 0
| /* end confdefs.h. */
| #if HAVE_ENDIAN_H
| #include <endian.h>
| #elif HAVE_SYS_ENDIAN_H
| #include <sys/endian.h>
| #endif
|
| int
| main (void)
| {
| #ifndef htobe32
| #ifdef __cplusplus
| (void) htobe32;
| #else
| (void) htobe32;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:28533: result: no
configure:28546: checking whether htobe64 is declared
configure:28546: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:68:10: error: use of undeclared identifier 'htobe64'
(void) htobe64;
^
1 error generated.
configure:28546: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| #define HAVE_DECL_BE32TOH 0
| #define HAVE_DECL_BE64TOH 0
| #define HAVE_DECL_HTOBE16 0
| #define HAVE_DECL_HTOBE32 0
| /* end confdefs.h. */
| #if HAVE_ENDIAN_H
| #include <endian.h>
| #elif HAVE_SYS_ENDIAN_H
| #include <sys/endian.h>
| #endif
|
| int
| main (void)
| {
| #ifndef htobe64
| #ifdef __cplusplus
| (void) htobe64;
| #else
| (void) htobe64;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:28546: result: no
configure:28561: checking whether bswap_16 is declared
configure:28561: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:67:10: error: use of undeclared identifier 'bswap_16'
(void) bswap_16;
^
1 error generated.
configure:28561: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| #define HAVE_DECL_BE32TOH 0
| #define HAVE_DECL_BE64TOH 0
| #define HAVE_DECL_HTOBE16 0
| #define HAVE_DECL_HTOBE32 0
| #define HAVE_DECL_HTOBE64 0
| /* end confdefs.h. */
| #if HAVE_BYTESWAP_H
| #include <byteswap.h>
| #endif
|
| int
| main (void)
| {
| #ifndef bswap_16
| #ifdef __cplusplus
| (void) bswap_16;
| #else
| (void) bswap_16;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:28561: result: no
configure:28572: checking whether bswap_32 is declared
configure:28572: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:68:10: error: use of undeclared identifier 'bswap_32'
(void) bswap_32;
^
1 error generated.
configure:28572: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| #define HAVE_DECL_BE32TOH 0
| #define HAVE_DECL_BE64TOH 0
| #define HAVE_DECL_HTOBE16 0
| #define HAVE_DECL_HTOBE32 0
| #define HAVE_DECL_HTOBE64 0
| #define HAVE_DECL_BSWAP_16 0
| /* end confdefs.h. */
| #if HAVE_BYTESWAP_H
| #include <byteswap.h>
| #endif
|
| int
| main (void)
| {
| #ifndef bswap_32
| #ifdef __cplusplus
| (void) bswap_32;
| #else
| (void) bswap_32;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:28572: result: no
configure:28583: checking whether bswap_64 is declared
configure:28583: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:69:10: error: use of undeclared identifier 'bswap_64'
(void) bswap_64;
^
1 error generated.
configure:28583: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| #define HAVE_DECL_BE32TOH 0
| #define HAVE_DECL_BE64TOH 0
| #define HAVE_DECL_HTOBE16 0
| #define HAVE_DECL_HTOBE32 0
| #define HAVE_DECL_HTOBE64 0
| #define HAVE_DECL_BSWAP_16 0
| #define HAVE_DECL_BSWAP_32 0
| /* end confdefs.h. */
| #if HAVE_BYTESWAP_H
| #include <byteswap.h>
| #endif
|
| int
| main (void)
| {
| #ifndef bswap_64
| #ifdef __cplusplus
| (void) bswap_64;
| #else
| (void) bswap_64;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:28583: result: no
configure:28596: checking for __builtin_clzl
configure:28611: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
configure:28611: $? = 0
configure:28613: result: yes
configure:28624: checking for __builtin_clzll
configure:28639: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
configure:28639: $? = 0
configure:28641: result: yes
configure:28652: checking for getmemoryinfo
configure:28665: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:63:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^~~~~~~~~~
1 error generated.
configure:28665: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| #define HAVE_DECL_BE32TOH 0
| #define HAVE_DECL_BE64TOH 0
| #define HAVE_DECL_HTOBE16 0
| #define HAVE_DECL_HTOBE32 0
| #define HAVE_DECL_HTOBE64 0
| #define HAVE_DECL_BSWAP_16 0
| #define HAVE_DECL_BSWAP_32 0
| #define HAVE_DECL_BSWAP_64 0
| #define HAVE_BUILTIN_CLZL 1
| #define HAVE_BUILTIN_CLZLL 1
| /* end confdefs.h. */
| #include <malloc.h>
| int
| main (void)
| {
| int f = malloc_info(0, NULL);
| ;
| return 0;
| }
configure:28672: result: no
configure:28678: checking for mallopt M_ARENA_MAX
configure:28691: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:63:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^~~~~~~~~~
1 error generated.
configure:28691: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| #define HAVE_DECL_BE32TOH 0
| #define HAVE_DECL_BE64TOH 0
| #define HAVE_DECL_HTOBE16 0
| #define HAVE_DECL_HTOBE32 0
| #define HAVE_DECL_HTOBE64 0
| #define HAVE_DECL_BSWAP_16 0
| #define HAVE_DECL_BSWAP_32 0
| #define HAVE_DECL_BSWAP_64 0
| #define HAVE_BUILTIN_CLZL 1
| #define HAVE_BUILTIN_CLZLL 1
| /* end confdefs.h. */
| #include <malloc.h>
| int
| main (void)
| {
| mallopt(M_ARENA_MAX, 1);
| ;
| return 0;
| }
configure:28698: result: no
configure:28704: checking for posix_fallocate
configure:28725: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:75:10: error: use of undeclared identifier 'posix_fallocate'
int f = posix_fallocate(0, 0, 0);
^
1 error generated.
configure:28725: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| #define HAVE_DECL_BE32TOH 0
| #define HAVE_DECL_BE64TOH 0
| #define HAVE_DECL_HTOBE16 0
| #define HAVE_DECL_HTOBE32 0
| #define HAVE_DECL_HTOBE64 0
| #define HAVE_DECL_BSWAP_16 0
| #define HAVE_DECL_BSWAP_32 0
| #define HAVE_DECL_BSWAP_64 0
| #define HAVE_BUILTIN_CLZL 1
| #define HAVE_BUILTIN_CLZLL 1
| /* end confdefs.h. */
|
| // same as in src/util/system.cpp
| #ifdef __linux__
| #ifdef _POSIX_C_SOURCE
| #undef _POSIX_C_SOURCE
| #endif
| #define _POSIX_C_SOURCE 200112L
| #endif // __linux__
| #include <fcntl.h>
| int
| main (void)
| {
| int f = posix_fallocate(0, 0, 0);
| ;
| return 0;
| }
configure:28732: result: no
configure:28738: checking for default visibility attribute
configure:28747: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
configure:28747: $? = 0
configure:28753: result: yes
configure:28768: checking for dllexport attribute
configure:28777: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:65:3: error: '__declspec' attributes are not enabled; use '-fdeclspec' or '-fms-extensions' to enable support for __declspec attributes
__declspec(dllexport) int foo(void);
^
1 error generated.
configure:28777: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| #define HAVE_DECL_BE32TOH 0
| #define HAVE_DECL_BE64TOH 0
| #define HAVE_DECL_HTOBE16 0
| #define HAVE_DECL_HTOBE32 0
| #define HAVE_DECL_HTOBE64 0
| #define HAVE_DECL_BSWAP_16 0
| #define HAVE_DECL_BSWAP_32 0
| #define HAVE_DECL_BSWAP_64 0
| #define HAVE_BUILTIN_CLZL 1
| #define HAVE_BUILTIN_CLZLL 1
| #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
| /* end confdefs.h. */
|
| __declspec(dllexport) int foo(void);
| int main(){}
|
configure:28787: result: no
configure:28796: checking for thread_local support
configure:28810: g++ -std=c++17 -o conftest -g -O2 -pthread conftest.cpp >&5
configure:28810: $? = 0
configure:28826: result: yes
configure:28843: checking for gmtime_r
configure:28856: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
configure:28856: $? = 0
configure:28858: result: yes
configure:28893: checking for Linux getrandom syscall
configure:28908: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:68:12: fatal error: 'linux/random.h' file not found
#include <linux/random.h>
^~~~~~~~~~~~~~~~
1 error generated.
configure:28908: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| #define HAVE_DECL_BE32TOH 0
| #define HAVE_DECL_BE64TOH 0
| #define HAVE_DECL_HTOBE16 0
| #define HAVE_DECL_HTOBE32 0
| #define HAVE_DECL_HTOBE64 0
| #define HAVE_DECL_BSWAP_16 0
| #define HAVE_DECL_BSWAP_32 0
| #define HAVE_DECL_BSWAP_64 0
| #define HAVE_BUILTIN_CLZL 1
| #define HAVE_BUILTIN_CLZLL 1
| #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
| #define HAVE_THREAD_LOCAL 1
| #define HAVE_GMTIME_R 1
| /* end confdefs.h. */
| #include <unistd.h>
| #include <sys/syscall.h>
| #include <linux/random.h>
| int
| main (void)
| {
| syscall(SYS_getrandom, nullptr, 32, 0);
| ;
| return 0;
| }
configure:28915: result: no
configure:28921: checking for getentropy via random.h
configure:28935: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
configure:28935: $? = 0
configure:28937: result: yes
configure:28948: checking for sysctl
configure:28965: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
configure:28965: $? = 0
configure:28967: result: yes
configure:28978: checking for sysctl KERN_ARND
configure:28996: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:76:37: error: use of undeclared identifier 'KERN_ARND'
static int name[2] = {CTL_KERN, KERN_ARND};
^
1 error generated.
configure:28996: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| #define HAVE_DECL_BE32TOH 0
| #define HAVE_DECL_BE64TOH 0
| #define HAVE_DECL_HTOBE16 0
| #define HAVE_DECL_HTOBE32 0
| #define HAVE_DECL_HTOBE64 0
| #define HAVE_DECL_BSWAP_16 0
| #define HAVE_DECL_BSWAP_32 0
| #define HAVE_DECL_BSWAP_64 0
| #define HAVE_BUILTIN_CLZL 1
| #define HAVE_BUILTIN_CLZLL 1
| #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
| #define HAVE_THREAD_LOCAL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETENTROPY_RAND 1
| #define HAVE_SYSCTL 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/sysctl.h>
| int
| main (void)
| {
| #ifdef __linux__
| #error "Don't use sysctl on Linux, it's deprecated even when it works"
| #endif
| static int name[2] = {CTL_KERN, KERN_ARND};
| sysctl(name, 2, nullptr, nullptr, nullptr, 0);
| ;
| return 0;
| }
configure:29003: result: no
configure:29009: checking for if type char equals int8_t
configure:29023: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:73:2: error: static_assert failed due to requirement 'std::is_same<signed char, char>::value' ""
static_assert(std::is_same<int8_t, char>::value, "");
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:29023: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| #define HAVE_DECL_BE32TOH 0
| #define HAVE_DECL_BE64TOH 0
| #define HAVE_DECL_HTOBE16 0
| #define HAVE_DECL_HTOBE32 0
| #define HAVE_DECL_HTOBE64 0
| #define HAVE_DECL_BSWAP_16 0
| #define HAVE_DECL_BSWAP_32 0
| #define HAVE_DECL_BSWAP_64 0
| #define HAVE_BUILTIN_CLZL 1
| #define HAVE_BUILTIN_CLZLL 1
| #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
| #define HAVE_THREAD_LOCAL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETENTROPY_RAND 1
| #define HAVE_SYSCTL 1
| /* end confdefs.h. */
| #include <stdint.h>
| #include <type_traits>
| int
| main (void)
| {
| static_assert(std::is_same<int8_t, char>::value, "");
| ;
| return 0;
| }
configure:29030: result: no
configure:29036: checking for fdatasync
configure:29049: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:72:2: error: use of undeclared identifier 'fdatasync'
fdatasync(0);
^
1 error generated.
configure:29049: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| #define HAVE_DECL_BE32TOH 0
| #define HAVE_DECL_BE64TOH 0
| #define HAVE_DECL_HTOBE16 0
| #define HAVE_DECL_HTOBE32 0
| #define HAVE_DECL_HTOBE64 0
| #define HAVE_DECL_BSWAP_16 0
| #define HAVE_DECL_BSWAP_32 0
| #define HAVE_DECL_BSWAP_64 0
| #define HAVE_BUILTIN_CLZL 1
| #define HAVE_BUILTIN_CLZLL 1
| #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
| #define HAVE_THREAD_LOCAL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETENTROPY_RAND 1
| #define HAVE_SYSCTL 1
| /* end confdefs.h. */
| #include <unistd.h>
| int
| main (void)
| {
| fdatasync(0);
| ;
| return 0;
| }
configure:29054: result: no
configure:29063: checking for F_FULLFSYNC
configure:29076: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
configure:29076: $? = 0
configure:29078: result: yes
configure:29087: checking for O_CLOEXEC
configure:29100: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
configure:29100: $? = 0
configure:29102: result: yes
configure:29114: checking for __builtin_prefetch
configure:29131: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
configure:29131: $? = 0
configure:29133: result: yes
configure:29142: checking for _mm_prefetch
configure:29159: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
configure:29159: $? = 0
configure:29161: result: yes
configure:29170: checking for strong getauxval support in the system headers
configure:29187: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:71:14: fatal error: 'sys/auxv.h' file not found
#include <sys/auxv.h>
^~~~~~~~~~~~
1 error generated.
configure:29187: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| #define HAVE_DECL_BE32TOH 0
| #define HAVE_DECL_BE64TOH 0
| #define HAVE_DECL_HTOBE16 0
| #define HAVE_DECL_HTOBE32 0
| #define HAVE_DECL_HTOBE64 0
| #define HAVE_DECL_BSWAP_16 0
| #define HAVE_DECL_BSWAP_32 0
| #define HAVE_DECL_BSWAP_64 0
| #define HAVE_BUILTIN_CLZL 1
| #define HAVE_BUILTIN_CLZLL 1
| #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
| #define HAVE_THREAD_LOCAL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETENTROPY_RAND 1
| #define HAVE_SYSCTL 1
| #define HAVE_FDATASYNC 0
| #define HAVE_O_CLOEXEC 1
| /* end confdefs.h. */
|
| #include <sys/auxv.h>
|
| int
| main (void)
| {
|
| getauxval(AT_HWCAP);
|
| ;
| return 0;
| }
configure:29194: result: no
configure:29201: checking for std::system
configure:29215: g++ -std=c++17 -o conftest -g -O2 conftest.cpp >&5
configure:29215: $? = 0
configure:29217: result: yes
configure:29227: checking for ::_wsystem
configure:29241: g++ -std=c++17 -o conftest -g -O2 conftest.cpp >&5
conftest.cpp:74:15: error: no member named '_wsystem' in the global namespace; did you mean 'system'?
int nErr = ::_wsystem(NULL);
~~^~~~~~~~
system
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:184:6: note: 'system' declared here
int system(const char *) __DARWIN_ALIAS_C(system);
^
1 error generated.
configure:29241: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| #define HAVE_DECL_BE32TOH 0
| #define HAVE_DECL_BE64TOH 0
| #define HAVE_DECL_HTOBE16 0
| #define HAVE_DECL_HTOBE32 0
| #define HAVE_DECL_HTOBE64 0
| #define HAVE_DECL_BSWAP_16 0
| #define HAVE_DECL_BSWAP_32 0
| #define HAVE_DECL_BSWAP_64 0
| #define HAVE_BUILTIN_CLZL 1
| #define HAVE_BUILTIN_CLZLL 1
| #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
| #define HAVE_THREAD_LOCAL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETENTROPY_RAND 1
| #define HAVE_SYSCTL 1
| #define HAVE_FDATASYNC 0
| #define HAVE_O_CLOEXEC 1
| /* end confdefs.h. */
| #include <stdlib.h>
| int
| main (void)
| {
| int nErr = ::_wsystem(NULL);
|
| ;
| return 0;
| }
configure:29246: result: no
configure:29431: checking for Qt5Core >= 5.11.3
configure:29438: $PKG_CONFIG --exists --print-errors "${qt_lib_prefix}Core${qt_lib_suffix} $qt_version"
configure:29441: $? = 0
configure:29455: $PKG_CONFIG --exists --print-errors "${qt_lib_prefix}Core${qt_lib_suffix} $qt_version"
configure:29458: $? = 0
configure:29518: result: yes
configure:29534: checking for Qt5Gui >= 5.11.3
configure:29541: $PKG_CONFIG --exists --print-errors "${qt_lib_prefix}Gui${qt_lib_suffix} $qt_version"
configure:29544: $? = 0
configure:29558: $PKG_CONFIG --exists --print-errors "${qt_lib_prefix}Gui${qt_lib_suffix} $qt_version"
configure:29561: $? = 0
configure:29621: result: yes
configure:29637: checking for Qt5Widgets >= 5.11.3
configure:29644: $PKG_CONFIG --exists --print-errors "${qt_lib_prefix}Widgets${qt_lib_suffix} $qt_version"
configure:29647: $? = 0
configure:29661: $PKG_CONFIG --exists --print-errors "${qt_lib_prefix}Widgets${qt_lib_suffix} $qt_version"
configure:29664: $? = 0
configure:29724: result: yes
configure:29740: checking for Qt5Network >= 5.11.3
configure:29747: $PKG_CONFIG --exists --print-errors "${qt_lib_prefix}Network${qt_lib_suffix} $qt_version"
configure:29750: $? = 0
configure:29764: $PKG_CONFIG --exists --print-errors "${qt_lib_prefix}Network${qt_lib_suffix} $qt_version"
configure:29767: $? = 0
configure:29827: result: yes
configure:29844: checking for Qt5Test >= 5.11.3
configure:29851: $PKG_CONFIG --exists --print-errors "${qt_lib_prefix}Test${qt_lib_suffix} $qt_version"
configure:29854: $? = 0
configure:29868: $PKG_CONFIG --exists --print-errors "${qt_lib_prefix}Test${qt_lib_suffix} $qt_version"
configure:29871: $? = 0
configure:29909: result: yes
configure:29916: checking for Qt5DBus >= 5.11.3
configure:29923: $PKG_CONFIG --exists --print-errors "${qt_lib_prefix}DBus $qt_version"
configure:29926: $? = 0
configure:29940: $PKG_CONFIG --exists --print-errors "${qt_lib_prefix}DBus $qt_version"
configure:29943: $? = 0
configure:29981: result: yes
configure:30008: checking for static Qt
configure:30035: g++ -std=c++17 -c -fPIC -g -O2 -DQT_NETWORK_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -DQT_CORE_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers -DQT_WIDGETS_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -DQT_GUI_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -DQT_CORE_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers -DQT_GUI_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -DQT_CORE_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers -DQT_CORE_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers -DHAVE_BUILD_INFO -DMAC_OSX -DOBJC_OLD_DISPATCH_PROTOTYPES=0 conftest.cpp >&5
conftest.cpp:82:9: error: use of undeclared identifier 'choke'
choke
^
1 error generated.
configure:30035: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| #define HAVE_DECL_BE32TOH 0
| #define HAVE_DECL_BE64TOH 0
| #define HAVE_DECL_HTOBE16 0
| #define HAVE_DECL_HTOBE32 0
| #define HAVE_DECL_HTOBE64 0
| #define HAVE_DECL_BSWAP_16 0
| #define HAVE_DECL_BSWAP_32 0
| #define HAVE_DECL_BSWAP_64 0
| #define HAVE_BUILTIN_CLZL 1
| #define HAVE_BUILTIN_CLZLL 1
| #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
| #define HAVE_THREAD_LOCAL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETENTROPY_RAND 1
| #define HAVE_SYSCTL 1
| #define HAVE_FDATASYNC 0
| #define HAVE_O_CLOEXEC 1
| #define HAVE_SYSTEM 1
| /* end confdefs.h. */
|
| #include <QtCore/qconfig.h>
| #ifndef QT_VERSION
| # include <QtCore/qglobal.h>
| #endif
|
| int
| main (void)
| {
|
| #if !defined(QT_STATIC)
| choke
| #endif
|
| ;
| return 0;
| }
configure:30044: result: no
configure:32110: checking whether -fPIE can be used with this Qt config
configure:32136: g++ -std=c++17 -c -g -O2 -DQT_NETWORK_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -DQT_CORE_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers -DQT_WIDGETS_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -DQT_GUI_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -DQT_CORE_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers -DQT_GUI_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -DQT_CORE_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers -DQT_CORE_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers -DHAVE_BUILD_INFO -DMAC_OSX -DOBJC_OLD_DISPATCH_PROTOTYPES=0 conftest.cpp >&5
configure:32136: $? = 0
configure:32138: result: yes
configure:32212: checking for moc-qt5
configure:32250: result: no
configure:32212: checking for moc5
configure:32250: result: no
configure:32212: checking for moc
configure:32235: found /usr/local/Cellar/qt@5/5.15.5_1/bin/moc
configure:32247: result: /usr/local/Cellar/qt@5/5.15.5_1/bin/moc
configure:32341: checking for uic-qt5
configure:32379: result: no
configure:32341: checking for uic5
configure:32379: result: no
configure:32341: checking for uic
configure:32364: found /usr/local/Cellar/qt@5/5.15.5_1/bin/uic
configure:32376: result: /usr/local/Cellar/qt@5/5.15.5_1/bin/uic
configure:32470: checking for rcc-qt5
configure:32508: result: no
configure:32470: checking for rcc5
configure:32508: result: no
configure:32470: checking for rcc
configure:32493: found /usr/local/Cellar/qt@5/5.15.5_1/bin/rcc
configure:32505: result: /usr/local/Cellar/qt@5/5.15.5_1/bin/rcc
configure:32599: checking for lrelease-qt5
configure:32637: result: no
configure:32599: checking for lrelease5
configure:32637: result: no
configure:32599: checking for lrelease
configure:32622: found /usr/local/Cellar/qt@5/5.15.5_1/bin/lrelease
configure:32634: result: /usr/local/Cellar/qt@5/5.15.5_1/bin/lrelease
configure:32728: checking for lupdate-qt5
configure:32766: result: no
configure:32728: checking for lupdate5
configure:32766: result: no
configure:32728: checking for lupdate
configure:32751: found /usr/local/Cellar/qt@5/5.15.5_1/bin/lupdate
configure:32763: result: /usr/local/Cellar/qt@5/5.15.5_1/bin/lupdate
configure:32857: checking for lconvert-qt5
configure:32895: result: no
configure:32857: checking for lconvert5
configure:32895: result: no
configure:32857: checking for lconvert
configure:32880: found /usr/local/Cellar/qt@5/5.15.5_1/bin/lconvert
configure:32892: result: /usr/local/Cellar/qt@5/5.15.5_1/bin/lconvert
configure:32987: checking whether the linker accepts -framework Foundation -framework AppKit
configure:33007: g++ -std=c++17 -o conftest -g -O2 -framework Foundation -framework AppKit conftest.cpp >&5
configure:33007: $? = 0
configure:33018: result: yes
configure:33088: checking whether to build Bitcoin Core GUI
configure:33123: result: yes (Qt5)
configure:33150: checking whether main function is needed for fuzz binary
configure:33153: checking whether the linker accepts
configure:33180: g++ -std=c++17 -o conftest -g -O2 conftest.cpp >&5
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
(maybe you meant: not_main())
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:33180: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| #define HAVE_DECL_BE32TOH 0
| #define HAVE_DECL_BE64TOH 0
| #define HAVE_DECL_HTOBE16 0
| #define HAVE_DECL_HTOBE32 0
| #define HAVE_DECL_HTOBE64 0
| #define HAVE_DECL_BSWAP_16 0
| #define HAVE_DECL_BSWAP_32 0
| #define HAVE_DECL_BSWAP_64 0
| #define HAVE_BUILTIN_CLZL 1
| #define HAVE_BUILTIN_CLZLL 1
| #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
| #define HAVE_THREAD_LOCAL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETENTROPY_RAND 1
| #define HAVE_SYSCTL 1
| #define HAVE_FDATASYNC 0
| #define HAVE_O_CLOEXEC 1
| #define HAVE_SYSTEM 1
| /* end confdefs.h. */
|
| #include <cstdint>
| #include <cstddef>
| extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { return 0; }
| /* comment to remove the main function ...
|
| int
| main (void)
| {
|
| */ int not_main() {
|
| ;
| return 0;
| }
configure:33191: result: no
configure:33198: result: yes
configure:33212: checking for __builtin_mul_overflow
configure:33224: g++ -std=c++17 -o conftest -g -O2 conftest.cpp >&5
configure:33224: $? = 0
configure:33227: result: yes
configure:33504: checking for sqlite3 >= 3.7.17
configure:33511: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.7.17"
configure:33514: $? = 0
configure:33528: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.7.17"
configure:33531: $? = 0
configure:33569: result: yes
configure:33574: checking whether to build wallet with support for sqlite
configure:33591: result: yes
configure:33603: checking whether Userspace, Statically Defined Tracing tracepoints are supported
configure:33618: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:79:1: error: use of undeclared identifier 'DTRACE_PROBE'
DTRACE_PROBE("context", "event");
^
1 error generated.
configure:33618: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| #define HAVE_DECL_BE32TOH 0
| #define HAVE_DECL_BE64TOH 0
| #define HAVE_DECL_HTOBE16 0
| #define HAVE_DECL_HTOBE32 0
| #define HAVE_DECL_HTOBE64 0
| #define HAVE_DECL_BSWAP_16 0
| #define HAVE_DECL_BSWAP_32 0
| #define HAVE_DECL_BSWAP_64 0
| #define HAVE_BUILTIN_CLZL 1
| #define HAVE_BUILTIN_CLZLL 1
| #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
| #define HAVE_THREAD_LOCAL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETENTROPY_RAND 1
| #define HAVE_SYSCTL 1
| #define HAVE_FDATASYNC 0
| #define HAVE_O_CLOEXEC 1
| #define HAVE_SYSTEM 1
| #define HAVE_BUILTIN_MUL_OVERFLOW 1
| #define USE_BDB 1
| #define USE_SQLITE 1
| /* end confdefs.h. */
|
| #include <sys/sdt.h>
| int
| main (void)
| {
| DTRACE_PROBE("context", "event");
|
| ;
| return 0;
| }
configure:33625: result: no
configure:33652: checking for miniupnpc/miniupnpc.h
configure:33652: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:102:10: fatal error: 'miniupnpc/miniupnpc.h' file not found
#include <miniupnpc/miniupnpc.h>
^~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:33652: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| #define HAVE_DECL_BE32TOH 0
| #define HAVE_DECL_BE64TOH 0
| #define HAVE_DECL_HTOBE16 0
| #define HAVE_DECL_HTOBE32 0
| #define HAVE_DECL_HTOBE64 0
| #define HAVE_DECL_BSWAP_16 0
| #define HAVE_DECL_BSWAP_32 0
| #define HAVE_DECL_BSWAP_64 0
| #define HAVE_BUILTIN_CLZL 1
| #define HAVE_BUILTIN_CLZLL 1
| #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
| #define HAVE_THREAD_LOCAL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETENTROPY_RAND 1
| #define HAVE_SYSCTL 1
| #define HAVE_FDATASYNC 0
| #define HAVE_O_CLOEXEC 1
| #define HAVE_SYSTEM 1
| #define HAVE_BUILTIN_MUL_OVERFLOW 1
| #define USE_BDB 1
| #define USE_SQLITE 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <miniupnpc/miniupnpc.h>
configure:33652: result: no
configure:33652: checking for miniupnpc/upnpcommands.h
configure:33652: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:102:10: fatal error: 'miniupnpc/upnpcommands.h' file not found
#include <miniupnpc/upnpcommands.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:33652: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| #define HAVE_DECL_BE32TOH 0
| #define HAVE_DECL_BE64TOH 0
| #define HAVE_DECL_HTOBE16 0
| #define HAVE_DECL_HTOBE32 0
| #define HAVE_DECL_HTOBE64 0
| #define HAVE_DECL_BSWAP_16 0
| #define HAVE_DECL_BSWAP_32 0
| #define HAVE_DECL_BSWAP_64 0
| #define HAVE_BUILTIN_CLZL 1
| #define HAVE_BUILTIN_CLZLL 1
| #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
| #define HAVE_THREAD_LOCAL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETENTROPY_RAND 1
| #define HAVE_SYSCTL 1
| #define HAVE_FDATASYNC 0
| #define HAVE_O_CLOEXEC 1
| #define HAVE_SYSTEM 1
| #define HAVE_BUILTIN_MUL_OVERFLOW 1
| #define USE_BDB 1
| #define USE_SQLITE 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <miniupnpc/upnpcommands.h>
configure:33652: result: no
configure:33652: checking for miniupnpc/upnperrors.h
configure:33652: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:102:10: fatal error: 'miniupnpc/upnperrors.h' file not found
#include <miniupnpc/upnperrors.h>
^~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:33652: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| #define HAVE_DECL_BE32TOH 0
| #define HAVE_DECL_BE64TOH 0
| #define HAVE_DECL_HTOBE16 0
| #define HAVE_DECL_HTOBE32 0
| #define HAVE_DECL_HTOBE64 0
| #define HAVE_DECL_BSWAP_16 0
| #define HAVE_DECL_BSWAP_32 0
| #define HAVE_DECL_BSWAP_64 0
| #define HAVE_BUILTIN_CLZL 1
| #define HAVE_BUILTIN_CLZLL 1
| #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
| #define HAVE_THREAD_LOCAL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETENTROPY_RAND 1
| #define HAVE_SYSCTL 1
| #define HAVE_FDATASYNC 0
| #define HAVE_O_CLOEXEC 1
| #define HAVE_SYSTEM 1
| #define HAVE_BUILTIN_MUL_OVERFLOW 1
| #define USE_BDB 1
| #define USE_SQLITE 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <miniupnpc/upnperrors.h>
configure:33652: result: no
configure:33752: checking for natpmp.h
configure:33752: g++ -std=c++17 -c -g -O2 conftest.cpp >&5
conftest.cpp:102:10: fatal error: 'natpmp.h' file not found
#include <natpmp.h>
^~~~~~~~~~
1 error generated.
configure:33752: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| #define HAVE_DECL_BE32TOH 0
| #define HAVE_DECL_BE64TOH 0
| #define HAVE_DECL_HTOBE16 0
| #define HAVE_DECL_HTOBE32 0
| #define HAVE_DECL_HTOBE64 0
| #define HAVE_DECL_BSWAP_16 0
| #define HAVE_DECL_BSWAP_32 0
| #define HAVE_DECL_BSWAP_64 0
| #define HAVE_BUILTIN_CLZL 1
| #define HAVE_BUILTIN_CLZLL 1
| #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
| #define HAVE_THREAD_LOCAL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETENTROPY_RAND 1
| #define HAVE_SYSCTL 1
| #define HAVE_FDATASYNC 0
| #define HAVE_O_CLOEXEC 1
| #define HAVE_SYSTEM 1
| #define HAVE_BUILTIN_MUL_OVERFLOW 1
| #define USE_BDB 1
| #define USE_SQLITE 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <natpmp.h>
configure:33752: result: no
configure:33966: checking for boostlib >= 1.64.0 (106400)
configure:33998: g++ -std=c++17 -c -g -O2 -I/usr/local/include conftest.cpp >&5
configure:33998: $? = 0
configure:34001: result: yes
configure:34188: checking whether Boost.Process can be used
configure:34207: g++ -std=c++17 -o conftest -g -O2 -Wno-error=narrowing -I/usr/local/include -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -DBOOST_NO_CXX98_FUNCTION_BASE -pthread conftest.cpp >&5
In file included from conftest.cpp:75:
In file included from /usr/local/include/boost/process.hpp:24:
In file included from /usr/local/include/boost/process/async_system.hpp:22:
In file included from /usr/local/include/boost/process/child.hpp:22:
In file included from /usr/local/include/boost/process/detail/execute_impl.hpp:24:
/usr/local/include/boost/process/detail/posix/executor.hpp:156:36: warning: non-constant-expression cannot be narrowed from type 'unsigned long' to 'int' in initializer list [-Wc++11-narrowing]
int data[2] = {ec.value(), len + 1};
^~~~~~~
/usr/local/include/boost/process/detail/posix/executor.hpp:156:36: note: insert an explicit cast to silence this issue
int data[2] = {ec.value(), len + 1};
^~~~~~~
static_cast<int>( )
1 warning generated.
configure:34207: $? = 0
configure:34218: result: yes
configure:34249: checking for seccomp-bpf (Linux x86-64)
configure:34268: g++ -std=c++17 -E conftest.cpp
conftest.cpp:77:16: fatal error: 'linux/seccomp.h' file not found
#include <linux/seccomp.h>
^~~~~~~~~~~~~~~~~
1 error generated.
configure:34268: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| #define HAVE_DECL_BE32TOH 0
| #define HAVE_DECL_BE64TOH 0
| #define HAVE_DECL_HTOBE16 0
| #define HAVE_DECL_HTOBE32 0
| #define HAVE_DECL_HTOBE64 0
| #define HAVE_DECL_BSWAP_16 0
| #define HAVE_DECL_BSWAP_32 0
| #define HAVE_DECL_BSWAP_64 0
| #define HAVE_BUILTIN_CLZL 1
| #define HAVE_BUILTIN_CLZLL 1
| #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
| #define HAVE_THREAD_LOCAL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETENTROPY_RAND 1
| #define HAVE_SYSCTL 1
| #define HAVE_FDATASYNC 0
| #define HAVE_O_CLOEXEC 1
| #define HAVE_SYSTEM 1
| #define HAVE_BUILTIN_MUL_OVERFLOW 1
| #define USE_BDB 1
| #define USE_SQLITE 1
| #define HAVE_BOOST /**/
| #define ENABLE_EXTERNAL_SIGNER 1
| /* end confdefs.h. */
|
| #include <linux/seccomp.h>
|
| int
| main (void)
| {
|
| #if !defined(__x86_64__)
| # error Syscall sandbox is an experimental feature currently available only under Linux x86-64.
| #endif
|
| ;
| return 0;
| }
configure:34280: result: no
configure:34393: checking for libevent >= 2.1.8
configure:34400: $PKG_CONFIG --exists --print-errors "libevent >= 2.1.8"
configure:34403: $? = 0
configure:34417: $PKG_CONFIG --exists --print-errors "libevent >= 2.1.8"
configure:34420: $? = 0
configure:34458: result: yes
configure:34465: checking for libevent_pthreads >= 2.1.8
configure:34472: $PKG_CONFIG --exists --print-errors "libevent_pthreads >= 2.1.8"
configure:34475: $? = 0
configure:34489: $PKG_CONFIG --exists --print-errors "libevent_pthreads >= 2.1.8"
configure:34492: $? = 0
configure:34530: result: yes
configure:34544: checking if evhttp_connection_get_peer expects const char**
configure:34566: g++ -std=c++17 -c -g -O2 -I/usr/local/Cellar/libevent/2.1.12/include conftest.cpp >&5
conftest.cpp:88:7: error: no matching function for call to 'evhttp_connection_get_peer'
evhttp_connection_get_peer(conn, &host, &port);
^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/libevent/2.1.12/include/event2/http.h:765:6: note: candidate function not viable: no known conversion from 'const char **' to 'char **' for 2nd argument
void evhttp_connection_get_peer(struct evhttp_connection *evcon,
^
1 error generated.
configure:34566: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Bitcoin Core"
| #define PACKAGE_TARNAME "bitcoin"
| #define PACKAGE_VERSION "23.99.0"
| #define PACKAGE_STRING "Bitcoin Core 23.99.0"
| #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
| #define PACKAGE_URL "https://bitcoincore.org/"
| #define HAVE_CXX17 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define USE_ASM 1
| #define HAVE_CLMUL 1
| #define ENABLE_SSE41 1
| #define ENABLE_AVX2 1
| #define ENABLE_X86_SHANI 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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_SYSCTL_H 1
| #define HAVE_SYS_VMMETER_H 1
| #define HAVE_DECL_GETIFADDRS 1
| #define HAVE_DECL_FREEIFADDRS 1
| #define HAVE_DECL_FORK 1
| #define HAVE_DECL_SETSID 1
| #define HAVE_DECL_PIPE2 0
| #define HAVE_TIMINGSAFE_BCMP 1
| #define HAVE_DECL_LE16TOH 0
| #define HAVE_DECL_LE32TOH 0
| #define HAVE_DECL_LE64TOH 0
| #define HAVE_DECL_HTOLE16 0
| #define HAVE_DECL_HTOLE32 0
| #define HAVE_DECL_HTOLE64 0
| #define HAVE_DECL_BE16TOH 0
| #define HAVE_DECL_BE32TOH 0
| #define HAVE_DECL_BE64TOH 0
| #define HAVE_DECL_HTOBE16 0
| #define HAVE_DECL_HTOBE32 0
| #define HAVE_DECL_HTOBE64 0
| #define HAVE_DECL_BSWAP_16 0
| #define HAVE_DECL_BSWAP_32 0
| #define HAVE_DECL_BSWAP_64 0
| #define HAVE_BUILTIN_CLZL 1
| #define HAVE_BUILTIN_CLZLL 1
| #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
| #define HAVE_THREAD_LOCAL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETENTROPY_RAND 1
| #define HAVE_SYSCTL 1
| #define HAVE_FDATASYNC 0
| #define HAVE_O_CLOEXEC 1
| #define HAVE_SYSTEM 1
| #define HAVE_BUILTIN_MUL_OVERFLOW 1
| #define USE_BDB 1
| #define USE_SQLITE 1
| #define HAVE_BOOST /**/
| #define ENABLE_EXTERNAL_SIGNER 1
| /* end confdefs.h. */
|
| #include <cstdint>
| #include <event2/http.h>
|
| int
| main (void)
| {
|
| evhttp_connection *conn = (evhttp_connection *)1;
| const char *host;
| uint16_t port;
|
| evhttp_connection_get_peer(conn, &host, &port);
|
| ;
| return 0;
| }
configure:34573: result: no
configure:34588: checking for libqrencode
configure:34595: $PKG_CONFIG --exists --print-errors "libqrencode"
configure:34598: $? = 0
configure:34612: $PKG_CONFIG --exists --print-errors "libqrencode"
configure:34615: $? = 0
configure:34653: result: yes
configure:34668: checking for libzmq >= 4
configure:34675: $PKG_CONFIG --exists --print-errors "libzmq >= 4"
configure:34678: $? = 0
configure:34692: $PKG_CONFIG --exists --print-errors "libzmq >= 4"
configure:34695: $? = 0
configure:34743: result: yes
configure:34768: checking for libmultiprocess
configure:34775: $PKG_CONFIG --exists --print-errors "libmultiprocess"
Package libmultiprocess was not found in the pkg-config search path.
Perhaps you should add the directory containing `libmultiprocess.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libmultiprocess' found
configure:34778: $? = 1
configure:34792: $PKG_CONFIG --exists --print-errors "libmultiprocess"
Package libmultiprocess was not found in the pkg-config search path.
Perhaps you should add the directory containing `libmultiprocess.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libmultiprocess' found
configure:34795: $? = 1
configure:34809: result: no
No package 'libmultiprocess' found
configure:34891: checking whether to build bitcoind
configure:34901: result: yes
configure:34904: checking whether to build bitcoin-cli
configure:34914: result: yes
configure:34917: checking whether to build bitcoin-tx
configure:34927: result: yes
configure:34930: checking whether to build bitcoin-wallet
configure:34940: result: yes
configure:34943: checking whether to build bitcoin-util
configure:34953: result: yes
configure:34956: checking whether to build experimental bitcoin-chainstate
configure:34970: result: no
configure:34973: checking whether to build libraries
configure:35001: result: yes
configure:35012: checking if ccache should be used
configure:35025: result: no
configure:35111: checking if wallet should be enabled
configure:35114: result: yes
configure:35126: checking whether to build with support for UPnP
configure:35132: result: no
configure:35161: checking whether to build with support for NAT-PMP
configure:35167: result: no
configure:35198: checking whether to build GUI with support for D-Bus
configure:35205: result: yes
configure:35208: checking whether to build GUI with support for QR codes
configure:35223: result: yes
configure:35231: checking whether to build test_bitcoin-qt
configure:35234: result: yes
configure:35252: checking whether to build test_bitcoin
configure:35259: result: yes
configure:35269: checking whether to reduce exports
configure:35275: result: no
configure:35784: checking that generated files are newer than configure
configure:35790: result: done
configure:36010: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by Bitcoin Core config.status 23.99.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on Cams-MacBook-Pro.local
config.status:1535: creating libbitcoinconsensus.pc
config.status:1535: creating Makefile
config.status:1535: creating src/Makefile
config.status:1535: creating doc/man/Makefile
config.status:1535: creating share/setup.nsi
config.status:1535: creating share/qt/Info.plist
config.status:1535: creating test/config.ini
config.status:1535: creating contrib/devtools/split-debug.sh
config.status:1535: creating src/config/bitcoin-config.h
config.status:1795: executing depfiles commands
config.status:1872: cd src && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
config.status:1877: $? = 0
config.status:1795: executing libtool commands
configure:38558: === configuring in src/secp256k1 (/Users/cam/dev/bitcoin/src/secp256k1)
configure:38619: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--disable-shared' '--with-pic' '--enable-benchmark=no' '--enable-module-recovery' '--enable-module-schnorrsig' --cache-file=/dev/null --srcdir=.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin21.6.0
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_cxx_undeclared_builtin_options='none needed'
ac_cv_env_ARFLAGS_set=
ac_cv_env_ARFLAGS_value=
ac_cv_env_BDB_CFLAGS_set=
ac_cv_env_BDB_CFLAGS_value=
ac_cv_env_BDB_LIBS_set=
ac_cv_env_BDB_LIBS_value=
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_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_EVENT_CFLAGS_set=
ac_cv_env_EVENT_CFLAGS_value=
ac_cv_env_EVENT_LIBS_set=
ac_cv_env_EVENT_LIBS_value=
ac_cv_env_EVENT_PTHREADS_CFLAGS_set=
ac_cv_env_EVENT_PTHREADS_CFLAGS_value=
ac_cv_env_EVENT_PTHREADS_LIBS_set=
ac_cv_env_EVENT_PTHREADS_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBMULTIPROCESS_CFLAGS_set=
ac_cv_env_LIBMULTIPROCESS_CFLAGS_value=
ac_cv_env_LIBMULTIPROCESS_LIBS_set=
ac_cv_env_LIBMULTIPROCESS_LIBS_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_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_QT_ACCESSIBILITY_CFLAGS_set=
ac_cv_env_QT_ACCESSIBILITY_CFLAGS_value=
ac_cv_env_QT_ACCESSIBILITY_LIBS_set=
ac_cv_env_QT_ACCESSIBILITY_LIBS_value=
ac_cv_env_QT_CLIPBOARD_CFLAGS_set=
ac_cv_env_QT_CLIPBOARD_CFLAGS_value=
ac_cv_env_QT_CLIPBOARD_LIBS_set=
ac_cv_env_QT_CLIPBOARD_LIBS_value=
ac_cv_env_QT_CORE_CFLAGS_set=
ac_cv_env_QT_CORE_CFLAGS_value=
ac_cv_env_QT_CORE_LIBS_set=
ac_cv_env_QT_CORE_LIBS_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_DEVICEDISCOVERY_CFLAGS_set=
ac_cv_env_QT_DEVICEDISCOVERY_CFLAGS_value=
ac_cv_env_QT_DEVICEDISCOVERY_LIBS_set=
ac_cv_env_QT_DEVICEDISCOVERY_LIBS_value=
ac_cv_env_QT_EDID_CFLAGS_set=
ac_cv_env_QT_EDID_CFLAGS_value=
ac_cv_env_QT_EDID_LIBS_set=
ac_cv_env_QT_EDID_LIBS_value=
ac_cv_env_QT_EGL_CFLAGS_set=
ac_cv_env_QT_EGL_CFLAGS_value=
ac_cv_env_QT_EGL_LIBS_set=
ac_cv_env_QT_EGL_LIBS_value=
ac_cv_env_QT_EVENTDISPATCHER_CFLAGS_set=
ac_cv_env_QT_EVENTDISPATCHER_CFLAGS_value=
ac_cv_env_QT_EVENTDISPATCHER_LIBS_set=
ac_cv_env_QT_EVENTDISPATCHER_LIBS_value=
ac_cv_env_QT_FB_CFLAGS_set=
ac_cv_env_QT_FB_CFLAGS_value=
ac_cv_env_QT_FB_LIBS_set=
ac_cv_env_QT_FB_LIBS_value=
ac_cv_env_QT_FONTDATABASE_CFLAGS_set=
ac_cv_env_QT_FONTDATABASE_CFLAGS_value=
ac_cv_env_QT_FONTDATABASE_LIBS_set=
ac_cv_env_QT_FONTDATABASE_LIBS_value=
ac_cv_env_QT_GRAPHICS_CFLAGS_set=
ac_cv_env_QT_GRAPHICS_CFLAGS_value=
ac_cv_env_QT_GRAPHICS_LIBS_set=
ac_cv_env_QT_GRAPHICS_LIBS_value=
ac_cv_env_QT_GUI_CFLAGS_set=
ac_cv_env_QT_GUI_CFLAGS_value=
ac_cv_env_QT_GUI_LIBS_set=
ac_cv_env_QT_GUI_LIBS_value=
ac_cv_env_QT_INPUT_CFLAGS_set=
ac_cv_env_QT_INPUT_CFLAGS_value=
ac_cv_env_QT_INPUT_LIBS_set=
ac_cv_env_QT_INPUT_LIBS_value=
ac_cv_env_QT_NETWORK_CFLAGS_set=
ac_cv_env_QT_NETWORK_CFLAGS_value=
ac_cv_env_QT_NETWORK_LIBS_set=
ac_cv_env_QT_NETWORK_LIBS_value=
ac_cv_env_QT_SERVICE_CFLAGS_set=
ac_cv_env_QT_SERVICE_CFLAGS_value=
ac_cv_env_QT_SERVICE_LIBS_set=
ac_cv_env_QT_SERVICE_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_QT_THEME_CFLAGS_set=
ac_cv_env_QT_THEME_CFLAGS_value=
ac_cv_env_QT_THEME_LIBS_set=
ac_cv_env_QT_THEME_LIBS_value=
ac_cv_env_QT_WIDGETS_CFLAGS_set=
ac_cv_env_QT_WIDGETS_CFLAGS_value=
ac_cv_env_QT_WIDGETS_LIBS_set=
ac_cv_env_QT_WIDGETS_LIBS_value=
ac_cv_env_QT_WINDOWSUIAUTOMATION_CFLAGS_set=
ac_cv_env_QT_WINDOWSUIAUTOMATION_CFLAGS_value=
ac_cv_env_QT_WINDOWSUIAUTOMATION_LIBS_set=
ac_cv_env_QT_WINDOWSUIAUTOMATION_LIBS_value=
ac_cv_env_QT_XCBQPA_CFLAGS_set=
ac_cv_env_QT_XCBQPA_CFLAGS_value=
ac_cv_env_QT_XCBQPA_LIBS_set=
ac_cv_env_QT_XCBQPA_LIBS_value=
ac_cv_env_QT_XKBCOMMON_CFLAGS_set=
ac_cv_env_QT_XKBCOMMON_CFLAGS_value=
ac_cv_env_QT_XKBCOMMON_LIBS_set=
ac_cv_env_QT_XKBCOMMON_LIBS_value=
ac_cv_env_SQLITE_CFLAGS_set=
ac_cv_env_SQLITE_CFLAGS_value=
ac_cv_env_SQLITE_LIBS_set=
ac_cv_env_SQLITE_LIBS_value=
ac_cv_env_ZMQ_CFLAGS_set=
ac_cv_env_ZMQ_CFLAGS_value=
ac_cv_env_ZMQ_LIBS_set=
ac_cv_env_ZMQ_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_char_p=no
ac_cv_func_timingsafe_bcmp=yes
ac_cv_have_decl_be16toh=no
ac_cv_have_decl_be32toh=no
ac_cv_have_decl_be64toh=no
ac_cv_have_decl_bswap_16=no
ac_cv_have_decl_bswap_32=no
ac_cv_have_decl_bswap_64=no
ac_cv_have_decl_fork=yes
ac_cv_have_decl_freeifaddrs=yes
ac_cv_have_decl_getifaddrs=yes
ac_cv_have_decl_htobe16=no
ac_cv_have_decl_htobe32=no
ac_cv_have_decl_htobe64=no
ac_cv_have_decl_htole16=no
ac_cv_have_decl_htole32=no
ac_cv_have_decl_htole64=no
ac_cv_have_decl_le16toh=no
ac_cv_have_decl_le32toh=no
ac_cv_have_decl_le64toh=no
ac_cv_have_decl_pipe2=no
ac_cv_have_decl_setsid=yes
ac_cv_have_decl_strerror_r=yes
ac_cv_header_byteswap_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_endian_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_miniupnpc_miniupnpc_h=no
ac_cv_header_miniupnpc_upnpcommands_h=no
ac_cv_header_miniupnpc_upnperrors_h=no
ac_cv_header_natpmp_h=no
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_endian_h=no
ac_cv_header_sys_prctl_h=no
ac_cv_header_sys_resources_h=no
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_sysctl_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_vmmeter_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vm_vm_param_h=no
ac_cv_host=x86_64-apple-darwin21.6.0
ac_cv_objcxx_compiler_gnu=yes
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_LCONVERT=/usr/local/Cellar/qt@5/5.15.5_1/bin/lconvert
ac_cv_path_LRELEASE=/usr/local/Cellar/qt@5/5.15.5_1/bin/lrelease
ac_cv_path_LUPDATE=/usr/local/Cellar/qt@5/5.15.5_1/bin/lupdate
ac_cv_path_MOC=/usr/local/Cellar/qt@5/5.15.5_1/bin/moc
ac_cv_path_PYTHON=/usr/local/bin/python3.9
ac_cv_path_RCC=/usr/local/Cellar/qt@5/5.15.5_1/bin/rcc
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_UIC=/usr/local/Cellar/qt@5/5.15.5_1/bin/uic
ac_cv_path_XGETTEXT=/usr/local/bin/xgettext
ac_cv_path_ac_pt_AR=/usr/bin/ar
ac_cv_path_ac_pt_GCOV=/usr/bin/gcov
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_prog_AWK=awk
ac_cv_prog_BREW=brew
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -std=c++17 -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_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_FILECMD=file
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_11=no
ac_cv_prog_cxx_g=yes
ac_cv_prog_cxx_stdcxx=
ac_cv_prog_make_make_set=yes
ac_cv_prog_objcxx_g=yes
ac_cv_search_clock_gettime='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_CLANG=yes
ax_cv_PTHREAD_CLANG_NO_WARN_FLAG=no
ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE
ax_cv_PTHREAD_PRIO_INHERIT=yes
ax_cv_PTHREAD_SPECIAL_FLAGS=no
ax_cv_check_cxxcppflags___D_FORTIFY_SOURCE_2=yes
ax_cv_check_cxxcppflags___U_FORTIFY_SOURCE=yes
ax_cv_check_cxxflags__Wall=yes
ax_cv_check_cxxflags__Wconditional_uninitialized=yes
ax_cv_check_cxxflags__Wdate_time=yes
ax_cv_check_cxxflags__Wdeprecated_copy=yes
ax_cv_check_cxxflags__Wduplicated_branches=no
ax_cv_check_cxxflags__Wduplicated_cond=no
ax_cv_check_cxxflags__Wextra=yes
ax_cv_check_cxxflags__Wformat__Wformat_security=yes
ax_cv_check_cxxflags__Wgnu=yes
ax_cv_check_cxxflags__Wimplicit_fallthrough=yes
ax_cv_check_cxxflags__Wlogical_op=no
ax_cv_check_cxxflags__Wloop_analysis=yes
ax_cv_check_cxxflags__Woverloaded_virtual=yes
ax_cv_check_cxxflags__Wredundant_decls=yes
ax_cv_check_cxxflags__Wself_assign=yes
ax_cv_check_cxxflags__Wshadow_field=yes
ax_cv_check_cxxflags__Wsuggest_override=yes
ax_cv_check_cxxflags__Wthread_safety=yes
ax_cv_check_cxxflags__Wunreachable_code_loop_increment=yes
ax_cv_check_cxxflags__Wunused_member_function=yes
ax_cv_check_cxxflags__Wunused_parameter=yes
ax_cv_check_cxxflags__Wvla=yes
ax_cv_check_cxxflags___Werror=yes
ax_cv_check_cxxflags___Wstack_protector=yes
ax_cv_check_cxxflags___fPIC=yes
ax_cv_check_cxxflags___fcf_protection_full=yes
ax_cv_check_cxxflags___fstack_protector_all=yes
ax_cv_check_cxxflags___fstack_reuse_none=no
ax_cv_check_cxxflags__fno_extended_identifiers=no
ax_cv_check_cxxflags__fstack_clash_protection=no
ax_cv_check_cxxflags__march_armv8_apcrcpcrypto=no
ax_cv_check_cxxflags__mavx__mavx2=yes
ax_cv_check_cxxflags__mpclmul=yes
ax_cv_check_cxxflags__msse4_1=yes
ax_cv_check_cxxflags__msse4_2=yes
ax_cv_check_cxxflags__msse4__msha=yes
ax_cv_check_ldflags_=no
ax_cv_check_ldflags__Wl___dynamicbase=no
ax_cv_check_ldflags__Wl___enable_reloc_section=no
ax_cv_check_ldflags__Wl___high_entropy_va=no
ax_cv_check_ldflags__Wl___nxcompat=no
ax_cv_check_ldflags__Wl__bind_at_load=yes
ax_cv_check_ldflags__Wl__dead_strip=yes
ax_cv_check_ldflags__Wl__dead_strip_dylibs=yes
ax_cv_check_ldflags__Wl__headerpad_max_install_names=yes
ax_cv_check_ldflags__Wl__z_now=no
ax_cv_check_ldflags__Wl__z_relro=no
ax_cv_check_ldflags__Wl__z_separate_code=no
ax_cv_check_ldflags___Wl__fatal_warnings=yes
ax_cv_check_ldflags___framework_Foundation__framework_AppKit=yes
ax_cv_check_ldflags__fPIE__pie=no
ax_cv_cxx_compile_cxx17__std_cpp17=yes
bitcoin_cv_static_qt=no
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/Library/Developer/CommandLineTools/usr/bin/ld
lt_cv_path_LDCXX=/Library/Developer/CommandLineTools/usr/bin/ld
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='-fno-common -DPIC'
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='/usr/bin/sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | /usr/bin/sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='/usr/bin/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='/usr/bin/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='/usr/bin/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=786432
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
pkg_cv_EVENT_CFLAGS=-I/usr/local/Cellar/libevent/2.1.12/include
pkg_cv_EVENT_LIBS='-L/usr/local/Cellar/libevent/2.1.12/lib -levent'
pkg_cv_EVENT_PTHREADS_CFLAGS='-D_THREAD_SAFE -I/usr/local/Cellar/libevent/2.1.12/include'
pkg_cv_EVENT_PTHREADS_LIBS='-L/usr/local/Cellar/libevent/2.1.12/lib -levent_pthreads -levent'
pkg_cv_QR_CFLAGS=-I/usr/local/Cellar/qrencode/4.1.1/include
pkg_cv_QR_LIBS='-L/usr/local/Cellar/qrencode/4.1.1/lib -lqrencode'
pkg_cv_QT_CORE_CFLAGS='-DQT_CORE_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers'
pkg_cv_QT_CORE_LIBS='-F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtCore'
pkg_cv_QT_DBUS_CFLAGS='-DQT_DBUS_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -DQT_CORE_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtDBus.framework/Headers -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers'
pkg_cv_QT_DBUS_LIBS='-F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtDBus -F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtCore'
pkg_cv_QT_GUI_CFLAGS='-DQT_GUI_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -DQT_CORE_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers'
pkg_cv_QT_GUI_LIBS='-F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtGui -F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtCore'
pkg_cv_QT_NETWORK_CFLAGS='-DQT_NETWORK_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -DQT_CORE_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers'
pkg_cv_QT_NETWORK_LIBS='-F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtNetwork -F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtCore'
pkg_cv_QT_TEST_CFLAGS='-DQT_TESTLIB_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -DQT_CORE_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtTest.framework/Headers -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers'
pkg_cv_QT_TEST_LIBS='-F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtTest -F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtCore'
pkg_cv_QT_WIDGETS_CFLAGS='-DQT_WIDGETS_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -DQT_GUI_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -DQT_CORE_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers'
pkg_cv_QT_WIDGETS_LIBS='-F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtWidgets -F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtGui -F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtCore'
pkg_cv_SQLITE_CFLAGS=-I/usr/local/Cellar/sqlite/3.39.2/include
pkg_cv_SQLITE_LIBS='-L/usr/local/Cellar/sqlite/3.39.2/lib -lsqlite3'
pkg_cv_ZMQ_CFLAGS='-I/usr/local/Cellar/zeromq/4.3.4/include -I/usr/local/Cellar/libsodium/1.0.18_1/include'
pkg_cv_ZMQ_LIBS='-L/usr/local/Cellar/zeromq/4.3.4/lib -lzmq'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} '\''/Users/cam/dev/bitcoin/build-aux/missing'\'' aclocal-1.16'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
ANDROID_ARCH=''
AR='/usr/bin/ar'
ARFLAGS='cr'
ARM_CRC_CXXFLAGS=''
ARM_SHANI_CXXFLAGS=''
AS='as'
AUTOCONF='${SHELL} '\''/Users/cam/dev/bitcoin/build-aux/missing'\'' autoconf'
AUTOHEADER='${SHELL} '\''/Users/cam/dev/bitcoin/build-aux/missing'\'' autoheader'
AUTOMAKE='${SHELL} '\''/Users/cam/dev/bitcoin/build-aux/missing'\'' automake-1.16'
AVX2_CXXFLAGS='-mavx -mavx2'
AWK='awk'
BDB_CFLAGS='-I/usr/local/opt/berkeley-db@4/include'
BDB_CPPFLAGS='-I/usr/local/opt/berkeley-db@4/include'
BDB_LIBS='-L/usr/local/opt/berkeley-db@4/lib -ldb_cxx-4.8'
BITCOIN_CHAINSTATE_NAME='bitcoin-chainstate'
BITCOIN_CLI_NAME='bitcoin-cli'
BITCOIN_DAEMON_NAME='bitcoind'
BITCOIN_GUI_NAME='bitcoin-qt'
BITCOIN_MP_GUI_NAME='bitcoin-gui'
BITCOIN_MP_NODE_NAME='bitcoin-node'
BITCOIN_TEST_NAME='test_bitcoin'
BITCOIN_TX_NAME='bitcoin-tx'
BITCOIN_UTIL_NAME='bitcoin-util'
BITCOIN_WALLET_TOOL_NAME='bitcoin-wallet'
BOOST_CPPFLAGS='-I/usr/local/include -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -DBOOST_NO_CXX98_FUNCTION_BASE'
BOOST_LDFLAGS='-L/usr/local/lib'
BREW='brew'
BUILD_BITCOIND_FALSE='#'
BUILD_BITCOIND_TRUE=''
BUILD_BITCOIN_CHAINSTATE_FALSE=''
BUILD_BITCOIN_CHAINSTATE_TRUE='#'
BUILD_BITCOIN_CLI_FALSE='#'
BUILD_BITCOIN_CLI_TRUE=''
BUILD_BITCOIN_GUI_FALSE=''
BUILD_BITCOIN_GUI_TRUE='#'
BUILD_BITCOIN_KERNEL_LIB_FALSE=''
BUILD_BITCOIN_KERNEL_LIB_TRUE='#'
BUILD_BITCOIN_LIBS_FALSE='#'
BUILD_BITCOIN_LIBS_TRUE=''
BUILD_BITCOIN_NODE_FALSE=''
BUILD_BITCOIN_NODE_TRUE='#'
BUILD_BITCOIN_TX_FALSE='#'
BUILD_BITCOIN_TX_TRUE=''
BUILD_BITCOIN_UTIL_FALSE='#'
BUILD_BITCOIN_UTIL_TRUE=''
BUILD_BITCOIN_WALLET_FALSE='#'
BUILD_BITCOIN_WALLET_TRUE=''
BUILD_DARWIN_FALSE='#'
BUILD_DARWIN_TRUE=''
BUILD_MULTIPROCESS_FALSE=''
BUILD_MULTIPROCESS_TRUE='#'
CC='gcc'
CCACHE=''
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CLIENT_VERSION_BUILD='0'
CLIENT_VERSION_IS_RELEASE='false'
CLIENT_VERSION_MAJOR='23'
CLIENT_VERSION_MINOR='99'
CLMUL_CXXFLAGS='-mpclmul'
COPYRIGHT_HOLDERS='The %s developers'
COPYRIGHT_HOLDERS_FINAL='The Bitcoin Core developers'
COPYRIGHT_HOLDERS_SUBSTITUTION='Bitcoin Core'
COPYRIGHT_YEAR='2022'
CORE_CPPFLAGS=' -DHAVE_BUILD_INFO -DMAC_OSX -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -DPROVIDE_FUZZ_MAIN_FUNCTION'
CORE_CXXFLAGS=''
CORE_LDFLAGS=' -Wl,-headerpad_max_install_names -Wl,-dead_strip -Wl,-dead_strip_dylibs'
COV_TOOL=''
COV_TOOL_WRAPPER=''
CPP='gcc -E'
CPPFLAGS=''
CSCOPE='cscope'
CTAGS='ctags'
CXX='g++ -std=c++17'
CXXCPP='g++ -std=c++17 -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEBUG_CPPFLAGS=''
DEBUG_CXXFLAGS=''
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DOXYGEN=''
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_ARM_CRC_FALSE=''
ENABLE_ARM_CRC_TRUE='#'
ENABLE_ARM_SHANI_FALSE=''
ENABLE_ARM_SHANI_TRUE='#'
ENABLE_AVX2_FALSE='#'
ENABLE_AVX2_TRUE=''
ENABLE_BENCH_FALSE='#'
ENABLE_BENCH_TRUE=''
ENABLE_CLMUL_FALSE='#'
ENABLE_CLMUL_TRUE=''
ENABLE_EXTERNAL_SIGNER=''
ENABLE_EXTERNAL_SIGNER_FALSE='#'
ENABLE_EXTERNAL_SIGNER_TRUE=''
ENABLE_FUZZ_BINARY_FALSE='#'
ENABLE_FUZZ_BINARY_TRUE=''
ENABLE_FUZZ_FALSE=''
ENABLE_FUZZ_TRUE='#'
ENABLE_MAN_FALSE='#'
ENABLE_MAN_TRUE=''
ENABLE_QT_FALSE='#'
ENABLE_QT_TESTS_FALSE='#'
ENABLE_QT_TESTS_TRUE=''
ENABLE_QT_TRUE=''
ENABLE_SSE41_FALSE='#'
ENABLE_SSE41_TRUE=''
ENABLE_SSE42_FALSE='#'
ENABLE_SSE42_TRUE=''
ENABLE_SYSCALL_SANDBOX_FALSE=''
ENABLE_SYSCALL_SANDBOX_TRUE='#'
ENABLE_TESTS_FALSE='#'
ENABLE_TESTS_TRUE=''
ENABLE_USDT_TRACEPOINTS_FALSE=''
ENABLE_USDT_TRACEPOINTS_TRUE='#'
ENABLE_WALLET_FALSE='#'
ENABLE_WALLET_TRUE=''
ENABLE_X86_SHANI_FALSE='#'
ENABLE_X86_SHANI_TRUE=''
ENABLE_ZMQ_FALSE='#'
ENABLE_ZMQ_TRUE=''
ERROR_CXXFLAGS=''
ETAGS='etags'
EVENT_CFLAGS='-I/usr/local/Cellar/libevent/2.1.12/include'
EVENT_LIBS='-L/usr/local/Cellar/libevent/2.1.12/lib -levent'
EVENT_PTHREADS_CFLAGS='-D_THREAD_SAFE -I/usr/local/Cellar/libevent/2.1.12/include'
EVENT_PTHREADS_LIBS='-L/usr/local/Cellar/libevent/2.1.12/lib -levent_pthreads -levent'
EXEEXT=''
EXTENDED_FUNCTIONAL_TESTS=''
FGREP='/usr/bin/grep -F'
FILECMD='file'
GCOV='/usr/bin/gcov'
GENHTML=''
GIT='/usr/bin/git'
GPROF_CXXFLAGS=''
GPROF_LDFLAGS=''
GREP='/usr/bin/grep'
HARDENED_CPPFLAGS=' -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2'
HARDENED_CXXFLAGS=' -Wstack-protector -fstack-protector-all -fcf-protection=full'
HARDENED_LDFLAGS=' -Wl,-bind_at_load'
HARDEN_FALSE='#'
HARDEN_TRUE=''
HAVE_BUILTIN_PREFETCH='1'
HAVE_CLZ_FALSE='#'
HAVE_CLZ_TRUE=''
HAVE_CXX17='1'
HAVE_CXX20=''
HAVE_DOXYGEN_FALSE=''
HAVE_DOXYGEN_TRUE='#'
HAVE_EVHTTP_CONNECTION_GET_PEER_CONST_CHAR=''
HAVE_FDATASYNC='0'
HAVE_FULLFSYNC='1'
HAVE_GMTIME_R=''
HAVE_MM_PREFETCH='1'
HAVE_O_CLOEXEC='1'
HAVE_STRONG_GETAUXVAL='0'
HEXDUMP='/usr/bin/hexdump'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_NAME_TOOL=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LCONVERT='/usr/local/Cellar/qt@5/5.15.5_1/bin/lconvert'
LCOV=''
LCOV_OPTS=''
LD='/Library/Developer/CommandLineTools/usr/bin/ld'
LDFLAGS=''
LIBMULTIPROCESS_CFLAGS=''
LIBMULTIPROCESS_LIBS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_APP_LDFLAGS=''
LIPO='lipo'
LLVM_COV=''
LN_S='ln -s'
LRELEASE='/usr/local/Cellar/qt@5/5.15.5_1/bin/lrelease'
LTLIBOBJS=''
LTO_CXXFLAGS=''
LTO_LDFLAGS=''
LT_SYS_LIBRARY_PATH=''
LUPDATE='/usr/local/Cellar/qt@5/5.15.5_1/bin/lupdate'
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} '\''/Users/cam/dev/bitcoin/build-aux/missing'\'' makeinfo'
MAKENSIS=''
MANIFEST_TOOL=':'
MINIUPNPC_CPPFLAGS=''
MINIUPNPC_LIBS=''
MKDIR_P='./build-aux/install-sh -c -d'
MOC='/usr/local/Cellar/qt@5/5.15.5_1/bin/moc'
MOC_DEFS='-DHAVE_CONFIG_H -I$(srcdir) -DQ_OS_MAC'
MPGEN_PREFIX=''
NATPMP_CPPFLAGS=''
NATPMP_LIBS=''
NM='/usr/bin/nm -B'
NMEDIT='nmedit'
NOWARN_CXXFLAGS=' -Wno-unused-parameter -Wno-self-assign -Wno-deprecated-copy'
OBJCOPY=''
OBJCXX='g++ -std=c++17'
OBJCXXDEPMODE='depmode=gcc3'
OBJCXXFLAGS='-g -O2'
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=':'
OTOOL='otool'
PACKAGE='bitcoin'
PACKAGE_BUGREPORT='https://github.com/bitcoin/bitcoin/issues'
PACKAGE_NAME='Bitcoin Core'
PACKAGE_STRING='Bitcoin Core 23.99.0'
PACKAGE_TARNAME='bitcoin'
PACKAGE_URL='https://bitcoincore.org/'
PACKAGE_VERSION='23.99.0'
PATH_SEPARATOR=':'
PIC_FLAGS='-fPIC'
PIE_FLAGS=''
PKG_CONFIG='/usr/local/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/usr/local/opt/qt@5/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig:'
PTHREAD_CC='gcc'
PTHREAD_CFLAGS='-pthread'
PTHREAD_CXX='g++ -std=c++17'
PTHREAD_LIBS='-lpthread'
PYTHON='/usr/local/bin/python3.9'
PYTHONPATH=''
QR_CFLAGS='-I/usr/local/Cellar/qrencode/4.1.1/include'
QR_LIBS='-L/usr/local/Cellar/qrencode/4.1.1/lib -lqrencode'
QT_ACCESSIBILITY_CFLAGS=''
QT_ACCESSIBILITY_LIBS=''
QT_CLIPBOARD_CFLAGS=''
QT_CLIPBOARD_LIBS=''
QT_CORE_CFLAGS='-DQT_CORE_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers'
QT_CORE_LIBS='-F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtCore'
QT_DBUS_CFLAGS='-DQT_DBUS_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -DQT_CORE_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtDBus.framework/Headers -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers'
QT_DBUS_INCLUDES='-DQT_DBUS_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -DQT_CORE_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtDBus.framework/Headers -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers'
QT_DBUS_LIBS='-F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtDBus -F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtCore'
QT_DEVICEDISCOVERY_CFLAGS=''
QT_DEVICEDISCOVERY_LIBS=''
QT_EDID_CFLAGS=''
QT_EDID_LIBS=''
QT_EGL_CFLAGS=''
QT_EGL_LIBS=''
QT_EVENTDISPATCHER_CFLAGS=''
QT_EVENTDISPATCHER_LIBS=''
QT_FB_CFLAGS=''
QT_FB_LIBS=''
QT_FONTDATABASE_CFLAGS=''
QT_FONTDATABASE_LIBS=''
QT_GRAPHICS_CFLAGS=''
QT_GRAPHICS_LIBS=''
QT_GUI_CFLAGS='-DQT_GUI_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -DQT_CORE_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers'
QT_GUI_LIBS='-F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtGui -F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtCore'
QT_INCLUDES='-DQT_NETWORK_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -DQT_CORE_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers -DQT_WIDGETS_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -DQT_GUI_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -DQT_CORE_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers -DQT_GUI_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -DQT_CORE_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers -DQT_CORE_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers '
QT_INPUT_CFLAGS=''
QT_INPUT_LIBS=''
QT_LDFLAGS=''
QT_LIBS='-F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtNetwork -F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtCore -F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtWidgets -F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtGui -F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtCore -F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtGui -F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtCore -F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtCore -framework Foundation -framework AppKit'
QT_NETWORK_CFLAGS='-DQT_NETWORK_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -DQT_CORE_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers'
QT_NETWORK_LIBS='-F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtNetwork -F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtCore'
QT_PIE_FLAGS=''
QT_SELECT='qt5'
QT_SERVICE_CFLAGS=''
QT_SERVICE_LIBS=''
QT_TEST_CFLAGS='-DQT_TESTLIB_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -DQT_CORE_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtTest.framework/Headers -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers'
QT_TEST_INCLUDES='-DQT_TESTLIB_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -DQT_CORE_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtTest.framework/Headers -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers'
QT_TEST_LIBS='-F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtTest -F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtCore'
QT_THEME_CFLAGS=''
QT_THEME_LIBS=''
QT_TRANSLATION_DIR=''
QT_WIDGETS_CFLAGS='-DQT_WIDGETS_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -DQT_GUI_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -DQT_CORE_LIB -F/usr/local/Cellar/qt@5/5.15.5_1/lib -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt@5/5.15.5_1/lib/QtCore.framework/Headers'
QT_WIDGETS_LIBS='-F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtWidgets -F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtGui -F/usr/local/Cellar/qt@5/5.15.5_1/lib -framework QtCore'
QT_WINDOWSUIAUTOMATION_CFLAGS=''
QT_WINDOWSUIAUTOMATION_LIBS=''
QT_XCBQPA_CFLAGS=''
QT_XCBQPA_LIBS=''
QT_XKBCOMMON_CFLAGS=''
QT_XKBCOMMON_LIBS=''
RANLIB='ranlib'
RCC='/usr/local/Cellar/qt@5/5.15.5_1/bin/rcc'
RELDFLAGS=''
RUNTIME_LDFLAGS=''
SANITIZER_CXXFLAGS=''
SANITIZER_LDFLAGS=''
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SQLITE_CFLAGS='-I/usr/local/Cellar/sqlite/3.39.2/include'
SQLITE_LIBS='-L/usr/local/Cellar/sqlite/3.39.2/lib -lsqlite3'
SSE41_CXXFLAGS='-msse4.1'
SSE42_CXXFLAGS='-msse4.2'
STRIP='strip'
TARGET_DARWIN_FALSE='#'
TARGET_DARWIN_TRUE=''
TARGET_LINUX_FALSE=''
TARGET_LINUX_TRUE='#'
TARGET_WINDOWS_FALSE=''
TARGET_WINDOWS_TRUE='#'
TESTDEFS=''
UIC='/usr/local/Cellar/qt@5/5.15.5_1/bin/uic'
USE_ASM_FALSE='#'
USE_ASM_TRUE=''
USE_BDB=''
USE_BDB_FALSE='#'
USE_BDB_TRUE=''
USE_LCOV_FALSE=''
USE_LCOV_TRUE='#'
USE_LIBEVENT_FALSE='#'
USE_LIBEVENT_TRUE=''
USE_NATPMP_FALSE=''
USE_NATPMP_TRUE='#'
USE_QRCODE=''
USE_QRCODE_FALSE='#'
USE_QRCODE_TRUE=''
USE_SQLITE=''
USE_SQLITE_FALSE='#'
USE_SQLITE_TRUE=''
USE_UPNP=''
USE_UPNP_FALSE=''
USE_UPNP_TRUE='#'
VERSION='23.99.0'
WARN_CXXFLAGS=' -Wall -Wextra -Wgnu -Wformat -Wformat-security -Wvla -Wshadow-field -Wthread-safety -Wrange-loop-analysis -Wredundant-decls -Wunused-member-function -Wdate-time -Wconditional-uninitialized -Woverloaded-virtual -Wsuggest-override -Wunreachable-code-loop-increment -Wimplicit-fallthrough'
WINDRES=''
WORDS_BIGENDIAN_FALSE=''
WORDS_BIGENDIAN_TRUE='#'
X86_SHANI_CXXFLAGS='-msse4 -msha'
XGETTEXT='/usr/local/bin/xgettext'
XORRISOFS=''
ZMQ_CFLAGS='-I/usr/local/Cellar/zeromq/4.3.4/include -I/usr/local/Cellar/libsodium/1.0.18_1/include'
ZMQ_LIBS='-L/usr/local/Cellar/zeromq/4.3.4/lib -lzmq'
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-apple-darwin21.6.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin21.6.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin21.6.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin21.6.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Users/cam/dev/bitcoin/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='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' src/secp256k1'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "Bitcoin Core"
#define PACKAGE_TARNAME "bitcoin"
#define PACKAGE_VERSION "23.99.0"
#define PACKAGE_STRING "Bitcoin Core 23.99.0"
#define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
#define PACKAGE_URL "https://bitcoincore.org/"
#define HAVE_CXX17 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define STDC_HEADERS 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define USE_ASM 1
#define HAVE_CLMUL 1
#define ENABLE_SSE41 1
#define ENABLE_AVX2 1
#define ENABLE_X86_SHANI 1
#define HAVE_PTHREAD_PRIO_INHERIT 1
#define HAVE_PTHREAD 1
#define HAVE_DECL_STRERROR_R 1
#define HAVE_STRERROR_R 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_SYSCTL_H 1
#define HAVE_SYS_VMMETER_H 1
#define HAVE_DECL_GETIFADDRS 1
#define HAVE_DECL_FREEIFADDRS 1
#define HAVE_DECL_FORK 1
#define HAVE_DECL_SETSID 1
#define HAVE_DECL_PIPE2 0
#define HAVE_TIMINGSAFE_BCMP 1
#define HAVE_DECL_LE16TOH 0
#define HAVE_DECL_LE32TOH 0
#define HAVE_DECL_LE64TOH 0
#define HAVE_DECL_HTOLE16 0
#define HAVE_DECL_HTOLE32 0
#define HAVE_DECL_HTOLE64 0
#define HAVE_DECL_BE16TOH 0
#define HAVE_DECL_BE32TOH 0
#define HAVE_DECL_BE64TOH 0
#define HAVE_DECL_HTOBE16 0
#define HAVE_DECL_HTOBE32 0
#define HAVE_DECL_HTOBE64 0
#define HAVE_DECL_BSWAP_16 0
#define HAVE_DECL_BSWAP_32 0
#define HAVE_DECL_BSWAP_64 0
#define HAVE_BUILTIN_CLZL 1
#define HAVE_BUILTIN_CLZLL 1
#define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
#define HAVE_THREAD_LOCAL 1
#define HAVE_GMTIME_R 1
#define HAVE_GETENTROPY_RAND 1
#define HAVE_SYSCTL 1
#define HAVE_FDATASYNC 0
#define HAVE_O_CLOEXEC 1
#define HAVE_SYSTEM 1
#define HAVE_BUILTIN_MUL_OVERFLOW 1
#define USE_BDB 1
#define USE_SQLITE 1
#define HAVE_BOOST /**/
#define ENABLE_EXTERNAL_SIGNER 1
#define ENABLE_ZMQ 1
#define HAVE_CONSENSUS_LIB 1
#define ENABLE_WALLET 1
#define USE_DBUS 1
#define USE_QRCODE 1
#define CLIENT_VERSION_MAJOR 23
#define CLIENT_VERSION_MINOR 99
#define CLIENT_VERSION_BUILD 0
#define CLIENT_VERSION_IS_RELEASE false
#define COPYRIGHT_YEAR 2022
#define COPYRIGHT_HOLDERS "The %s developers"
#define COPYRIGHT_HOLDERS_SUBSTITUTION "Bitcoin Core"
#define COPYRIGHT_HOLDERS_FINAL "The Bitcoin Core developers"
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment