On Mon, Jul 22, 2013 at 9:00 AM, Leo Carreon <lcarreon@bigpond.net.au>wrote:
If I'm not mistaken, you need to have -DBOOST_LOG_DYN_LINK on the compile
and link command lines.
Only if you compiled boost (or got a package where boost) with dynamic
linking.
With static linking you don't need this.
However, make sure that you are linking with log_setup too.
Joel Lamotte
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users
Ok, so I got my little sample boost log app to work (by adding
-DBOOST_LOG_DYN_LINK to the compiler/linker).