id summary reporter owner description type status milestone component version severity resolution keywords cc 13003 boost build lacks /boost//log, /boost//log_setup Trey Van Riper Vladimir Prus "If you create a Jamfile.jam file such as the following: {{{ import boost ; boost.use-project ; exe test : [ glob src/*.cpp ] : /boost//system /boost//thread /boost//log /boost//log_setup }}} Boost build cannot find the library (presume I've configured Jamroot.jam to point to boost). I was able to fix this by going to the boost build's src/contrib/boost.jam file, jump to line 216 (within rule boost_std), and add the following two lines: {{{ boost_lib_std log : BOOST_LOG_DYN_LINK ; boost_lib_std log_setup : BOOST_LOG_SETUP_DYN_LINK ; }}} " Bugs closed To Be Determined build Boost 1.64.0 Problem worksforme build log Andrey.Semashev@…