Hi, guys. I am trying to to compile the tutorial code from Boost.Log with the trivial logger. But it fails with the error: "‘boost::log::v2s_mt_posix::trivial::boost’ has not been declared"

OS: OracleLinux 6.6
G++: 4.4.7
Boost: 1.57

I have googled a lot about it, but it seems that all answers are related to some linking error, but this one is different. It seems that it does not even find the declaration in the first place. Anyone has similar experience?