moralismercatus / crete

Open source concolic testing tool for binaries
1 stars 1 forks source link

Difficulty building crete_log with Boost.Log #140

Closed moralismercatus closed 9 years ago

moralismercatus commented 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.