Created
February 24, 2019 11:16
-
-
Save Vishwas1/6dbc5a9704d173061931666784511e8a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/vishswasb/work/proj/zagg/zagg-core/src/main/main.cpp:198: undefined reference to `SetupEnvironment()' | |
main/stellar_core-main.o: In function `AppInit': | |
/home/vishswasb/work/proj/zagg/zagg-core/src/main/main.cpp:68: undefined reference to `gArgs' | |
/home/vishswasb/work/proj/zagg/zagg-core/src/main/main.cpp:68: undefined reference to `ArgsManager::ParseParameters(int, char const* const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)' | |
/home/vishswasb/work/proj/zagg/zagg-core/src/main/main.cpp:74: undefined reference to `gArgs' | |
/home/vishswasb/work/proj/zagg/zagg-core/src/main/main.cpp:74: undefined reference to `HelpRequested(ArgsManager const&)' | |
/home/vishswasb/work/proj/zagg/zagg-core/src/main/main.cpp:75: undefined reference to `FormatFullVersion[abi:cxx11]()' | |
/home/vishswasb/work/proj/zagg/zagg-core/src/main/main.cpp:77: undefined reference to `gArgs' | |
/home/vishswasb/work/proj/zagg/zagg-core/src/main/main.cpp:77: undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
/home/vishswasb/work/proj/zagg/zagg-core/src/main/main.cpp:74: undefined reference to `gArgs' | |
/home/vishswasb/work/proj/zagg/zagg-core/src/main/main.cpp:74: undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
/home/vishswasb/work/proj/zagg/zagg-core/src/main/main.cpp:93: undefined reference to `GetDataDir(bool)' | |
/home/vishswasb/work/proj/zagg/zagg-core/src/main/main.cpp:95: undefined reference to `gArgs' | |
/home/vishswasb/work/proj/zagg/zagg-core/src/main/main.cpp:95: undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
/home/vishswasb/work/proj/zagg/zagg-core/src/main/main.cpp:84: undefined reference to `gArgs' | |
/home/vishswasb/work/proj/zagg/zagg-core/src/main/main.cpp:84: undefined reference to `ArgsManager::GetHelpMessage[abi:cxx11]() const' | |
/home/vishswasb/work/proj/zagg/zagg-core/src/main/main.cpp:98: undefined reference to `gArgs' | |
/home/vishswasb/work/proj/zagg/zagg-core/src/main/main.cpp:98: undefined reference to `ArgsManager::ReadConfigFiles(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, bool)' | |
/home/vishswasb/work/proj/zagg/zagg-core/src/main/main.cpp:104: undefined reference to `gArgs' | |
/home/vishswasb/work/proj/zagg/zagg-core/src/main/main.cpp:104: undefined reference to `ArgsManager::GetChainName[abi:cxx11]() const' | |
/home/vishswasb/work/proj/zagg/zagg-core/src/main/main.cpp:119: undefined reference to `gArgs' | |
/home/vishswasb/work/proj/zagg/zagg-core/src/main/main.cpp:119: undefined reference to `ArgsManager::SoftSetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)' | |
/home/vishswasb/work/proj/zagg/zagg-core/src/main/main.cpp:138: undefined reference to `gArgs' | |
/home/vishswasb/work/proj/zagg/zagg-core/src/main/main.cpp:138: undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
main/stellar_core-main.o: In function `WaitForShutdown': | |
/home/vishswasb/work/proj/zagg/zagg-core/src/main/main.cpp:50: undefined reference to `MilliSleep(long)' | |
main/stellar_core-main.o: In function `AppInit': | |
/home/vishswasb/work/proj/zagg/zagg-core/src/main/main.cpp:162: undefined reference to `PrintExceptionContinue(std::exception const*, char const*)' | |
/home/vishswasb/work/proj/zagg/zagg-core/src/main/main.cpp:164: undefined reference to `PrintExceptionContinue(std::exception const*, char const*)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `LogAcceptCategory(BCLog::LogFlags)': | |
init.cpp:(.text+0x358): undefined reference to `g_logger' | |
init.cpp:(.text+0x365): undefined reference to `BCLog::Logger::WillLogCategory(BCLog::LogFlags) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `Shutdown(InitInterfaces&)': | |
init.cpp:(.text+0x67d): undefined reference to `RenameThread(char const*)' | |
init.cpp:(.text+0x859): undefined reference to `gArgs' | |
init.cpp:(.text+0x85e): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
init.cpp:(.text+0x8d7): undefined reference to `GetDataDir(bool)' | |
init.cpp:(.text+0x90c): undefined reference to `fsbridge::fopen(boost::filesystem::path const&, char const*)' | |
init.cpp:(.text+0xaf2): undefined reference to `GetPidFile()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `HandleSIGHUP(int)': | |
init.cpp:(.text+0xd22): undefined reference to `g_logger' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `SetupServerArgs()': | |
init.cpp:(.text+0xf48): undefined reference to `CBaseChainParams::MAIN[abi:cxx11]' | |
init.cpp:(.text+0xf50): undefined reference to `CreateBaseChainParams(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
init.cpp:(.text+0xf5e): undefined reference to `CBaseChainParams::TESTNET[abi:cxx11]' | |
init.cpp:(.text+0xf66): undefined reference to `CreateBaseChainParams(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
init.cpp:(.text+0xf74): undefined reference to `CBaseChainParams::REGTEST[abi:cxx11]' | |
init.cpp:(.text+0xf7c): undefined reference to `CreateBaseChainParams(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
init.cpp:(.text+0xf8a): undefined reference to `CBaseChainParams::MAIN[abi:cxx11]' | |
init.cpp:(.text+0xfa0): undefined reference to `CBaseChainParams::TESTNET[abi:cxx11]' | |
init.cpp:(.text+0xfb6): undefined reference to `CBaseChainParams::REGTEST[abi:cxx11]' | |
init.cpp:(.text+0x13f1): undefined reference to `gArgs' | |
init.cpp:(.text+0x13f6): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x14bb): undefined reference to `gArgs' | |
init.cpp:(.text+0x14c0): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x1585): undefined reference to `gArgs' | |
init.cpp:(.text+0x158a): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x16a7): undefined reference to `gArgs' | |
init.cpp:(.text+0x16ac): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x1780): undefined reference to `gArgs' | |
init.cpp:(.text+0x1785): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x184a): undefined reference to `gArgs' | |
init.cpp:(.text+0x184f): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x1905): undefined reference to `gArgs' | |
init.cpp:(.text+0x190a): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x19b1): undefined reference to `gArgs' | |
init.cpp:(.text+0x19b6): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x19fb): undefined reference to `BITCOIN_CONF_FILENAME' | |
init.cpp:(.text+0x1a5d): undefined reference to `gArgs' | |
init.cpp:(.text+0x1a62): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x1b18): undefined reference to `gArgs' | |
init.cpp:(.text+0x1b1d): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x1bd3): undefined reference to `gArgs' | |
init.cpp:(.text+0x1bd8): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x1c8d): undefined reference to `gArgs' | |
init.cpp:(.text+0x1c92): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x1cd7): undefined reference to `DEFAULT_DEBUGLOGFILE' | |
init.cpp:(.text+0x1d39): undefined reference to `gArgs' | |
init.cpp:(.text+0x1d3e): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x1de5): undefined reference to `gArgs' | |
init.cpp:(.text+0x1dea): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x1ea0): undefined reference to `gArgs' | |
init.cpp:(.text+0x1ea5): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x1f6a): undefined reference to `gArgs' | |
init.cpp:(.text+0x1f6f): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x2025): undefined reference to `gArgs' | |
init.cpp:(.text+0x202a): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x20d1): undefined reference to `gArgs' | |
init.cpp:(.text+0x20d6): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x217d): undefined reference to `gArgs' | |
init.cpp:(.text+0x2182): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x2290): undefined reference to `gArgs' | |
init.cpp:(.text+0x2295): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x22ef): undefined reference to `GetNumCores()' | |
init.cpp:(.text+0x2375): undefined reference to `gArgs' | |
init.cpp:(.text+0x237a): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x2421): undefined reference to `gArgs' | |
init.cpp:(.text+0x2426): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x246b): undefined reference to `BITCOIN_PID_FILENAME' | |
init.cpp:(.text+0x24cd): undefined reference to `gArgs' | |
init.cpp:(.text+0x24d2): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x2584): undefined reference to `gArgs' | |
init.cpp:(.text+0x2589): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x263f): undefined reference to `gArgs' | |
init.cpp:(.text+0x2644): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x2709): undefined reference to `gArgs' | |
init.cpp:(.text+0x270e): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x27d3): undefined reference to `gArgs' | |
init.cpp:(.text+0x27d8): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x288e): undefined reference to `gArgs' | |
init.cpp:(.text+0x2893): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x2949): undefined reference to `gArgs' | |
init.cpp:(.text+0x294e): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x2a04): undefined reference to `gArgs' | |
init.cpp:(.text+0x2a09): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x2ab0): undefined reference to `gArgs' | |
init.cpp:(.text+0x2ab5): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x2b6b): undefined reference to `gArgs' | |
init.cpp:(.text+0x2b70): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x2c35): undefined reference to `gArgs' | |
init.cpp:(.text+0x2c3a): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x2cff): undefined reference to `gArgs' | |
init.cpp:(.text+0x2d04): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x2dba): undefined reference to `gArgs' | |
init.cpp:(.text+0x2dbf): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x2e75): undefined reference to `gArgs' | |
init.cpp:(.text+0x2e7a): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x2f30): undefined reference to `gArgs' | |
init.cpp:(.text+0x2f35): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x2feb): undefined reference to `gArgs' | |
init.cpp:(.text+0x2ff0): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x30a6): undefined reference to `gArgs' | |
init.cpp:(.text+0x30ab): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x3161): undefined reference to `gArgs' | |
init.cpp:(.text+0x3166): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x321c): undefined reference to `gArgs' | |
init.cpp:(.text+0x3221): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x32c8): undefined reference to `gArgs' | |
init.cpp:(.text+0x32cd): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x3374): undefined reference to `gArgs' | |
init.cpp:(.text+0x3379): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x3420): undefined reference to `gArgs' | |
init.cpp:(.text+0x3425): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x34cc): undefined reference to `gArgs' | |
init.cpp:(.text+0x34d1): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x3578): undefined reference to `gArgs' | |
init.cpp:(.text+0x357d): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x3633): undefined reference to `gArgs' | |
init.cpp:(.text+0x3638): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x36fd): undefined reference to `gArgs' | |
init.cpp:(.text+0x3702): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x37b8): undefined reference to `gArgs' | |
init.cpp:(.text+0x37bd): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x3864): undefined reference to `gArgs' | |
init.cpp:(.text+0x3869): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x3978): undefined reference to `gArgs' | |
init.cpp:(.text+0x397d): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x3a33): undefined reference to `gArgs' | |
init.cpp:(.text+0x3a38): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x3aee): undefined reference to `gArgs' | |
init.cpp:(.text+0x3af3): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x3ba9): undefined reference to `gArgs' | |
init.cpp:(.text+0x3bae): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x3c64): undefined reference to `gArgs' | |
init.cpp:(.text+0x3c69): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x3d10): undefined reference to `gArgs' | |
init.cpp:(.text+0x3d15): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x3dbc): undefined reference to `gArgs' | |
init.cpp:(.text+0x3dc1): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x3e77): undefined reference to `gArgs' | |
init.cpp:(.text+0x3e7c): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x3f57): undefined reference to `gArgs' | |
init.cpp:(.text+0x3f5c): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x4021): undefined reference to `gArgs' | |
init.cpp:(.text+0x4026): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x41a9): undefined reference to `gArgs' | |
init.cpp:(.text+0x41ae): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x4255): undefined reference to `gArgs' | |
init.cpp:(.text+0x425a): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x4342): undefined reference to `gArgs' | |
init.cpp:(.text+0x4347): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x442f): undefined reference to `gArgs' | |
init.cpp:(.text+0x4434): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x44db): undefined reference to `gArgs' | |
init.cpp:(.text+0x44e0): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x4596): undefined reference to `gArgs' | |
init.cpp:(.text+0x459b): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x4660): undefined reference to `gArgs' | |
init.cpp:(.text+0x4665): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x471b): undefined reference to `gArgs' | |
init.cpp:(.text+0x4720): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x47c7): undefined reference to `gArgs' | |
init.cpp:(.text+0x47cc): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x4873): undefined reference to `gArgs' | |
init.cpp:(.text+0x4878): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x491f): undefined reference to `gArgs' | |
init.cpp:(.text+0x4924): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x49cb): undefined reference to `gArgs' | |
init.cpp:(.text+0x49d0): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x4a77): undefined reference to `gArgs' | |
init.cpp:(.text+0x4a7c): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x4b32): undefined reference to `gArgs' | |
init.cpp:(.text+0x4b37): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x4b8c): undefined reference to `ListLogCategories[abi:cxx11]()' | |
init.cpp:(.text+0x4c1c): undefined reference to `gArgs' | |
init.cpp:(.text+0x4c21): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x4cdf): undefined reference to `gArgs' | |
init.cpp:(.text+0x4ce4): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x4d9a): undefined reference to `gArgs' | |
init.cpp:(.text+0x4d9f): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x4e55): undefined reference to `gArgs' | |
init.cpp:(.text+0x4e5a): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x4f01): undefined reference to `gArgs' | |
init.cpp:(.text+0x4f06): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x4fad): undefined reference to `gArgs' | |
init.cpp:(.text+0x4fb2): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x5068): undefined reference to `gArgs' | |
init.cpp:(.text+0x506d): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x5123): undefined reference to `gArgs' | |
init.cpp:(.text+0x5128): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x51cf): undefined reference to `gArgs' | |
init.cpp:(.text+0x51d4): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x5221): undefined reference to `FormatMoney[abi:cxx11](long const&)' | |
init.cpp:(.text+0x529b): undefined reference to `gArgs' | |
init.cpp:(.text+0x52a0): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x5356): undefined reference to `gArgs' | |
init.cpp:(.text+0x535b): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x5411): undefined reference to `gArgs' | |
init.cpp:(.text+0x5416): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x54db): undefined reference to `gArgs' | |
init.cpp:(.text+0x54e0): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x55a5): undefined reference to `gArgs' | |
init.cpp:(.text+0x55aa): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x55eb): undefined reference to `SetupChainParamsBaseOptions()' | |
init.cpp:(.text+0x568f): undefined reference to `gArgs' | |
init.cpp:(.text+0x5694): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x56ef): undefined reference to `FormatMoney[abi:cxx11](long const&)' | |
init.cpp:(.text+0x5769): undefined reference to `gArgs' | |
init.cpp:(.text+0x576e): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x57d8): undefined reference to `FormatMoney[abi:cxx11](long const&)' | |
init.cpp:(.text+0x5852): undefined reference to `gArgs' | |
init.cpp:(.text+0x5857): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x590d): undefined reference to `gArgs' | |
init.cpp:(.text+0x5912): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x59b9): undefined reference to `gArgs' | |
init.cpp:(.text+0x59be): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x5a65): undefined reference to `gArgs' | |
init.cpp:(.text+0x5a6a): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x5b11): undefined reference to `gArgs' | |
init.cpp:(.text+0x5b16): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x5b71): undefined reference to `FormatMoney[abi:cxx11](long const&)' | |
init.cpp:(.text+0x5beb): undefined reference to `gArgs' | |
init.cpp:(.text+0x5bf0): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x5ca6): undefined reference to `gArgs' | |
init.cpp:(.text+0x5cab): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x5d52): undefined reference to `gArgs' | |
init.cpp:(.text+0x5d57): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x5dfe): undefined reference to `gArgs' | |
init.cpp:(.text+0x5e03): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x5e5e): undefined reference to `FormatMoney[abi:cxx11](long const&)' | |
init.cpp:(.text+0x5ed8): undefined reference to `gArgs' | |
init.cpp:(.text+0x5edd): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x5fa2): undefined reference to `gArgs' | |
init.cpp:(.text+0x5fa7): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x605d): undefined reference to `gArgs' | |
init.cpp:(.text+0x6062): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x6118): undefined reference to `gArgs' | |
init.cpp:(.text+0x611d): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x61e2): undefined reference to `gArgs' | |
init.cpp:(.text+0x61e7): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x62ac): undefined reference to `gArgs' | |
init.cpp:(.text+0x62b1): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x6376): undefined reference to `gArgs' | |
init.cpp:(.text+0x637b): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x6440): undefined reference to `gArgs' | |
init.cpp:(.text+0x6445): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x6563): undefined reference to `gArgs' | |
init.cpp:(.text+0x6568): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x660f): undefined reference to `gArgs' | |
init.cpp:(.text+0x6614): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x66bb): undefined reference to `gArgs' | |
init.cpp:(.text+0x66c0): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x6767): undefined reference to `gArgs' | |
init.cpp:(.text+0x676c): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x6822): undefined reference to `gArgs' | |
init.cpp:(.text+0x6827): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x68dd): undefined reference to `gArgs' | |
init.cpp:(.text+0x68e2): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x6998): undefined reference to `gArgs' | |
init.cpp:(.text+0x699d): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x6a62): undefined reference to `gArgs' | |
init.cpp:(.text+0x6a67): undefined reference to `ArgsManager::AddArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, OptionsCategory const&)' | |
init.cpp:(.text+0x6ab4): undefined reference to `gArgs' | |
init.cpp:(.text+0x6ab9): undefined reference to `ArgsManager::AddHiddenArgs(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `LicenseInfo[abi:cxx11]()': | |
init.cpp:(.text+0x8d9e): undefined reference to `CopyrightHolders(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `BlockNotifyCallback(bool, CBlockIndex const*)': | |
init.cpp:(.text+0x942c): undefined reference to `gArgs' | |
init.cpp:(.text+0x9434): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0x94df): undefined reference to `runCommand(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `CleanupBlockRevFiles()': | |
init.cpp:(.text+0x9697): undefined reference to `GetBlocksDir(bool)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `ThreadImport(std::vector<boost::filesystem::path, std::allocator<boost::filesystem::path> >)': | |
init.cpp:(.text+0x9d18): undefined reference to `RenameThread(char const*)' | |
init.cpp:(.text+0x9d1d): undefined reference to `ScheduleBatchPriority()' | |
init.cpp:(.text+0x9e7d): undefined reference to `GetDataDir(bool)' | |
init.cpp:(.text+0x9ecf): undefined reference to `fsbridge::fopen(boost::filesystem::path const&, char const*)' | |
init.cpp:(.text+0x9f01): undefined reference to `GetDataDir(bool)' | |
init.cpp:(.text+0x9f95): undefined reference to `RenameOver(boost::filesystem::path, boost::filesystem::path)' | |
init.cpp:(.text+0xa066): undefined reference to `fsbridge::fopen(boost::filesystem::path const&, char const*)' | |
init.cpp:(.text+0xa1c3): undefined reference to `gArgs' | |
init.cpp:(.text+0xa1c8): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0xa29d): undefined reference to `gArgs' | |
init.cpp:(.text+0xa2a2): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `InitSanityCheck()': | |
init.cpp:(.text+0xa4b7): undefined reference to `glibc_sanity_test()' | |
init.cpp:(.text+0xa4c3): undefined reference to `glibcxx_sanity_test()' | |
init.cpp:(.text+0xa4e6): undefined reference to `Random_SanityCheck()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `AppInitServers()': | |
init.cpp:(.text+0xa685): undefined reference to `gArgs' | |
init.cpp:(.text+0xa68a): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `InitParameterInteraction()': | |
init.cpp:(.text+0xa785): undefined reference to `gArgs' | |
init.cpp:(.text+0xa78a): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xa7e7): undefined reference to `gArgs' | |
init.cpp:(.text+0xa7ec): undefined reference to `ArgsManager::SoftSetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)' | |
init.cpp:(.text+0xa857): undefined reference to `gArgs' | |
init.cpp:(.text+0xa85c): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xa8b9): undefined reference to `gArgs' | |
init.cpp:(.text+0xa8be): undefined reference to `ArgsManager::SoftSetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)' | |
init.cpp:(.text+0xa929): undefined reference to `gArgs' | |
init.cpp:(.text+0xa92e): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xa98f): undefined reference to `gArgs' | |
init.cpp:(.text+0xa994): undefined reference to `ArgsManager::SoftSetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)' | |
init.cpp:(.text+0xaa04): undefined reference to `gArgs' | |
init.cpp:(.text+0xaa09): undefined reference to `ArgsManager::SoftSetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)' | |
init.cpp:(.text+0xaa74): undefined reference to `gArgs' | |
init.cpp:(.text+0xaa79): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xaada): undefined reference to `gArgs' | |
init.cpp:(.text+0xaadf): undefined reference to `ArgsManager::SoftSetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)' | |
init.cpp:(.text+0xab4f): undefined reference to `gArgs' | |
init.cpp:(.text+0xab54): undefined reference to `ArgsManager::SoftSetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)' | |
init.cpp:(.text+0xabc4): undefined reference to `gArgs' | |
init.cpp:(.text+0xabc9): undefined reference to `ArgsManager::SoftSetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)' | |
init.cpp:(.text+0xac39): undefined reference to `gArgs' | |
init.cpp:(.text+0xac3e): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0xaca2): undefined reference to `gArgs' | |
init.cpp:(.text+0xaca7): undefined reference to `ArgsManager::SoftSetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)' | |
init.cpp:(.text+0xad17): undefined reference to `gArgs' | |
init.cpp:(.text+0xad1c): undefined reference to `ArgsManager::SoftSetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)' | |
init.cpp:(.text+0xad8c): undefined reference to `gArgs' | |
init.cpp:(.text+0xad91): undefined reference to `ArgsManager::SoftSetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)' | |
init.cpp:(.text+0xadfc): undefined reference to `gArgs' | |
init.cpp:(.text+0xae01): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xae5e): undefined reference to `gArgs' | |
init.cpp:(.text+0xae63): undefined reference to `ArgsManager::SoftSetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)' | |
init.cpp:(.text+0xaed3): undefined reference to `gArgs' | |
init.cpp:(.text+0xaed8): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0xaf35): undefined reference to `gArgs' | |
init.cpp:(.text+0xaf3a): undefined reference to `ArgsManager::SoftSetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)' | |
init.cpp:(.text+0xafaa): undefined reference to `gArgs' | |
init.cpp:(.text+0xafaf): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0xb00c): undefined reference to `gArgs' | |
init.cpp:(.text+0xb011): undefined reference to `ArgsManager::SoftSetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)' | |
init.cpp:(.text+0xb050): undefined reference to `gArgs' | |
init.cpp:(.text+0xb058): undefined reference to `ArgsManager::GetChainName[abi:cxx11]() const' | |
init.cpp:(.text+0xb066): undefined reference to `gArgs' | |
init.cpp:(.text+0xb06e): undefined reference to `ArgsManager::GetUnsuitableSectionOnlyArgs[abi:cxx11]() const' | |
init.cpp:(.text+0xb169): undefined reference to `gArgs' | |
init.cpp:(.text+0xb171): undefined reference to `ArgsManager::GetUnrecognizedSections[abi:cxx11]() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `InitLogging()': | |
init.cpp:(.text+0xb78e): undefined reference to `g_logger' | |
init.cpp:(.text+0xb7c5): undefined reference to `gArgs' | |
init.cpp:(.text+0xb7ca): undefined reference to `ArgsManager::IsArgNegated(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xb801): undefined reference to `DEFAULT_DEBUGLOGFILE' | |
init.cpp:(.text+0xb85f): undefined reference to `gArgs' | |
init.cpp:(.text+0xb867): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xb892): undefined reference to `AbsPathForConfigVal(boost::filesystem::path const&, bool)' | |
init.cpp:(.text+0xb899): undefined reference to `g_logger' | |
init.cpp:(.text+0xb91f): undefined reference to `g_logger' | |
init.cpp:(.text+0xb95b): undefined reference to `gArgs' | |
init.cpp:(.text+0xb960): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0xb9a1): undefined reference to `gArgs' | |
init.cpp:(.text+0xb9a6): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0xb9e6): undefined reference to `g_logger' | |
init.cpp:(.text+0xba22): undefined reference to `gArgs' | |
init.cpp:(.text+0xba27): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0xba4c): undefined reference to `g_logger' | |
init.cpp:(.text+0xba88): undefined reference to `gArgs' | |
init.cpp:(.text+0xba8d): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0xbae7): undefined reference to `gArgs' | |
init.cpp:(.text+0xbaec): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0xbaf2): undefined reference to `fLogIPs' | |
init.cpp:(.text+0xbb19): undefined reference to `FormatFullVersion[abi:cxx11]()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `AppInitBasicSetup()': | |
init.cpp:(.text+0xbd75): undefined reference to `SetupNetworking()' | |
init.cpp:(.text+0xbe00): undefined reference to `gArgs' | |
init.cpp:(.text+0xbe05): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `AppInitParameterInteraction()': | |
init.cpp:(.text+0xbfa0): undefined reference to `GetBlocksDir(bool)' | |
init.cpp:(.text+0xc024): undefined reference to `gArgs' | |
init.cpp:(.text+0xc02c): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xc124): undefined reference to `gArgs' | |
init.cpp:(.text+0xc129): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
init.cpp:(.text+0xc190): undefined reference to `gArgs' | |
init.cpp:(.text+0xc195): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0xc225): undefined reference to `gArgs' | |
init.cpp:(.text+0xc22d): undefined reference to `ArgsManager::GetArgs(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xc27a): undefined reference to `gArgs' | |
init.cpp:(.text+0xc282): undefined reference to `ArgsManager::GetArgs(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xc34f): undefined reference to `gArgs' | |
init.cpp:(.text+0xc354): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0xc453): undefined reference to `gArgs' | |
init.cpp:(.text+0xc458): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
init.cpp:(.text+0xc501): undefined reference to `RaiseFileDescriptorLimit(int)' | |
init.cpp:(.text+0xc611): undefined reference to `gArgs' | |
init.cpp:(.text+0xc616): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xc678): undefined reference to `gArgs' | |
init.cpp:(.text+0xc680): undefined reference to `ArgsManager::GetArgs(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xc751): undefined reference to `g_logger' | |
init.cpp:(.text+0xc763): undefined reference to `BCLog::Logger::EnableCategory(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
init.cpp:(.text+0xc820): undefined reference to `gArgs' | |
init.cpp:(.text+0xc828): undefined reference to `ArgsManager::GetArgs(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xc8bb): undefined reference to `g_logger' | |
init.cpp:(.text+0xc8cd): undefined reference to `BCLog::Logger::DisableCategory(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
init.cpp:(.text+0xc9be): undefined reference to `gArgs' | |
init.cpp:(.text+0xc9c3): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
init.cpp:(.text+0xca98): undefined reference to `gArgs' | |
init.cpp:(.text+0xca9d): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0xcafa): undefined reference to `gArgs' | |
init.cpp:(.text+0xcaff): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0xcb87): undefined reference to `gArgs' | |
init.cpp:(.text+0xcb8f): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xcc9d): undefined reference to `gArgs' | |
init.cpp:(.text+0xcca2): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xcd31): undefined reference to `gArgs' | |
init.cpp:(.text+0xcd39): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xcf46): undefined reference to `gArgs' | |
init.cpp:(.text+0xcf4b): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
init.cpp:(.text+0xcfb0): undefined reference to `gArgs' | |
init.cpp:(.text+0xcfb5): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
init.cpp:(.text+0xd0b5): undefined reference to `gArgs' | |
init.cpp:(.text+0xd0ba): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xd155): undefined reference to `gArgs' | |
init.cpp:(.text+0xd15d): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xd173): undefined reference to `ParseMoney(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long&)' | |
init.cpp:(.text+0xd236): undefined reference to `gArgs' | |
init.cpp:(.text+0xd23e): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xd31f): undefined reference to `gArgs' | |
init.cpp:(.text+0xd324): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
init.cpp:(.text+0xd354): undefined reference to `GetNumCores()' | |
init.cpp:(.text+0xd3cc): undefined reference to `gArgs' | |
init.cpp:(.text+0xd3d1): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
init.cpp:(.text+0xd55c): undefined reference to `gArgs' | |
init.cpp:(.text+0xd561): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
init.cpp:(.text+0xd5d2): undefined reference to `gArgs' | |
init.cpp:(.text+0xd5d7): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
init.cpp:(.text+0xd693): undefined reference to `gArgs' | |
init.cpp:(.text+0xd698): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xd733): undefined reference to `gArgs' | |
init.cpp:(.text+0xd73b): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xd751): undefined reference to `ParseMoney(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long&)' | |
init.cpp:(.text+0xd814): undefined reference to `gArgs' | |
init.cpp:(.text+0xd81c): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xd951): undefined reference to `gArgs' | |
init.cpp:(.text+0xd956): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xd9f1): undefined reference to `gArgs' | |
init.cpp:(.text+0xd9f9): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xda0f): undefined reference to `ParseMoney(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long&)' | |
init.cpp:(.text+0xdad2): undefined reference to `gArgs' | |
init.cpp:(.text+0xdada): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xdb8f): undefined reference to `gArgs' | |
init.cpp:(.text+0xdb94): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xdc2f): undefined reference to `gArgs' | |
init.cpp:(.text+0xdc37): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xdc4d): undefined reference to `ParseMoney(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long&)' | |
init.cpp:(.text+0xdd10): undefined reference to `gArgs' | |
init.cpp:(.text+0xdd18): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xde0b): undefined reference to `gArgs' | |
init.cpp:(.text+0xde10): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0xdeff): undefined reference to `gArgs' | |
init.cpp:(.text+0xdf04): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
init.cpp:(.text+0xdf8f): undefined reference to `gArgs' | |
init.cpp:(.text+0xdf94): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0xdff1): undefined reference to `gArgs' | |
init.cpp:(.text+0xdff6): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0xe059): undefined reference to `gArgs' | |
init.cpp:(.text+0xe05e): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
init.cpp:(.text+0xe0bb): undefined reference to `gArgs' | |
init.cpp:(.text+0xe0c0): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
init.cpp:(.text+0xe0c8): undefined reference to `SetMockTime(long)' | |
init.cpp:(.text+0xe11f): undefined reference to `gArgs' | |
init.cpp:(.text+0xe124): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0xe193): undefined reference to `gArgs' | |
init.cpp:(.text+0xe198): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
init.cpp:(.text+0xe250): undefined reference to `gArgs' | |
init.cpp:(.text+0xe255): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
init.cpp:(.text+0xe30e): undefined reference to `gArgs' | |
init.cpp:(.text+0xe313): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
init.cpp:(.text+0xe371): undefined reference to `gArgs' | |
init.cpp:(.text+0xe376): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0xe3f2): undefined reference to `gArgs' | |
init.cpp:(.text+0xe3f7): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xe49e): undefined reference to `gArgs' | |
init.cpp:(.text+0xe4a6): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `LockDataDirectory(bool)': | |
init.cpp:(.text+0xf449): undefined reference to `GetDataDir(bool)' | |
init.cpp:(.text+0xf46d): undefined reference to `DirIsWritable(boost::filesystem::path const&)' | |
init.cpp:(.text+0xf522): undefined reference to `LockDirectory(boost::filesystem::path const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `AppInitSanityChecks()': | |
init.cpp:(.text+0xf6d0): undefined reference to `SHA256AutoDetect[abi:cxx11]()' | |
init.cpp:(.text+0xf6eb): undefined reference to `RandomInit()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `AppInitMain(InitInterfaces&)': | |
init.cpp:(.text+0xf8c4): undefined reference to `GetPidFile()' | |
init.cpp:(.text+0xf8d3): undefined reference to `CreatePidFile(boost::filesystem::path const&, int)' | |
init.cpp:(.text+0xf8e6): undefined reference to `g_logger' | |
init.cpp:(.text+0xf8f9): undefined reference to `g_logger' | |
init.cpp:(.text+0xf901): undefined reference to `BCLog::Logger::DefaultShrinkDebugFile() const' | |
init.cpp:(.text+0xf93f): undefined reference to `gArgs' | |
init.cpp:(.text+0xf944): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0xf96e): undefined reference to `g_logger' | |
init.cpp:(.text+0xf976): undefined reference to `BCLog::Logger::ShrinkDebugFile()' | |
init.cpp:(.text+0xf97d): undefined reference to `g_logger' | |
init.cpp:(.text+0xf985): undefined reference to `BCLog::Logger::OpenDebugLog()' | |
init.cpp:(.text+0xf993): undefined reference to `g_logger' | |
init.cpp:(.text+0xf9db): undefined reference to `g_logger' | |
init.cpp:(.text+0xf9eb): undefined reference to `GetTime()' | |
init.cpp:(.text+0xf9fd): undefined reference to `FormatISO8601DateTime[abi:cxx11](long)' | |
init.cpp:(.text+0xfa28): undefined reference to `GetDefaultDataDir()' | |
init.cpp:(.text+0xfa59): undefined reference to `GetDataDir(bool)' | |
init.cpp:(.text+0xfa86): undefined reference to `BITCOIN_CONF_FILENAME' | |
init.cpp:(.text+0xfae4): undefined reference to `gArgs' | |
init.cpp:(.text+0xfaec): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xfb02): undefined reference to `GetConfigFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
init.cpp:(.text+0xfbb7): undefined reference to `gArgs' | |
init.cpp:(.text+0xfbbc): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xfcfb): undefined reference to `gArgs' | |
init.cpp:(.text+0xfd00): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xfd9e): undefined reference to `gArgs' | |
init.cpp:(.text+0xfda3): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0xff39): undefined reference to `gArgs' | |
init.cpp:(.text+0xff41): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0x10220): undefined reference to `gArgs' | |
init.cpp:(.text+0x10225): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0x103c5): undefined reference to `GetRand(unsigned long)' | |
init.cpp:(.text+0x103d5): undefined reference to `GetRand(unsigned long)' | |
init.cpp:(.text+0x10479): undefined reference to `gArgs' | |
init.cpp:(.text+0x1047e): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0x10533): undefined reference to `gArgs' | |
init.cpp:(.text+0x1053b): undefined reference to `ArgsManager::GetArgs(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0x106e3): undefined reference to `CLIENT_NAME[abi:cxx11]' | |
init.cpp:(.text+0x106eb): undefined reference to `FormatSubVersion(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)' | |
init.cpp:(.text+0x107d8): undefined reference to `gArgs' | |
init.cpp:(.text+0x107dd): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0x1084e): undefined reference to `gArgs' | |
init.cpp:(.text+0x10856): undefined reference to `ArgsManager::GetArgs(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0x10a90): undefined reference to `gArgs' | |
init.cpp:(.text+0x10a95): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0x10af2): undefined reference to `gArgs' | |
init.cpp:(.text+0x10af7): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0x10b86): undefined reference to `gArgs' | |
init.cpp:(.text+0x10b8e): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0x10e28): undefined reference to `gArgs' | |
init.cpp:(.text+0x10e30): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0x11056): undefined reference to `gArgs' | |
init.cpp:(.text+0x1105b): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0x110b8): undefined reference to `gArgs' | |
init.cpp:(.text+0x110bd): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0x1111a): undefined reference to `gArgs' | |
init.cpp:(.text+0x1111f): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0x1117e): undefined reference to `gArgs' | |
init.cpp:(.text+0x11186): undefined reference to `ArgsManager::GetArgs(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0x11354): undefined reference to `gArgs' | |
init.cpp:(.text+0x11359): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0x113b8): undefined reference to `gArgs' | |
init.cpp:(.text+0x113bd): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
init.cpp:(.text+0x1141f): undefined reference to `gArgs' | |
init.cpp:(.text+0x11424): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0x1148c): undefined reference to `gArgs' | |
init.cpp:(.text+0x11491): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0x114ee): undefined reference to `gArgs' | |
init.cpp:(.text+0x114f3): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
init.cpp:(.text+0x11617): undefined reference to `gArgs' | |
init.cpp:(.text+0x1161c): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0x1179d): undefined reference to `gArgs' | |
init.cpp:(.text+0x117a2): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
init.cpp:(.text+0x1184a): undefined reference to `gArgs' | |
init.cpp:(.text+0x1184f): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0x11a25): undefined reference to `GetTimeMillis()' | |
init.cpp:(.text+0x1205a): undefined reference to `gArgs' | |
init.cpp:(.text+0x1205f): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
init.cpp:(.text+0x12192): undefined reference to `gArgs' | |
init.cpp:(.text+0x12197): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
init.cpp:(.text+0x121dc): undefined reference to `gArgs' | |
init.cpp:(.text+0x121e1): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
init.cpp:(.text+0x122c0): undefined reference to `GetTimeMillis()' | |
init.cpp:(.text+0x12525): undefined reference to `GetDataDir(bool)' | |
init.cpp:(.text+0x12560): undefined reference to `fsbridge::fopen(boost::filesystem::path const&, char const*)' | |
init.cpp:(.text+0x125eb): undefined reference to `gArgs' | |
init.cpp:(.text+0x125f0): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0x128b4): undefined reference to `gArgs' | |
init.cpp:(.text+0x128b9): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0x1296e): undefined reference to `gArgs' | |
init.cpp:(.text+0x12976): undefined reference to `ArgsManager::GetArgs(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0x12c82): undefined reference to `gArgs' | |
init.cpp:(.text+0x12c87): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0x12cf0): undefined reference to `gArgs' | |
init.cpp:(.text+0x12cf5): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
init.cpp:(.text+0x12df5): undefined reference to `gArgs' | |
init.cpp:(.text+0x12dfa): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
init.cpp:(.text+0x12e5d): undefined reference to `gArgs' | |
init.cpp:(.text+0x12e62): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
init.cpp:(.text+0x12ec4): undefined reference to `gArgs' | |
init.cpp:(.text+0x12ecc): undefined reference to `ArgsManager::GetArgs(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0x12f7b): undefined reference to `gArgs' | |
init.cpp:(.text+0x12f83): undefined reference to `ArgsManager::GetArgs(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0x1311f): undefined reference to `gArgs' | |
init.cpp:(.text+0x13127): undefined reference to `ArgsManager::GetArgs(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0x1333b): undefined reference to `gArgs' | |
init.cpp:(.text+0x13343): undefined reference to `ArgsManager::GetArgs(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0x13505): undefined reference to `gArgs' | |
init.cpp:(.text+0x1350d): undefined reference to `ArgsManager::GetArgs(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0x1358b): undefined reference to `gArgs' | |
init.cpp:(.text+0x13590): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
init.cpp:(.text+0x13601): undefined reference to `gArgs' | |
init.cpp:(.text+0x13609): undefined reference to `ArgsManager::GetArgs(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `void LogPrintf<char const*>(char const*, char const* const&)': | |
init.cpp:(.text+0x147f3): undefined reference to `g_logger' | |
init.cpp:(.text+0x14861): undefined reference to `g_logger' | |
init.cpp:(.text+0x14873): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `void LogPrintf<char [9]>(char const*, char const (&) [9])': | |
init.cpp:(.text+0x14a57): undefined reference to `g_logger' | |
init.cpp:(.text+0x14ac5): undefined reference to `g_logger' | |
init.cpp:(.text+0x14ad7): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `void LogPrintf<char [9], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, char const (&) [9], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
init.cpp:(.text+0x14cc2): undefined reference to `g_logger' | |
init.cpp:(.text+0x14d34): undefined reference to `g_logger' | |
init.cpp:(.text+0x14d46): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `void LogPrintf<char [9], char const*>(char const*, char const (&) [9], char const* const&)': | |
init.cpp:(.text+0x14f31): undefined reference to `g_logger' | |
init.cpp:(.text+0x14fa3): undefined reference to `g_logger' | |
init.cpp:(.text+0x14fb5): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `void LogPrintf<>(char const*)': | |
init.cpp:(.text+0x151e5): undefined reference to `g_logger' | |
init.cpp:(.text+0x1524c): undefined reference to `g_logger' | |
init.cpp:(.text+0x1525e): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `void LogPrintf<unsigned int>(char const*, unsigned int const&)': | |
init.cpp:(.text+0x15442): undefined reference to `g_logger' | |
init.cpp:(.text+0x154b0): undefined reference to `g_logger' | |
init.cpp:(.text+0x154c2): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
init.cpp:(.text+0x156a6): undefined reference to `g_logger' | |
init.cpp:(.text+0x15714): undefined reference to `g_logger' | |
init.cpp:(.text+0x15726): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `void LogPrintf<char [25]>(char const*, char const (&) [25])': | |
init.cpp:(.text+0x1590a): undefined reference to `g_logger' | |
init.cpp:(.text+0x15978): undefined reference to `g_logger' | |
init.cpp:(.text+0x1598a): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `void LogPrintf<unsigned long>(char const*, unsigned long const&)': | |
init.cpp:(.text+0x15bdd): undefined reference to `g_logger' | |
init.cpp:(.text+0x15c4b): undefined reference to `g_logger' | |
init.cpp:(.text+0x15c5d): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `void LogPrintf<int, int>(char const*, int const&, int const&)': | |
init.cpp:(.text+0x15e48): undefined reference to `g_logger' | |
init.cpp:(.text+0x15eba): undefined reference to `g_logger' | |
init.cpp:(.text+0x15ecc): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
init.cpp:(.text+0x160b7): undefined reference to `g_logger' | |
init.cpp:(.text+0x16129): undefined reference to `g_logger' | |
init.cpp:(.text+0x1613b): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `void LogPrintf<int>(char const*, int const&)': | |
init.cpp:(.text+0x1631f): undefined reference to `g_logger' | |
init.cpp:(.text+0x1638d): undefined reference to `g_logger' | |
init.cpp:(.text+0x1639f): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `void LogPrintf<double>(char const*, double const&)': | |
init.cpp:(.text+0x16583): undefined reference to `g_logger' | |
init.cpp:(.text+0x165f1): undefined reference to `g_logger' | |
init.cpp:(.text+0x16603): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `void LogPrintf<double, double>(char const*, double const&, double const&)': | |
init.cpp:(.text+0x167ee): undefined reference to `g_logger' | |
init.cpp:(.text+0x16860): undefined reference to `g_logger' | |
init.cpp:(.text+0x16872): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `void LogPrintf<long>(char const*, long const&)': | |
init.cpp:(.text+0x16a56): undefined reference to `g_logger' | |
init.cpp:(.text+0x16ac4): undefined reference to `g_logger' | |
init.cpp:(.text+0x16ad6): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `boost::detail::thread_data_base::thread_data_base()': | |
init.cpp:(.text._ZN5boost6detail16thread_data_baseC2Ev[_ZN5boost6detail16thread_data_baseC5Ev]+0x2f): undefined reference to `vtable for boost::detail::thread_data_base' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `boost::detail::interruption_checker::interruption_checker(pthread_mutex_t*, pthread_cond_t*)': | |
init.cpp:(.text._ZN5boost6detail20interruption_checkerC2EP15pthread_mutex_tP14pthread_cond_t[_ZN5boost6detail20interruption_checkerC5EP15pthread_mutex_tP14pthread_cond_t]+0x25): undefined reference to `boost::detail::get_current_thread_data()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)': | |
init.cpp:(.text._ZN5boost18condition_variable4waitERNS_11unique_lockINS_5mutexEEE[_ZN5boost18condition_variable4waitERNS_11unique_lockINS_5mutexEEE]+0xc6): undefined reference to `boost::this_thread::interruption_point()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `_[abi:cxx11](char const*)': | |
init.cpp:(.text._Z1_B5cxx11PKc[_Z1_B5cxx11PKc]+0x25): undefined reference to `G_TRANSLATION_FUN[abi:cxx11]' | |
init.cpp:(.text._Z1_B5cxx11PKc[_Z1_B5cxx11PKc]+0x42): undefined reference to `G_TRANSLATION_FUN[abi:cxx11]' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `boost::thread::start_thread()': | |
init.cpp:(.text._ZN5boost6thread12start_threadEv[_ZN5boost6thread12start_threadEv]+0x24): undefined reference to `boost::thread::start_thread_noexcept()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `boost::thread::~thread()': | |
init.cpp:(.text._ZN5boost6threadD2Ev[_ZN5boost6threadD5Ev]+0x23): undefined reference to `boost::thread::detach()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `boost::thread::get_id() const': | |
init.cpp:(.text._ZNK5boost6thread6get_idEv[_ZNK5boost6thread6get_idEv]+0x27): undefined reference to `boost::thread::native_handle()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `boost::thread::join()': | |
init.cpp:(.text._ZN5boost6thread4joinEv[_ZN5boost6thread4joinEv]+0x7e): undefined reference to `boost::thread::join_noexcept()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `boost::shared_mutex::lock_shared()': | |
init.cpp:(.text._ZN5boost12shared_mutex11lock_sharedEv[_ZN5boost12shared_mutex11lock_sharedEv]+0x24): undefined reference to `boost::this_thread::disable_interruption::disable_interruption()' | |
init.cpp:(.text._ZN5boost12shared_mutex11lock_sharedEv[_ZN5boost12shared_mutex11lock_sharedEv]+0x8b): undefined reference to `boost::this_thread::disable_interruption::~disable_interruption()' | |
init.cpp:(.text._ZN5boost12shared_mutex11lock_sharedEv[_ZN5boost12shared_mutex11lock_sharedEv]+0xbd): undefined reference to `boost::this_thread::disable_interruption::~disable_interruption()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `boost::shared_mutex::lock()': | |
init.cpp:(.text._ZN5boost12shared_mutex4lockEv[_ZN5boost12shared_mutex4lockEv]+0x24): undefined reference to `boost::this_thread::disable_interruption::disable_interruption()' | |
init.cpp:(.text._ZN5boost12shared_mutex4lockEv[_ZN5boost12shared_mutex4lockEv]+0x98): undefined reference to `boost::this_thread::disable_interruption::~disable_interruption()' | |
init.cpp:(.text._ZN5boost12shared_mutex4lockEv[_ZN5boost12shared_mutex4lockEv]+0xca): undefined reference to `boost::this_thread::disable_interruption::~disable_interruption()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `boost::thread_group::join_all()': | |
init.cpp:(.text._ZN5boost12thread_group8join_allEv[_ZN5boost12thread_group8join_allEv]+0x7d): undefined reference to `boost::thread::joinable() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `boost::thread_group::interrupt_all()': | |
init.cpp:(.text._ZN5boost12thread_group13interrupt_allEv[_ZN5boost12thread_group13interrupt_allEv]+0x7d): undefined reference to `boost::thread::interrupt()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `void TraceThread<std::function<void ()> >(char const*, std::function<void ()>)': | |
init.cpp:(.text._Z11TraceThreadISt8functionIFvvEEEvPKcT_[_Z11TraceThreadISt8functionIFvvEEEvPKcT_]+0x47): undefined reference to `RenameThread(char const*)' | |
init.cpp:(.text._Z11TraceThreadISt8functionIFvvEEEvPKcT_[_Z11TraceThreadISt8functionIFvvEEEvPKcT_]+0xef): undefined reference to `PrintExceptionContinue(std::exception const*, char const*)' | |
init.cpp:(.text._Z11TraceThreadISt8functionIFvvEEEvPKcT_[_Z11TraceThreadISt8functionIFvvEEEvPKcT_]+0x10d): undefined reference to `PrintExceptionContinue(std::exception const*, char const*)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `boost::detail::thread_data<void (*)()>::~thread_data()': | |
init.cpp:(.text._ZN5boost6detail11thread_dataIPFvvEED2Ev[_ZN5boost6detail11thread_dataIPFvvEED5Ev]+0x31): undefined reference to `boost::detail::thread_data_base::~thread_data_base()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(char const*, std::function<void ()>), boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<std::function<void ()> > > > >::~thread_data()': | |
init.cpp:(.text._ZN5boost6detail11thread_dataINS_3_bi6bind_tIvPFvPKcSt8functionIFvvEEENS2_5list2INS2_5valueIS5_EENSC_IS8_EEEEEEED2Ev[_ZN5boost6detail11thread_dataINS_3_bi6bind_tIvPFvPKcSt8functionIFvvEEENS2_5list2INS2_5valueIS5_EENSC_IS8_EEEEEEED5Ev]+0x43): undefined reference to `boost::detail::thread_data_base::~thread_data_base()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o): In function `boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(std::vector<boost::filesystem::path, std::allocator<boost::filesystem::path> >), boost::_bi::list1<boost::_bi::value<std::vector<boost::filesystem::path, std::allocator<boost::filesystem::path> > > > > >::~thread_data()': | |
init.cpp:(.text._ZN5boost6detail11thread_dataINS_3_bi6bind_tIvPFvSt6vectorINS_10filesystem4pathESaIS6_EEENS2_5list1INS2_5valueIS8_EEEEEEED2Ev[_ZN5boost6detail11thread_dataINS_3_bi6bind_tIvPFvSt6vectorINS_10filesystem4pathESaIS6_EEENS2_5list1INS2_5valueIS8_EEEEEEED5Ev]+0x43): undefined reference to `boost::detail::thread_data_base::~thread_data_base()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o):(.data.rel.ro._ZTIN5boost6detail11thread_dataINS_3_bi6bind_tIvPFvSt6vectorINS_10filesystem4pathESaIS6_EEENS2_5list1INS2_5valueIS8_EEEEEEEE[_ZTIN5boost6detail11thread_dataINS_3_bi6bind_tIvPFvSt6vectorINS_10filesystem4pathESaIS6_EEENS2_5list1INS2_5valueIS8_EEEEEEEE]+0x10): undefined reference to `typeinfo for boost::detail::thread_data_base' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o):(.data.rel.ro._ZTIN5boost6detail11thread_dataINS_3_bi6bind_tIvPFvPKcSt8functionIFvvEEENS2_5list2INS2_5valueIS5_EENSC_IS8_EEEEEEEE[_ZTIN5boost6detail11thread_dataINS_3_bi6bind_tIvPFvPKcSt8functionIFvvEEENS2_5list2INS2_5valueIS5_EENSC_IS8_EEEEEEEE]+0x10): undefined reference to `typeinfo for boost::detail::thread_data_base' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-init.o):(.data.rel.ro._ZTIN5boost6detail11thread_dataIPFvvEEE[_ZTIN5boost6detail11thread_dataIPFvvEEE]+0x10): undefined reference to `typeinfo for boost::detail::thread_data_base' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-dbwrapper.o): In function `LogAcceptCategory(BCLog::LogFlags)': | |
dbwrapper.cpp:(.text+0x1d): undefined reference to `g_logger' | |
dbwrapper.cpp:(.text+0x2a): undefined reference to `BCLog::Logger::WillLogCategory(BCLog::LogFlags) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-dbwrapper.o): In function `GetOptions(unsigned long)': | |
dbwrapper.cpp:(.text+0xd4): undefined reference to `leveldb::Options::Options()' | |
dbwrapper.cpp:(.text+0xe3): undefined reference to `leveldb::NewLRUCache(unsigned long)' | |
dbwrapper.cpp:(.text+0x10b): undefined reference to `leveldb::NewBloomFilterPolicy(int)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-dbwrapper.o): In function `CDBWrapper::CDBWrapper(boost::filesystem::path const&, unsigned long, bool, bool, bool)': | |
dbwrapper.cpp:(.text+0x1ce): undefined reference to `leveldb::Options::Options()' | |
dbwrapper.cpp:(.text+0x323): undefined reference to `leveldb::Env::Default()' | |
dbwrapper.cpp:(.text+0x32b): undefined reference to `leveldb::NewMemEnv(leveldb::Env*)' | |
dbwrapper.cpp:(.text+0x396): undefined reference to `leveldb::DestroyDB(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, leveldb::Options const&)' | |
dbwrapper.cpp:(.text+0x3ba): undefined reference to `TryCreateDirectories(boost::filesystem::path const&)' | |
dbwrapper.cpp:(.text+0x406): undefined reference to `leveldb::DB::Open(leveldb::Options const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, leveldb::DB**)' | |
dbwrapper.cpp:(.text+0x454): undefined reference to `gArgs' | |
dbwrapper.cpp:(.text+0x459): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-dbwrapper.o): In function `CDBWrapper::CreateObfuscateKey() const': | |
dbwrapper.cpp:(.text+0xbdb): undefined reference to `GetRandBytes(unsigned char*, int)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-dbwrapper.o): In function `dbwrapper_private::HandleError(leveldb::Status const&)': | |
dbwrapper.cpp:(.text+0xe92): undefined reference to `leveldb::Status::ToString[abi:cxx11]() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-dbwrapper.o): In function `void LogPrintf<char*>(char const*, char* const&)': | |
dbwrapper.cpp:(.text+0xfd3): undefined reference to `g_logger' | |
dbwrapper.cpp:(.text+0x1041): undefined reference to `g_logger' | |
dbwrapper.cpp:(.text+0x1053): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-dbwrapper.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
dbwrapper.cpp:(.text+0x129d): undefined reference to `g_logger' | |
dbwrapper.cpp:(.text+0x130b): undefined reference to `g_logger' | |
dbwrapper.cpp:(.text+0x131d): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-dbwrapper.o): In function `void LogPrintf<>(char const*)': | |
dbwrapper.cpp:(.text+0x14fa): undefined reference to `g_logger' | |
dbwrapper.cpp:(.text+0x1561): undefined reference to `g_logger' | |
dbwrapper.cpp:(.text+0x1573): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-dbwrapper.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
dbwrapper.cpp:(.text+0x175e): undefined reference to `g_logger' | |
dbwrapper.cpp:(.text+0x17d0): undefined reference to `g_logger' | |
dbwrapper.cpp:(.text+0x17e2): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-dbwrapper.o): In function `void LogPrintf<int, int>(char const*, int const&, int const&)': | |
dbwrapper.cpp:(.text+0x1a8b): undefined reference to `g_logger' | |
dbwrapper.cpp:(.text+0x1afd): undefined reference to `g_logger' | |
dbwrapper.cpp:(.text+0x1b0f): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-dbwrapper.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, double, double>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, double const&, double const&)': | |
dbwrapper.cpp:(.text+0x1d01): undefined reference to `g_logger' | |
dbwrapper.cpp:(.text+0x1d7d): undefined reference to `g_logger' | |
dbwrapper.cpp:(.text+0x1d8f): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-dbwrapper.o): In function `CDBBatch::CDBBatch(CDBWrapper const&)': | |
dbwrapper.cpp:(.text._ZN8CDBBatchC2ERK10CDBWrapper[_ZN8CDBBatchC5ERK10CDBWrapper]+0x36): undefined reference to `leveldb::WriteBatch::WriteBatch()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-dbwrapper.o): In function `CDBBatch::~CDBBatch()': | |
dbwrapper.cpp:(.text._ZN8CDBBatchD2Ev[_ZN8CDBBatchD5Ev]+0x47): undefined reference to `leveldb::WriteBatch::~WriteBatch()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-dbwrapper.o): In function `leveldb::Logger::Logger()': | |
dbwrapper.cpp:(.text._ZN7leveldb6LoggerC2Ev[_ZN7leveldb6LoggerC5Ev]+0x1e): undefined reference to `vtable for leveldb::Logger' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-dbwrapper.o): In function `bool CDBWrapper::Read<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::vector<unsigned char, std::allocator<unsigned char> > >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<unsigned char, std::allocator<unsigned char> >&) const': | |
dbwrapper.cpp:(.text._ZNK10CDBWrapper4ReadINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIhSaIhEEEEbRKT_RT0_[_ZNK10CDBWrapper4ReadINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIhSaIhEEEEbRKT_RT0_]+0x150): undefined reference to `leveldb::Status::ToString[abi:cxx11]() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-dbwrapper.o): In function `void CDBBatch::Write<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::vector<unsigned char, std::allocator<unsigned char> > >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<unsigned char, std::allocator<unsigned char> > const&)': | |
dbwrapper.cpp:(.text._ZN8CDBBatch5WriteINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIhSaIhEEEEvRKT_RKT0_[_ZN8CDBBatch5WriteINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIhSaIhEEEEvRKT_RKT0_]+0x128): undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-dbwrapper.o): In function `zero_after_free_allocator<char>::deallocate(char*, unsigned long)': | |
dbwrapper.cpp:(.text._ZN25zero_after_free_allocatorIcE10deallocateEPcm[_ZN25zero_after_free_allocatorIcE10deallocateEPcm]+0x39): undefined reference to `memory_cleanse(void*, unsigned long)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-dbwrapper.o): In function `CBitcoinLevelDBLogger::~CBitcoinLevelDBLogger()': | |
dbwrapper.cpp:(.text._ZN21CBitcoinLevelDBLoggerD2Ev[_ZN21CBitcoinLevelDBLoggerD5Ev]+0x31): undefined reference to `leveldb::Logger::~Logger()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-dbwrapper.o):(.data.rel.ro._ZTI21CBitcoinLevelDBLogger[_ZTI21CBitcoinLevelDBLogger]+0x10): undefined reference to `typeinfo for leveldb::Logger' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `LogAcceptCategory(BCLog::LogFlags)': | |
net.cpp:(.text+0x47f): undefined reference to `g_logger' | |
net.cpp:(.text+0x48c): undefined reference to `BCLog::Logger::WillLogCategory(BCLog::LogFlags) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `GetListenPort()': | |
net.cpp:(.text+0x5ad): undefined reference to `gArgs' | |
net.cpp:(.text+0x5b2): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `convertSeed6(std::vector<SeedSpec6, std::allocator<SeedSpec6> > const&)': | |
net.cpp:(.text+0x838): undefined reference to `FastRandomContext::FastRandomContext(bool)' | |
net.cpp:(.text+0x92a): undefined reference to `GetTime()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `AdvertiseLocal(CNode*)': | |
net.cpp:(.text+0xd02): undefined reference to `gArgs' | |
net.cpp:(.text+0xd07): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
net.cpp:(.text+0xde3): undefined reference to `FastRandomContext::FastRandomContext(bool)' | |
net.cpp:(.text+0xeef): undefined reference to `gArgs' | |
net.cpp:(.text+0xef4): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CConnman::ConnectNode(CAddress, char const*, bool, bool)': | |
net.cpp:(.text+0x20ce): undefined reference to `GetRand(unsigned long)' | |
net.cpp:(.text+0x261e): undefined reference to `CSipHasher::Write(unsigned long)' | |
net.cpp:(.text+0x2626): undefined reference to `CSipHasher::Finalize() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CConnman::DumpBanlist()': | |
net.cpp:(.text+0x28f6): undefined reference to `GetTimeMillis()' | |
net.cpp:(.text+0x2958): undefined reference to `GetTimeMillis()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CConnman::IsBanned(CNetAddr)': | |
net.cpp:(.text+0x2cf2): undefined reference to `GetTime()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CConnman::IsBanned(CSubNet)': | |
net.cpp:(.text+0x2e73): undefined reference to `GetTime()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CConnman::Ban(CSubNet const&, BanReason const&, long, bool)': | |
net.cpp:(.text+0x2f93): undefined reference to `GetTime()' | |
net.cpp:(.text+0x2ff1): undefined reference to `gArgs' | |
net.cpp:(.text+0x2ff6): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
net.cpp:(.text+0x3031): undefined reference to `GetTime()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CConnman::SweepBanned()': | |
net.cpp:(.text+0x35ff): undefined reference to `GetTime()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CNode::copyStats(CNodeStats&)': | |
net.cpp:(.text+0x424c): undefined reference to `GetTimeMicros()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CNode::ReceiveMsgBytes(char const*, unsigned int, bool&)': | |
net.cpp:(.text+0x4477): undefined reference to `GetTimeMicros()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CConnman::SocketSendData(CNode*) const': | |
net.cpp:(.text+0x4ef0): undefined reference to `GetSystemTimeInSeconds()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CConnman::AcceptConnection(CConnman::ListenSocket const&)': | |
net.cpp:(.text+0x6003): undefined reference to `CSipHasher::Write(unsigned long)' | |
net.cpp:(.text+0x600b): undefined reference to `CSipHasher::Finalize() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CConnman::InactivityCheck(CNode*)': | |
net.cpp:(.text+0x6991): undefined reference to `GetSystemTimeInSeconds()' | |
net.cpp:(.text+0x6be6): undefined reference to `GetTimeMicros()' | |
net.cpp:(.text+0x6c00): undefined reference to `GetTimeMicros()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CConnman::SocketHandler()': | |
net.cpp:(.text+0x71b5): undefined reference to `CThreadInterrupt::operator bool() const' | |
net.cpp:(.text+0x732f): undefined reference to `CThreadInterrupt::sleep_for(std::chrono::duration<long, std::ratio<1l, 1000l> >)' | |
net.cpp:(.text+0x75b1): undefined reference to `CThreadInterrupt::operator bool() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CConnman::ThreadSocketHandler()': | |
net.cpp:(.text+0x7e1f): undefined reference to `CThreadInterrupt::operator bool() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CConnman::ThreadDNSAddressSeed()': | |
net.cpp:(.text+0x7ff6): undefined reference to `gArgs' | |
net.cpp:(.text+0x7ffb): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
net.cpp:(.text+0x8080): undefined reference to `CThreadInterrupt::sleep_for(std::chrono::duration<long, std::ratio<1l, 1l> >)' | |
net.cpp:(.text+0x82c6): undefined reference to `CThreadInterrupt::operator bool() const' | |
net.cpp:(.text+0x848c): undefined reference to `GetTime()' | |
net.cpp:(.text+0x84b1): undefined reference to `GetRand(unsigned long)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CConnman::DumpAddresses()': | |
net.cpp:(.text+0x8693): undefined reference to `GetTimeMillis()' | |
net.cpp:(.text+0x86c2): undefined reference to `GetTimeMillis()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CConnman::ThreadOpenConnections(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >)': | |
net.cpp:(.text+0x8d75): undefined reference to `CThreadInterrupt::sleep_for(std::chrono::duration<long, std::ratio<1l, 1000l> >)' | |
net.cpp:(.text+0x8de0): undefined reference to `CThreadInterrupt::sleep_for(std::chrono::duration<long, std::ratio<1l, 1000l> >)' | |
net.cpp:(.text+0x8dfd): undefined reference to `GetTime()' | |
net.cpp:(.text+0x8e3b): undefined reference to `CThreadInterrupt::operator bool() const' | |
net.cpp:(.text+0x8e98): undefined reference to `CThreadInterrupt::sleep_for(std::chrono::duration<long, std::ratio<1l, 1000l> >)' | |
net.cpp:(.text+0x8ee7): undefined reference to `CThreadInterrupt::operator bool() const' | |
net.cpp:(.text+0x8f14): undefined reference to `GetTime()' | |
net.cpp:(.text+0x91d9): undefined reference to `GetTimeMicros()' | |
net.cpp:(.text+0x925e): undefined reference to `CThreadInterrupt::operator bool() const' | |
net.cpp:(.text+0x9570): undefined reference to `GetRandInt(int)' | |
net.cpp:(.text+0x95af): undefined reference to `CThreadInterrupt::sleep_for(std::chrono::duration<long, std::ratio<1l, 1000l> >)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CConnman::ThreadOpenAddedConnections()': | |
net.cpp:(.text+0xa025): undefined reference to `CThreadInterrupt::sleep_for(std::chrono::duration<long, std::ratio<1l, 1000l> >)' | |
net.cpp:(.text+0xa09c): undefined reference to `CThreadInterrupt::sleep_for(std::chrono::duration<long, std::ratio<1l, 1l> >)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CConnman::OpenNetworkConnection(CAddress const&, bool, CSemaphoreGrant*, char const*, bool, bool, bool)': | |
net.cpp:(.text+0xa1a6): undefined reference to `CThreadInterrupt::operator bool() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CConnman::CConnman(unsigned long, unsigned long)': | |
net.cpp:(.text+0xb65d): undefined reference to `CThreadInterrupt::CThreadInterrupt()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CConnman::Start(CScheduler&, CConnman::Options const&)': | |
net.cpp:(.text+0xc121): undefined reference to `GetTimeMillis()' | |
net.cpp:(.text+0xc15a): undefined reference to `GetTimeMillis()' | |
net.cpp:(.text+0xc233): undefined reference to `GetTimeMillis()' | |
net.cpp:(.text+0xc2b4): undefined reference to `GetTimeMillis()' | |
net.cpp:(.text+0xc4dd): undefined reference to `CThreadInterrupt::reset()' | |
net.cpp:(.text+0xc651): undefined reference to `gArgs' | |
net.cpp:(.text+0xc656): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CConnman::Interrupt()': | |
net.cpp:(.text+0xce1c): undefined reference to `CThreadInterrupt::operator()()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CConnman::RecordBytesSent(unsigned long)': | |
net.cpp:(.text+0xdfaa): undefined reference to `GetTime()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CConnman::GetMaxOutboundTimeLeftInCycle()': | |
net.cpp:(.text+0xe23f): undefined reference to `GetTime()' | |
net.cpp:(.text+0xe252): undefined reference to `GetTime()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CConnman::SetMaxOutboundTimeframe(unsigned long)': | |
net.cpp:(.text+0xe30f): undefined reference to `GetTime()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CNode::CNode(long, ServiceFlags, int, unsigned int, CAddress const&, unsigned long, unsigned long, CAddress const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)': | |
net.cpp:(.text+0xe8d1): undefined reference to `GetSystemTimeInSeconds()' | |
net.cpp:(.text+0xf168): undefined reference to `fLogIPs' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CNode::AskFor(CInv const&)': | |
net.cpp:(.text+0xf819): undefined reference to `FormatISO8601Time[abi:cxx11](long)' | |
net.cpp:(.text+0xf881): undefined reference to `GetTimeMicros()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `PoissonNextSend(long, int)': | |
net.cpp:(.text+0x100ed): undefined reference to `GetRand(unsigned long)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CConnman::GetDeterministicRandomizer(unsigned long) const': | |
net.cpp:(.text+0x101ba): undefined reference to `CSipHasher::CSipHasher(unsigned long, unsigned long)' | |
net.cpp:(.text+0x101cd): undefined reference to `CSipHasher::Write(unsigned long)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CConnman::CalculateKeyedNetGroup(CAddress const&) const': | |
net.cpp:(.text+0x1029e): undefined reference to `CSipHasher::Write(unsigned char const*, unsigned long)' | |
net.cpp:(.text+0x102a6): undefined reference to `CSipHasher::Finalize() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int const&)': | |
net.cpp:(.text+0x103fc): undefined reference to `g_logger' | |
net.cpp:(.text+0x1046e): undefined reference to `g_logger' | |
net.cpp:(.text+0x10480): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
net.cpp:(.text+0x10664): undefined reference to `g_logger' | |
net.cpp:(.text+0x106d2): undefined reference to `g_logger' | |
net.cpp:(.text+0x106e4): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `void LogPrintf<>(char const*)': | |
net.cpp:(.text+0x10914): undefined reference to `g_logger' | |
net.cpp:(.text+0x1097b): undefined reference to `g_logger' | |
net.cpp:(.text+0x1098d): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `void LogPrintf<long>(char const*, long const&)': | |
net.cpp:(.text+0x110b6): undefined reference to `g_logger' | |
net.cpp:(.text+0x11124): undefined reference to `g_logger' | |
net.cpp:(.text+0x11136): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `void LogPrintf<double>(char const*, double const&)': | |
net.cpp:(.text+0x1131a): undefined reference to `g_logger' | |
net.cpp:(.text+0x11388): undefined reference to `g_logger' | |
net.cpp:(.text+0x1139a): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `void LogPrintf<int>(char const*, int const&)': | |
net.cpp:(.text+0x1162f): undefined reference to `g_logger' | |
net.cpp:(.text+0x1169d): undefined reference to `g_logger' | |
net.cpp:(.text+0x116af): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `void LogPrintf<char [9], char*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, char const (&) [9], char* const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
net.cpp:(.text+0x11a48): undefined reference to `g_logger' | |
net.cpp:(.text+0x11ac4): undefined reference to `g_logger' | |
net.cpp:(.text+0x11ad6): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `void LogPrintf<unsigned long, long>(char const*, unsigned long const&, long const&)': | |
net.cpp:(.text+0x11d1f): undefined reference to `g_logger' | |
net.cpp:(.text+0x11d91): undefined reference to `g_logger' | |
net.cpp:(.text+0x11da3): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `void LogPrintf<int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int>(char const*, int const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int const&, int const&)': | |
net.cpp:(.text+0x121a7): undefined reference to `g_logger' | |
net.cpp:(.text+0x1222d): undefined reference to `g_logger' | |
net.cpp:(.text+0x1223f): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, double>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, double const&)': | |
net.cpp:(.text+0x1242a): undefined reference to `g_logger' | |
net.cpp:(.text+0x1249c): undefined reference to `g_logger' | |
net.cpp:(.text+0x124ae): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const* const&)': | |
net.cpp:(.text+0x12699): undefined reference to `g_logger' | |
net.cpp:(.text+0x1270b): undefined reference to `g_logger' | |
net.cpp:(.text+0x1271d): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `void LogPrintf<char [12], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, char const (&) [12], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
net.cpp:(.text+0x12908): undefined reference to `g_logger' | |
net.cpp:(.text+0x1297a): undefined reference to `g_logger' | |
net.cpp:(.text+0x1298c): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `void LogPrintf<long, bool, bool, long>(char const*, long const&, bool const&, bool const&, long const&)': | |
net.cpp:(.text+0x12b85): undefined reference to `g_logger' | |
net.cpp:(.text+0x12c0b): undefined reference to `g_logger' | |
net.cpp:(.text+0x12c1d): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `void LogPrintf<char const*>(char const*, char const* const&)': | |
net.cpp:(.text+0x12e01): undefined reference to `g_logger' | |
net.cpp:(.text+0x12e6f): undefined reference to `g_logger' | |
net.cpp:(.text+0x12e81): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `void LogPrintf<bool>(char const*, bool const&)': | |
net.cpp:(.text+0x13065): undefined reference to `g_logger' | |
net.cpp:(.text+0x130d3): undefined reference to `g_logger' | |
net.cpp:(.text+0x130e5): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, long>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long const&)': | |
net.cpp:(.text+0x132d0): undefined reference to `g_logger' | |
net.cpp:(.text+0x13342): undefined reference to `g_logger' | |
net.cpp:(.text+0x13354): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, long>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long const&)': | |
net.cpp:(.text+0x1354d): undefined reference to `g_logger' | |
net.cpp:(.text+0x135d3): undefined reference to `g_logger' | |
net.cpp:(.text+0x135e5): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long, long>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long const&, long const&)': | |
net.cpp:(.text+0x137d7): undefined reference to `g_logger' | |
net.cpp:(.text+0x13853): undefined reference to `g_logger' | |
net.cpp:(.text+0x13865): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `FastRandomContext::FillByteBuffer()': | |
net.cpp:(.text._ZN17FastRandomContext14FillByteBufferEv[_ZN17FastRandomContext14FillByteBufferEv]+0x2e): undefined reference to `FastRandomContext::RandomSeed()' | |
net.cpp:(.text._ZN17FastRandomContext14FillByteBufferEv[_ZN17FastRandomContext14FillByteBufferEv]+0x4e): undefined reference to `ChaCha20::Output(unsigned char*, unsigned long)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CAddrMan::Clear()': | |
net.cpp:(.text._ZN8CAddrMan5ClearEv[_ZN8CAddrMan5ClearEv]+0x98): undefined reference to `FastRandomContext::rand256()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CAddrMan::CAddrMan()': | |
net.cpp:(.text._ZN8CAddrManC2Ev[_ZN8CAddrManC5Ev]+0x91): undefined reference to `FastRandomContext::FastRandomContext(bool)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CHash256::Finalize(unsigned char*)': | |
net.cpp:(.text._ZN8CHash2568FinalizeEPh[_ZN8CHash2568FinalizeEPh]+0x2e): undefined reference to `CSHA256::Finalize(unsigned char*)' | |
net.cpp:(.text._ZN8CHash2568FinalizeEPh[_ZN8CHash2568FinalizeEPh]+0x3a): undefined reference to `CSHA256::Reset()' | |
net.cpp:(.text._ZN8CHash2568FinalizeEPh[_ZN8CHash2568FinalizeEPh]+0x51): undefined reference to `CSHA256::Write(unsigned char const*, unsigned long)' | |
net.cpp:(.text._ZN8CHash2568FinalizeEPh[_ZN8CHash2568FinalizeEPh]+0x63): undefined reference to `CSHA256::Finalize(unsigned char*)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CHash256::Write(unsigned char const*, unsigned long)': | |
net.cpp:(.text._ZN8CHash2565WriteEPKhm[_ZN8CHash2565WriteEPKhm]+0x36): undefined reference to `CSHA256::Write(unsigned char const*, unsigned long)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CHash256::CHash256()': | |
net.cpp:(.text._ZN8CHash256C2Ev[_ZN8CHash256C5Ev]+0x23): undefined reference to `CSHA256::CSHA256()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `LogAcceptCategory(BCLog::LogFlags)': | |
net_processing.cpp:(.text+0x64e): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x65b): undefined reference to `BCLog::Logger::WillLogCategory(BCLog::LogFlags) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `(anonymous namespace)::PushNodeVersion(CNode*, CConnman*, long)': | |
net_processing.cpp:(.text+0x1035): undefined reference to `fLogIPs' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `(anonymous namespace)::MarkBlockAsReceived(uint256 const&)': | |
net_processing.cpp:(.text+0x1345): undefined reference to `GetTimeMicros()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `(anonymous namespace)::MarkBlockAsInFlight(long, uint256 const&, CBlockIndex const*, std::_List_iterator<(anonymous namespace)::QueuedBlock>**)': | |
net_processing.cpp:(.text+0x1957): undefined reference to `GetTimeMicros()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `(anonymous namespace)::TipMayBeStale(Consensus::Params const&)': | |
net_processing.cpp:(.text+0x229b): undefined reference to `GetTime()' | |
net_processing.cpp:(.text+0x22be): undefined reference to `GetTime()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `PeerLogicValidation::InitializeNode(CNode*)': | |
net_processing.cpp:(.text+0x2d63): undefined reference to `GetTime()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `AddToCompactExtraTransactions(std::shared_ptr<CTransaction const> const&)': | |
net_processing.cpp:(.text+0x3314): undefined reference to `gArgs' | |
net_processing.cpp:(.text+0x3319): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `AddOrphanTx(std::shared_ptr<CTransaction const> const&, long)': | |
net_processing.cpp:(.text+0x3540): undefined reference to `GetTime()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `LimitOrphanTxSize(unsigned int)': | |
net_processing.cpp:(.text+0x3ad8): undefined reference to `GetTime()' | |
net_processing.cpp:(.text+0x3c87): undefined reference to `FastRandomContext::FastRandomContext(bool)' | |
net_processing.cpp:(.text+0x3cc3): undefined reference to `FastRandomContext::rand256()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `Misbehaving(long, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
net_processing.cpp:(.text+0x3e35): undefined reference to `gArgs' | |
net_processing.cpp:(.text+0x3e3a): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `PeerLogicValidation::BlockConnected(std::shared_ptr<CBlock const> const&, CBlockIndex const*, std::vector<std::shared_ptr<CTransaction const>, std::allocator<std::shared_ptr<CTransaction const> > > const&)': | |
net_processing.cpp:(.text+0x46a2): undefined reference to `GetTime()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `PeerLogicValidation::UpdatedBlockTip(CBlockIndex const*, CBlockIndex const*, bool)': | |
net_processing.cpp:(.text+0x4ed7): undefined reference to `GetTime()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `RelayAddress(CAddress const&, bool, CConnman*)::{lambda(CNode*)#1}::operator()(CNode*) const': | |
net_processing.cpp:(.text+0x57db): undefined reference to `CSipHasher::Write(unsigned long)' | |
net_processing.cpp:(.text+0x57e3): undefined reference to `CSipHasher::Finalize() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `RelayAddress(CAddress const&, bool, CConnman*)': | |
net_processing.cpp:(.text+0x5a93): undefined reference to `GetTime()' | |
net_processing.cpp:(.text+0x5af7): undefined reference to `CSipHasher::Write(unsigned long)' | |
net_processing.cpp:(.text+0x5b02): undefined reference to `CSipHasher::Write(unsigned long)' | |
net_processing.cpp:(.text+0x5b57): undefined reference to `FastRandomContext::FastRandomContext(bool)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `ProcessHeadersMessage(CNode*, CConnman*, std::vector<CBlockHeader, std::allocator<CBlockHeader> > const&, CChainParams const&, bool)': | |
net_processing.cpp:(.text+0x8756): undefined reference to `GetTime()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `ProcessMessage(CNode*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, CDataStream&, long, CChainParams const&, CConnman*, std::atomic<bool> const&, bool)': | |
net_processing.cpp:(.text+0x9520): undefined reference to `gArgs' | |
net_processing.cpp:(.text+0x9525): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
net_processing.cpp:(.text+0x9579): undefined reference to `gArgs' | |
net_processing.cpp:(.text+0x957e): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
net_processing.cpp:(.text+0x9586): undefined reference to `GetRand(unsigned long)' | |
net_processing.cpp:(.text+0xa76f): undefined reference to `FastRandomContext::FastRandomContext(bool)' | |
net_processing.cpp:(.text+0xa9e5): undefined reference to `fLogIPs' | |
net_processing.cpp:(.text+0xab0b): undefined reference to `GetTime()' | |
net_processing.cpp:(.text+0xaf16): undefined reference to `fLogIPs' | |
net_processing.cpp:(.text+0xbcad): undefined reference to `gArgs' | |
net_processing.cpp:(.text+0xbcb2): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
net_processing.cpp:(.text+0xd603): undefined reference to `gArgs' | |
net_processing.cpp:(.text+0xd608): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
net_processing.cpp:(.text+0xd8fb): undefined reference to `GetTime()' | |
net_processing.cpp:(.text+0xe21d): undefined reference to `gArgs' | |
net_processing.cpp:(.text+0xe222): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
net_processing.cpp:(.text+0xe4d1): undefined reference to `gArgs' | |
net_processing.cpp:(.text+0xe4d6): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
net_processing.cpp:(.text+0xf066): undefined reference to `GetTime()' | |
net_processing.cpp:(.text+0xffb5): undefined reference to `GetTime()' | |
net_processing.cpp:(.text+0x105f3): undefined reference to `GetTime()' | |
net_processing.cpp:(.text+0x10b34): undefined reference to `GetTime()' | |
net_processing.cpp:(.text+0x10d09): undefined reference to `FastRandomContext::FastRandomContext(bool)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `PeerLogicValidation::ProcessMessages(CNode*, std::atomic<bool>&)': | |
net_processing.cpp:(.text+0x13fb2): undefined reference to `PrintExceptionContinue(std::exception const*, char const*)' | |
net_processing.cpp:(.text+0x13fe1): undefined reference to `PrintExceptionContinue(std::exception const*, char const*)' | |
net_processing.cpp:(.text+0x14004): undefined reference to `PrintExceptionContinue(std::exception const*, char const*)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `PeerLogicValidation::CheckForStaleTipAndEvictPeers(Consensus::Params const&)': | |
net_processing.cpp:(.text+0x14c4d): undefined reference to `GetTime()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `PeerLogicValidation::SendMessages(CNode*)': | |
net_processing.cpp:(.text+0x14f7c): undefined reference to `GetTimeMicros()' | |
net_processing.cpp:(.text+0x14fd0): undefined reference to `GetRandBytes(unsigned char*, int)' | |
net_processing.cpp:(.text+0x14ff1): undefined reference to `GetTimeMicros()' | |
net_processing.cpp:(.text+0x1526c): undefined reference to `GetTimeMicros()' | |
net_processing.cpp:(.text+0x157ba): undefined reference to `GetTimeMicros()' | |
net_processing.cpp:(.text+0x16e2d): undefined reference to `GetTime()' | |
net_processing.cpp:(.text+0x17589): undefined reference to `GetTimeMicros()' | |
net_processing.cpp:(.text+0x178e3): undefined reference to `GetTime()' | |
net_processing.cpp:(.text+0x17fed): undefined reference to `gArgs' | |
net_processing.cpp:(.text+0x17ff2): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
net_processing.cpp:(.text+0x18059): undefined reference to `gArgs' | |
net_processing.cpp:(.text+0x1805e): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
net_processing.cpp:(.text+0x18114): undefined reference to `gArgs' | |
net_processing.cpp:(.text+0x18119): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
net_processing.cpp:(.text+0x1816f): undefined reference to `GetTimeMicros()' | |
net_processing.cpp:(.text+0x18425): undefined reference to `GetRandInt(int)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<long>(char const*, long const&)': | |
net_processing.cpp:(.text+0x1ae67): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x1aed5): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x1aee7): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<>(char const*)': | |
net_processing.cpp:(.text+0x1b18d): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x1b1f4): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x1b206): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
net_processing.cpp:(.text+0x1b56c): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x1b5da): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x1b5ec): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<int, std::atomic<int>, long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, int const&, std::atomic<int> const&, long const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
net_processing.cpp:(.text+0x1b8db): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x1b961): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x1b973): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, long>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long const&)': | |
net_processing.cpp:(.text+0x1c423): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x1c495): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x1c4a7): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
net_processing.cpp:(.text+0x1c699): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x1c715): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x1c727): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, long const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
net_processing.cpp:(.text+0x1d20e): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x1d280): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x1d292): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<int, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, long>(char const*, int const&, int const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long const&)': | |
net_processing.cpp:(.text+0x1e3f1): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x1e485): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x1e497): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<int, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, long>(char const*, int const&, int const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long const&)': | |
net_processing.cpp:(.text+0x1e68c): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x1e712): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x1e724): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, unsigned int const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
net_processing.cpp:(.text+0x1f97a): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x1f9ec): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x1f9fe): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long, unsigned long>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long const&, unsigned long const&)': | |
net_processing.cpp:(.text+0x1ff7f): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x1fffb): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x2000d): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<int, long>(char const*, int const&, long const&)': | |
net_processing.cpp:(.text+0x204c4): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x20536): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x20548): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<int>(char const*, int const&)': | |
net_processing.cpp:(.text+0x2072c): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x2079a): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x207ac): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<char [12], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, long, int, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, char const (&) [12], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long const&, int const&, int const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
net_processing.cpp:(.text+0x209b7): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x20a4d): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x20a5f): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<char [38], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, long>(char const*, char const (&) [38], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long const&)': | |
net_processing.cpp:(.text+0x20ce6): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x20d62): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x20d74): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<char [20], long>(char const*, char const (&) [20], long const&)': | |
net_processing.cpp:(.text+0x21270): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x212e2): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x212f4): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, long, int>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int const&, long const&, int const&)': | |
net_processing.cpp:(.text+0x214f4): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x21588): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x2159a): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<long, int>(char const*, long const&, int const&)': | |
net_processing.cpp:(.text+0x21781): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x217f3): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x21805): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<int, long, std::atomic<int> >(char const*, int const&, long const&, std::atomic<int> const&)': | |
net_processing.cpp:(.text+0x219f7): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x21a73): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x21a85): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int const&)': | |
net_processing.cpp:(.text+0x21c70): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x21ce2): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x21cf4): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long, long>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long const&, long const&)': | |
net_processing.cpp:(.text+0x21ee6): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x21f62): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x21f74): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<long, ServiceFlags, ServiceFlags>(char const*, long const&, ServiceFlags const&, ServiceFlags const&)': | |
net_processing.cpp:(.text+0x22166): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x221e2): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x221f4): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::atomic<int>, std::atomic<int>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::atomic<int> const&, std::atomic<int> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
net_processing.cpp:(.text+0x223ff): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x22495): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x224a7): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, long>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const* const&, long const&)': | |
net_processing.cpp:(.text+0x22695): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x22711): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x22723): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, long>(char const*, int const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long const&)': | |
net_processing.cpp:(.text+0x22915): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x22991): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x229a3): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<unsigned long, long>(char const*, unsigned long const&, long const&)': | |
net_processing.cpp:(.text+0x22b8e): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x22c00): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x22c12): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<unsigned long, unsigned int, long>(char const*, unsigned long const&, unsigned int const&, long const&)': | |
net_processing.cpp:(.text+0x22e04): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x22e80): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x22e92): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, long>(char const*, int const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int const&, long const&)': | |
net_processing.cpp:(.text+0x2308b): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x23111): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x23123): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, int const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
net_processing.cpp:(.text+0x2330e): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x23380): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x23392): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<char [15], long>(char const*, char const (&) [15], long const&)': | |
net_processing.cpp:(.text+0x2357d): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x235ef): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x23601): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long, unsigned long>(char const*, long const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long const&, unsigned long const&)': | |
net_processing.cpp:(.text+0x237fa): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x23880): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x23892): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<unsigned int>(char const*, unsigned int const&)': | |
net_processing.cpp:(.text+0x23a76): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x23ae4): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x23af6): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::atomic<unsigned long>, unsigned long, unsigned long>(char const*, long const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::atomic<unsigned long> const&, unsigned long const&, unsigned long const&)': | |
net_processing.cpp:(.text+0x23cf6): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x23d8a): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x23d9c): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<char [16], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, char const (&) [16], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
net_processing.cpp:(.text+0x2407a): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x2410e): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x24120): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<char [16], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned int, char const*>(char const*, char const (&) [16], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int const&, char const* const&)': | |
net_processing.cpp:(.text+0x24315): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x2439b): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x243ad): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<char [16], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned int, long>(char const*, char const (&) [16], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int const&, long const&)': | |
net_processing.cpp:(.text+0x245a6): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x2462c): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x2463e): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, long const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
net_processing.cpp:(.text+0x24830): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x248ac): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x248be): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<long, long>(char const*, long const&, long const&)': | |
net_processing.cpp:(.text+0x24aa9): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x24b1b): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x24b2d): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<long, long, int>(char const*, long const&, long const&, int const&)': | |
net_processing.cpp:(.text+0x24d1f): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x24d9b): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x24dad): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<char [13], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, long>(char const*, char const (&) [13], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long const&)': | |
net_processing.cpp:(.text+0x25169): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x251e5): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x251f7): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<char [13], unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, long>(char const*, char const (&) [13], unsigned long const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long const&)': | |
net_processing.cpp:(.text+0x253f7): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x2548b): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x2549d): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
net_processing.cpp:(.text+0x25684): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x256f6): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x25708): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<char [13], long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, char const (&) [13], long const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
net_processing.cpp:(.text+0x258fa): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x25976): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x25988): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, long>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int const&, long const&)': | |
net_processing.cpp:(.text+0x25dca): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x25e46): undefined reference to `g_logger' | |
net_processing.cpp:(.text+0x25e58): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net_processing.o): In function `SaltedTxidHasher::operator()(uint256 const&) const': | |
net_processing.cpp:(.text._ZNK16SaltedTxidHasherclERK7uint256[_ZNK16SaltedTxidHasherclERK7uint256]+0x39): undefined reference to `SipHashUint256(unsigned long, unsigned long, uint256 const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-noui.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
noui.cpp:(.text+0x410): undefined reference to `g_logger' | |
noui.cpp:(.text+0x482): undefined reference to `g_logger' | |
noui.cpp:(.text+0x494): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-noui.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
noui.cpp:(.text+0x678): undefined reference to `g_logger' | |
noui.cpp:(.text+0x6e6): undefined reference to `g_logger' | |
noui.cpp:(.text+0x6f8): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-fees.o): In function `LogAcceptCategory(BCLog::LogFlags)': | |
fees.cpp:(.text+0x2f3): undefined reference to `g_logger' | |
fees.cpp:(.text+0x300): undefined reference to `BCLog::Logger::WillLogCategory(BCLog::LogFlags) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-fees.o): In function `CBlockPolicyEstimator::FlushUnconfirmed()': | |
fees.cpp:(.text+0x571b): undefined reference to `GetTimeMicros()' | |
fees.cpp:(.text+0x57dc): undefined reference to `GetTimeMicros()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-fees.o): In function `FeeFilterRounder::FeeFilterRounder(CFeeRate const&)': | |
fees.cpp:(.text+0x58a9): undefined reference to `FastRandomContext::FastRandomContext(bool)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-fees.o): In function `void LogPrintf<>(char const*)': | |
fees.cpp:(.text+0x5f3d): undefined reference to `g_logger' | |
fees.cpp:(.text+0x5fa4): undefined reference to `g_logger' | |
fees.cpp:(.text+0x5fb6): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-fees.o): In function `void LogPrintf<char [5], int>(char const*, char const (&) [5], int const&)': | |
fees.cpp:(.text+0x61a1): undefined reference to `g_logger' | |
fees.cpp:(.text+0x6213): undefined reference to `g_logger' | |
fees.cpp:(.text+0x6225): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-fees.o): In function `void LogPrintf<char const*>(char const*, char const* const&)': | |
fees.cpp:(.text+0x6409): undefined reference to `g_logger' | |
fees.cpp:(.text+0x6477): undefined reference to `g_logger' | |
fees.cpp:(.text+0x6489): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-fees.o): In function `void LogPrintf<int, char [2], double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double>(char const*, int const&, char const (&) [2], double const&, double const&, double const&, double const&, double const&, double const&, double const&, double const&, double const&, double const&, double const&, double const&, double const&, double const&, double const&, double const&, double const&)': | |
fees.cpp:(.text+0x6789): undefined reference to `g_logger' | |
fees.cpp:(.text+0x6871): undefined reference to `g_logger' | |
fees.cpp:(.text+0x6883): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-fees.o): In function `void LogPrintf<unsigned long, unsigned long>(char const*, unsigned long const&, unsigned long const&)': | |
fees.cpp:(.text+0x6a6a): undefined reference to `g_logger' | |
fees.cpp:(.text+0x6adc): undefined reference to `g_logger' | |
fees.cpp:(.text+0x6aee): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-fees.o): In function `void LogPrintf<unsigned int>(char const*, unsigned int const&)': | |
fees.cpp:(.text+0x6cd2): undefined reference to `g_logger' | |
fees.cpp:(.text+0x6d40): undefined reference to `g_logger' | |
fees.cpp:(.text+0x6d52): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-fees.o): In function `void LogPrintf<unsigned int, unsigned int>(char const*, unsigned int const&, unsigned int const&)': | |
fees.cpp:(.text+0x6f3d): undefined reference to `g_logger' | |
fees.cpp:(.text+0x6faf): undefined reference to `g_logger' | |
fees.cpp:(.text+0x6fc1): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-fees.o): In function `void LogPrintf<unsigned int, unsigned long, unsigned int, unsigned int, unsigned long, unsigned int, char const*>(char const*, unsigned int const&, unsigned long const&, unsigned int const&, unsigned int const&, unsigned long const&, unsigned int const&, char const* const&)': | |
fees.cpp:(.text+0x71d7): undefined reference to `g_logger' | |
fees.cpp:(.text+0x7277): undefined reference to `g_logger' | |
fees.cpp:(.text+0x7289): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-fees.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
fees.cpp:(.text+0x7469): undefined reference to `g_logger' | |
fees.cpp:(.text+0x74d7): undefined reference to `g_logger' | |
fees.cpp:(.text+0x74e9): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-fees.o): In function `void LogPrintf<unsigned long, double>(char const*, unsigned long const&, double const&)': | |
fees.cpp:(.text+0x76d4): undefined reference to `g_logger' | |
fees.cpp:(.text+0x7746): undefined reference to `g_logger' | |
fees.cpp:(.text+0x7758): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rest.o): In function `rest_headers(HTTPRequest*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
rest.cpp:(.text+0x11b6): undefined reference to `UniValue::push_back(UniValue const&)' | |
rest.cpp:(.text+0x11ff): undefined reference to `UniValue::write[abi:cxx11](unsigned int, unsigned int) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rest.o): In function `rest_block(HTTPRequest*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)': | |
rest.cpp:(.text+0x1d1f): undefined reference to `UniValue::write[abi:cxx11](unsigned int, unsigned int) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rest.o): In function `rest_chaininfo(HTTPRequest*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
rest.cpp:(.text+0x23a3): undefined reference to `UniValue::write[abi:cxx11](unsigned int, unsigned int) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rest.o): In function `rest_mempool_info(HTTPRequest*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
rest.cpp:(.text+0x2742): undefined reference to `UniValue::write[abi:cxx11](unsigned int, unsigned int) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rest.o): In function `rest_mempool_contents(HTTPRequest*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
rest.cpp:(.text+0x2a72): undefined reference to `UniValue::write[abi:cxx11](unsigned int, unsigned int) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rest.o):rest.cpp:(.text+0x3248): more undefined references to `UniValue::write[abi:cxx11](unsigned int, unsigned int) const' follow | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rest.o): In function `rest_getutxos(HTTPRequest*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
rest.cpp:(.text+0x4b46): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
rest.cpp:(.text+0x4c46): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
rest.cpp:(.text+0x4c7d): undefined reference to `UniValue::push_back(UniValue const&)' | |
rest.cpp:(.text+0x4cfb): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
rest.cpp:(.text+0x4d39): undefined reference to `UniValue::write[abi:cxx11](unsigned int, unsigned int) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rest.o): In function `UniValue::UniValue(long)': | |
rest.cpp:(.text._ZN8UniValueC2El[_ZN8UniValueC5El]+0x5f): undefined reference to `UniValue::setInt(long)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rest.o): In function `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
rest.cpp:(.text._ZN8UniValue6pushKVERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_[_ZN8UniValue6pushKVERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_]+0x55): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rest.o): In function `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)': | |
rest.cpp:(.text._ZN8UniValue6pushKVERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi[_ZN8UniValue6pushKVERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi]+0x54): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rest.o): In function `JSONRPCRequest::JSONRPCRequest()': | |
rest.cpp:(.text._ZN14JSONRPCRequestC2Ev[_ZN14JSONRPCRequestC5Ev]+0x23): undefined reference to `NullUniValue' | |
rest.cpp:(.text._ZN14JSONRPCRequestC2Ev[_ZN14JSONRPCRequestC5Ev]+0x4a): undefined reference to `NullUniValue' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `LogAcceptCategory(BCLog::LogFlags)': | |
blockchain.cpp:(.text+0x4c7): undefined reference to `g_logger' | |
blockchain.cpp:(.text+0x4d4): undefined reference to `BCLog::Logger::WillLogCategory(BCLog::LogFlags) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `blockToJSON(CBlock const&, CBlockIndex const*, bool)': | |
blockchain.cpp:(.text+0x18f9): undefined reference to `UniValue::push_back(UniValue const&)' | |
blockchain.cpp:(.text+0x19ac): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `waitfornewblock(JSONRPCRequest const&)': | |
blockchain.cpp:(.text+0x36c0): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x36e7): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x36ef): undefined reference to `UniValue::get_int() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `waitforblock(JSONRPCRequest const&)': | |
blockchain.cpp:(.text+0x45a3): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x45f5): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x461c): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x4624): undefined reference to `UniValue::get_int() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `waitforblockheight(JSONRPCRequest const&)': | |
blockchain.cpp:(.text+0x552a): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x5532): undefined reference to `UniValue::get_int() const' | |
blockchain.cpp:(.text+0x5550): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x5577): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x557f): undefined reference to `UniValue::get_int() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `syncwithvalidationinterfacequeue(JSONRPCRequest const&)': | |
blockchain.cpp:(.text+0x5fb7): undefined reference to `NullUniValue' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `entryToJSON(UniValue&, CTxMemPoolEntry const&)': | |
blockchain.cpp:(.text+0x6b1a): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
blockchain.cpp:(.text+0x6bb9): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
blockchain.cpp:(.text+0x6c58): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
blockchain.cpp:(.text+0x6cf7): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
blockchain.cpp:(.text+0x6d67): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o):blockchain.cpp:(.text+0x6e59): more undefined references to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' follow | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `entryToJSON(UniValue&, CTxMemPoolEntry const&)': | |
blockchain.cpp:(.text+0x7800): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `mempoolToJSON(bool)': | |
blockchain.cpp:(.text+0x7fd9): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `getrawmempool(JSONRPCRequest const&)': | |
blockchain.cpp:(.text+0x895f): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x8986): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x898e): undefined reference to `UniValue::get_bool() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `getmempoolancestors(JSONRPCRequest const&)': | |
blockchain.cpp:(.text+0x94aa): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x94d1): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x94d9): undefined reference to `UniValue::get_bool() const' | |
blockchain.cpp:(.text+0x9523): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x962e): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0x9a3a): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `getmempooldescendants(JSONRPCRequest const&)': | |
blockchain.cpp:(.text+0xa7f4): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0xa81b): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0xa823): undefined reference to `UniValue::get_bool() const' | |
blockchain.cpp:(.text+0xa86d): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0xa978): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0xad3e): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `getmempoolentry(JSONRPCRequest const&)': | |
blockchain.cpp:(.text+0xb946): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0xba51): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `getblockhash(JSONRPCRequest const&)': | |
blockchain.cpp:(.text+0xc4d9): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0xc4e1): undefined reference to `UniValue::get_int() const' | |
blockchain.cpp:(.text+0xc56b): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `getblockheader(JSONRPCRequest const&)': | |
blockchain.cpp:(.text+0xd127): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0xd180): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0xd1a7): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0xd1af): undefined reference to `UniValue::get_bool() const' | |
blockchain.cpp:(.text+0xd229): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `GetBlockChecked(CBlockIndex const*)': | |
blockchain.cpp:(.text+0xd7b2): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0xd852): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `getblock(JSONRPCRequest const&)': | |
blockchain.cpp:(.text+0xe118): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0xe174): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0xe19f): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0xe1c3): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0xe1cb): undefined reference to `UniValue::get_int() const' | |
blockchain.cpp:(.text+0xe1eb): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0xe1f3): undefined reference to `UniValue::get_bool() const' | |
blockchain.cpp:(.text+0xe27d): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `GetUTXOStats(CCoinsView*, CCoinsStats&)': | |
blockchain.cpp:(.text+0xec01): undefined reference to `boost::this_thread::interruption_point()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `pruneblockchain(JSONRPCRequest const&)': | |
blockchain.cpp:(.text+0xf55d): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0xf5d9): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0xf5e1): undefined reference to `UniValue::get_int() const' | |
blockchain.cpp:(.text+0xf644): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0xf70e): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0xf7e4): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0xf87a): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `gettxoutsetinfo(JSONRPCRequest const&)': | |
blockchain.cpp:(.text+0x104fe): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
blockchain.cpp:(.text+0x1059b): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `gettxout(JSONRPCRequest const&)': | |
blockchain.cpp:(.text+0x1151a): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x1156c): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x11574): undefined reference to `UniValue::get_int() const' | |
blockchain.cpp:(.text+0x115b8): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x115df): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x115e7): undefined reference to `UniValue::get_bool() const' | |
blockchain.cpp:(.text+0x116c0): undefined reference to `NullUniValue' | |
blockchain.cpp:(.text+0x11748): undefined reference to `NullUniValue' | |
blockchain.cpp:(.text+0x1199c): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
blockchain.cpp:(.text+0x11a9c): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `verifychain(JSONRPCRequest const&)': | |
blockchain.cpp:(.text+0x122a6): undefined reference to `gArgs' | |
blockchain.cpp:(.text+0x122ab): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
blockchain.cpp:(.text+0x12311): undefined reference to `gArgs' | |
blockchain.cpp:(.text+0x12316): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
blockchain.cpp:(.text+0x12a8d): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x12ab4): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x12abc): undefined reference to `UniValue::get_int() const' | |
blockchain.cpp:(.text+0x12ada): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x12b01): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x12b09): undefined reference to `UniValue::get_int() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `SoftForkDesc(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int, CBlockIndex*, Consensus::Params const&)': | |
blockchain.cpp:(.text+0x132ad): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `BIP9SoftForkDesc(Consensus::Params const&, Consensus::DeploymentPos)': | |
blockchain.cpp:(.text+0x13b93): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `BIP9SoftForkDescPushBack(UniValue&, Consensus::Params const&, Consensus::DeploymentPos)': | |
blockchain.cpp:(.text+0x13fa9): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `getblockchaininfo(JSONRPCRequest const&)': | |
blockchain.cpp:(.text+0x14b0b): undefined reference to `gArgs' | |
blockchain.cpp:(.text+0x14b10): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
blockchain.cpp:(.text+0x14d58): undefined reference to `UniValue::push_back(UniValue const&)' | |
blockchain.cpp:(.text+0x14df0): undefined reference to `UniValue::push_back(UniValue const&)' | |
blockchain.cpp:(.text+0x14e88): undefined reference to `UniValue::push_back(UniValue const&)' | |
blockchain.cpp:(.text+0x14f33): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
blockchain.cpp:(.text+0x14f94): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `getchaintips(JSONRPCRequest const&)': | |
blockchain.cpp:(.text+0x1615d): undefined reference to `UniValue::push_back(UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `mempoolInfoToJSON()': | |
blockchain.cpp:(.text+0x16704): undefined reference to `gArgs' | |
blockchain.cpp:(.text+0x16709): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
blockchain.cpp:(.text+0x16837): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
blockchain.cpp:(.text+0x168d3): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `preciousblock(JSONRPCRequest const&)': | |
blockchain.cpp:(.text+0x176ba): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x17798): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0x1785e): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0x17891): undefined reference to `NullUniValue' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `invalidateblock(JSONRPCRequest const&)': | |
blockchain.cpp:(.text+0x1821e): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x1830b): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0x18414): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0x18447): undefined reference to `NullUniValue' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `reconsiderblock(JSONRPCRequest const&)': | |
blockchain.cpp:(.text+0x18ddf): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x18ebd): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0x18fb0): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0x18fe3): undefined reference to `NullUniValue' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `getchaintxstats(JSONRPCRequest const&)': | |
blockchain.cpp:(.text+0x19b1d): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x19bc7): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x19ca5): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0x19d4d): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0x19dd1): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x19e4d): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x19e55): undefined reference to `UniValue::get_int() const' | |
blockchain.cpp:(.text+0x19edb): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `getblockstats(JSONRPCRequest const&)': | |
blockchain.cpp:(.text+0x1b80a): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x1b832): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x1b83a): undefined reference to `UniValue::get_int() const' | |
blockchain.cpp:(.text+0x1b8a0): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0x1b91d): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0x1b9a9): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x1ba57): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0x1bb0a): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0x1bb8e): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x1bbb9): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x1bbc1): undefined reference to `UniValue::get_array() const' | |
blockchain.cpp:(.text+0x1bc17): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x1bc1f): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
blockchain.cpp:(.text+0x1c138): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0x1c6c3): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0x1cd7d): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
blockchain.cpp:(.text+0x1d986): undefined reference to `UniValue::operator[](std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
blockchain.cpp:(.text+0x1d9e1): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0x1da26): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `savemempool(JSONRPCRequest const&)': | |
blockchain.cpp:(.text+0x1ecef): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0x1ed76): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0x1edb5): undefined reference to `NullUniValue' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `FindScriptPubKey(std::atomic<int>&, std::atomic<bool> const&, long&, CCoinsViewCursor*, std::set<CScript, std::less<CScript>, std::allocator<CScript> > const&, std::map<COutPoint, Coin, std::less<COutPoint>, std::allocator<std::pair<COutPoint const, Coin> > >&)': | |
blockchain.cpp:(.text+0x1f12b): undefined reference to `boost::this_thread::interruption_point()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `scantxoutset(JSONRPCRequest const&)': | |
blockchain.cpp:(.text+0x20244): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x2024c): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
blockchain.cpp:(.text+0x20293): undefined reference to `NullUniValue' | |
blockchain.cpp:(.text+0x20358): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x20360): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
blockchain.cpp:(.text+0x203fc): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x20404): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
blockchain.cpp:(.text+0x20494): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0x20509): undefined reference to `UniValue::operator[](unsigned long) const' | |
blockchain.cpp:(.text+0x20511): undefined reference to `UniValue::get_array() const' | |
blockchain.cpp:(.text+0x20519): undefined reference to `UniValue::getValues() const' | |
blockchain.cpp:(.text+0x205be): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
blockchain.cpp:(.text+0x20634): undefined reference to `find_value(UniValue const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0x206ce): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0x20711): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
blockchain.cpp:(.text+0x2076b): undefined reference to `find_value(UniValue const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0x207c7): undefined reference to `UniValue::get_int() const' | |
blockchain.cpp:(.text+0x20836): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0x208dd): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0x20997): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0x20aa1): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
blockchain.cpp:(.text+0x212e8): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
blockchain.cpp:(.text+0x213a1): undefined reference to `UniValue::push_back(UniValue const&)' | |
blockchain.cpp:(.text+0x21410): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
blockchain.cpp:(.text+0x21493): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
blockchain.cpp:(.text+0x21597): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
blockchain.cpp:(.text+0x22e62): undefined reference to `g_logger' | |
blockchain.cpp:(.text+0x22ed0): undefined reference to `g_logger' | |
blockchain.cpp:(.text+0x22ee2): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `void LogPrintf<>(char const*)': | |
blockchain.cpp:(.text+0x230bf): undefined reference to `g_logger' | |
blockchain.cpp:(.text+0x23126): undefined reference to `g_logger' | |
blockchain.cpp:(.text+0x23138): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `LockedPoolManager::Instance()': | |
blockchain.cpp:(.text._ZN17LockedPoolManager8InstanceEv[_ZN17LockedPoolManager8InstanceEv]+0x1a): undefined reference to `LockedPoolManager::CreateInstance()' | |
blockchain.cpp:(.text._ZN17LockedPoolManager8InstanceEv[_ZN17LockedPoolManager8InstanceEv]+0x24): undefined reference to `LockedPoolManager::init_flag' | |
blockchain.cpp:(.text._ZN17LockedPoolManager8InstanceEv[_ZN17LockedPoolManager8InstanceEv]+0x30): undefined reference to `LockedPoolManager::_instance' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `UniValue::UniValue(unsigned long)': | |
blockchain.cpp:(.text._ZN8UniValueC2Em[_ZN8UniValueC5Em]+0x5f): undefined reference to `UniValue::setInt(unsigned long)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `UniValue::UniValue(bool)': | |
blockchain.cpp:(.text._ZN8UniValueC2Eb[_ZN8UniValueC5Eb]+0x5f): undefined reference to `UniValue::setBool(bool)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `UniValue::UniValue(double)': | |
blockchain.cpp:(.text._ZN8UniValueC2Ed[_ZN8UniValueC5Ed]+0x66): undefined reference to `UniValue::setFloat(double)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `UniValue::UniValue(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
blockchain.cpp:(.text._ZN8UniValueC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN8UniValueC5ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x5f): undefined reference to `UniValue::setStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `UniValue::setInt(int)': | |
blockchain.cpp:(.text._ZN8UniValue6setIntEi[_ZN8UniValue6setIntEi]+0x2f): undefined reference to `UniValue::setInt(long)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `UniValue::push_back(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
blockchain.cpp:(.text._ZN8UniValue9push_backERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN8UniValue9push_backERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x44): undefined reference to `UniValue::push_back(UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `UniValue::push_back(long)': | |
blockchain.cpp:(.text._ZN8UniValue9push_backEl[_ZN8UniValue9push_backEl]+0x42): undefined reference to `UniValue::push_back(UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long)': | |
blockchain.cpp:(.text._ZN8UniValue6pushKVERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEl[_ZN8UniValue6pushKVERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEl]+0x53): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long)': | |
blockchain.cpp:(.text._ZN8UniValue6pushKVERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEm[_ZN8UniValue6pushKVERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEm]+0x53): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)': | |
blockchain.cpp:(.text._ZN8UniValue6pushKVERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb[_ZN8UniValue6pushKVERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb]+0x53): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, double)': | |
blockchain.cpp:(.text._ZN8UniValue6pushKVERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEd[_ZN8UniValue6pushKVERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEd]+0x60): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockchain.o): In function `secure_allocator<unsigned char>::deallocate(unsigned char*, unsigned long)': | |
blockchain.cpp:(.text._ZN16secure_allocatorIhE10deallocateEPhm[_ZN16secure_allocatorIhE10deallocateEPhm]+0x39): undefined reference to `memory_cleanse(void*, unsigned long)' | |
blockchain.cpp:(.text._ZN16secure_allocatorIhE10deallocateEPhm[_ZN16secure_allocatorIhE10deallocateEPhm]+0x50): undefined reference to `LockedPool::free(void*)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-mining.o): In function `ParseConfirmTarget(UniValue const&)': | |
mining.cpp:(.text+0x5a4): undefined reference to `UniValue::get_int() const' | |
mining.cpp:(.text+0x60e): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-mining.o): In function `getnetworkhashps(JSONRPCRequest const&)': | |
mining.cpp:(.text+0x10b8): undefined reference to `UniValue::operator[](unsigned long) const' | |
mining.cpp:(.text+0x10df): undefined reference to `UniValue::operator[](unsigned long) const' | |
mining.cpp:(.text+0x10e7): undefined reference to `UniValue::get_int() const' | |
mining.cpp:(.text+0x1108): undefined reference to `UniValue::operator[](unsigned long) const' | |
mining.cpp:(.text+0x112f): undefined reference to `UniValue::operator[](unsigned long) const' | |
mining.cpp:(.text+0x1137): undefined reference to `UniValue::get_int() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-mining.o): In function `generateBlocks(std::shared_ptr<CReserveScript>, int, unsigned long, bool)': | |
mining.cpp:(.text+0x16c8): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
mining.cpp:(.text+0x18fd): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-mining.o): In function `generatetoaddress(JSONRPCRequest const&)': | |
mining.cpp:(.text+0x2499): undefined reference to `UniValue::operator[](unsigned long) const' | |
mining.cpp:(.text+0x24a1): undefined reference to `UniValue::get_int() const' | |
mining.cpp:(.text+0x24ca): undefined reference to `UniValue::operator[](unsigned long) const' | |
mining.cpp:(.text+0x24f1): undefined reference to `UniValue::operator[](unsigned long) const' | |
mining.cpp:(.text+0x24f9): undefined reference to `UniValue::get_int() const' | |
mining.cpp:(.text+0x251a): undefined reference to `UniValue::operator[](unsigned long) const' | |
mining.cpp:(.text+0x2522): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
mining.cpp:(.text+0x25a1): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-mining.o): In function `getmininginfo(JSONRPCRequest const&)': | |
mining.cpp:(.text+0x3173): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-mining.o): In function `prioritisetransaction(JSONRPCRequest const&)': | |
mining.cpp:(.text+0x4095): undefined reference to `UniValue::operator[](unsigned long) const' | |
mining.cpp:(.text+0x40e7): undefined reference to `UniValue::operator[](unsigned long) const' | |
mining.cpp:(.text+0x40ef): undefined reference to `UniValue::get_int64() const' | |
mining.cpp:(.text+0x410e): undefined reference to `UniValue::operator[](unsigned long) const' | |
mining.cpp:(.text+0x4135): undefined reference to `UniValue::operator[](unsigned long) const' | |
mining.cpp:(.text+0x413d): undefined reference to `UniValue::get_real() const' | |
mining.cpp:(.text+0x41b5): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-mining.o): In function `BIP22ValidationResult(CValidationState const&)': | |
mining.cpp:(.text+0x46b9): undefined reference to `NullUniValue' | |
mining.cpp:(.text+0x470a): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-mining.o): In function `getblocktemplate(JSONRPCRequest const&)': | |
mining.cpp:(.text+0x598e): undefined reference to `NullUniValue' | |
mining.cpp:(.text+0x59c8): undefined reference to `UniValue::operator[](unsigned long) const' | |
mining.cpp:(.text+0x59f3): undefined reference to `UniValue::operator[](unsigned long) const' | |
mining.cpp:(.text+0x59fb): undefined reference to `UniValue::get_obj() const' | |
mining.cpp:(.text+0x5a47): undefined reference to `find_value(UniValue const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
mining.cpp:(.text+0x5a8e): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
mining.cpp:(.text+0x5b0f): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
mining.cpp:(.text+0x5b88): undefined reference to `find_value(UniValue const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
mining.cpp:(.text+0x5c1e): undefined reference to `find_value(UniValue const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
mining.cpp:(.text+0x5cad): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
mining.cpp:(.text+0x5cff): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
mining.cpp:(.text+0x5d6f): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
mining.cpp:(.text+0x5f80): undefined reference to `find_value(UniValue const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
mining.cpp:(.text+0x5ffd): undefined reference to `UniValue::operator[](unsigned long) const' | |
mining.cpp:(.text+0x6013): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
mining.cpp:(.text+0x6076): undefined reference to `find_value(UniValue const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
mining.cpp:(.text+0x60bd): undefined reference to `UniValue::get_int64() const' | |
mining.cpp:(.text+0x6132): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
mining.cpp:(.text+0x61cd): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
mining.cpp:(.text+0x6278): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
mining.cpp:(.text+0x6309): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
mining.cpp:(.text+0x6397): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
mining.cpp:(.text+0x6766): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
mining.cpp:(.text+0x68d3): undefined reference to `GetTime()' | |
mining.cpp:(.text+0x6944): undefined reference to `GetTime()' | |
mining.cpp:(.text+0x6a7a): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
mining.cpp:(.text+0x712c): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
mining.cpp:(.text+0x7365): undefined reference to `UniValue::push_back(UniValue const&)' | |
mining.cpp:(.text+0x764e): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
mining.cpp:(.text+0x7ab8): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
mining.cpp:(.text+0x7baa): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
mining.cpp:(.text+0x7c14): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
mining.cpp:(.text+0x7d9c): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
mining.cpp:(.text+0x7e06): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
mining.cpp:(.text+0x8123): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-mining.o): In function `submitblock(JSONRPCRequest const&)': | |
mining.cpp:(.text+0xa242): undefined reference to `UniValue::operator[](unsigned long) const' | |
mining.cpp:(.text+0xa24a): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
mining.cpp:(.text+0xa2ba): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
mining.cpp:(.text+0xa398): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-mining.o): In function `submitheader(JSONRPCRequest const&)': | |
mining.cpp:(.text+0xb083): undefined reference to `UniValue::operator[](unsigned long) const' | |
mining.cpp:(.text+0xb08b): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
mining.cpp:(.text+0xb0fb): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
mining.cpp:(.text+0xb1fe): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
mining.cpp:(.text+0xb3a0): undefined reference to `NullUniValue' | |
mining.cpp:(.text+0xb3fd): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
mining.cpp:(.text+0xb45f): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-mining.o): In function `estimatesmartfee(JSONRPCRequest const&)': | |
mining.cpp:(.text+0xc03c): undefined reference to `UniValue::operator[](unsigned long) const' | |
mining.cpp:(.text+0xc069): undefined reference to `UniValue::operator[](unsigned long) const' | |
mining.cpp:(.text+0xc096): undefined reference to `UniValue::operator[](unsigned long) const' | |
mining.cpp:(.text+0xc0c1): undefined reference to `UniValue::operator[](unsigned long) const' | |
mining.cpp:(.text+0xc0c9): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
mining.cpp:(.text+0xc139): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
mining.cpp:(.text+0xc3f6): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
mining.cpp:(.text+0xc48a): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-mining.o): In function `estimaterawfee(JSONRPCRequest const&)': | |
mining.cpp:(.text+0xd170): undefined reference to `UniValue::operator[](unsigned long) const' | |
mining.cpp:(.text+0xd19d): undefined reference to `UniValue::operator[](unsigned long) const' | |
mining.cpp:(.text+0xd1d3): undefined reference to `UniValue::operator[](unsigned long) const' | |
mining.cpp:(.text+0xd1fa): undefined reference to `UniValue::operator[](unsigned long) const' | |
mining.cpp:(.text+0xd202): undefined reference to `UniValue::get_real() const' | |
mining.cpp:(.text+0xd286): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
mining.cpp:(.text+0xde19): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
mining.cpp:(.text+0xdf78): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
mining.cpp:(.text+0xe00a): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
mining.cpp:(.text+0xe15f): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
mining.cpp:(.text+0xe1df): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-mining.o):mining.cpp:(.text+0xe234): more undefined references to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' follow | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-mining.o): In function `UniValue::UniValue(char const*)': | |
mining.cpp:(.text._ZN8UniValueC2EPKc[_ZN8UniValueC5EPKc]+0x8e): undefined reference to `UniValue::setStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-misc.o): In function `validateaddress(JSONRPCRequest const&)': | |
misc.cpp:(.text+0x8dc): undefined reference to `UniValue::operator[](unsigned long) const' | |
misc.cpp:(.text+0x8e4): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
misc.cpp:(.text+0xb6e): undefined reference to `UniValue::pushKVs(UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-misc.o): In function `createmultisig(JSONRPCRequest const&)': | |
misc.cpp:(.text+0x1b0a): undefined reference to `UniValue::operator[](unsigned long) const' | |
misc.cpp:(.text+0x1b12): undefined reference to `UniValue::get_int() const' | |
misc.cpp:(.text+0x1b30): undefined reference to `UniValue::operator[](unsigned long) const' | |
misc.cpp:(.text+0x1b38): undefined reference to `UniValue::get_array() const' | |
misc.cpp:(.text+0x1b93): undefined reference to `UniValue::operator[](unsigned long) const' | |
misc.cpp:(.text+0x1b9b): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
misc.cpp:(.text+0x1bbf): undefined reference to `UniValue::operator[](unsigned long) const' | |
misc.cpp:(.text+0x1bc7): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
misc.cpp:(.text+0x1bed): undefined reference to `UniValue::operator[](unsigned long) const' | |
misc.cpp:(.text+0x1bf5): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
misc.cpp:(.text+0x1c2d): undefined reference to `UniValue::operator[](unsigned long) const' | |
misc.cpp:(.text+0x1c35): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
misc.cpp:(.text+0x1c8d): undefined reference to `UniValue::operator[](unsigned long) const' | |
misc.cpp:(.text+0x1c95): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
misc.cpp:(.text+0x1cc5): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
misc.cpp:(.text+0x1d18): undefined reference to `UniValue::operator[](unsigned long) const' | |
misc.cpp:(.text+0x1d43): undefined reference to `UniValue::operator[](unsigned long) const' | |
misc.cpp:(.text+0x1d4b): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
misc.cpp:(.text+0x1d90): undefined reference to `UniValue::operator[](unsigned long) const' | |
misc.cpp:(.text+0x1d98): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
misc.cpp:(.text+0x1dc8): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-misc.o): In function `verifymessage(JSONRPCRequest const&)': | |
misc.cpp:(.text+0x3234): undefined reference to `UniValue::operator[](unsigned long) const' | |
misc.cpp:(.text+0x323c): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
misc.cpp:(.text+0x3269): undefined reference to `UniValue::operator[](unsigned long) const' | |
misc.cpp:(.text+0x3271): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
misc.cpp:(.text+0x329e): undefined reference to `UniValue::operator[](unsigned long) const' | |
misc.cpp:(.text+0x32a6): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
misc.cpp:(.text+0x333e): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
misc.cpp:(.text+0x33e6): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
misc.cpp:(.text+0x34ab): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-misc.o): In function `signmessagewithprivkey(JSONRPCRequest const&)': | |
misc.cpp:(.text+0x4516): undefined reference to `UniValue::operator[](unsigned long) const' | |
misc.cpp:(.text+0x451e): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
misc.cpp:(.text+0x454b): undefined reference to `UniValue::operator[](unsigned long) const' | |
misc.cpp:(.text+0x4553): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
misc.cpp:(.text+0x45eb): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
misc.cpp:(.text+0x470a): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-misc.o): In function `setmocktime(JSONRPCRequest const&)': | |
misc.cpp:(.text+0x5172): undefined reference to `UniValue::operator[](unsigned long) const' | |
misc.cpp:(.text+0x517a): undefined reference to `UniValue::get_int64() const' | |
misc.cpp:(.text+0x5182): undefined reference to `SetMockTime(long)' | |
misc.cpp:(.text+0x5190): undefined reference to `NullUniValue' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-misc.o): In function `RPCLockedMemoryInfo()': | |
misc.cpp:(.text+0x53e8): undefined reference to `LockedPool::stats() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-misc.o): In function `getmemoryinfo(JSONRPCRequest const&)': | |
misc.cpp:(.text+0x5ed1): undefined reference to `UniValue::operator[](unsigned long) const' | |
misc.cpp:(.text+0x5f2d): undefined reference to `UniValue::operator[](unsigned long) const' | |
misc.cpp:(.text+0x5f35): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
misc.cpp:(.text+0x603b): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
misc.cpp:(.text+0x612b): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-misc.o): In function `EnableOrDisableLogCategories(UniValue, bool)': | |
misc.cpp:(.text+0x6513): undefined reference to `UniValue::get_array() const' | |
misc.cpp:(.text+0x655b): undefined reference to `UniValue::operator[](unsigned long) const' | |
misc.cpp:(.text+0x6563): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
misc.cpp:(.text+0x6582): undefined reference to `g_logger' | |
misc.cpp:(.text+0x6591): undefined reference to `BCLog::Logger::EnableCategory(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
misc.cpp:(.text+0x659d): undefined reference to `g_logger' | |
misc.cpp:(.text+0x65ac): undefined reference to `BCLog::Logger::DisableCategory(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
misc.cpp:(.text+0x65f2): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-misc.o): In function `logging(JSONRPCRequest const&)': | |
misc.cpp:(.text+0x682e): undefined reference to `ListLogCategories[abi:cxx11]()' | |
misc.cpp:(.text+0x72bf): undefined reference to `g_logger' | |
misc.cpp:(.text+0x72e5): undefined reference to `UniValue::operator[](unsigned long) const' | |
misc.cpp:(.text+0x7309): undefined reference to `UniValue::operator[](unsigned long) const' | |
misc.cpp:(.text+0x7359): undefined reference to `UniValue::operator[](unsigned long) const' | |
misc.cpp:(.text+0x737d): undefined reference to `UniValue::operator[](unsigned long) const' | |
misc.cpp:(.text+0x73bc): undefined reference to `g_logger' | |
misc.cpp:(.text+0x73f6): undefined reference to `g_logger' | |
misc.cpp:(.text+0x7403): undefined reference to `BCLog::Logger::WillLogCategory(BCLog::LogFlags) const' | |
misc.cpp:(.text+0x741f): undefined reference to `g_logger' | |
misc.cpp:(.text+0x742c): undefined reference to `BCLog::Logger::DisableCategory(BCLog::LogFlags)' | |
misc.cpp:(.text+0x748c): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
misc.cpp:(.text+0x7534): undefined reference to `ListActiveLogCategories()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-misc.o): In function `CHash160::Finalize(unsigned char*)': | |
misc.cpp:(.text._ZN8CHash1608FinalizeEPh[_ZN8CHash1608FinalizeEPh]+0x3a): undefined reference to `CSHA256::Finalize(unsigned char*)' | |
misc.cpp:(.text._ZN8CHash1608FinalizeEPh[_ZN8CHash1608FinalizeEPh]+0x49): undefined reference to `CRIPEMD160::CRIPEMD160()' | |
misc.cpp:(.text._ZN8CHash1608FinalizeEPh[_ZN8CHash1608FinalizeEPh]+0x64): undefined reference to `CRIPEMD160::Write(unsigned char const*, unsigned long)' | |
misc.cpp:(.text._ZN8CHash1608FinalizeEPh[_ZN8CHash1608FinalizeEPh]+0x79): undefined reference to `CRIPEMD160::Finalize(unsigned char*)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-misc.o): In function `CHash160::Write(unsigned char const*, unsigned long)': | |
misc.cpp:(.text._ZN8CHash1605WriteEPKhm[_ZN8CHash1605WriteEPKhm]+0x36): undefined reference to `CSHA256::Write(unsigned char const*, unsigned long)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-misc.o): In function `CHash160::CHash160()': | |
misc.cpp:(.text._ZN8CHash160C2Ev[_ZN8CHash160C5Ev]+0x23): undefined reference to `CSHA256::CSHA256()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `getconnectioncount(JSONRPCRequest const&)': | |
net.cpp:(.text+0x675): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `ping(JSONRPCRequest const&)': | |
net.cpp:(.text+0xd1a): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
net.cpp:(.text+0xd7a): undefined reference to `NullUniValue' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `getpeerinfo(JSONRPCRequest const&)': | |
net.cpp:(.text+0x137d): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
net.cpp:(.text+0x2109): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
net.cpp:(.text+0x2206): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
net.cpp:(.text+0x238a): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
net.cpp:(.text+0x2505): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
net.cpp:(.text+0x253c): undefined reference to `UniValue::push_back(UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `addnode(JSONRPCRequest const&)': | |
net.cpp:(.text+0x2dbc): undefined reference to `UniValue::operator[](unsigned long) const' | |
net.cpp:(.text+0x2de3): undefined reference to `UniValue::operator[](unsigned long) const' | |
net.cpp:(.text+0x2deb): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
net.cpp:(.text+0x35fc): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
net.cpp:(.text+0x3648): undefined reference to `UniValue::operator[](unsigned long) const' | |
net.cpp:(.text+0x3650): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
net.cpp:(.text+0x36e7): undefined reference to `NullUniValue' | |
net.cpp:(.text+0x378f): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
net.cpp:(.text+0x385d): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
net.cpp:(.text+0x389f): undefined reference to `NullUniValue' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `disconnectnode(JSONRPCRequest const&)': | |
net.cpp:(.text+0x469b): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
net.cpp:(.text+0x46e7): undefined reference to `UniValue::operator[](unsigned long) const' | |
net.cpp:(.text+0x4706): undefined reference to `UniValue::operator[](unsigned long) const' | |
net.cpp:(.text+0x4755): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
net.cpp:(.text+0x47c5): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
net.cpp:(.text+0x47f0): undefined reference to `UniValue::get_int64() const' | |
net.cpp:(.text+0x4873): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
net.cpp:(.text+0x4909): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
net.cpp:(.text+0x494b): undefined reference to `NullUniValue' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `getaddednodeinfo(JSONRPCRequest const&)': | |
net.cpp:(.text+0x544f): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
net.cpp:(.text+0x54bc): undefined reference to `UniValue::operator[](unsigned long) const' | |
net.cpp:(.text+0x555f): undefined reference to `UniValue::operator[](unsigned long) const' | |
net.cpp:(.text+0x5567): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
net.cpp:(.text+0x561a): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
net.cpp:(.text+0x5a7a): undefined reference to `UniValue::push_back(UniValue const&)' | |
net.cpp:(.text+0x5ad5): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
net.cpp:(.text+0x5b0c): undefined reference to `UniValue::push_back(UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `getnettotals(JSONRPCRequest const&)': | |
net.cpp:(.text+0x6461): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
net.cpp:(.text+0x65db): undefined reference to `GetTimeMillis()' | |
net.cpp:(.text+0x69cd): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `GetNetworksInfo()': | |
net.cpp:(.text+0x71e8): undefined reference to `UniValue::push_back(UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `getnetworkinfo(JSONRPCRequest const&)': | |
net.cpp:(.text+0x7c95): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
net.cpp:(.text+0x7d31): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
net.cpp:(.text+0x7dcd): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
net.cpp:(.text+0x80d3): undefined reference to `UniValue::push_back(UniValue const&)' | |
net.cpp:(.text+0x8148): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `setban(JSONRPCRequest const&)': | |
net.cpp:(.text+0x888f): undefined reference to `UniValue::operator[](unsigned long) const' | |
net.cpp:(.text+0x88b6): undefined reference to `UniValue::operator[](unsigned long) const' | |
net.cpp:(.text+0x88be): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
net.cpp:(.text+0x94e9): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
net.cpp:(.text+0x955a): undefined reference to `UniValue::operator[](unsigned long) const' | |
net.cpp:(.text+0x9562): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
net.cpp:(.text+0x95bb): undefined reference to `UniValue::operator[](unsigned long) const' | |
net.cpp:(.text+0x95c3): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
net.cpp:(.text+0x9627): undefined reference to `UniValue::operator[](unsigned long) const' | |
net.cpp:(.text+0x962f): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
net.cpp:(.text+0x96d3): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
net.cpp:(.text+0x9806): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
net.cpp:(.text+0x985d): undefined reference to `UniValue::operator[](unsigned long) const' | |
net.cpp:(.text+0x9884): undefined reference to `UniValue::operator[](unsigned long) const' | |
net.cpp:(.text+0x988c): undefined reference to `UniValue::get_int64() const' | |
net.cpp:(.text+0x98b2): undefined reference to `UniValue::operator[](unsigned long) const' | |
net.cpp:(.text+0x9a21): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
net.cpp:(.text+0x9a63): undefined reference to `NullUniValue' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `listbanned(JSONRPCRequest const&)': | |
net.cpp:(.text+0xa463): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
net.cpp:(.text+0xa815): undefined reference to `UniValue::push_back(UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `clearbanned(JSONRPCRequest const&)': | |
net.cpp:(.text+0xaf9b): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
net.cpp:(.text+0xafee): undefined reference to `NullUniValue' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `setnetworkactive(JSONRPCRequest const&)': | |
net.cpp:(.text+0xb605): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
net.cpp:(.text+0xb651): undefined reference to `UniValue::operator[](unsigned long) const' | |
net.cpp:(.text+0xb659): undefined reference to `UniValue::get_bool() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `getnodeaddresses(JSONRPCRequest const&)': | |
net.cpp:(.text+0xbf6d): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
net.cpp:(.text+0xbfc3): undefined reference to `UniValue::operator[](unsigned long) const' | |
net.cpp:(.text+0xbfee): undefined reference to `UniValue::operator[](unsigned long) const' | |
net.cpp:(.text+0xbff6): undefined reference to `UniValue::get_int() const' | |
net.cpp:(.text+0xc05a): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
net.cpp:(.text+0xc3f1): undefined reference to `UniValue::push_back(UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-net.o): In function `UniValue::push_back(int)': | |
net.cpp:(.text._ZN8UniValue9push_backEi[_ZN8UniValue9push_backEi]+0x3f): undefined reference to `UniValue::push_back(UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o): In function `getrawtransaction(JSONRPCRequest const&)': | |
rawtransaction.cpp:(.text+0x171b): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x17db): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x182e): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x1855): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x1879): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x1881): undefined reference to `UniValue::get_int() const' | |
rawtransaction.cpp:(.text+0x18a0): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x18a8): undefined reference to `UniValue::get_bool() const' | |
rawtransaction.cpp:(.text+0x18c6): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x194d): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x19fb): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x1b9d): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x1c94): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o): In function `gettxoutproof(JSONRPCRequest const&)': | |
rawtransaction.cpp:(.text+0x2dca): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x2dd2): undefined reference to `UniValue::get_array() const' | |
rawtransaction.cpp:(.text+0x2e2c): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x2ee0): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
rawtransaction.cpp:(.text+0x2f42): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x3014): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x309b): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x3181): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x3442): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x34ea): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x35c0): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x3733): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o): In function `verifytxoutproof(JSONRPCRequest const&)': | |
rawtransaction.cpp:(.text+0x427f): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x44db): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o): In function `ConstructTransaction(UniValue const&, UniValue const&, UniValue const&, UniValue const&)': | |
rawtransaction.cpp:(.text+0x49ff): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x4a42): undefined reference to `UniValue::get_array() const' | |
rawtransaction.cpp:(.text+0x4a84): undefined reference to `UniValue::get_obj() const' | |
rawtransaction.cpp:(.text+0x4a98): undefined reference to `UniValue::get_array() const' | |
rawtransaction.cpp:(.text+0x4ae5): undefined reference to `UniValue::get_int64() const' | |
rawtransaction.cpp:(.text+0x4b58): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x4bf9): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x4c0f): undefined reference to `UniValue::get_obj() const' | |
rawtransaction.cpp:(.text+0x4cc5): undefined reference to `find_value(UniValue const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x4d54): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x4d97): undefined reference to `UniValue::get_int() const' | |
rawtransaction.cpp:(.text+0x4dfa): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x4eac): undefined reference to `find_value(UniValue const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x4ef7): undefined reference to `UniValue::get_int64() const' | |
rawtransaction.cpp:(.text+0x4f6a): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x5137): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x51a8): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x524a): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x5297): undefined reference to `UniValue::pushKVs(UniValue const&)' | |
rawtransaction.cpp:(.text+0x52fc): undefined reference to `UniValue::getKeys[abi:cxx11]() const' | |
rawtransaction.cpp:(.text+0x53e1): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x5461): undefined reference to `UniValue::operator[](std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
rawtransaction.cpp:(.text+0x5644): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x571d): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x5792): undefined reference to `UniValue::operator[](std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
rawtransaction.cpp:(.text+0x5925): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o): In function `createrawtransaction(JSONRPCRequest const&)': | |
rawtransaction.cpp:(.text+0x7cb8): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x7cd3): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x7cee): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x7d09): undefined reference to `UniValue::operator[](unsigned long) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o): In function `decoderawtransaction(JSONRPCRequest const&)': | |
rawtransaction.cpp:(.text+0x92d0): undefined reference to `UniValue::operator[](unsigned long) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o):rawtransaction.cpp:(.text+0x92fb): more undefined references to `UniValue::operator[](unsigned long) const' follow | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o): In function `decoderawtransaction(JSONRPCRequest const&)': | |
rawtransaction.cpp:(.text+0x9303): undefined reference to `UniValue::get_bool() const' | |
rawtransaction.cpp:(.text+0x9321): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x934c): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x9354): undefined reference to `UniValue::get_bool() const' | |
rawtransaction.cpp:(.text+0x9384): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x938c): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
rawtransaction.cpp:(.text+0x93fe): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o): In function `decodescript(JSONRPCRequest const&)': | |
rawtransaction.cpp:(.text+0xa047): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0xa04f): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
rawtransaction.cpp:(.text+0xa0a9): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0xa20a): undefined reference to `find_value(UniValue const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0xa25f): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
rawtransaction.cpp:(.text+0xa36f): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
rawtransaction.cpp:(.text+0xa391): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
rawtransaction.cpp:(.text+0xa3b3): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
rawtransaction.cpp:(.text+0xa3d5): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
rawtransaction.cpp:(.text+0xa8fd): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o): In function `TxInErrorToJSON(CTxIn const&, UniValue&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
rawtransaction.cpp:(.text+0xb1cc): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
rawtransaction.cpp:(.text+0xb39b): undefined reference to `UniValue::push_back(UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o): In function `combinerawtransaction(JSONRPCRequest const&)': | |
rawtransaction.cpp:(.text+0xbccf): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0xbcd7): undefined reference to `UniValue::get_array() const' | |
rawtransaction.cpp:(.text+0xbd7e): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0xbd86): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
rawtransaction.cpp:(.text+0xbe00): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0xbea0): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0xc199): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o): In function `SignTransaction(interfaces::Chain&, CMutableTransaction&, UniValue const&, CBasicKeyStore*, bool, UniValue const&)': | |
rawtransaction.cpp:(.text+0xcb4b): undefined reference to `UniValue::get_array() const' | |
rawtransaction.cpp:(.text+0xcba5): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0xcc16): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0xcc59): undefined reference to `UniValue::get_obj() const' | |
rawtransaction.cpp:(.text+0xce72): undefined reference to `find_value(UniValue const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0xce7a): undefined reference to `UniValue::get_int() const' | |
rawtransaction.cpp:(.text+0xcefb): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0xd204): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0xd305): undefined reference to `find_value(UniValue const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0xd4ed): undefined reference to `find_value(UniValue const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0xda3a): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0xde04): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o): In function `signrawtransactionwithkey(JSONRPCRequest const&)': | |
rawtransaction.cpp:(.text+0xfdf2): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0xfdfa): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
rawtransaction.cpp:(.text+0xfe71): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0xfecc): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0xfed4): undefined reference to `UniValue::get_array() const' | |
rawtransaction.cpp:(.text+0xff20): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0xff44): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
rawtransaction.cpp:(.text+0xffc3): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x10052): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x1006d): undefined reference to `UniValue::operator[](unsigned long) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o): In function `signrawtransaction(JSONRPCRequest const&)': | |
rawtransaction.cpp:(.text+0x10c00): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o): In function `sendrawtransaction(JSONRPCRequest const&)': | |
rawtransaction.cpp:(.text+0x117dd): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x117e5): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
rawtransaction.cpp:(.text+0x1185c): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x118f8): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x1191f): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x11927): undefined reference to `UniValue::get_bool() const' | |
rawtransaction.cpp:(.text+0x11b3b): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x11bbf): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x11c30): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x11d00): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x11df0): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o):rawtransaction.cpp:(.text+0x12664): more undefined references to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' follow | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o): In function `testmempoolaccept(JSONRPCRequest const&)': | |
rawtransaction.cpp:(.text+0x13b03): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x13b0b): undefined reference to `UniValue::get_array() const' | |
rawtransaction.cpp:(.text+0x13b72): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x13bcd): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x13bd5): undefined reference to `UniValue::get_array() const' | |
rawtransaction.cpp:(.text+0x13be2): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x13bea): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
rawtransaction.cpp:(.text+0x13c61): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x13cfd): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x13d24): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x13d2c): undefined reference to `UniValue::get_bool() const' | |
rawtransaction.cpp:(.text+0x141ec): undefined reference to `UniValue::push_back(UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o): In function `decodepsbt(JSONRPCRequest const&)': | |
rawtransaction.cpp:(.text+0x15197): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x1519f): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
rawtransaction.cpp:(.text+0x15203): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x153a8): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
rawtransaction.cpp:(.text+0x1559b): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
rawtransaction.cpp:(.text+0x157e3): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
rawtransaction.cpp:(.text+0x158f4): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
rawtransaction.cpp:(.text+0x1595e): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o):rawtransaction.cpp:(.text+0x15aa9): more undefined references to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' follow | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o): In function `decodepsbt(JSONRPCRequest const&)': | |
rawtransaction.cpp:(.text+0x16386): undefined reference to `UniValue::push_back(UniValue const&)' | |
rawtransaction.cpp:(.text+0x16404): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
rawtransaction.cpp:(.text+0x16636): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
rawtransaction.cpp:(.text+0x16822): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
rawtransaction.cpp:(.text+0x16a49): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
rawtransaction.cpp:(.text+0x16a8f): undefined reference to `UniValue::push_back(UniValue const&)' | |
rawtransaction.cpp:(.text+0x16af6): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
rawtransaction.cpp:(.text+0x16d26): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
rawtransaction.cpp:(.text+0x16e44): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
rawtransaction.cpp:(.text+0x171d1): undefined reference to `UniValue::push_back(UniValue const&)' | |
rawtransaction.cpp:(.text+0x1724f): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
rawtransaction.cpp:(.text+0x17472): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
rawtransaction.cpp:(.text+0x174b8): undefined reference to `UniValue::push_back(UniValue const&)' | |
rawtransaction.cpp:(.text+0x1754d): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
rawtransaction.cpp:(.text+0x175f2): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o): In function `combinepsbt(JSONRPCRequest const&)': | |
rawtransaction.cpp:(.text+0x18d6c): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x18d74): undefined reference to `UniValue::get_array() const' | |
rawtransaction.cpp:(.text+0x18dec): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x18df4): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
rawtransaction.cpp:(.text+0x18e58): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x18fbf): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x19095): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o): In function `finalizepsbt(JSONRPCRequest const&)': | |
rawtransaction.cpp:(.text+0x19e41): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x19e49): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
rawtransaction.cpp:(.text+0x19ead): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x19fe1): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x1a005): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x1a02c): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x1a034): undefined reference to `UniValue::get_bool() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o): In function `createpsbt(JSONRPCRequest const&)': | |
rawtransaction.cpp:(.text+0x1c385): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x1c3a0): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x1c3bb): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x1c3d6): undefined reference to `UniValue::operator[](unsigned long) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o): In function `converttopsbt(JSONRPCRequest const&)': | |
rawtransaction.cpp:(.text+0x1db5d): undefined reference to `UniValue::operator[](unsigned long) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o):rawtransaction.cpp:(.text+0x1db88): more undefined references to `UniValue::operator[](unsigned long) const' follow | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o): In function `converttopsbt(JSONRPCRequest const&)': | |
rawtransaction.cpp:(.text+0x1db90): undefined reference to `UniValue::get_bool() const' | |
rawtransaction.cpp:(.text+0x1dbae): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x1dbe0): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x1dbe8): undefined reference to `UniValue::get_bool() const' | |
rawtransaction.cpp:(.text+0x1dc79): undefined reference to `UniValue::operator[](unsigned long) const' | |
rawtransaction.cpp:(.text+0x1dc81): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
rawtransaction.cpp:(.text+0x1dcf3): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
rawtransaction.cpp:(.text+0x1de3e): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-rawtransaction.o): In function `UniValue::exists(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const': | |
rawtransaction.cpp:(.text._ZNK8UniValue6existsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZNK8UniValue6existsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x32): undefined reference to `UniValue::findKey(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long&) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-server.o): In function `LogAcceptCategory(BCLog::LogFlags)': | |
server.cpp:(.text+0x2b3): undefined reference to `g_logger' | |
server.cpp:(.text+0x2c0): undefined reference to `BCLog::Logger::WillLogCategory(BCLog::LogFlags) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-server.o): In function `RPCTypeCheck(UniValue const&, std::__cxx11::list<UniValueType, std::allocator<UniValueType> > const&, bool)': | |
server.cpp:(.text+0x4b8): undefined reference to `UniValue::operator[](unsigned long) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-server.o): In function `RPCTypeCheckArgument(UniValue const&, UniValueType const&)': | |
server.cpp:(.text+0x5a7): undefined reference to `uvTypeName(UniValue::VType)' | |
server.cpp:(.text+0x5b9): undefined reference to `uvTypeName(UniValue::VType)' | |
server.cpp:(.text+0x5ec): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-server.o): In function `RPCTypeCheckObj(UniValue const&, std::map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, UniValueType, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, UniValueType> > > const&, bool, bool)': | |
server.cpp:(.text+0x701): undefined reference to `find_value(UniValue const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
server.cpp:(.text+0x76b): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
server.cpp:(.text+0x7fd): undefined reference to `uvTypeName(UniValue::VType)' | |
server.cpp:(.text+0x813): undefined reference to `uvTypeName(UniValue::VType)' | |
server.cpp:(.text+0x859): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
server.cpp:(.text+0x89f): undefined reference to `UniValue::getKeys[abi:cxx11]() const' | |
server.cpp:(.text+0x946): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-server.o): In function `AmountFromValue(UniValue const&)': | |
server.cpp:(.text+0xaa9): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
server.cpp:(.text+0xb45): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
server.cpp:(.text+0xbca): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-server.o): In function `ParseHashV(UniValue const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)': | |
server.cpp:(.text+0xcfc): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
server.cpp:(.text+0xda5): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
server.cpp:(.text+0xe53): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-server.o): In function `ParseHashO(UniValue const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)': | |
server.cpp:(.text+0xfb5): undefined reference to `find_value(UniValue const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-server.o): In function `ParseHexV(UniValue const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)': | |
server.cpp:(.text+0x1075): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
server.cpp:(.text+0x1116): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-server.o): In function `ParseHexO(UniValue const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)': | |
server.cpp:(.text+0x124d): undefined reference to `find_value(UniValue const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-server.o): In function `help(JSONRPCRequest const&)': | |
server.cpp:(.text+0x1f9d): undefined reference to `UniValue::operator[](unsigned long) const' | |
server.cpp:(.text+0x1fa5): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-server.o): In function `stop(JSONRPCRequest const&)': | |
server.cpp:(.text+0x23c8): undefined reference to `UniValue::operator[](unsigned long) const' | |
server.cpp:(.text+0x23ec): undefined reference to `UniValue::operator[](unsigned long) const' | |
server.cpp:(.text+0x23f4): undefined reference to `UniValue::get_int() const' | |
server.cpp:(.text+0x23fe): undefined reference to `MilliSleep(long)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-server.o): In function `uptime(JSONRPCRequest const&)': | |
server.cpp:(.text+0x2891): undefined reference to `GetTime()' | |
server.cpp:(.text+0x2899): undefined reference to `GetStartupTime()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-server.o): In function `StopRPC()': | |
server.cpp:(.text+0x2d61): undefined reference to `DeleteAuthCookie()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-server.o): In function `JSONRPCRequest::parse(UniValue const&)': | |
server.cpp:(.text+0x302b): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
server.cpp:(.text+0x306b): undefined reference to `UniValue::get_obj() const' | |
server.cpp:(.text+0x30b1): undefined reference to `find_value(UniValue const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
server.cpp:(.text+0x3120): undefined reference to `find_value(UniValue const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
server.cpp:(.text+0x31ad): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
server.cpp:(.text+0x323e): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
server.cpp:(.text+0x327e): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
server.cpp:(.text+0x329e): undefined reference to `fLogIPs' | |
server.cpp:(.text+0x33b4): undefined reference to `find_value(UniValue const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
server.cpp:(.text+0x3527): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-server.o): In function `IsDeprecatedRPCEnabled(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
server.cpp:(.text+0x37d0): undefined reference to `gArgs' | |
server.cpp:(.text+0x37d8): undefined reference to `ArgsManager::GetArgs(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-server.o): In function `JSONRPCExecOne(JSONRPCRequest, UniValue const&)': | |
server.cpp:(.text+0x3999): undefined reference to `NullUniValue' | |
server.cpp:(.text+0x39a1): undefined reference to `JSONRPCReplyObj(UniValue const&, UniValue const&, UniValue const&)' | |
server.cpp:(.text+0x3a72): undefined reference to `NullUniValue' | |
server.cpp:(.text+0x3a7a): undefined reference to `JSONRPCReplyObj(UniValue const&, UniValue const&, UniValue const&)' | |
server.cpp:(.text+0x3b1f): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
server.cpp:(.text+0x3b34): undefined reference to `NullUniValue' | |
server.cpp:(.text+0x3b3c): undefined reference to `JSONRPCReplyObj(UniValue const&, UniValue const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-server.o): In function `JSONRPCExecBatch[abi:cxx11](JSONRPCRequest const&, UniValue const&)': | |
server.cpp:(.text+0x3d1b): undefined reference to `UniValue::operator[](unsigned long) const' | |
server.cpp:(.text+0x3d6c): undefined reference to `UniValue::push_back(UniValue const&)' | |
server.cpp:(.text+0x3db6): undefined reference to `UniValue::write[abi:cxx11](unsigned int, unsigned int) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-server.o): In function `transformNamedArguments(JSONRPCRequest const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)': | |
server.cpp:(.text+0x3f94): undefined reference to `UniValue::getKeys[abi:cxx11]() const' | |
server.cpp:(.text+0x3fae): undefined reference to `UniValue::getValues() const' | |
server.cpp:(.text+0x426b): undefined reference to `UniValue::push_back(UniValue const&)' | |
server.cpp:(.text+0x42b3): undefined reference to `UniValue::push_back(UniValue const&)' | |
server.cpp:(.text+0x436a): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-server.o): In function `CRPCTable::execute(JSONRPCRequest const&) const': | |
server.cpp:(.text+0x451c): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
server.cpp:(.text+0x45c0): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
server.cpp:(.text+0x47ae): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-server.o): In function `RPCRunLater(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::function<void ()>, long)': | |
server.cpp:(.text+0x4cac): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-server.o): In function `RPCSerializationFlags()': | |
server.cpp:(.text+0x4e5a): undefined reference to `gArgs' | |
server.cpp:(.text+0x4e5f): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-server.o): In function `void LogPrintf<>(char const*)': | |
server.cpp:(.text+0x50de): undefined reference to `g_logger' | |
server.cpp:(.text+0x5145): undefined reference to `g_logger' | |
server.cpp:(.text+0x5157): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-server.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
server.cpp:(.text+0x5349): undefined reference to `g_logger' | |
server.cpp:(.text+0x53c5): undefined reference to `g_logger' | |
server.cpp:(.text+0x53d7): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-server.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
server.cpp:(.text+0x55c2): undefined reference to `g_logger' | |
server.cpp:(.text+0x5634): undefined reference to `g_logger' | |
server.cpp:(.text+0x5646): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-server.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, long, char const*>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long const&, char const* const&)': | |
server.cpp:(.text+0x5838): undefined reference to `g_logger' | |
server.cpp:(.text+0x58b4): undefined reference to `g_logger' | |
server.cpp:(.text+0x58c6): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-util.o): In function `HexToPubKey(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
util.cpp:(.text+0x69): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
util.cpp:(.text+0x10c): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-util.o): In function `AddrToPubKey(CKeyStore*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
util.cpp:(.text+0x234): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
util.cpp:(.text+0x2c1): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
util.cpp:(.text+0x35f): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-util.o):util.cpp:(.text+0x3e1): more undefined references to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' follow | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-sigcache.o): In function `(anonymous namespace)::CSignatureCache::CSignatureCache()': | |
sigcache.cpp:(.text+0x5d): undefined reference to `GetRandBytes(unsigned char*, int)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-sigcache.o): In function `(anonymous namespace)::CSignatureCache::ComputeEntry(uint256&, uint256 const&, std::vector<unsigned char, std::allocator<unsigned char> > const&, CPubKey const&)': | |
sigcache.cpp:(.text+0x193): undefined reference to `CSHA256::CSHA256()' | |
sigcache.cpp:(.text+0x1ae): undefined reference to `CSHA256::Write(unsigned char const*, unsigned long)' | |
sigcache.cpp:(.text+0x1c2): undefined reference to `CSHA256::Write(unsigned char const*, unsigned long)' | |
sigcache.cpp:(.text+0x1d0): undefined reference to `CSHA256::Write(unsigned char const*, unsigned long)' | |
sigcache.cpp:(.text+0x1de): undefined reference to `CSHA256::Write(unsigned char const*, unsigned long)' | |
sigcache.cpp:(.text+0x1e9): undefined reference to `CSHA256::Finalize(unsigned char*)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-sigcache.o): In function `InitSignatureCache()': | |
sigcache.cpp:(.text+0x406): undefined reference to `gArgs' | |
sigcache.cpp:(.text+0x40b): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-sigcache.o): In function `void LogPrintf<unsigned long, unsigned long, unsigned long>(char const*, unsigned long const&, unsigned long const&, unsigned long const&)': | |
sigcache.cpp:(.text+0x625): undefined reference to `g_logger' | |
sigcache.cpp:(.text+0x6a1): undefined reference to `g_logger' | |
sigcache.cpp:(.text+0x6b3): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-timedata.o): In function `LogAcceptCategory(BCLog::LogFlags)': | |
timedata.cpp:(.text+0x2b3): undefined reference to `g_logger' | |
timedata.cpp:(.text+0x2c0): undefined reference to `BCLog::Logger::WillLogCategory(BCLog::LogFlags) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-timedata.o): In function `GetAdjustedTime()': | |
timedata.cpp:(.text+0x369): undefined reference to `GetTime()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-timedata.o): In function `AddTimeData(CNetAddr const&, long)': | |
timedata.cpp:(.text+0x68b): undefined reference to `gArgs' | |
timedata.cpp:(.text+0x690): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-timedata.o): In function `void LogPrintf<int, long, long>(char const*, int const&, long const&, long const&)': | |
timedata.cpp:(.text+0xcd5): undefined reference to `g_logger' | |
timedata.cpp:(.text+0xd51): undefined reference to `g_logger' | |
timedata.cpp:(.text+0xd63): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-timedata.o): In function `void LogPrintf<long>(char const*, long const&)': | |
timedata.cpp:(.text+0xf47): undefined reference to `g_logger' | |
timedata.cpp:(.text+0xfb5): undefined reference to `g_logger' | |
timedata.cpp:(.text+0xfc7): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-timedata.o): In function `void LogPrintf<>(char const*)': | |
timedata.cpp:(.text+0x11a4): undefined reference to `g_logger' | |
timedata.cpp:(.text+0x120b): undefined reference to `g_logger' | |
timedata.cpp:(.text+0x121d): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-timedata.o): In function `void LogPrintf<long, long>(char const*, long const&, long const&)': | |
timedata.cpp:(.text+0x1408): undefined reference to `g_logger' | |
timedata.cpp:(.text+0x147a): undefined reference to `g_logger' | |
timedata.cpp:(.text+0x148c): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `LogAcceptCategory(BCLog::LogFlags)': | |
torcontrol.cpp:(.text+0x1d): undefined reference to `g_logger' | |
torcontrol.cpp:(.text+0x2a): undefined reference to `BCLog::Logger::WillLogCategory(BCLog::LogFlags) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `TorControlConnection::~TorControlConnection()': | |
torcontrol.cpp:(.text+0x170): undefined reference to `bufferevent_free' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `TorControlConnection::readcb(bufferevent*, void*)': | |
torcontrol.cpp:(.text+0x219): undefined reference to `bufferevent_get_input' | |
torcontrol.cpp:(.text+0x263): undefined reference to `evbuffer_readln' | |
torcontrol.cpp:(.text+0x466): undefined reference to `evbuffer_get_length' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `TorControlConnection::Connect(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::function<void (TorControlConnection&)> const&, std::function<void (TorControlConnection&)> const&)': | |
torcontrol.cpp:(.text+0x684): undefined reference to `evutil_parse_sockaddr_port' | |
torcontrol.cpp:(.text+0x6c8): undefined reference to `bufferevent_socket_new' | |
torcontrol.cpp:(.text+0x720): undefined reference to `bufferevent_setcb' | |
torcontrol.cpp:(.text+0x738): undefined reference to `bufferevent_enable' | |
torcontrol.cpp:(.text+0x795): undefined reference to `bufferevent_socket_connect' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `TorControlConnection::Disconnect()': | |
torcontrol.cpp:(.text+0x80c): undefined reference to `bufferevent_free' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `TorControlConnection::Command(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::function<void (TorControlConnection&, TorControlReply const&)> const&)': | |
torcontrol.cpp:(.text+0x87b): undefined reference to `bufferevent_get_output' | |
torcontrol.cpp:(.text+0x8bd): undefined reference to `evbuffer_add' | |
torcontrol.cpp:(.text+0x8d5): undefined reference to `evbuffer_add' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `ReadBinaryFile(boost::filesystem::path const&, unsigned long)': | |
torcontrol.cpp:(.text+0x12c3): undefined reference to `fsbridge::fopen(boost::filesystem::path const&, char const*)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `WriteBinaryFile(boost::filesystem::path const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
torcontrol.cpp:(.text+0x14ea): undefined reference to `fsbridge::fopen(boost::filesystem::path const&, char const*)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `TorController::TorController(event_base*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
torcontrol.cpp:(.text+0x16d9): undefined reference to `event_new' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `TorController::~TorController()': | |
torcontrol.cpp:(.text+0x1a56): undefined reference to `event_free' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `TorController::auth_cb(TorControlConnection&, TorControlReply const&)': | |
torcontrol.cpp:(.text+0x229f): undefined reference to `gArgs' | |
torcontrol.cpp:(.text+0x22a7): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `ComputeResponse(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<unsigned char, std::allocator<unsigned char> > const&, std::vector<unsigned char, std::allocator<unsigned char> > const&, std::vector<unsigned char, std::allocator<unsigned char> > const&)': | |
torcontrol.cpp:(.text+0x25af): undefined reference to `CHMAC_SHA256::CHMAC_SHA256(unsigned char const*, unsigned long)' | |
torcontrol.cpp:(.text+0x26c5): undefined reference to `CHMAC_SHA256::Finalize(unsigned char*)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `TorController::protocolinfo_cb(TorControlConnection&, TorControlReply const&)': | |
torcontrol.cpp:(.text+0x33dd): undefined reference to `gArgs' | |
torcontrol.cpp:(.text+0x33e2): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
torcontrol.cpp:(.text+0x3997): undefined reference to `GetRandBytes(unsigned char*, int)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `TorController::disconnected_cb(TorControlConnection&)': | |
torcontrol.cpp:(.text+0x413e): undefined reference to `event_add' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `TorController::GetPrivateKeyFile()': | |
torcontrol.cpp:(.text+0x4357): undefined reference to `GetDataDir(bool)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `TorControlThread()': | |
torcontrol.cpp:(.text+0x4466): undefined reference to `gArgs' | |
torcontrol.cpp:(.text+0x446e): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
torcontrol.cpp:(.text+0x44ca): undefined reference to `event_base_dispatch' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `StartTorControl()': | |
torcontrol.cpp:(.text+0x45a3): undefined reference to `evthread_use_pthreads' | |
torcontrol.cpp:(.text+0x45a8): undefined reference to `event_base_new' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `InterruptTorControl()': | |
torcontrol.cpp:(.text+0x468d): undefined reference to `event_base_loopbreak' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `StopTorControl()': | |
torcontrol.cpp:(.text+0x46e2): undefined reference to `event_base_free' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `void LogPrintf<>(char const*)': | |
torcontrol.cpp:(.text+0x478b): undefined reference to `g_logger' | |
torcontrol.cpp:(.text+0x47f2): undefined reference to `g_logger' | |
torcontrol.cpp:(.text+0x4804): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
torcontrol.cpp:(.text+0x4ae1): undefined reference to `g_logger' | |
torcontrol.cpp:(.text+0x4b4f): undefined reference to `g_logger' | |
torcontrol.cpp:(.text+0x4b61): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
torcontrol.cpp:(.text+0x4dfd): undefined reference to `g_logger' | |
torcontrol.cpp:(.text+0x4e6f): undefined reference to `g_logger' | |
torcontrol.cpp:(.text+0x4e81): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `void LogPrintf<int>(char const*, int const&)': | |
torcontrol.cpp:(.text+0x50c3): undefined reference to `g_logger' | |
torcontrol.cpp:(.text+0x5131): undefined reference to `g_logger' | |
torcontrol.cpp:(.text+0x5143): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int const&)': | |
torcontrol.cpp:(.text+0x55a7): undefined reference to `g_logger' | |
torcontrol.cpp:(.text+0x5619): undefined reference to `g_logger' | |
torcontrol.cpp:(.text+0x562b): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `void LogPrintf<char const*>(char const*, char const* const&)': | |
torcontrol.cpp:(.text+0x586d): undefined reference to `g_logger' | |
torcontrol.cpp:(.text+0x58db): undefined reference to `g_logger' | |
torcontrol.cpp:(.text+0x58ed): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `CHMAC_SHA256::Write(unsigned char const*, unsigned long)': | |
torcontrol.cpp:(.text._ZN12CHMAC_SHA2565WriteEPKhm[_ZN12CHMAC_SHA2565WriteEPKhm]+0x3a): undefined reference to `CSHA256::Write(unsigned char const*, unsigned long)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-torcontrol.o): In function `void TraceThread<void (*)()>(char const*, void (*)())': | |
torcontrol.cpp:(.text._Z11TraceThreadIPFvvEEvPKcT_[_Z11TraceThreadIPFvvEEvPKcT_]+0x47): undefined reference to `RenameThread(char const*)' | |
torcontrol.cpp:(.text._Z11TraceThreadIPFvvEEvPKcT_[_Z11TraceThreadIPFvvEEvPKcT_]+0xe9): undefined reference to `PrintExceptionContinue(std::exception const*, char const*)' | |
torcontrol.cpp:(.text._Z11TraceThreadIPFvvEEvPKcT_[_Z11TraceThreadIPFvvEEvPKcT_]+0x107): undefined reference to `PrintExceptionContinue(std::exception const*, char const*)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `LogAcceptCategory(BCLog::LogFlags)': | |
txdb.cpp:(.text+0xb3): undefined reference to `g_logger' | |
txdb.cpp:(.text+0xc0): undefined reference to `BCLog::Logger::WillLogCategory(BCLog::LogFlags) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `CCoinsViewDB::CCoinsViewDB(unsigned long, bool, bool)': | |
txdb.cpp:(.text+0x18a): undefined reference to `GetDataDir(bool)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `CCoinsViewDB::BatchWrite(std::unordered_map<COutPoint, CCoinsCacheEntry, SaltedOutpointHasher, std::equal_to<COutPoint>, std::allocator<std::pair<COutPoint const, CCoinsCacheEntry> > >&, uint256 const&)': | |
txdb.cpp:(.text+0x4ff): undefined reference to `gArgs' | |
txdb.cpp:(.text+0x504): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
txdb.cpp:(.text+0x56b): undefined reference to `gArgs' | |
txdb.cpp:(.text+0x570): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
txdb.cpp:(.text+0xa1b): undefined reference to `FastRandomContext::FastRandomContext(bool)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `CBlockTreeDB::CBlockTreeDB(unsigned long, bool, bool)': | |
txdb.cpp:(.text+0xd53): undefined reference to `gArgs' | |
txdb.cpp:(.text+0xd58): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
txdb.cpp:(.text+0xdb1): undefined reference to `GetDataDir(bool)' | |
txdb.cpp:(.text+0xe15): undefined reference to `GetBlocksDir(bool)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `CBlockTreeDB::LoadBlockIndexGuts(Consensus::Params const&, std::function<CBlockIndex* (uint256 const&)>)': | |
txdb.cpp:(.text+0x1908): undefined reference to `boost::this_thread::interruption_point()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `CCoinsViewDB::Upgrade()': | |
txdb.cpp:(.text+0x1e8d): undefined reference to `boost::this_thread::interruption_point()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `bool CDBWrapper::Read<(anonymous namespace)::CoinEntry, Coin>((anonymous namespace)::CoinEntry const&, Coin&) const': | |
txdb.cpp:(.text+0x2660): undefined reference to `leveldb::Status::ToString[abi:cxx11]() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `bool CDBWrapper::Exists<(anonymous namespace)::CoinEntry>((anonymous namespace)::CoinEntry const&) const': | |
txdb.cpp:(.text+0x295c): undefined reference to `leveldb::Status::ToString[abi:cxx11]() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `void CDBBatch::Erase<(anonymous namespace)::CoinEntry>((anonymous namespace)::CoinEntry const&)': | |
txdb.cpp:(.text+0x2ac9): undefined reference to `leveldb::WriteBatch::Delete(leveldb::Slice const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `void CDBBatch::Write<(anonymous namespace)::CoinEntry, Coin>((anonymous namespace)::CoinEntry const&, Coin const&)': | |
txdb.cpp:(.text+0x2c62): undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `void LogPrintf<>(char const*)': | |
txdb.cpp:(.text+0x2d8e): undefined reference to `g_logger' | |
txdb.cpp:(.text+0x2df5): undefined reference to `g_logger' | |
txdb.cpp:(.text+0x2e07): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `void LogPrintf<int>(char const*, int const&)': | |
txdb.cpp:(.text+0x31c5): undefined reference to `g_logger' | |
txdb.cpp:(.text+0x3233): undefined reference to `g_logger' | |
txdb.cpp:(.text+0x3245): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `void LogPrintf<char const*>(char const*, char const* const&)': | |
txdb.cpp:(.text+0x3560): undefined reference to `g_logger' | |
txdb.cpp:(.text+0x35ce): undefined reference to `g_logger' | |
txdb.cpp:(.text+0x35e0): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
txdb.cpp:(.text+0x3810): undefined reference to `g_logger' | |
txdb.cpp:(.text+0x387e): undefined reference to `g_logger' | |
txdb.cpp:(.text+0x3890): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `void LogPrintf<double>(char const*, double const&)': | |
txdb.cpp:(.text+0x3a74): undefined reference to `g_logger' | |
txdb.cpp:(.text+0x3ae2): undefined reference to `g_logger' | |
txdb.cpp:(.text+0x3af4): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `void LogPrintf<unsigned int, unsigned int>(char const*, unsigned int const&, unsigned int const&)': | |
txdb.cpp:(.text+0x3cdf): undefined reference to `g_logger' | |
txdb.cpp:(.text+0x3d51): undefined reference to `g_logger' | |
txdb.cpp:(.text+0x3d63): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `CDBBatch::Clear()': | |
txdb.cpp:(.text._ZN8CDBBatch5ClearEv[_ZN8CDBBatch5ClearEv]+0x27): undefined reference to `leveldb::WriteBatch::Clear()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `bool CDBWrapper::Read<char, uint256>(char const&, uint256&) const': | |
txdb.cpp:(.text._ZNK10CDBWrapper4ReadIc7uint256EEbRKT_RT0_[_ZNK10CDBWrapper4ReadIc7uint256EEbRKT_RT0_]+0x150): undefined reference to `leveldb::Status::ToString[abi:cxx11]() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `bool CDBWrapper::Read<char, std::vector<uint256, std::allocator<uint256> > >(char const&, std::vector<uint256, std::allocator<uint256> >&) const': | |
txdb.cpp:(.text._ZNK10CDBWrapper4ReadIcSt6vectorI7uint256SaIS2_EEEEbRKT_RT0_[_ZNK10CDBWrapper4ReadIcSt6vectorI7uint256SaIS2_EEEEbRKT_RT0_]+0x150): undefined reference to `leveldb::Status::ToString[abi:cxx11]() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `void CDBBatch::Erase<char>(char const&)': | |
txdb.cpp:(.text._ZN8CDBBatch5EraseIcEEvRKT_[_ZN8CDBBatch5EraseIcEEvRKT_]+0x97): undefined reference to `leveldb::WriteBatch::Delete(leveldb::Slice const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `void CDBBatch::Write<char, std::vector<uint256, std::allocator<uint256> > >(char const&, std::vector<uint256, std::allocator<uint256> > const&)': | |
txdb.cpp:(.text._ZN8CDBBatch5WriteIcSt6vectorI7uint256SaIS2_EEEEvRKT_RKT0_[_ZN8CDBBatch5WriteIcSt6vectorI7uint256SaIS2_EEEEvRKT_RKT0_]+0x128): undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `void CDBBatch::Write<char, uint256>(char const&, uint256 const&)': | |
txdb.cpp:(.text._ZN8CDBBatch5WriteIc7uint256EEvRKT_RKT0_[_ZN8CDBBatch5WriteIc7uint256EEvRKT_RKT0_]+0x128): undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `bool CDBWrapper::Read<std::pair<char, int>, CBlockFileInfo>(std::pair<char, int> const&, CBlockFileInfo&) const': | |
txdb.cpp:(.text._ZNK10CDBWrapper4ReadISt4pairIciE14CBlockFileInfoEEbRKT_RT0_[_ZNK10CDBWrapper4ReadISt4pairIciE14CBlockFileInfoEEbRKT_RT0_]+0x150): undefined reference to `leveldb::Status::ToString[abi:cxx11]() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `bool CDBWrapper::Exists<char>(char const&) const': | |
txdb.cpp:(.text._ZNK10CDBWrapper6ExistsIcEEbRKT_[_ZNK10CDBWrapper6ExistsIcEEbRKT_]+0x144): undefined reference to `leveldb::Status::ToString[abi:cxx11]() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `bool CDBWrapper::Read<char, int>(char const&, int&) const': | |
txdb.cpp:(.text._ZNK10CDBWrapper4ReadIciEEbRKT_RT0_[_ZNK10CDBWrapper4ReadIciEEbRKT_RT0_]+0x150): undefined reference to `leveldb::Status::ToString[abi:cxx11]() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `void CDBBatch::Write<std::pair<char, int>, CBlockFileInfo>(std::pair<char, int> const&, CBlockFileInfo const&)': | |
txdb.cpp:(.text._ZN8CDBBatch5WriteISt4pairIciE14CBlockFileInfoEEvRKT_RKT0_[_ZN8CDBBatch5WriteISt4pairIciE14CBlockFileInfoEEvRKT_RKT0_]+0x128): undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `void CDBBatch::Write<char, int>(char const&, int const&)': | |
txdb.cpp:(.text._ZN8CDBBatch5WriteIciEEvRKT_RKT0_[_ZN8CDBBatch5WriteIciEEvRKT_RKT0_]+0x128): undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `void CDBBatch::Write<std::pair<char, uint256>, CDiskBlockIndex>(std::pair<char, uint256> const&, CDiskBlockIndex const&)': | |
txdb.cpp:(.text._ZN8CDBBatch5WriteISt4pairIc7uint256E15CDiskBlockIndexEEvRKT_RKT0_[_ZN8CDBBatch5WriteISt4pairIc7uint256E15CDiskBlockIndexEEvRKT_RKT0_]+0x128): undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `bool CDBWrapper::Read<std::pair<char, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, char>(std::pair<char, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > const&, char&) const': | |
txdb.cpp:(.text._ZNK10CDBWrapper4ReadISt4pairIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEcEEbRKT_RT0_[_ZNK10CDBWrapper4ReadISt4pairIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEcEEbRKT_RT0_]+0x150): undefined reference to `leveldb::Status::ToString[abi:cxx11]() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `void CDBBatch::Erase<std::pair<unsigned char, uint256> >(std::pair<unsigned char, uint256> const&)': | |
txdb.cpp:(.text._ZN8CDBBatch5EraseISt4pairIh7uint256EEEvRKT_[_ZN8CDBBatch5EraseISt4pairIh7uint256EEEvRKT_]+0x97): undefined reference to `leveldb::WriteBatch::Delete(leveldb::Slice const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `void CDBBatch::Write<char, char>(char const&, char const&)': | |
txdb.cpp:(.text._ZN8CDBBatch5WriteIccEEvRKT_RKT0_[_ZN8CDBBatch5WriteIccEEvRKT_RKT0_]+0x128): undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txdb.o): In function `void CDBBatch::Write<std::pair<char, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, char>(std::pair<char, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > const&, char const&)': | |
txdb.cpp:(.text._ZN8CDBBatch5WriteISt4pairIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEcEEvRKT_RKT0_[_ZN8CDBBatch5WriteISt4pairIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEcEEvRKT_RKT0_]+0x128): undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txmempool.o): In function `LogAcceptCategory(BCLog::LogFlags)': | |
txmempool.cpp:(.text+0x847): undefined reference to `g_logger' | |
txmempool.cpp:(.text+0x854): undefined reference to `BCLog::Logger::WillLogCategory(BCLog::LogFlags) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txmempool.o): In function `CTxMemPool::removeForBlock(std::vector<std::shared_ptr<CTransaction const>, std::allocator<std::shared_ptr<CTransaction const> > > const&, unsigned int)': | |
txmempool.cpp:(.text+0x4408): undefined reference to `GetTime()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txmempool.o): In function `CTxMemPool::_clear()': | |
txmempool.cpp:(.text+0x4512): undefined reference to `GetTime()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txmempool.o): In function `CTxMemPool::check(CCoinsViewCache const*) const': | |
txmempool.cpp:(.text+0x4797): undefined reference to `GetRand(unsigned long)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txmempool.o): In function `CTxMemPool::PrioritiseTransaction(uint256 const&, long const&)': | |
txmempool.cpp:(.text+0x65e0): undefined reference to `FormatMoney[abi:cxx11](long const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txmempool.o): In function `CTxMemPool::GetMinFee(unsigned long) const': | |
txmempool.cpp:(.text+0x786a): undefined reference to `GetTime()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txmempool.o): In function `SaltedTxidHasher::SaltedTxidHasher()': | |
txmempool.cpp:(.text+0x83da): undefined reference to `GetRand(unsigned long)' | |
txmempool.cpp:(.text+0x83f1): undefined reference to `GetRand(unsigned long)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txmempool.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
txmempool.cpp:(.text+0x87d6): undefined reference to `g_logger' | |
txmempool.cpp:(.text+0x8848): undefined reference to `g_logger' | |
txmempool.cpp:(.text+0x885a): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txmempool.o): In function `void LogPrintf<unsigned int, unsigned int>(char const*, unsigned int const&, unsigned int const&)': | |
txmempool.cpp:(.text+0x8c38): undefined reference to `g_logger' | |
txmempool.cpp:(.text+0x8caa): undefined reference to `g_logger' | |
txmempool.cpp:(.text+0x8cbc): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txmempool.o): In function `void LogPrintf<unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, unsigned int const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
txmempool.cpp:(.text+0x8fad): undefined reference to `g_logger' | |
txmempool.cpp:(.text+0x901f): undefined reference to `g_logger' | |
txmempool.cpp:(.text+0x9031): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `LogAcceptCategory(BCLog::LogFlags)': | |
validation.cpp:(.text+0x953): undefined reference to `g_logger' | |
validation.cpp:(.text+0x960): undefined reference to `BCLog::Logger::WillLogCategory(BCLog::LogFlags) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `LimitMempoolSize(CTxMemPool&, unsigned long, unsigned long)': | |
validation.cpp:(.text+0x129c): undefined reference to `GetTime()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `IsCurrentForFeeEstimation()': | |
validation.cpp:(.text+0x1629): undefined reference to `GetTime()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `UpdateMempoolForReorg(DisconnectedBlockTransactions&, bool)': | |
validation.cpp:(.text+0x1926): undefined reference to `gArgs' | |
validation.cpp:(.text+0x192b): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
validation.cpp:(.text+0x1977): undefined reference to `gArgs' | |
validation.cpp:(.text+0x197c): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `AcceptToMemoryPoolWorker(CChainParams const&, CTxMemPool&, CValidationState&, std::shared_ptr<CTransaction const> const&, bool*, long, std::__cxx11::list<std::shared_ptr<CTransaction const>, std::allocator<std::shared_ptr<CTransaction const> > >*, bool, long const&, std::vector<COutPoint, std::allocator<COutPoint> >&, bool)': | |
validation.cpp:(.text+0x30d9): undefined reference to `gArgs' | |
validation.cpp:(.text+0x30de): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
validation.cpp:(.text+0x3498): undefined reference to `gArgs' | |
validation.cpp:(.text+0x349d): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
validation.cpp:(.text+0x3504): undefined reference to `gArgs' | |
validation.cpp:(.text+0x3509): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
validation.cpp:(.text+0x3577): undefined reference to `gArgs' | |
validation.cpp:(.text+0x357c): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
validation.cpp:(.text+0x35e3): undefined reference to `gArgs' | |
validation.cpp:(.text+0x35e8): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
validation.cpp:(.text+0x4115): undefined reference to `FormatMoney[abi:cxx11](long const&)' | |
validation.cpp:(.text+0x412e): undefined reference to `FormatMoney[abi:cxx11](long const&)' | |
validation.cpp:(.text+0x42c3): undefined reference to `FormatMoney[abi:cxx11](long const&)' | |
validation.cpp:(.text+0x42dc): undefined reference to `FormatMoney[abi:cxx11](long const&)' | |
validation.cpp:(.text+0x477a): undefined reference to `FormatMoney[abi:cxx11](long const&)' | |
validation.cpp:(.text+0x498c): undefined reference to `gArgs' | |
validation.cpp:(.text+0x4991): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
validation.cpp:(.text+0x49dd): undefined reference to `gArgs' | |
validation.cpp:(.text+0x49e2): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `AcceptToMemoryPool(CTxMemPool&, CValidationState&, std::shared_ptr<CTransaction const> const&, bool*, std::__cxx11::list<std::shared_ptr<CTransaction const>, std::allocator<std::shared_ptr<CTransaction const> > >*, bool, long, bool)': | |
validation.cpp:(.text+0x58c3): undefined reference to `GetTime()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `IsInitialBlockDownload()': | |
validation.cpp:(.text+0x6870): undefined reference to `GetTime()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `AlertNotify(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
validation.cpp:(.text+0x6993): undefined reference to `gArgs' | |
validation.cpp:(.text+0x699b): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
validation.cpp:(.text+0x6ad2): undefined reference to `runCommand(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `InvalidChainFound(CBlockIndex*)': | |
validation.cpp:(.text+0x72cc): undefined reference to `FormatISO8601DateTime[abi:cxx11](long)' | |
validation.cpp:(.text+0x73da): undefined reference to `FormatISO8601DateTime[abi:cxx11](long)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `InitScriptExecutionCache()': | |
validation.cpp:(.text+0x79c2): undefined reference to `gArgs' | |
validation.cpp:(.text+0x79c7): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `CheckInputs(CTransaction const&, CValidationState&, CCoinsViewCache const&, bool, unsigned int, bool, bool, PrecomputedTransactionData&, std::vector<CScriptCheck, std::allocator<CScriptCheck> >*)': | |
validation.cpp:(.text+0x7bdc): undefined reference to `CSHA256::CSHA256()' | |
validation.cpp:(.text+0x7bf3): undefined reference to `CSHA256::Write(unsigned char const*, unsigned long)' | |
validation.cpp:(.text+0x7c03): undefined reference to `CSHA256::Write(unsigned char const*, unsigned long)' | |
validation.cpp:(.text+0x7c1d): undefined reference to `CSHA256::Write(unsigned char const*, unsigned long)' | |
validation.cpp:(.text+0x7c28): undefined reference to `CSHA256::Finalize(unsigned char*)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `FlushBlockFile(bool)': | |
validation.cpp:(.text+0x8e32): undefined reference to `TruncateFile(_IO_FILE*, unsigned int)' | |
validation.cpp:(.text+0x8e55): undefined reference to `FileCommit(_IO_FILE*)' | |
validation.cpp:(.text+0x8ec5): undefined reference to `TruncateFile(_IO_FILE*, unsigned int)' | |
validation.cpp:(.text+0x8ee8): undefined reference to `FileCommit(_IO_FILE*)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `ThreadScriptCheck()': | |
validation.cpp:(.text+0x929b): undefined reference to `RenameThread(char const*)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `CChainState::ConnectBlock(CBlock const&, CValidationState&, CBlockIndex*, CCoinsViewCache&, CChainParams const&, bool)': | |
validation.cpp:(.text+0x964a): undefined reference to `GetTimeMicros()' | |
validation.cpp:(.text+0x9a3f): undefined reference to `GetTimeMicros()' | |
validation.cpp:(.text+0x9f51): undefined reference to `GetTimeMicros()' | |
validation.cpp:(.text+0xa86a): undefined reference to `GetTimeMicros()' | |
validation.cpp:(.text+0xacd9): undefined reference to `GetTimeMicros()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o):validation.cpp:(.text+0xaf25): more undefined references to `GetTimeMicros()' follow | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `FlushStateToDisk(CChainParams const&, CValidationState&, FlushStateMode, int)': | |
validation.cpp:(.text+0xb6dc): undefined reference to `gArgs' | |
validation.cpp:(.text+0xb6e1): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `UpdateTip(CBlockIndex const*, CChainParams const&)': | |
validation.cpp:(.text+0xc982): undefined reference to `FormatISO8601DateTime[abi:cxx11](long)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `CChainState::DisconnectTip(CValidationState&, CChainParams const&, DisconnectedBlockTransactions*)': | |
validation.cpp:(.text+0xcd2d): undefined reference to `GetTimeMicros()' | |
validation.cpp:(.text+0xceb3): undefined reference to `GetTimeMicros()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `CChainState::ConnectTip(CValidationState&, CChainParams const&, CBlockIndex*, std::shared_ptr<CBlock const> const&, ConnectTrace&, DisconnectedBlockTransactions&)': | |
validation.cpp:(.text+0xd24b): undefined reference to `GetTimeMicros()' | |
validation.cpp:(.text+0xd403): undefined reference to `GetTimeMicros()' | |
validation.cpp:(.text+0xd61a): undefined reference to `GetTimeMicros()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o):validation.cpp:(.text+0xd764): more undefined references to `GetTimeMicros()' follow | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `CChainState::ActivateBestChain(CValidationState&, CChainParams const&, std::shared_ptr<CBlock const>)': | |
validation.cpp:(.text+0xe84f): undefined reference to `gArgs' | |
validation.cpp:(.text+0xe854): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
validation.cpp:(.text+0xe87a): undefined reference to `boost::this_thread::interruption_point()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `FindBlockPos(CDiskBlockPos&, unsigned int, unsigned int, unsigned long, bool)': | |
validation.cpp:(.text+0x1044b): undefined reference to `AllocateFileRange(_IO_FILE*, unsigned int, unsigned int)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `FindUndoPos(CValidationState&, int, CDiskBlockPos&, unsigned int)': | |
validation.cpp:(.text+0x1067e): undefined reference to `AllocateFileRange(_IO_FILE*, unsigned int, unsigned int)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `CheckDiskSpace(unsigned long, bool)': | |
validation.cpp:(.text+0x15b38): undefined reference to `GetBlocksDir(bool)' | |
validation.cpp:(.text+0x15b47): undefined reference to `GetDataDir(bool)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `OpenDiskFile(CDiskBlockPos const&, char const*, bool)': | |
validation.cpp:(.text+0x15cf8): undefined reference to `fsbridge::fopen(boost::filesystem::path const&, char const*)' | |
validation.cpp:(.text+0x15d24): undefined reference to `fsbridge::fopen(boost::filesystem::path const&, char const*)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `GetBlockPosFilename(CDiskBlockPos const&, char const*)': | |
validation.cpp:(.text+0x15f0f): undefined reference to `GetBlocksDir(bool)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `LoadChainTip(CChainParams const&)': | |
validation.cpp:(.text+0x16edf): undefined reference to `FormatISO8601DateTime[abi:cxx11](long)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `CVerifyDB::VerifyDB(CChainParams const&, CCoinsView*, int, int)': | |
validation.cpp:(.text+0x17324): undefined reference to `boost::this_thread::interruption_point()' | |
validation.cpp:(.text+0x17a57): undefined reference to `boost::this_thread::interruption_point()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `LoadExternalBlockFile(CChainParams const&, _IO_FILE*, CDiskBlockPos*)': | |
validation.cpp:(.text+0x197ca): undefined reference to `GetTimeMillis()' | |
validation.cpp:(.text+0x1983c): undefined reference to `boost::this_thread::interruption_point()' | |
validation.cpp:(.text+0x1a193): undefined reference to `GetTimeMillis()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `CBlockFileInfo::ToString[abi:cxx11]() const': | |
validation.cpp:(.text+0x1b568): undefined reference to `FormatISO8601Date[abi:cxx11](long)' | |
validation.cpp:(.text+0x1b582): undefined reference to `FormatISO8601Date[abi:cxx11](long)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `LoadMempool()': | |
validation.cpp:(.text+0x1b96a): undefined reference to `gArgs' | |
validation.cpp:(.text+0x1b96f): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
validation.cpp:(.text+0x1b9b8): undefined reference to `GetDataDir(bool)' | |
validation.cpp:(.text+0x1b9e4): undefined reference to `fsbridge::fopen(boost::filesystem::path const&, char const*)' | |
validation.cpp:(.text+0x1ba80): undefined reference to `GetTime()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `DumpMempool()': | |
validation.cpp:(.text+0x1bfda): undefined reference to `GetTimeMicros()' | |
validation.cpp:(.text+0x1c1a4): undefined reference to `GetTimeMicros()' | |
validation.cpp:(.text+0x1c1c8): undefined reference to `GetDataDir(bool)' | |
validation.cpp:(.text+0x1c1f1): undefined reference to `fsbridge::fopen(boost::filesystem::path const&, char const*)' | |
validation.cpp:(.text+0x1c3f2): undefined reference to `FileCommit(_IO_FILE*)' | |
validation.cpp:(.text+0x1c45a): undefined reference to `GetDataDir(bool)' | |
validation.cpp:(.text+0x1c490): undefined reference to `GetDataDir(bool)' | |
validation.cpp:(.text+0x1c4c2): undefined reference to `RenameOver(boost::filesystem::path, boost::filesystem::path)' | |
validation.cpp:(.text+0x1c4fd): undefined reference to `GetTimeMicros()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<>(char const*)': | |
validation.cpp:(.text+0x1ccf1): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1cd58): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1cd6a): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<char [27], int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, char const (&) [27], int const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
validation.cpp:(.text+0x1cf6a): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1cffe): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1d010): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<char [27]>(char const*, char const (&) [27])': | |
validation.cpp:(.text+0x1d1f0): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1d25e): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1d270): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<char [18], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, double, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, char const (&) [18], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int const&, double const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
validation.cpp:(.text+0x1d470): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1d504): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1d516): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<unsigned long, unsigned long, unsigned long>(char const*, unsigned long const&, unsigned long const&, unsigned long const&)': | |
validation.cpp:(.text+0x1d74c): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1d7c8): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1d7da): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
validation.cpp:(.text+0x1d9be): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1da2c): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1da3e): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<char [17], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, char const (&) [17], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
validation.cpp:(.text+0x1de87): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1def9): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1df0b): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<char [14], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, char const (&) [14], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
validation.cpp:(.text+0x1e0f6): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1e168): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1e17a): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<char [10], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int, double, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, double, double, unsigned int>(char const*, char const (&) [10], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int const&, int const&, double const&, unsigned long const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, double const&, double const&, unsigned int const&)': | |
validation.cpp:(.text+0x1e3b1): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1e45f): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1e471): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, int const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
validation.cpp:(.text+0x1eacc): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1eb3e): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1eb50): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<unsigned int, int>(char const*, unsigned int const&, int const&)': | |
validation.cpp:(.text+0x1ed3b): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1edad): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1edbf): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<char [18], int>(char const*, char const (&) [18], int const&)': | |
validation.cpp:(.text+0x1f001): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1f073): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1f085): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<char [22], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, char const (&) [22], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
validation.cpp:(.text+0x1f270): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1f2e2): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1f2f4): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, unsigned int const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
validation.cpp:(.text+0x1f564): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1f5d6): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1f5e8): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<char [17], int>(char const*, char const (&) [17], int const&)': | |
validation.cpp:(.text+0x1f8c5): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1f937): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1f949): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<char [13]>(char const*, char const (&) [13])': | |
validation.cpp:(.text+0x1fb2d): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1fb9b): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1fbad): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<char [13], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, char const (&) [13], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
validation.cpp:(.text+0x1fd98): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1fe0a): undefined reference to `g_logger' | |
validation.cpp:(.text+0x1fe1c): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, double>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, double const&)': | |
validation.cpp:(.text+0x20015): undefined reference to `g_logger' | |
validation.cpp:(.text+0x2009b): undefined reference to `g_logger' | |
validation.cpp:(.text+0x200ad): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<int, int>(char const*, int const&, int const&)': | |
validation.cpp:(.text+0x20298): undefined reference to `g_logger' | |
validation.cpp:(.text+0x2030a): undefined reference to `g_logger' | |
validation.cpp:(.text+0x2031c): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<int>(char const*, int const&)': | |
validation.cpp:(.text+0x20500): undefined reference to `g_logger' | |
validation.cpp:(.text+0x2056e): undefined reference to `g_logger' | |
validation.cpp:(.text+0x20580): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int const&)': | |
validation.cpp:(.text+0x2076b): undefined reference to `g_logger' | |
validation.cpp:(.text+0x207dd): undefined reference to `g_logger' | |
validation.cpp:(.text+0x207ef): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<char [22], char const*>(char const*, char const (&) [22], char const* const&)': | |
validation.cpp:(.text+0x20b55): undefined reference to `g_logger' | |
validation.cpp:(.text+0x20bc7): undefined reference to `g_logger' | |
validation.cpp:(.text+0x20bd9): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<int, long>(char const*, int const&, long const&)': | |
validation.cpp:(.text+0x20dc4): undefined reference to `g_logger' | |
validation.cpp:(.text+0x20e36): undefined reference to `g_logger' | |
validation.cpp:(.text+0x20e48): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<char const*>(char const*, char const* const&)': | |
validation.cpp:(.text+0x210ab): undefined reference to `g_logger' | |
validation.cpp:(.text+0x21119): undefined reference to `g_logger' | |
validation.cpp:(.text+0x2112b): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<long, long, long, long>(char const*, long const&, long const&, long const&, long const&)': | |
validation.cpp:(.text+0x21324): undefined reference to `g_logger' | |
validation.cpp:(.text+0x213aa): undefined reference to `g_logger' | |
validation.cpp:(.text+0x213bc): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<double, double>(char const*, double const&, double const&)': | |
validation.cpp:(.text+0x215a7): undefined reference to `g_logger' | |
validation.cpp:(.text+0x21619): undefined reference to `g_logger' | |
validation.cpp:(.text+0x2162b): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int const&)': | |
validation.cpp:(.text+0x21924): undefined reference to `g_logger' | |
validation.cpp:(.text+0x219aa): undefined reference to `g_logger' | |
validation.cpp:(.text+0x219bc): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<double, double, double>(char const*, double const&, double const&, double const&)': | |
validation.cpp:(.text+0x21c65): undefined reference to `g_logger' | |
validation.cpp:(.text+0x21ce1): undefined reference to `g_logger' | |
validation.cpp:(.text+0x21cf3): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<unsigned int, double, double, double, double, double>(char const*, unsigned int const&, double const&, double const&, double const&, double const&, double const&)': | |
validation.cpp:(.text+0x21efe): undefined reference to `g_logger' | |
validation.cpp:(.text+0x21f94): undefined reference to `g_logger' | |
validation.cpp:(.text+0x21fa6): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<int, double, double, double, double>(char const*, int const&, double const&, double const&, double const&, double const&)': | |
validation.cpp:(.text+0x221a2): undefined reference to `g_logger' | |
validation.cpp:(.text+0x22236): undefined reference to `g_logger' | |
validation.cpp:(.text+0x22248): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<double>(char const*, double const&)': | |
validation.cpp:(.text+0x22428): undefined reference to `g_logger' | |
validation.cpp:(.text+0x22496): undefined reference to `g_logger' | |
validation.cpp:(.text+0x224a8): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<unsigned long, unsigned long, long, unsigned int, int>(char const*, unsigned long const&, unsigned long const&, long const&, unsigned int const&, int const&)': | |
validation.cpp:(.text+0x229d4): undefined reference to `g_logger' | |
validation.cpp:(.text+0x22a68): undefined reference to `g_logger' | |
validation.cpp:(.text+0x22a7a): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `void LogPrintf<char [22], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, char const (&) [22], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
validation.cpp:(.text+0x22e8e): undefined reference to `g_logger' | |
validation.cpp:(.text+0x22f0a): undefined reference to `g_logger' | |
validation.cpp:(.text+0x22f1c): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-validation.o): In function `__static_initialization_and_destruction_0(int, int)': | |
validation.cpp:(.text+0x2498b): undefined reference to `GetRandHash()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-dummywallet.o): In function `DummyWalletInit::AddWalletOptions() const': | |
dummywallet.cpp:(.text+0x6d4): undefined reference to `gArgs' | |
dummywallet.cpp:(.text+0x6d9): undefined reference to `ArgsManager::AddHiddenArgs(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-dummywallet.o): In function `void LogPrintf<>(char const*)': | |
dummywallet.cpp:(.text+0xb19): undefined reference to `g_logger' | |
dummywallet.cpp:(.text+0xb80): undefined reference to `g_logger' | |
dummywallet.cpp:(.text+0xb92): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-addrdb.o): In function `LogAcceptCategory(BCLog::LogFlags)': | |
addrdb.cpp:(.text+0x281): undefined reference to `g_logger' | |
addrdb.cpp:(.text+0x28e): undefined reference to `BCLog::Logger::WillLogCategory(BCLog::LogFlags) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-addrdb.o): In function `CBanDB::CBanDB()': | |
addrdb.cpp:(.text+0x2e9): undefined reference to `GetDataDir(bool)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-addrdb.o): In function `CAddrDB::CAddrDB()': | |
addrdb.cpp:(.text+0x4cf): undefined reference to `GetDataDir(bool)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-addrdb.o): In function `bool (anonymous namespace)::SerializeFileDB<std::map<CSubNet, CBanEntry, std::less<CSubNet>, std::allocator<std::pair<CSubNet const, CBanEntry> > > >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, boost::filesystem::path const&, std::map<CSubNet, CBanEntry, std::less<CSubNet>, std::allocator<std::pair<CSubNet const, CBanEntry> > > const&)': | |
addrdb.cpp:(.text+0x728): undefined reference to `GetRandBytes(unsigned char*, int)' | |
addrdb.cpp:(.text+0x76c): undefined reference to `GetDataDir(bool)' | |
addrdb.cpp:(.text+0x7a1): undefined reference to `fsbridge::fopen(boost::filesystem::path const&, char const*)' | |
addrdb.cpp:(.text+0x845): undefined reference to `FileCommit(_IO_FILE*)' | |
addrdb.cpp:(.text+0x8c0): undefined reference to `RenameOver(boost::filesystem::path, boost::filesystem::path)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-addrdb.o): In function `bool (anonymous namespace)::DeserializeFileDB<std::map<CSubNet, CBanEntry, std::less<CSubNet>, std::allocator<std::pair<CSubNet const, CBanEntry> > > >(boost::filesystem::path const&, std::map<CSubNet, CBanEntry, std::less<CSubNet>, std::allocator<std::pair<CSubNet const, CBanEntry> > >&)': | |
addrdb.cpp:(.text+0x9f1): undefined reference to `fsbridge::fopen(boost::filesystem::path const&, char const*)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-addrdb.o): In function `bool (anonymous namespace)::SerializeFileDB<CAddrMan>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, boost::filesystem::path const&, CAddrMan const&)': | |
addrdb.cpp:(.text+0xaf1): undefined reference to `GetRandBytes(unsigned char*, int)' | |
addrdb.cpp:(.text+0xb35): undefined reference to `GetDataDir(bool)' | |
addrdb.cpp:(.text+0xb6a): undefined reference to `fsbridge::fopen(boost::filesystem::path const&, char const*)' | |
addrdb.cpp:(.text+0xc0e): undefined reference to `FileCommit(_IO_FILE*)' | |
addrdb.cpp:(.text+0xc89): undefined reference to `RenameOver(boost::filesystem::path, boost::filesystem::path)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-addrdb.o): In function `bool (anonymous namespace)::DeserializeFileDB<CAddrMan>(boost::filesystem::path const&, CAddrMan&)': | |
addrdb.cpp:(.text+0xdba): undefined reference to `fsbridge::fopen(boost::filesystem::path const&, char const*)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-addrdb.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
addrdb.cpp:(.text+0x1754): undefined reference to `g_logger' | |
addrdb.cpp:(.text+0x17c2): undefined reference to `g_logger' | |
addrdb.cpp:(.text+0x17d4): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-addrdb.o): In function `void LogPrintf<int, int>(char const*, int const&, int const&)': | |
addrdb.cpp:(.text+0x1a25): undefined reference to `g_logger' | |
addrdb.cpp:(.text+0x1a97): undefined reference to `g_logger' | |
addrdb.cpp:(.text+0x1aa9): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-addrman.o): In function `LogAcceptCategory(BCLog::LogFlags)': | |
addrman.cpp:(.text+0x317): undefined reference to `g_logger' | |
addrman.cpp:(.text+0x324): undefined reference to `BCLog::Logger::WillLogCategory(BCLog::LogFlags) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-addrman.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long const&)': | |
addrman.cpp:(.text+0x2c99): undefined reference to `g_logger' | |
addrman.cpp:(.text+0x2d0b): undefined reference to `g_logger' | |
addrman.cpp:(.text+0x2d1d): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-addrman.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
addrman.cpp:(.text+0x2f01): undefined reference to `g_logger' | |
addrman.cpp:(.text+0x2f6f): undefined reference to `g_logger' | |
addrman.cpp:(.text+0x2f81): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-addrman.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
addrman.cpp:(.text+0x316c): undefined reference to `g_logger' | |
addrman.cpp:(.text+0x31de): undefined reference to `g_logger' | |
addrman.cpp:(.text+0x31f0): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-bloom.o): In function `CRollingBloomFilter::reset()': | |
bloom.cpp:(.text+0x1600): undefined reference to `GetRand(unsigned long)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockencodings.o): In function `LogAcceptCategory(BCLog::LogFlags)': | |
blockencodings.cpp:(.text+0x465): undefined reference to `g_logger' | |
blockencodings.cpp:(.text+0x472): undefined reference to `BCLog::Logger::WillLogCategory(BCLog::LogFlags) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockencodings.o): In function `CBlockHeaderAndShortTxIDs::CBlockHeaderAndShortTxIDs(CBlock const&, bool)': | |
blockencodings.cpp:(.text+0x4ba): undefined reference to `GetRand(unsigned long)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockencodings.o): In function `CBlockHeaderAndShortTxIDs::FillShortTxIDSelector() const': | |
blockencodings.cpp:(.text+0x7a6): undefined reference to `CSHA256::CSHA256()' | |
blockencodings.cpp:(.text+0x828): undefined reference to `CSHA256::Write(unsigned char const*, unsigned long)' | |
blockencodings.cpp:(.text+0x858): undefined reference to `CSHA256::Finalize(unsigned char*)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockencodings.o): In function `CBlockHeaderAndShortTxIDs::GetShortID(uint256 const&) const': | |
blockencodings.cpp:(.text+0x925): undefined reference to `SipHashUint256(unsigned long, unsigned long, uint256 const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockencodings.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long const&)': | |
blockencodings.cpp:(.text+0x1d7f): undefined reference to `g_logger' | |
blockencodings.cpp:(.text+0x1df1): undefined reference to `g_logger' | |
blockencodings.cpp:(.text+0x1e03): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockencodings.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned long, unsigned long, unsigned long, unsigned long>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long const&, unsigned long const&, unsigned long const&, unsigned long const&)': | |
blockencodings.cpp:(.text+0x2003): undefined reference to `g_logger' | |
blockencodings.cpp:(.text+0x2097): undefined reference to `g_logger' | |
blockencodings.cpp:(.text+0x20a9): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-blockencodings.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
blockencodings.cpp:(.text+0x2290): undefined reference to `g_logger' | |
blockencodings.cpp:(.text+0x2302): undefined reference to `g_logger' | |
blockencodings.cpp:(.text+0x2314): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-tx_verify.o): In function `Consensus::CheckTxInputs(CTransaction const&, CValidationState&, CCoinsViewCache const&, int, long&)': | |
tx_verify.cpp:(.text+0x19c3): undefined reference to `FormatMoney[abi:cxx11](long const&)' | |
tx_verify.cpp:(.text+0x19dc): undefined reference to `FormatMoney[abi:cxx11](long const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httprpc.o): In function `LogAcceptCategory(BCLog::LogFlags)': | |
httprpc.cpp:(.text+0x1d): undefined reference to `g_logger' | |
httprpc.cpp:(.text+0x2a): undefined reference to `BCLog::Logger::WillLogCategory(BCLog::LogFlags) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httprpc.o): In function `JSONErrorReply(HTTPRequest*, UniValue const&, UniValue const&)': | |
httprpc.cpp:(.text+0xb9): undefined reference to `find_value(UniValue const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
httprpc.cpp:(.text+0xc1): undefined reference to `UniValue::get_int() const' | |
httprpc.cpp:(.text+0x129): undefined reference to `NullUniValue' | |
httprpc.cpp:(.text+0x131): undefined reference to `JSONRPCReply[abi:cxx11](UniValue const&, UniValue const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httprpc.o): In function `multiUserAuthorized(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)': | |
httprpc.cpp:(.text+0x3bb): undefined reference to `gArgs' | |
httprpc.cpp:(.text+0x3c3): undefined reference to `ArgsManager::GetArgs(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
httprpc.cpp:(.text+0x5ce): undefined reference to `CHMAC_SHA256::CHMAC_SHA256(unsigned char const*, unsigned long)' | |
httprpc.cpp:(.text+0x5f5): undefined reference to `CHMAC_SHA256::Finalize(unsigned char*)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httprpc.o): In function `HTTPReq_JSONRPC(HTTPRequest*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
httprpc.cpp:(.text+0xe41): undefined reference to `MilliSleep(long)' | |
httprpc.cpp:(.text+0x1014): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
httprpc.cpp:(.text+0x110b): undefined reference to `NullUniValue' | |
httprpc.cpp:(.text+0x1113): undefined reference to `JSONRPCReply[abi:cxx11](UniValue const&, UniValue const&, UniValue const&)' | |
httprpc.cpp:(.text+0x1171): undefined reference to `UniValue::get_array() const' | |
httprpc.cpp:(.text+0x120a): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
httprpc.cpp:(.text+0x16c1): undefined reference to `JSONRPCError(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httprpc.o): In function `InitRPCAuthentication()': | |
httprpc.cpp:(.text+0x182e): undefined reference to `gArgs' | |
httprpc.cpp:(.text+0x1836): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
httprpc.cpp:(.text+0x18ad): undefined reference to `GenerateAuthCookie(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*)' | |
httprpc.cpp:(.text+0x19b8): undefined reference to `gArgs' | |
httprpc.cpp:(.text+0x19c0): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
httprpc.cpp:(.text+0x1a34): undefined reference to `gArgs' | |
httprpc.cpp:(.text+0x1a3c): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
httprpc.cpp:(.text+0x1b99): undefined reference to `gArgs' | |
httprpc.cpp:(.text+0x1ba1): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httprpc.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
httprpc.cpp:(.text+0x2253): undefined reference to `g_logger' | |
httprpc.cpp:(.text+0x22c1): undefined reference to `g_logger' | |
httprpc.cpp:(.text+0x22d3): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httprpc.o): In function `void LogPrintf<>(char const*)': | |
httprpc.cpp:(.text+0x24b0): undefined reference to `g_logger' | |
httprpc.cpp:(.text+0x2517): undefined reference to `g_logger' | |
httprpc.cpp:(.text+0x2529): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httprpc.o): In function `UniValue::read(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
httprpc.cpp:(.text._ZN8UniValue4readERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN8UniValue4readERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x4c): undefined reference to `UniValue::read(char const*, unsigned long)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `LogAcceptCategory(BCLog::LogFlags)': | |
httpserver.cpp:(.text+0x159): undefined reference to `g_logger' | |
httpserver.cpp:(.text+0x166): undefined reference to `BCLog::Logger::WillLogCategory(BCLog::LogFlags) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `InitHTTPAllowList()': | |
httpserver.cpp:(.text+0x3ff): undefined reference to `gArgs' | |
httpserver.cpp:(.text+0x407): undefined reference to `ArgsManager::GetArgs(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `http_request_cb(evhttp_request*, void*)': | |
httpserver.cpp:(.text+0x9da): undefined reference to `event_get_version_number' | |
httpserver.cpp:(.text+0x9e6): undefined reference to `event_get_version_number' | |
httpserver.cpp:(.text+0xa0c): undefined reference to `evhttp_request_get_connection' | |
httpserver.cpp:(.text+0xa2c): undefined reference to `evhttp_connection_get_bufferevent' | |
httpserver.cpp:(.text+0xa51): undefined reference to `bufferevent_disable' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `http_reject_request_cb(evhttp_request*, void*)': | |
httpserver.cpp:(.text+0x13ef): undefined reference to `evhttp_send_error' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `ThreadHTTP(event_base*)': | |
httpserver.cpp:(.text+0x142d): undefined reference to `RenameThread(char const*)' | |
httpserver.cpp:(.text+0x1453): undefined reference to `event_base_dispatch' | |
httpserver.cpp:(.text+0x1479): undefined reference to `event_base_got_break' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `HTTPBindAddresses(evhttp*)': | |
httpserver.cpp:(.text+0x14c3): undefined reference to `BaseParams()' | |
httpserver.cpp:(.text+0x1508): undefined reference to `gArgs' | |
httpserver.cpp:(.text+0x150d): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
httpserver.cpp:(.text+0x1596): undefined reference to `gArgs' | |
httpserver.cpp:(.text+0x159b): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
httpserver.cpp:(.text+0x15e5): undefined reference to `gArgs' | |
httpserver.cpp:(.text+0x15ea): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
httpserver.cpp:(.text+0x1743): undefined reference to `gArgs' | |
httpserver.cpp:(.text+0x1748): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
httpserver.cpp:(.text+0x17ac): undefined reference to `gArgs' | |
httpserver.cpp:(.text+0x17b1): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
httpserver.cpp:(.text+0x181e): undefined reference to `gArgs' | |
httpserver.cpp:(.text+0x1823): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
httpserver.cpp:(.text+0x1883): undefined reference to `gArgs' | |
httpserver.cpp:(.text+0x188b): undefined reference to `ArgsManager::GetArgs(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
httpserver.cpp:(.text+0x1b05): undefined reference to `evhttp_bind_socket_with_handle' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `HTTPWorkQueueRun(WorkQueue<HTTPClosure>*)': | |
httpserver.cpp:(.text+0x1e43): undefined reference to `RenameThread(char const*)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `InitHTTPServer()': | |
httpserver.cpp:(.text+0x1f10): undefined reference to `event_set_log_callback' | |
httpserver.cpp:(.text+0x1f17): undefined reference to `g_logger' | |
httpserver.cpp:(.text+0x1f24): undefined reference to `BCLog::Logger::WillLogCategory(BCLog::LogFlags) const' | |
httpserver.cpp:(.text+0x1f3c): undefined reference to `g_logger' | |
httpserver.cpp:(.text+0x1f49): undefined reference to `BCLog::Logger::DisableCategory(BCLog::LogFlags)' | |
httpserver.cpp:(.text+0x1f4e): undefined reference to `evthread_use_pthreads' | |
httpserver.cpp:(.text+0x1fdb): undefined reference to `gArgs' | |
httpserver.cpp:(.text+0x1fe0): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
httpserver.cpp:(.text+0x1ff0): undefined reference to `evhttp_set_timeout' | |
httpserver.cpp:(.text+0x2019): undefined reference to `evhttp_set_max_headers_size' | |
httpserver.cpp:(.text+0x202a): undefined reference to `evhttp_set_max_body_size' | |
httpserver.cpp:(.text+0x2042): undefined reference to `evhttp_set_gencb' | |
httpserver.cpp:(.text+0x20c3): undefined reference to `gArgs' | |
httpserver.cpp:(.text+0x20c8): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `StartHTTPServer()': | |
httpserver.cpp:(.text+0x22c2): undefined reference to `gArgs' | |
httpserver.cpp:(.text+0x22c7): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `InterruptHTTPServer()': | |
httpserver.cpp:(.text+0x2416): undefined reference to `evhttp_set_gencb' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `StopHTTPServer()': | |
httpserver.cpp:(.text+0x25ae): undefined reference to `evhttp_del_accept_socket' | |
httpserver.cpp:(.text+0x2615): undefined reference to `evhttp_free' | |
httpserver.cpp:(.text+0x263b): undefined reference to `event_base_free' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `HTTPEvent::HTTPEvent(event_base*, bool, std::function<void ()> const&)': | |
httpserver.cpp:(.text+0x279c): undefined reference to `event_new' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `HTTPEvent::~HTTPEvent()': | |
httpserver.cpp:(.text+0x2839): undefined reference to `event_free' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `HTTPEvent::trigger(timeval*)': | |
httpserver.cpp:(.text+0x28a0): undefined reference to `event_active' | |
httpserver.cpp:(.text+0x28b9): undefined reference to `event_add' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `HTTPRequest::GetHeader(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const': | |
httpserver.cpp:(.text+0x29f0): undefined reference to `evhttp_request_get_input_headers' | |
httpserver.cpp:(.text+0x2a38): undefined reference to `evhttp_find_header' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `HTTPRequest::ReadBody[abi:cxx11]()': | |
httpserver.cpp:(.text+0x2afd): undefined reference to `evhttp_request_get_input_buffer' | |
httpserver.cpp:(.text+0x2b48): undefined reference to `evbuffer_get_length' | |
httpserver.cpp:(.text+0x2b5f): undefined reference to `evbuffer_pullup' | |
httpserver.cpp:(.text+0x2be1): undefined reference to `evbuffer_drain' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `HTTPRequest::WriteHeader(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
httpserver.cpp:(.text+0x2cbd): undefined reference to `evhttp_request_get_output_headers' | |
httpserver.cpp:(.text+0x2d17): undefined reference to `evhttp_add_header' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `HTTPRequest::WriteReply(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda()#1}::operator()() const': | |
httpserver.cpp:(.text+0x2d6f): undefined reference to `evhttp_send_reply' | |
httpserver.cpp:(.text+0x2d74): undefined reference to `event_get_version_number' | |
httpserver.cpp:(.text+0x2d80): undefined reference to `event_get_version_number' | |
httpserver.cpp:(.text+0x2da6): undefined reference to `evhttp_request_get_connection' | |
httpserver.cpp:(.text+0x2dbd): undefined reference to `evhttp_connection_get_bufferevent' | |
httpserver.cpp:(.text+0x2dd9): undefined reference to `bufferevent_enable' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `HTTPRequest::WriteReply(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
httpserver.cpp:(.text+0x2f24): undefined reference to `evhttp_request_get_output_buffer' | |
httpserver.cpp:(.text+0x2f8d): undefined reference to `evbuffer_add' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `HTTPRequest::GetPeer() const': | |
httpserver.cpp:(.text+0x3106): undefined reference to `evhttp_request_get_connection' | |
httpserver.cpp:(.text+0x3145): undefined reference to `evhttp_connection_get_peer' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `HTTPRequest::GetURI[abi:cxx11]() const': | |
httpserver.cpp:(.text+0x31d7): undefined reference to `evhttp_request_get_uri' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `HTTPRequest::GetRequestMethod() const': | |
httpserver.cpp:(.text+0x325e): undefined reference to `evhttp_request_get_command' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `urlDecode(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
httpserver.cpp:(.text+0x3587): undefined reference to `evhttp_uridecode' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `void LogPrintf<>(char const*)': | |
httpserver.cpp:(.text+0x37eb): undefined reference to `g_logger' | |
httpserver.cpp:(.text+0x3852): undefined reference to `g_logger' | |
httpserver.cpp:(.text+0x3864): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned short>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned short const&)': | |
httpserver.cpp:(.text+0x3bae): undefined reference to `g_logger' | |
httpserver.cpp:(.text+0x3c20): undefined reference to `g_logger' | |
httpserver.cpp:(.text+0x3c32): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `void LogPrintf<char const*>(char const*, char const* const&)': | |
httpserver.cpp:(.text+0x3e16): undefined reference to `g_logger' | |
httpserver.cpp:(.text+0x3e84): undefined reference to `g_logger' | |
httpserver.cpp:(.text+0x3e96): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `void LogPrintf<int>(char const*, int const&)': | |
httpserver.cpp:(.text+0x412b): undefined reference to `g_logger' | |
httpserver.cpp:(.text+0x4199): undefined reference to `g_logger' | |
httpserver.cpp:(.text+0x41ab): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `void LogPrintf<char [13]>(char const*, char const (&) [13])': | |
httpserver.cpp:(.text+0x4488): undefined reference to `g_logger' | |
httpserver.cpp:(.text+0x44f6): undefined reference to `g_logger' | |
httpserver.cpp:(.text+0x4508): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
httpserver.cpp:(.text+0x48b7): undefined reference to `g_logger' | |
httpserver.cpp:(.text+0x4925): undefined reference to `g_logger' | |
httpserver.cpp:(.text+0x4937): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
httpserver.cpp:(.text+0x4b29): undefined reference to `g_logger' | |
httpserver.cpp:(.text+0x4ba5): undefined reference to `g_logger' | |
httpserver.cpp:(.text+0x4bb7): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool const&)': | |
httpserver.cpp:(.text+0x4f51): undefined reference to `g_logger' | |
httpserver.cpp:(.text+0x4fc3): undefined reference to `g_logger' | |
httpserver.cpp:(.text+0x4fd5): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `event_base_deleter::operator()(event_base*)': | |
httpserver.cpp:(.text._ZN18event_base_deleterclEP10event_base[_ZN18event_base_deleterclEP10event_base]+0x27): undefined reference to `event_base_free' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `evhttp_deleter::operator()(evhttp*)': | |
httpserver.cpp:(.text._ZN14evhttp_deleterclEP6evhttp[_ZN14evhttp_deleterclEP6evhttp]+0x27): undefined reference to `evhttp_free' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `obtain_event_base()': | |
httpserver.cpp:(.text._Z17obtain_event_basev[_Z17obtain_event_basev]+0x1f): undefined reference to `event_base_new' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-httpserver.o): In function `obtain_evhttp(event_base*)': | |
httpserver.cpp:(.text._Z13obtain_evhttpP10event_base[_Z13obtain_evhttpP10event_base]+0x27): undefined reference to `evhttp_new' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-base.o): In function `BaseIndex::ThreadSync()': | |
base.cpp:(.text+0x8f0): undefined reference to `CThreadInterrupt::operator bool() const' | |
base.cpp:(.text+0x9e8): undefined reference to `GetTime()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-base.o): In function `BaseIndex::Interrupt()': | |
base.cpp:(.text+0x14e9): undefined reference to `CThreadInterrupt::operator()()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-base.o): In function `void LogPrintf<char const*, int>(char const*, char const* const&, int const&)': | |
base.cpp:(.text+0x16cb): undefined reference to `g_logger' | |
base.cpp:(.text+0x173d): undefined reference to `g_logger' | |
base.cpp:(.text+0x174f): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-base.o): In function `void LogPrintf<char const*>(char const*, char const* const&)': | |
base.cpp:(.text+0x1ad8): undefined reference to `g_logger' | |
base.cpp:(.text+0x1b46): undefined reference to `g_logger' | |
base.cpp:(.text+0x1b58): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-base.o): In function `void LogPrintf<char [15], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, char const (&) [15], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
base.cpp:(.text+0x1eef): undefined reference to `g_logger' | |
base.cpp:(.text+0x1f6b): undefined reference to `g_logger' | |
base.cpp:(.text+0x1f7d): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-base.o): In function `void LogPrintf<char [18], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, char const (&) [18], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
base.cpp:(.text+0x24b9): undefined reference to `g_logger' | |
base.cpp:(.text+0x2535): undefined reference to `g_logger' | |
base.cpp:(.text+0x2547): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-base.o): In function `void LogPrintf<char [31], char const*>(char const*, char const (&) [31], char const* const&)': | |
base.cpp:(.text+0x2732): undefined reference to `g_logger' | |
base.cpp:(.text+0x27a4): undefined reference to `g_logger' | |
base.cpp:(.text+0x27b6): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-base.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
base.cpp:(.text+0x2b3f): undefined reference to `g_logger' | |
base.cpp:(.text+0x2bad): undefined reference to `g_logger' | |
base.cpp:(.text+0x2bbf): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-base.o): In function `bool CDBWrapper::Read<char, CBlockLocator>(char const&, CBlockLocator&) const': | |
base.cpp:(.text._ZNK10CDBWrapper4ReadIc13CBlockLocatorEEbRKT_RT0_[_ZNK10CDBWrapper4ReadIc13CBlockLocatorEEbRKT_RT0_]+0x150): undefined reference to `leveldb::Status::ToString[abi:cxx11]() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-base.o): In function `void CDBBatch::Write<char, CBlockLocator>(char const&, CBlockLocator const&)': | |
base.cpp:(.text._ZN8CDBBatch5WriteIc13CBlockLocatorEEvRKT_RKT0_[_ZN8CDBBatch5WriteIc13CBlockLocatorEEvRKT_RKT0_]+0x128): undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txindex.o): In function `TxIndex::DB::DB(unsigned long, bool, bool)': | |
txindex.cpp:(.text+0x3d0): undefined reference to `GetDataDir(bool)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txindex.o): In function `TxIndex::DB::MigrateData(CBlockTreeDB&, CBlockLocator const&)': | |
txindex.cpp:(.text+0xaa1): undefined reference to `boost::this_thread::interruption_point()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txindex.o): In function `void LogPrintf<>(char const*)': | |
txindex.cpp:(.text+0x1747): undefined reference to `g_logger' | |
txindex.cpp:(.text+0x17ae): undefined reference to `g_logger' | |
txindex.cpp:(.text+0x17c0): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txindex.o): In function `void LogPrintf<int>(char const*, int const&)': | |
txindex.cpp:(.text+0x19a4): undefined reference to `g_logger' | |
txindex.cpp:(.text+0x1a12): undefined reference to `g_logger' | |
txindex.cpp:(.text+0x1a24): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txindex.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
txindex.cpp:(.text+0x1c08): undefined reference to `g_logger' | |
txindex.cpp:(.text+0x1c76): undefined reference to `g_logger' | |
txindex.cpp:(.text+0x1c88): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txindex.o): In function `BaseIndex::BaseIndex()': | |
txindex.cpp:(.text._ZN9BaseIndexC2Ev[_ZN9BaseIndexC5Ev]+0x7c): undefined reference to `CThreadInterrupt::CThreadInterrupt()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txindex.o): In function `bool CDBWrapper::Read<std::pair<char, uint256>, CDiskTxPos>(std::pair<char, uint256> const&, CDiskTxPos&) const': | |
txindex.cpp:(.text._ZNK10CDBWrapper4ReadISt4pairIc7uint256E10CDiskTxPosEEbRKT_RT0_[_ZNK10CDBWrapper4ReadISt4pairIc7uint256E10CDiskTxPosEEbRKT_RT0_]+0x150): undefined reference to `leveldb::Status::ToString[abi:cxx11]() const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txindex.o): In function `void CDBBatch::Write<std::pair<char, uint256>, CDiskTxPos>(std::pair<char, uint256> const&, CDiskTxPos const&)': | |
txindex.cpp:(.text._ZN8CDBBatch5WriteISt4pairIc7uint256E10CDiskTxPosEEvRKT_RKT0_[_ZN8CDBBatch5WriteISt4pairIc7uint256E10CDiskTxPosEEvRKT_RKT0_]+0x128): undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-txindex.o): In function `void CDBBatch::Write<std::pair<unsigned char, uint256>, CDiskTxPos>(std::pair<unsigned char, uint256> const&, CDiskTxPos const&)': | |
txindex.cpp:(.text._ZN8CDBBatch5WriteISt4pairIh7uint256E10CDiskTxPosEEvRKT_RKT0_[_ZN8CDBBatch5WriteISt4pairIh7uint256E10CDiskTxPosEEvRKT_RKT0_]+0x128): undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-miner.o): In function `LogAcceptCategory(BCLog::LogFlags)': | |
miner.cpp:(.text+0x55d): undefined reference to `g_logger' | |
miner.cpp:(.text+0x56a): undefined reference to `BCLog::Logger::WillLogCategory(BCLog::LogFlags) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-miner.o): In function `DefaultOptions()': | |
miner.cpp:(.text+0x7ea): undefined reference to `gArgs' | |
miner.cpp:(.text+0x7ef): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
miner.cpp:(.text+0x889): undefined reference to `gArgs' | |
miner.cpp:(.text+0x88e): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
miner.cpp:(.text+0x919): undefined reference to `gArgs' | |
miner.cpp:(.text+0x921): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
miner.cpp:(.text+0x93e): undefined reference to `ParseMoney(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-miner.o): In function `BlockAssembler::CreateNewBlock(CScript const&, bool)': | |
miner.cpp:(.text+0xc73): undefined reference to `GetTimeMicros()' | |
miner.cpp:(.text+0xeec): undefined reference to `gArgs' | |
miner.cpp:(.text+0xef1): undefined reference to `ArgsManager::GetArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long) const' | |
miner.cpp:(.text+0xfd0): undefined reference to `GetTimeMicros()' | |
miner.cpp:(.text+0x14c0): undefined reference to `GetTimeMicros()' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-miner.o): In function `BlockAssembler::AddToBlock(boost::multi_index::detail::hashed_index_iterator<boost::multi_index::detail::hashed_index_node<boost::multi_index::detail::ordered_index_node<boost::multi_index::detail::ordered_index_node<boost::multi_index::detail::ordered_index_node<boost::multi_index::detail::index_node_base<CTxMemPoolEntry, std::allocator<CTxMemPoolEntry> > > > >, boost::multi_index::detail::hashed_unique_tag>, boost::multi_index::detail::bucket_array<std::allocator<CTxMemPoolEntry> >, boost::multi_index::detail::hashed_index_global_iterator_tag>)': | |
miner.cpp:(.text+0x1b76): undefined reference to `gArgs' | |
miner.cpp:(.text+0x1b7b): undefined reference to `ArgsManager::GetBoolArg(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) const' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-miner.o): In function `void LogPrintf<long, unsigned long, long, unsigned long>(char const*, long const&, unsigned long const&, long const&, unsigned long const&)': | |
miner.cpp:(.text+0x2e06): undefined reference to `g_logger' | |
miner.cpp:(.text+0x2e8c): undefined reference to `g_logger' | |
miner.cpp:(.text+0x2e9e): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-miner.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
miner.cpp:(.text+0x310e): undefined reference to `g_logger' | |
miner.cpp:(.text+0x3180): undefined reference to `g_logger' | |
miner.cpp:(.text+0x3192): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_server.a(libbitcoin_server_a-miner.o): In function `void LogPrintf<double, int, int, double, double>(char const*, double const&, int const&, int const&, double const&, double const&)': | |
miner.cpp:(.text+0x3392): undefined reference to `g_logger' | |
miner.cpp:(.text+0x3426): undefined reference to `g_logger' | |
miner.cpp:(.text+0x3438): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_consensus.a(libbitcoin_consensus_a-merkle.o): In function `ComputeMerkleRoot(std::vector<uint256, std::allocator<uint256> >, bool*)': | |
merkle.cpp:(.text+0x141): undefined reference to `SHA256D64(unsigned char*, unsigned char const*, unsigned long)' | |
../lib/bitcoin/src/libbitcoin_consensus.a(libbitcoin_consensus_a-hash.o): In function `BIP32Hash(uint256 const&, unsigned int, unsigned char, unsigned char const*, unsigned char*)': | |
hash.cpp:(.text+0x2bd): undefined reference to `CHMAC_SHA512::CHMAC_SHA512(unsigned char const*, unsigned long)' | |
hash.cpp:(.text+0x321): undefined reference to `CHMAC_SHA512::Finalize(unsigned char*)' | |
../lib/bitcoin/src/libbitcoin_consensus.a(libbitcoin_consensus_a-hash.o): In function `CHMAC_SHA512::Write(unsigned char const*, unsigned long)': | |
hash.cpp:(.text._ZN12CHMAC_SHA5125WriteEPKhm[_ZN12CHMAC_SHA5125WriteEPKhm]+0x3d): undefined reference to `CSHA512::Write(unsigned char const*, unsigned long)' | |
../lib/bitcoin/src/libbitcoin_consensus.a(libbitcoin_consensus_a-pubkey.o): In function `ecdsa_signature_parse_der_lax(secp256k1_context_struct const*, secp256k1_ecdsa_signature*, unsigned char const*, unsigned long)': | |
pubkey.cpp:(.text+0x75): undefined reference to `secp256k1_ecdsa_signature_parse_compact' | |
pubkey.cpp:(.text+0x493): undefined reference to `secp256k1_ecdsa_signature_parse_compact' | |
pubkey.cpp:(.text+0x4dd): undefined reference to `secp256k1_ecdsa_signature_parse_compact' | |
../lib/bitcoin/src/libbitcoin_consensus.a(libbitcoin_consensus_a-pubkey.o): In function `CPubKey::Verify(uint256 const&, std::vector<unsigned char, std::allocator<unsigned char> > const&) const': | |
pubkey.cpp:(.text+0x576): undefined reference to `secp256k1_ec_pubkey_parse' | |
pubkey.cpp:(.text+0x5ed): undefined reference to `secp256k1_ecdsa_signature_normalize' | |
pubkey.cpp:(.text+0x61f): undefined reference to `secp256k1_ecdsa_verify' | |
../lib/bitcoin/src/libbitcoin_consensus.a(libbitcoin_consensus_a-pubkey.o): In function `CPubKey::RecoverCompact(uint256 const&, std::vector<unsigned char, std::allocator<unsigned char> > const&)': | |
pubkey.cpp:(.text+0x71e): undefined reference to `secp256k1_ecdsa_recoverable_signature_parse_compact' | |
pubkey.cpp:(.text+0x760): undefined reference to `secp256k1_ecdsa_recover' | |
pubkey.cpp:(.text+0x7b4): undefined reference to `secp256k1_ec_pubkey_serialize' | |
../lib/bitcoin/src/libbitcoin_consensus.a(libbitcoin_consensus_a-pubkey.o): In function `CPubKey::IsFullyValid() const': | |
pubkey.cpp:(.text+0x84e): undefined reference to `secp256k1_ec_pubkey_parse' | |
../lib/bitcoin/src/libbitcoin_consensus.a(libbitcoin_consensus_a-pubkey.o): In function `CPubKey::Decompress()': | |
pubkey.cpp:(.text+0x8d9): undefined reference to `secp256k1_ec_pubkey_parse' | |
pubkey.cpp:(.text+0x91b): undefined reference to `secp256k1_ec_pubkey_serialize' | |
../lib/bitcoin/src/libbitcoin_consensus.a(libbitcoin_consensus_a-pubkey.o): In function `CPubKey::Derive(CPubKey&, uint256&, unsigned int, uint256 const&) const': | |
pubkey.cpp:(.text+0xac1): undefined reference to `secp256k1_ec_pubkey_parse' | |
pubkey.cpp:(.text+0xaf1): undefined reference to `secp256k1_ec_pubkey_tweak_add' | |
pubkey.cpp:(.text+0xb36): undefined reference to `secp256k1_ec_pubkey_serialize' | |
../lib/bitcoin/src/libbitcoin_consensus.a(libbitcoin_consensus_a-pubkey.o): In function `CPubKey::CheckLowS(std::vector<unsigned char, std::allocator<unsigned char> > const&)': | |
pubkey.cpp:(.text+0xec8): undefined reference to `secp256k1_ecdsa_signature_normalize' | |
../lib/bitcoin/src/libbitcoin_consensus.a(libbitcoin_consensus_a-pubkey.o): In function `ECCVerifyHandle::ECCVerifyHandle()': | |
pubkey.cpp:(.text+0xf42): undefined reference to `secp256k1_context_create' | |
../lib/bitcoin/src/libbitcoin_consensus.a(libbitcoin_consensus_a-pubkey.o): In function `ECCVerifyHandle::~ECCVerifyHandle()': | |
pubkey.cpp:(.text+0x1008): undefined reference to `secp256k1_context_destroy' | |
../lib/bitcoin/src/libbitcoin_consensus.a(libbitcoin_consensus_a-interpreter.o): In function `EvalScript(std::vector<std::vector<unsigned char, std::allocator<unsigned char> >, std::allocator<std::vector<unsigned char, std::allocator<unsigned char> > > >&, CScript const&, unsigned int, BaseSignatureChecker const&, SigVersion, ScriptError_t*)': | |
interpreter.cpp:(.text+0x3692): undefined reference to `CRIPEMD160::CRIPEMD160()' | |
interpreter.cpp:(.text+0x36a7): undefined reference to `CRIPEMD160::Write(unsigned char const*, unsigned long)' | |
interpreter.cpp:(.text+0x36b2): undefined reference to `CRIPEMD160::Finalize(unsigned char*)' | |
interpreter.cpp:(.text+0x3709): undefined reference to `CSHA1::CSHA1()' | |
interpreter.cpp:(.text+0x371e): undefined reference to `CSHA1::Write(unsigned char const*, unsigned long)' | |
interpreter.cpp:(.text+0x3729): undefined reference to `CSHA1::Finalize(unsigned char*)' | |
interpreter.cpp:(.text+0x3780): undefined reference to `CSHA256::CSHA256()' | |
interpreter.cpp:(.text+0x3795): undefined reference to `CSHA256::Write(unsigned char const*, unsigned long)' | |
interpreter.cpp:(.text+0x37a0): undefined reference to `CSHA256::Finalize(unsigned char*)' | |
../lib/bitcoin/src/libbitcoin_consensus.a(libbitcoin_consensus_a-interpreter.o): In function `VerifyWitnessProgram(CScriptWitness const&, int, std::vector<unsigned char, std::allocator<unsigned char> > const&, unsigned int, BaseSignatureChecker const&, ScriptError_t*)': | |
interpreter.cpp:(.text+0x4971): undefined reference to `CSHA256::CSHA256()' | |
interpreter.cpp:(.text+0x4986): undefined reference to `CSHA256::Write(unsigned char const*, unsigned long)' | |
interpreter.cpp:(.text+0x4991): undefined reference to `CSHA256::Finalize(unsigned char*)' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-chainparams.o): In function `CRegTestParams::UpdateVersionBitsParametersFromArgs(ArgsManager const&)': | |
chainparams.cpp:(.text+0x732): undefined reference to `ArgsManager::IsArgSet(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
chainparams.cpp:(.text+0x794): undefined reference to `ArgsManager::GetArgs(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-chainparams.o): In function `CreateChainParams(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
chainparams.cpp:(.text+0xcf8): undefined reference to `CBaseChainParams::MAIN[abi:cxx11]' | |
chainparams.cpp:(.text+0xd57): undefined reference to `CBaseChainParams::TESTNET[abi:cxx11]' | |
chainparams.cpp:(.text+0xdb6): undefined reference to `CBaseChainParams::REGTEST[abi:cxx11]' | |
chainparams.cpp:(.text+0xdd6): undefined reference to `gArgs' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-chainparams.o): In function `SelectParams(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
chainparams.cpp:(.text+0xf24): undefined reference to `SelectBaseParams(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-chainparams.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, long, long>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long const&, long const&)': | |
chainparams.cpp:(.text+0x1002): undefined reference to `g_logger' | |
chainparams.cpp:(.text+0x107e): undefined reference to `g_logger' | |
chainparams.cpp:(.text+0x1090): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-coins.o): In function `SaltedOutpointHasher::SaltedOutpointHasher()': | |
coins.cpp:(.text+0x552): undefined reference to `GetRand(unsigned long)' | |
coins.cpp:(.text+0x569): undefined reference to `GetRand(unsigned long)' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-coins.o): In function `SaltedOutpointHasher::operator()(COutPoint const&) const': | |
coins.cpp:(.text._ZNK20SaltedOutpointHasherclERK9COutPoint[_ZNK20SaltedOutpointHasherclERK9COutPoint]+0x3d): undefined reference to `SipHashUint256Extra(unsigned long, unsigned long, uint256 const&, unsigned int)' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-core_read.o): In function `ParseSighashString(UniValue const&)': | |
core_read.cpp:(.text+0x1a01): undefined reference to `UniValue::get_str[abi:cxx11]() const' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-core_write.o): In function `ScriptPubKeyToUniv(CScript const&, UniValue&, bool)': | |
core_write.cpp:(.text+0x16aa): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-core_write.o): In function `TxToUniv(CTransaction const&, uint256 const&, UniValue&, bool, int)': | |
core_write.cpp:(.text+0x20cd): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
core_write.cpp:(.text+0x22bc): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
core_write.cpp:(.text+0x2377): undefined reference to `UniValue::push_back(UniValue const&)' | |
core_write.cpp:(.text+0x23d8): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
core_write.cpp:(.text+0x255e): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
core_write.cpp:(.text+0x26b5): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
core_write.cpp:(.text+0x26ec): undefined reference to `UniValue::push_back(UniValue const&)' | |
core_write.cpp:(.text+0x2759): undefined reference to `UniValue::pushKV(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, UniValue const&)' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-key.o): In function `ec_privkey_import_der(secp256k1_context_struct const*, unsigned char*, unsigned char const*, unsigned long)': | |
key.cpp:(.text+0x322): undefined reference to `secp256k1_ec_seckey_verify' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-key.o): In function `ec_privkey_export_der(secp256k1_context_struct const*, unsigned char*, unsigned long*, unsigned char const*, bool)': | |
key.cpp:(.text+0x3ef): undefined reference to `secp256k1_ec_pubkey_create' | |
key.cpp:(.text+0x4dc): undefined reference to `secp256k1_ec_pubkey_serialize' | |
key.cpp:(.text+0x5fd): undefined reference to `secp256k1_ec_pubkey_serialize' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-key.o): In function `CKey::Check(unsigned char const*)': | |
key.cpp:(.text+0x69d): undefined reference to `secp256k1_ec_seckey_verify' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-key.o): In function `CKey::MakeNewKey(bool)': | |
key.cpp:(.text+0x705): undefined reference to `GetStrongRandBytes(unsigned char*, int)' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-key.o): In function `CKey::GetPubKey() const': | |
key.cpp:(.text+0x903): undefined reference to `secp256k1_ec_pubkey_create' | |
key.cpp:(.text+0x96c): undefined reference to `secp256k1_ec_pubkey_serialize' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-key.o): In function `SigHasLowR(secp256k1_ecdsa_signature const*)': | |
key.cpp:(.text+0xa26): undefined reference to `secp256k1_ecdsa_signature_serialize_compact' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-key.o): In function `CKey::Sign(uint256 const&, std::vector<unsigned char, std::allocator<unsigned char> >&, bool, unsigned int) const': | |
key.cpp:(.text+0xb2e): undefined reference to `secp256k1_nonce_function_rfc6979' | |
key.cpp:(.text+0xb71): undefined reference to `secp256k1_ecdsa_sign' | |
key.cpp:(.text+0xbd1): undefined reference to `secp256k1_nonce_function_rfc6979' | |
key.cpp:(.text+0xc1b): undefined reference to `secp256k1_ecdsa_sign' | |
key.cpp:(.text+0xc7d): undefined reference to `secp256k1_ecdsa_signature_serialize_der' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-key.o): In function `CKey::VerifyPubKey(CPubKey const&) const': | |
key.cpp:(.text+0xd66): undefined reference to `GetRandBytes(unsigned char*, int)' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-key.o): In function `CKey::SignCompact(uint256 const&, std::vector<unsigned char, std::allocator<unsigned char> >&) const': | |
key.cpp:(.text+0xf57): undefined reference to `secp256k1_nonce_function_rfc6979' | |
key.cpp:(.text+0xf94): undefined reference to `secp256k1_ecdsa_sign_recoverable' | |
key.cpp:(.text+0xfea): undefined reference to `secp256k1_ecdsa_recoverable_signature_serialize_compact' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-key.o): In function `CKey::Derive(CKey&, uint256&, unsigned int, uint256 const&) const': | |
key.cpp:(.text+0x13ef): undefined reference to `secp256k1_ec_privkey_tweak_add' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-key.o): In function `CExtKey::SetSeed(unsigned char const*, unsigned int)': | |
key.cpp:(.text+0x15e3): undefined reference to `CHMAC_SHA512::CHMAC_SHA512(unsigned char const*, unsigned long)' | |
key.cpp:(.text+0x160a): undefined reference to `CHMAC_SHA512::Finalize(unsigned char*)' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-key.o): In function `ECC_Start()': | |
key.cpp:(.text+0x1b49): undefined reference to `secp256k1_context_create' | |
key.cpp:(.text+0x1bb9): undefined reference to `GetRandBytes(unsigned char*, int)' | |
key.cpp:(.text+0x1bd7): undefined reference to `secp256k1_context_randomize' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-key.o): In function `ECC_Stop()': | |
key.cpp:(.text+0x1cad): undefined reference to `secp256k1_context_destroy' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-key.o): In function `secure_allocator<unsigned char>::allocate(unsigned long, void const*)': | |
key.cpp:(.text._ZN16secure_allocatorIhE8allocateEmPKv[_ZN16secure_allocatorIhE8allocateEmPKv]+0x36): undefined reference to `LockedPool::alloc(unsigned long)' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-key_io.o): In function `DecodeSecret(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
key_io.cpp:(.text+0x11cf): undefined reference to `memory_cleanse(void*, unsigned long)' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-key_io.o): In function `EncodeSecret[abi:cxx11](CKey const&)': | |
key_io.cpp:(.text+0x1354): undefined reference to `memory_cleanse(void*, unsigned long)' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-key_io.o): In function `EncodeExtKey[abi:cxx11](CExtKey const&)': | |
key_io.cpp:(.text+0x1819): undefined reference to `memory_cleanse(void*, unsigned long)' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-keystore.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
keystore.cpp:(.text+0x187c): undefined reference to `g_logger' | |
keystore.cpp:(.text+0x18ea): undefined reference to `g_logger' | |
keystore.cpp:(.text+0x18fc): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-netaddress.o): In function `CNetAddr::SetInternal(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
netaddress.cpp:(.text+0x1df): undefined reference to `CSHA256::CSHA256()' | |
netaddress.cpp:(.text+0x1f4): undefined reference to `CSHA256::Write(unsigned char const*, unsigned long)' | |
netaddress.cpp:(.text+0x206): undefined reference to `CSHA256::Finalize(unsigned char*)' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-netbase.o): In function `LogAcceptCategory(BCLog::LogFlags)': | |
netbase.cpp:(.text+0x2f2): undefined reference to `g_logger' | |
netbase.cpp:(.text+0x2ff): undefined reference to `BCLog::Logger::WillLogCategory(BCLog::LogFlags) const' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-netbase.o): In function `InterruptibleRecv(unsigned char*, unsigned long, int, unsigned int const&)': | |
netbase.cpp:(.text+0xfe7): undefined reference to `GetTimeMillis()' | |
netbase.cpp:(.text+0x1211): undefined reference to `GetTimeMillis()' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-netbase.o): In function `void LogPrintf<>(char const*)': | |
netbase.cpp:(.text+0x3664): undefined reference to `g_logger' | |
netbase.cpp:(.text+0x36cb): undefined reference to `g_logger' | |
netbase.cpp:(.text+0x36dd): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-netbase.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int const&)': | |
netbase.cpp:(.text+0x3926): undefined reference to `g_logger' | |
netbase.cpp:(.text+0x3998): undefined reference to `g_logger' | |
netbase.cpp:(.text+0x39aa): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-netbase.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
netbase.cpp:(.text+0x3c02): undefined reference to `g_logger' | |
netbase.cpp:(.text+0x3c7e): undefined reference to `g_logger' | |
netbase.cpp:(.text+0x3c90): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-netbase.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
netbase.cpp:(.text+0x3ed2): undefined reference to `g_logger' | |
netbase.cpp:(.text+0x3f40): undefined reference to `g_logger' | |
netbase.cpp:(.text+0x3f52): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-netbase.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
netbase.cpp:(.text+0x419b): undefined reference to `g_logger' | |
netbase.cpp:(.text+0x420d): undefined reference to `g_logger' | |
netbase.cpp:(.text+0x421f): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-netbase.o): In function `void LogPrintf<unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(char const*, unsigned int const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': | |
netbase.cpp:(.text+0x44c8): undefined reference to `g_logger' | |
netbase.cpp:(.text+0x453a): undefined reference to `g_logger' | |
netbase.cpp:(.text+0x454c): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-protocol.o): In function `void LogPrintf<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned int>(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int const&)': | |
protocol.cpp:(.text+0x9f5): undefined reference to `g_logger' | |
protocol.cpp:(.text+0xa67): undefined reference to `g_logger' | |
protocol.cpp:(.text+0xa79): undefined reference to `BCLog::Logger::LogPrintStr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-scheduler.o): In function `CScheduler::serviceQueue()': | |
scheduler.cpp:(.text+0x471): undefined reference to `RandAddSeedSleep()' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-scheduler.o): In function `CScheduler::scheduleFromNow(std::function<void ()>, long)': | |
scheduler.cpp:(.text+0x8b9): undefined reference to `boost::chrono::system_clock::now()' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-scheduler.o): In function `SingleThreadedSchedulerClient::MaybeScheduleProcessQueue()': | |
scheduler.cpp:(.text+0xdbd): undefined reference to `boost::chrono::system_clock::now()' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-scheduler.o): In function `boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, timespec const&)': | |
scheduler.cpp:(.text._ZN5boost18condition_variable13do_wait_untilERNS_11unique_lockINS_5mutexEEERK8timespec[_ZN5boost18condition_variable13do_wait_untilERNS_11unique_lockINS_5mutexEEERK8timespec]+0xb0): undefined reference to `boost::this_thread::interruption_point()' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-scheduler.o): In function `boost::cv_status boost::condition_variable::wait_until<boost::chrono::duration<long, boost::ratio<1l, 1000000000l> > >(boost::unique_lock<boost::mutex>&, boost::chrono::time_point<boost::chrono::system_clock, boost::chrono::duration<long, boost::ratio<1l, 1000000000l> > > const&)': | |
scheduler.cpp:(.text._ZN5boost18condition_variable10wait_untilINS_6chrono8durationIlNS_5ratioILl1ELl1000000000EEEEEEENS_9cv_statusERNS_11unique_lockINS_5mutexEEERKNS2_10time_pointINS2_12system_clockET_EE[_ZN5boost18condition_variable10wait_untilINS_6chrono8durationIlNS_5ratioILl1ELl1000000000EEEEEEENS_9cv_statusERNS_11unique_lockINS_5mutexEEERKNS2_10time_pointINS2_12system_clockET_EE]+0x63): undefined reference to `boost::chrono::system_clock::now()' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-descriptor.o): In function `(anonymous namespace)::InferScript(CScript const&, (anonymous namespace)::ParseScriptContext, SigningProvider const&)': | |
descriptor.cpp:(.text+0x75a7): undefined reference to `CRIPEMD160::CRIPEMD160()' | |
descriptor.cpp:(.text+0x75bc): undefined reference to `CRIPEMD160::Write(unsigned char const*, unsigned long)' | |
descriptor.cpp:(.text+0x75c7): undefined reference to `CRIPEMD160::Finalize(unsigned char*)' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-sign.o): In function `SignStep(SigningProvider const&, BaseSignatureCreator const&, CScript const&, std::vector<std::vector<unsigned char, std::allocator<unsigned char> >, std::allocator<std::vector<unsigned char, std::allocator<unsigned char> > > >&, txnouttype&, SigVersion, SignatureData&)': | |
sign.cpp:(.text+0x118d): undefined reference to `CRIPEMD160::CRIPEMD160()' | |
sign.cpp:(.text+0x11a2): undefined reference to `CRIPEMD160::Write(unsigned char const*, unsigned long)' | |
sign.cpp:(.text+0x11ad): undefined reference to `CRIPEMD160::Finalize(unsigned char*)' | |
../lib/bitcoin/src/libbitcoin_common.a(libbitcoin_common_a-standard.o): In function `WitnessV0ScriptHash::WitnessV0ScriptHash(CScript const&)': | |
standard.cpp:(.text+0x179): undefined reference to `CSHA256::CSHA256()' | |
standard.cpp:(.text+0x18e): undefined reference to `CSHA256::Write(unsigned char const*, unsigned long)' | |
standard.cpp:(.text+0x199): undefined reference to `CSHA256::Finalize(unsigned char*)' | |
collect2: error: ld returned 1 exit status | |
Makefile:1632: recipe for target 'stellar-core' failed | |
make[3]: *** [stellar-core] Error 1 | |
make[3]: Leaving directory '/home/vishswasb/work/proj/zagg/zagg-core/src' | |
Makefile:918: recipe for target 'all' failed | |
make[2]: *** [all] Error 2 | |
make[2]: Leaving directory '/home/vishswasb/work/proj/zagg/zagg-core/src' | |
Makefile:610: recipe for target 'all-recursive' failed | |
make[1]: *** [all-recursive] Error 1 | |
make[1]: Leaving directory '/home/vishswasb/work/proj/zagg/zagg-core' | |
Makefile:477: recipe for target 'all' failed | |
make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment