Skip to content

Instantly share code, notes, and snippets.

@Sjors

Sjors/configure Secret

Created April 25, 2024 09:04
Show Gist options
  • Save Sjors/194eb5d67e2e1132df7ff86f103ba16b to your computer and use it in GitHub Desktop.
Save Sjors/194eb5d67e2e1132df7ff86f103ba16b to your computer and use it in GitHub Desktop.
clang 18.1.4 on macOS 11.7
% CC=$(brew --prefix llvm)/bin/clang CXX=$(brew --prefix llvm)/bin/clang++ ./configure --disable-fuzz-binary --disable-bench
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking build system type... x86_64-apple-darwin20.6.0
checking host system type... x86_64-apple-darwin20.6.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... mkdir -p
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) yes
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C++... yes
checking whether /usr/local/opt/llvm/bin/clang++ accepts -g... yes
checking for /usr/local/opt/llvm/bin/clang++ option to enable C++11 features... none needed
checking whether make supports the include directive... yes (GNU style)
checking dependency style of /usr/local/opt/llvm/bin/clang++... gcc3
checking whether /usr/local/opt/llvm/bin/clang++ supports C++20 features with -std=c++20... yes
checking whether the compiler supports GNU Objective C++... yes
checking whether /usr/local/opt/llvm/bin/clang++ -std=c++20 accepts -g... yes
checking dependency style of /usr/local/opt/llvm/bin/clang++ -std=c++20... gcc3
checking how to print strings... printf
checking for gcc... /usr/local/opt/llvm/bin/clang
checking whether the compiler supports GNU C... yes
checking whether /usr/local/opt/llvm/bin/clang accepts -g... yes
checking for /usr/local/opt/llvm/bin/clang option to enable C11 features... none needed
checking whether /usr/local/opt/llvm/bin/clang understands -c and -o together... yes
checking dependency style of /usr/local/opt/llvm/bin/clang... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/local/opt/llvm/bin/clang... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 786432
checking how to convert x86_64-apple-darwin20.6.0 file names to x86_64-apple-darwin20.6.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin20.6.0 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /usr/local/opt/llvm/bin/clang object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... (cached) yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/local/opt/llvm/bin/clang supports -fno-rtti -fno-exceptions... yes
checking for /usr/local/opt/llvm/bin/clang option to produce PIC... -fno-common -DPIC
checking if /usr/local/opt/llvm/bin/clang PIC flag -fno-common -DPIC works... yes
checking if /usr/local/opt/llvm/bin/clang static flag -static works... no
checking if /usr/local/opt/llvm/bin/clang supports -c -o file.o... yes
checking if /usr/local/opt/llvm/bin/clang supports -c -o file.o... (cached) yes
checking whether the /usr/local/opt/llvm/bin/clang linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin20.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... /usr/local/opt/llvm/bin/clang++ -std=c++20 -E
checking for ld used by /usr/local/opt/llvm/bin/clang++ -std=c++20... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the /usr/local/opt/llvm/bin/clang++ -std=c++20 linker (/usr/bin/ld) supports shared libraries... yes
checking for /usr/local/opt/llvm/bin/clang++ -std=c++20 option to produce PIC... -fno-common -DPIC
checking if /usr/local/opt/llvm/bin/clang++ -std=c++20 PIC flag -fno-common -DPIC works... yes
checking if /usr/local/opt/llvm/bin/clang++ -std=c++20 static flag -static works... no
checking if /usr/local/opt/llvm/bin/clang++ -std=c++20 supports -c -o file.o... yes
checking if /usr/local/opt/llvm/bin/clang++ -std=c++20 supports -c -o file.o... (cached) yes
checking whether the /usr/local/opt/llvm/bin/clang++ -std=c++20 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin20.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking for ar... /usr/bin/ar
checking for gcov... /usr/bin/gcov
checking for llvm-cov... no
checking for lcov... no
checking for python3.9... no
checking for python3.10... no
checking for python3.11... no
checking for python3.12... /usr/local/bin/python3.12
checking for genhtml... no
checking for git... /usr/bin/git
checking for ccache... /usr/local/bin/ccache
checking for xgettext... no
checking for hexdump... /usr/bin/hexdump
checking for objcopy... no
checking for doxygen... no
checking whether C++ compiler accepts -Werror... yes
checking whether the linker accepts -Wl,-fatal_warnings... yes
checking whether C++ compiler accepts -Wall... yes
checking whether C++ compiler accepts -Wextra... yes
checking whether C++ compiler accepts -Wgnu... yes
checking whether C++ compiler accepts -Wformat -Wformat-security... yes
checking whether C++ compiler accepts -Wvla... yes
checking whether C++ compiler accepts -Wshadow-field... yes
checking whether C++ compiler accepts -Wthread-safety... yes
checking whether C++ compiler accepts -Wloop-analysis... yes
checking whether C++ compiler accepts -Wredundant-decls... yes
checking whether C++ compiler accepts -Wunused-member-function... yes
checking whether C++ compiler accepts -Wdate-time... yes
checking whether C++ compiler accepts -Wconditional-uninitialized... yes
checking whether C++ compiler accepts -Wduplicated-branches... no
checking whether C++ compiler accepts -Wduplicated-cond... no
checking whether C++ compiler accepts -Wlogical-op... no
checking whether C++ compiler accepts -Woverloaded-virtual... yes
checking whether C++ compiler accepts -Wsuggest-override... yes
checking whether C++ compiler accepts -Wimplicit-fallthrough... yes
checking whether C++ compiler accepts -Wunreachable-code... yes
checking whether C++ compiler accepts -Wdocumentation... yes
checking whether C++ compiler accepts -Wunused-parameter... yes
checking whether C++ compiler accepts -Wself-assign... yes
checking whether C++ compiler accepts -fno-extended-identifiers... no
checking whether C++ compiler accepts -fstack-reuse=none... no
checking whether C++ compiler accepts -msse4.2... yes
checking whether C++ compiler accepts -msse4.1... yes
checking whether C++ compiler accepts -mavx -mavx2... yes
checking whether C++ compiler accepts -msse4 -msha... yes
checking whether C++ compiler accepts -mpclmul... yes
checking for SSE4.2 intrinsics... yes
checking for SSE4.1 intrinsics... yes
checking for AVX2 intrinsics... yes
checking for x86 SHA-NI intrinsics... yes
checking whether C++ compiler accepts -march=armv8-a+crc+crypto... no
checking whether C++ compiler accepts -march=armv8-a+crypto... no
checking for ARMv8 CRC32 intrinsics... no
checking for ARMv8 SHA-NI intrinsics... no
checking for brew... brew
checking whether C++ preprocessor accepts -Xclang -internal-isystem -Xclang /usr/local/include/... yes
checking whether the linker accepts -Wl,-headerpad_max_install_names... yes
checking whether byte ordering is bigendian... no
checking how to run the C preprocessor... /usr/local/opt/llvm/bin/clang -E
checking for egrep -e... (cached) /usr/bin/grep -E
checking whether /usr/local/opt/llvm/bin/clang is Clang... yes
checking whether pthreads work with "-pthread" and "-lpthread"... yes
checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread... no
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking whether std::atomic can be used without link library... yes
checking for /usr/local/opt/llvm/bin/clang option to enable large file support... none needed
checking for /usr/local/opt/llvm/bin/clang++ -std=c++20 options needed to detect all undeclared functions... none needed
checking whether strerror_r is declared... yes
checking whether strerror_r returns char *... no
checking whether C++ compiler accepts -fPIC... yes
checking whether C++ compiler accepts -Wstack-protector... yes
checking whether C++ compiler accepts -fstack-protector-all... yes
checking whether C++ compiler accepts -fcf-protection=full... yes
checking whether C++ compiler accepts -fstack-clash-protection... no
checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=3... yes
checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE... yes
checking whether the linker accepts -Wl,--enable-reloc-section... no
checking whether the linker accepts -Wl,--dynamicbase... no
checking whether the linker accepts -Wl,--nxcompat... no
checking whether the linker accepts -Wl,--high-entropy-va... no
checking whether the linker accepts -Wl,-z,relro... no
checking whether the linker accepts -Wl,-z,now... no
checking whether the linker accepts -Wl,-z,separate-code... no
checking whether the linker accepts -fPIE -pie... no
checking whether the linker accepts -Wl,-dead_strip... yes
checking whether the linker accepts -Wl,-dead_strip_dylibs... yes
checking whether the linker accepts -Wl,-fixup_chains... yes
checking for sys/select.h... yes
checking for sys/prctl.h... no
checking for sys/sysctl.h... yes
checking for vm/vm_param.h... no
checking for sys/vmmeter.h... yes
checking for sys/resources.h... no
checking whether getifaddrs is declared... yes
checking whether ifaddrs funcs can be used without link library... yes
checking whether freeifaddrs is declared... yes
checking whether ifaddrs funcs can be used without link library... yes
checking whether fork is declared... yes
checking whether setsid is declared... yes
checking whether pipe2 is declared... no
checking for getmemoryinfo... no
checking for mallopt M_ARENA_MAX... no
checking for posix_fallocate... no
checking for default visibility attribute... yes
checking for dllexport attribute... no
checking for thread_local support... yes
checking for Linux getrandom function... no
checking for getentropy via sys/random.h... no
checking for sysctl... yes
checking for sysctl KERN_ARND... no
checking for fdatasync... no
checking for F_FULLFSYNC... yes
checking for O_CLOEXEC... yes
checking for __builtin_prefetch... yes
checking for _mm_prefetch... yes
checking for strong getauxval support in the system headers... no
checking for sockaddr_un... yes
checking for std::system... yes
checking for ::_wsystem... no
checking for Qt5Core >= 5.11.3... no
configure: WARNING: Qt5Core >= 5.11.3 not found; bitcoin-qt frontend will not be built
checking whether to build Bitcoin Core GUI... no
checking for Berkeley DB C++ headers... no
configure: WARNING: libdb_cxx headers missing
configure: WARNING: Bitcoin Core requires this library for BDB (legacy) wallet support
configure: WARNING: Passing --without-bdb will suppress this warning
checking for sqlite3 >= 3.7.17... yes
checking whether to build wallet with support for sqlite... yes
checking whether Userspace, Statically Defined Tracing tracepoints are supported... no
checking for miniupnpc/miniupnpc.h... no
checking for miniupnpc/upnpcommands.h... no
checking for miniupnpc/upnperrors.h... no
checking for natpmp.h... no
checking for Boost headers >= 1.73.0 (107300)... yes
checking whether C++ preprocessor accepts -DBOOST_NO_CXX98_FUNCTION_BASE... no
checking for libevent >= 2.1.8... yes
checking for libevent_pthreads >= 2.1.8... yes
checking if evhttp_connection_get_peer expects const char**... no
checking for libzmq >= 4... no
configure: WARNING: libzmq version 4.x or greater not found, disabling
checking for libmultiprocess... no
checking whether to build bitcoind... yes
checking whether to build bitcoin-cli... yes
checking whether to build bitcoin-tx... yes
checking whether to build bitcoin-wallet... yes
checking whether to build bitcoin-util... yes
checking whether to build experimental bitcoin-chainstate... no
checking if ccache should be used... yes
checking whether C compiler accepts -fdebug-prefix-map=A=B... yes
checking whether C preprocessor accepts -fmacro-prefix-map=A=B... yes
checking if wallet should be enabled... yes
checking whether to build with support for UPnP... no
checking whether to build with support for NAT-PMP... no
checking whether to build test_bitcoin... yes
checking whether to reduce exports... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/man/Makefile
config.status: creating share/setup.nsi
config.status: creating share/qt/Info.plist
config.status: creating test/config.ini
config.status: creating contrib/devtools/split-debug.sh
config.status: creating src/config/bitcoin-config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in src/secp256k1 (/Users/sjors/bitcoin/src/secp256k1)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--disable-fuzz-binary' '--disable-bench' 'CXX=/usr/local/opt/llvm/bin/clang++' 'CC=/usr/local/opt/llvm/bin/clang' '--disable-shared' '--with-pic' '--enable-benchmark=no' '--enable-module-recovery' '--disable-module-ecdh' --cache-file=/dev/null --srcdir=.
checking build system type... x86_64-apple-darwin20.6.0
checking host system type... x86_64-apple-darwin20.6.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... mkdir -p
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... /usr/local/opt/llvm/bin/clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether /usr/local/opt/llvm/bin/clang accepts -g... yes
checking for /usr/local/opt/llvm/bin/clang option to enable C11 features... none needed
checking whether /usr/local/opt/llvm/bin/clang understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of /usr/local/opt/llvm/bin/clang... gcc3
checking dependency style of /usr/local/opt/llvm/bin/clang... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/local/opt/llvm/bin/clang... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 786432
checking how to convert x86_64-apple-darwin20.6.0 file names to x86_64-apple-darwin20.6.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin20.6.0 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /usr/local/opt/llvm/bin/clang object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/local/opt/llvm/bin/clang supports -fno-rtti -fno-exceptions... yes
checking for /usr/local/opt/llvm/bin/clang option to produce PIC... -fno-common -DPIC
checking if /usr/local/opt/llvm/bin/clang PIC flag -fno-common -DPIC works... yes
checking if /usr/local/opt/llvm/bin/clang static flag -static works... no
checking if /usr/local/opt/llvm/bin/clang supports -c -o file.o... yes
checking if /usr/local/opt/llvm/bin/clang supports -c -o file.o... (cached) yes
checking whether the /usr/local/opt/llvm/bin/clang linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin20.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for brew... brew
checking if /usr/local/opt/llvm/bin/clang supports -Werror... yes
checking if /usr/local/opt/llvm/bin/clang supports -std=c89 -pedantic -Wno-long-long -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef... yes
checking if /usr/local/opt/llvm/bin/clang supports -Wno-overlength-strings... yes
checking if /usr/local/opt/llvm/bin/clang supports -Wall... yes
checking if /usr/local/opt/llvm/bin/clang supports -Wno-unused-function... yes
checking if /usr/local/opt/llvm/bin/clang supports -Wextra... yes
checking if /usr/local/opt/llvm/bin/clang supports -Wcast-align... yes
checking if /usr/local/opt/llvm/bin/clang supports -Wcast-align=strict... no
checking if /usr/local/opt/llvm/bin/clang supports -Wconditional-uninitialized... yes
checking if /usr/local/opt/llvm/bin/clang supports -Wreserved-identifier... yes
checking if /usr/local/opt/llvm/bin/clang supports -fvisibility=hidden... yes
checking for valgrind support...
checking for x86_64 assembly availability... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libsecp256k1.pc
config.status: executing depfiles commands
config.status: executing libtool commands
Build Options:
with external callbacks = no
with benchmarks = no
with tests = yes
with ctime tests = no
with coverage = no
with examples = no
module ecdh = no
module recovery = yes
module extrakeys = yes
module schnorrsig = yes
module ellswift = yes
asm = x86_64
ecmult window size = 15
ecmult gen prec. bits = 4
valgrind = no
CC = /usr/local/opt/llvm/bin/clang
CPPFLAGS =
SECP_CFLAGS = -O2 -std=c89 -pedantic -Wno-long-long -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -Wno-overlength-strings -Wall -Wno-unused-function -Wextra -Wcast-align -Wconditional-uninitialized -Wreserved-identifier -fvisibility=hidden
CFLAGS = -g -O2
LDFLAGS =
Removing -Wl,bind_at_load from libtool.
Options used to compile and link:
external signer = yes
multiprocess = no
with wallet = yes
with sqlite = yes
with bdb = no
with gui / qt = no
with zmq = no
with test = yes
with fuzz binary = no
with bench = no
with upnp = no
with natpmp = no
USDT tracing = no
sanitizers =
debug enabled = no
gprof enabled = no
werror = no
target os = darwin20.6.0
build os = darwin20.6.0
CC = /usr/local/bin/ccache /usr/local/opt/llvm/bin/clang
CFLAGS = -pthread -g -O2
CPPFLAGS = -fmacro-prefix-map=$(abs_top_srcdir)=. -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -DHAVE_BUILD_INFO -Xclang -internal-isystem -Xclang /usr/local/include/ -DMAC_OSX -DOBJC_OLD_DISPATCH_PROTOTYPES=0
CXX = /usr/local/bin/ccache /usr/local/opt/llvm/bin/clang++ -std=c++20
CXXFLAGS = -g -O2 -fdebug-prefix-map=$(abs_top_srcdir)=. -Wstack-protector -fstack-protector-all -fcf-protection=full -Wall -Wextra -Wgnu -Wformat -Wformat-security -Wvla -Wshadow-field -Wthread-safety -Wloop-analysis -Wredundant-decls -Wunused-member-function -Wdate-time -Wconditional-uninitialized -Woverloaded-virtual -Wsuggest-override -Wimplicit-fallthrough -Wunreachable-code -Wdocumentation -Wno-unused-parameter -Wno-self-assign
LDFLAGS = -lpthread -Wl,-fixup_chains -Wl,-headerpad_max_install_names -Wl,-dead_strip -Wl,-dead_strip_dylibs
AR = /usr/bin/ar
ARFLAGS = cr
CXXLD crc32c/libcrc32c_sse42.la
CXXLD leveldb/libmemenv.la
AR libbitcoin_cli.a
CXXLD bitcoin-tx
CXXLD bitcoin-wallet
CXXLD bitcoin-util
Undefined symbols for architecture x86_64:
"VTT for std::__1::basic_stringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >", referenced from:
FormatParagraph(std::__1::basic_string_view<char, std::__1::char_traits<char> >, unsigned long, unsigned long) in libbitcoin_util.a(libbitcoin_util_a-strencodings.o)
std::__1::basic_stringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_stringstream[abi:ne180100]() in libbitcoin_util.a(libbitcoin_util_a-strencodings.o)
std::__1::basic_stringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >::~basic_stringstream() in libbitcoin_util.a(libbitcoin_util_a-strencodings.o)
"vtable for std::__1::basic_ostringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >", referenced from:
tinyformat::detail::formatImpl(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, char const*, tinyformat::detail::FormatArg const*, int) in bitcoin_tx-bitcoin-tx.o
void tinyformat::detail::formatTruncated<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) in bitcoin_tx-bitcoin-tx.o
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > ToString<unsigned int>(unsigned int const&) in bitcoin_tx-bitcoin-tx.o
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<unsigned int, unsigned int>(char const*, unsigned int const&, unsigned int const&) in bitcoin_tx-bitcoin-tx.o
void tinyformat::detail::formatTruncated<unsigned int>(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, unsigned int const&, int) in bitcoin_tx-bitcoin-tx.o
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<unsigned int, int>(char const*, unsigned int const&, int const&) in bitcoin_tx-bitcoin-tx.o
void tinyformat::detail::formatTruncated<int>(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int const&, int) in bitcoin_tx-bitcoin-tx.o
...
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
"vtable for std::__1::basic_stringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >", referenced from:
std::__1::basic_stringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_stringstream[abi:ne180100]() in libbitcoin_util.a(libbitcoin_util_a-strencodings.o)
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
"vtable for std::__1::basic_stringbuf<char, std::__1::char_traits<char>, std::__1::allocator<char> >", referenced from:
tinyformat::detail::formatImpl(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, char const*, tinyformat::detail::FormatArg const*, int) in bitcoin_tx-bitcoin-tx.o
std::__1::basic_ostringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >::~basic_ostringstream() in bitcoin_tx-bitcoin-tx.o
void tinyformat::detail::formatTruncated<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) in bitcoin_tx-bitcoin-tx.o
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > ToString<unsigned int>(unsigned int const&) in bitcoin_tx-bitcoin-tx.o
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<unsigned int, unsigned int>(char const*, unsigned int const&, unsigned int const&) in bitcoin_tx-bitcoin-tx.o
void tinyformat::detail::formatTruncated<unsigned int>(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, unsigned int const&, int) in bitcoin_tx-bitcoin-tx.o
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<unsigned int, int>(char const*, unsigned int const&, int const&) in bitcoin_tx-bitcoin-tx.o
...
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
"VTT for std::__1::basic_ostringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >", referenced from:
tinyformat::detail::formatImpl(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, char const*, tinyformat::detail::FormatArg const*, int) in bitcoin_tx-bitcoin-tx.o
std::__1::basic_ostringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >::~basic_ostringstream() in bitcoin_tx-bitcoin-tx.o
void tinyformat::detail::formatTruncated<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) in bitcoin_tx-bitcoin-tx.o
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > ToString<unsigned int>(unsigned int const&) in bitcoin_tx-bitcoin-tx.o
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<unsigned int, unsigned int>(char const*, unsigned int const&, unsigned int const&) in bitcoin_tx-bitcoin-tx.o
void tinyformat::detail::formatTruncated<unsigned int>(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, unsigned int const&, int) in bitcoin_tx-bitcoin-tx.o
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<unsigned int, int>(char const*, unsigned int const&, int const&) in bitcoin_tx-bitcoin-tx.o
...
ld: symbol(s) not found for architecture x86_64
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [bitcoin-tx] Error 1
make[2]: *** Waiting for unfinished jobs....
Undefined symbols for architecture x86_64:
"VTT for std::__1::basic_stringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >", referenced from:
FormatParagraph(std::__1::basic_string_view<char, std::__1::char_traits<char> >, unsigned long, unsigned long) in libbitcoin_util.a(libbitcoin_util_a-strencodings.o)
std::__1::basic_stringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_stringstream[abi:ne180100]() in libbitcoin_util.a(libbitcoin_util_a-strencodings.o)
std::__1::basic_stringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >::~basic_stringstream() in libbitcoin_util.a(libbitcoin_util_a-strencodings.o)
"vtable for std::__1::basic_ostringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >", referenced from:
tinyformat::detail::formatImpl(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, char const*, tinyformat::detail::FormatArg const*, int) in bitcoin_util-bitcoin-util.o
void tinyformat::detail::formatTruncated<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) in bitcoin_util-bitcoin-util.o
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<char [13]>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, char const (&) [13]) in libbitcoin_util.a(libbitcoin_util_a-clientversion.o)
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<int, int>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int const&, int const&) in libbitcoin_util.a(libbitcoin_util_a-clientversion.o)
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<char [13], char [27]>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, char const (&) [13], char const (&) [27]) in libbitcoin_util.a(libbitcoin_util_a-clientversion.o)
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_util.a(libbitcoin_util_a-clientversion.o)
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<char [8], char [38]>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, char const (&) [8], char const (&) [38]) in libbitcoin_util.a(libbitcoin_util_a-clientversion.o)
...
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
"vtable for std::__1::basic_stringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >", referenced from:
std::__1::basic_stringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_stringstream[abi:ne180100]() in libbitcoin_util.a(libbitcoin_util_a-strencodings.o)
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
"vtable for std::__1::basic_stringbuf<char, std::__1::char_traits<char>, std::__1::allocator<char> >", referenced from:
tinyformat::detail::formatImpl(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, char const*, tinyformat::detail::FormatArg const*, int) in bitcoin_util-bitcoin-util.o
std::__1::basic_ostringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >::~basic_ostringstream() in bitcoin_util-bitcoin-util.o
void tinyformat::detail::formatTruncated<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) in bitcoin_util-bitcoin-util.o
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<char [13]>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, char const (&) [13]) in libbitcoin_util.a(libbitcoin_util_a-clientversion.o)
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<int, int>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int const&, int const&) in libbitcoin_util.a(libbitcoin_util_a-clientversion.o)
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<char [13], char [27]>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, char const (&) [13], char const (&) [27]) in libbitcoin_util.a(libbitcoin_util_a-clientversion.o)
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_util.a(libbitcoin_util_a-clientversion.o)
...
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
"VTT for std::__1::basic_ostringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >", referenced from:
tinyformat::detail::formatImpl(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, char const*, tinyformat::detail::FormatArg const*, int) in bitcoin_util-bitcoin-util.o
std::__1::basic_ostringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >::~basic_ostringstream() in bitcoin_util-bitcoin-util.o
void tinyformat::detail::formatTruncated<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) in bitcoin_util-bitcoin-util.o
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<char [13]>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, char const (&) [13]) in libbitcoin_util.a(libbitcoin_util_a-clientversion.o)
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<int, int>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int const&, int const&) in libbitcoin_util.a(libbitcoin_util_a-clientversion.o)
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<char [13], char [27]>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, char const (&) [13], char const (&) [27]) in libbitcoin_util.a(libbitcoin_util_a-clientversion.o)
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_util.a(libbitcoin_util_a-clientversion.o)
...
ld: symbol(s) not found for architecture x86_64
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [bitcoin-util] Error 1
Undefined symbols for architecture x86_64:
"vtable for std::__1::basic_istringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >", referenced from:
RunCommandParseJSON(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_common.a(libbitcoin_common_a-run_command.o)
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
"VTT for std::__1::basic_istringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >", referenced from:
std::__1::basic_istringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >::~basic_istringstream() in libunivalue.a(libunivalue_la-univalue_get.o)
RunCommandParseJSON(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_common.a(libbitcoin_common_a-run_command.o)
"vtable for std::__1::basic_ofstream<char, std::__1::char_traits<char> >", referenced from:
wallet::DumpWallet(ArgsManager const&, wallet::WalletDatabase&, bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-dump.o)
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
"std::__1::basic_ofstream<char, std::__1::char_traits<char> >::open(char const*, unsigned int)", referenced from:
wallet::DumpWallet(ArgsManager const&, wallet::WalletDatabase&, bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-dump.o)
"std::__1::basic_filebuf<char, std::__1::char_traits<char> >::close()", referenced from:
wallet::DumpWallet(ArgsManager const&, wallet::WalletDatabase&, bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-dump.o)
wallet::CreateFromDump(ArgsManager const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, fs::path const&, bilingual_str&, std::__1::vector<bilingual_str, std::__1::allocator<bilingual_str> >&) in libbitcoin_wallet.a(libbitcoin_wallet_a-dump.o)
std::__1::basic_ifstream<char, std::__1::char_traits<char> >::close() in libbitcoin_wallet.a(libbitcoin_wallet_a-dump.o)
wallet::IsSQLiteFile(fs::path const&) in libbitcoin_wallet.a(libbitcoin_wallet_a-db.o)
"std::__1::basic_filebuf<char, std::__1::char_traits<char> >::basic_filebuf()", referenced from:
std::__1::basic_ifstream<char, std::__1::char_traits<char> >::basic_ifstream(char const*, unsigned int) in libbitcoin_util.a(libbitcoin_util_a-fs_helpers.o)
wallet::DumpWallet(ArgsManager const&, wallet::WalletDatabase&, bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-dump.o)
"VTT for std::__1::basic_ofstream<char, std::__1::char_traits<char> >", referenced from:
std::__1::basic_ofstream<char, std::__1::char_traits<char> >::~basic_ofstream() in libbitcoin_common.a(libbitcoin_common_a-settings.o)
wallet::DumpWallet(ArgsManager const&, wallet::WalletDatabase&, bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-dump.o)
"vtable for std::__1::basic_stringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >", referenced from:
std::__1::basic_stringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_stringstream[abi:ne180100]() in libbitcoin_util.a(libbitcoin_util_a-strencodings.o)
std::__1::basic_stringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_stringstream[abi:ne180100](std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, unsigned int) in libbitcoin_util.a(libbitcoin_util_a-bip32.o)
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
"std::__1::basic_filebuf<char, std::__1::char_traits<char> >::open(char const*, unsigned int)", referenced from:
std::__1::basic_ifstream<char, std::__1::char_traits<char> >::basic_ifstream(char const*, unsigned int) in libbitcoin_util.a(libbitcoin_util_a-fs_helpers.o)
"VTT for std::__1::basic_ostringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >", referenced from:
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<char [13]>(char const*, char const (&) [13]) in bitcoin_wallet-bitcoin-wallet.o
std::__1::basic_ostringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >::~basic_ostringstream() in bitcoin_wallet-bitcoin-wallet.o
tinyformat::detail::formatImpl(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, char const*, tinyformat::detail::FormatArg const*, int) in bitcoin_wallet-bitcoin-wallet.o
void tinyformat::detail::formatTruncated<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) in bitcoin_wallet-bitcoin-wallet.o
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<>(char const*) in libbitcoin_util.a(libbitcoin_util_a-random.o)
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<unsigned long long>(char const*, unsigned long long const&) in libbitcoin_util.a(libbitcoin_util_a-random.o)
void tinyformat::detail::formatTruncated<unsigned long long>(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, unsigned long long const&, int) in libbitcoin_util.a(libbitcoin_util_a-random.o)
...
"std::__1::basic_filebuf<char, std::__1::char_traits<char> >::~basic_filebuf()", referenced from:
std::__1::basic_ifstream<char, std::__1::char_traits<char> >::basic_ifstream(char const*, unsigned int) in libbitcoin_util.a(libbitcoin_util_a-fs_helpers.o)
std::__1::basic_ifstream<char, std::__1::char_traits<char> >::~basic_ifstream() in libbitcoin_util.a(libbitcoin_util_a-fs_helpers.o)
std::__1::basic_ofstream<char, std::__1::char_traits<char> >::~basic_ofstream() in libbitcoin_common.a(libbitcoin_common_a-settings.o)
wallet::DumpWallet(ArgsManager const&, wallet::WalletDatabase&, bilingual_str&) in libbitcoin_wallet.a(libbitcoin_wallet_a-dump.o)
wallet::CreateFromDump(ArgsManager const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, fs::path const&, bilingual_str&, std::__1::vector<bilingual_str, std::__1::allocator<bilingual_str> >&) in libbitcoin_wallet.a(libbitcoin_wallet_a-dump.o)
wallet::IsBDBFile(fs::path const&) in libbitcoin_wallet.a(libbitcoin_wallet_a-db.o)
wallet::IsSQLiteFile(fs::path const&) in libbitcoin_wallet.a(libbitcoin_wallet_a-db.o)
...
"VTT for std::__1::basic_ifstream<char, std::__1::char_traits<char> >", referenced from:
std::__1::basic_ifstream<char, std::__1::char_traits<char> >::basic_ifstream(char const*, unsigned int) in libbitcoin_util.a(libbitcoin_util_a-fs_helpers.o)
std::__1::basic_ifstream<char, std::__1::char_traits<char> >::~basic_ifstream() in libbitcoin_util.a(libbitcoin_util_a-fs_helpers.o)
wallet::CreateFromDump(ArgsManager const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, fs::path const&, bilingual_str&, std::__1::vector<bilingual_str, std::__1::allocator<bilingual_str> >&) in libbitcoin_wallet.a(libbitcoin_wallet_a-dump.o)
wallet::IsBDBFile(fs::path const&) in libbitcoin_wallet.a(libbitcoin_wallet_a-db.o)
wallet::IsSQLiteFile(fs::path const&) in libbitcoin_wallet.a(libbitcoin_wallet_a-db.o)
"vtable for std::__1::basic_stringbuf<char, std::__1::char_traits<char>, std::__1::allocator<char> >", referenced from:
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<char [13]>(char const*, char const (&) [13]) in bitcoin_wallet-bitcoin-wallet.o
std::__1::basic_ostringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >::~basic_ostringstream() in bitcoin_wallet-bitcoin-wallet.o
tinyformat::detail::formatImpl(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, char const*, tinyformat::detail::FormatArg const*, int) in bitcoin_wallet-bitcoin-wallet.o
void tinyformat::detail::formatTruncated<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) in bitcoin_wallet-bitcoin-wallet.o
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<>(char const*) in libbitcoin_util.a(libbitcoin_util_a-random.o)
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<unsigned long long>(char const*, unsigned long long const&) in libbitcoin_util.a(libbitcoin_util_a-random.o)
void tinyformat::detail::formatTruncated<unsigned long long>(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, unsigned long long const&, int) in libbitcoin_util.a(libbitcoin_util_a-random.o)
...
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
"vtable for std::__1::basic_ifstream<char, std::__1::char_traits<char> >", referenced from:
std::__1::basic_ifstream<char, std::__1::char_traits<char> >::basic_ifstream(char const*, unsigned int) in libbitcoin_util.a(libbitcoin_util_a-fs_helpers.o)
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
"VTT for std::__1::basic_stringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >", referenced from:
FormatParagraph(std::__1::basic_string_view<char, std::__1::char_traits<char> >, unsigned long, unsigned long) in libbitcoin_util.a(libbitcoin_util_a-strencodings.o)
std::__1::basic_stringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_stringstream[abi:ne180100]() in libbitcoin_util.a(libbitcoin_util_a-strencodings.o)
std::__1::basic_stringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >::~basic_stringstream() in libbitcoin_util.a(libbitcoin_util_a-strencodings.o)
ParseHDKeypath(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::vector<unsigned int, std::__1::allocator<unsigned int> >&) in libbitcoin_util.a(libbitcoin_util_a-bip32.o)
std::__1::basic_stringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_stringstream[abi:ne180100](std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, unsigned int) in libbitcoin_util.a(libbitcoin_util_a-bip32.o)
"vtable for std::__1::basic_ostringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >", referenced from:
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<char [13]>(char const*, char const (&) [13]) in bitcoin_wallet-bitcoin-wallet.o
tinyformat::detail::formatImpl(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, char const*, tinyformat::detail::FormatArg const*, int) in bitcoin_wallet-bitcoin-wallet.o
void tinyformat::detail::formatTruncated<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) in bitcoin_wallet-bitcoin-wallet.o
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<>(char const*) in libbitcoin_util.a(libbitcoin_util_a-random.o)
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<unsigned long long>(char const*, unsigned long long const&) in libbitcoin_util.a(libbitcoin_util_a-random.o)
void tinyformat::detail::formatTruncated<unsigned long long>(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, unsigned long long const&, int) in libbitcoin_util.a(libbitcoin_util_a-random.o)
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > tinyformat::format<char [13]>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, char const (&) [13]) in libbitcoin_util.a(libbitcoin_util_a-clientversion.o)
...
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
ld: symbol(s) not found for architecture x86_64
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [bitcoin-wallet] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment