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