Closed moralismercatus closed 9 years ago
I've gotten several bizarre errors as a result of failing to do the following. Mostly here for reference.
You must build Boost with BOOST_LOG_DYN_LINK defined if you're going to use Boost.Log (boost log).
Example build command for Boost:
sudo ./b2 -j8 cxxflags="-DBOOST_LOG_DYN_LINK" install
Of course, user code using Boost.Log must also define BOOST_LOG_DYN_LINK for their compilation.
I've gotten several bizarre errors as a result of failing to do the following. Mostly here for reference.
You must build Boost with BOOST_LOG_DYN_LINK defined if you're going to use Boost.Log (boost log).
Example build command for Boost:
Of course, user code using Boost.Log must also define BOOST_LOG_DYN_LINK for their compilation.