$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [log] logger linking problem
From: Tadeusz Jordan (tedjj123_at_[hidden])
Date: 2013-10-05 09:43:28
Regarding the original issue. Tadeusz, have you read the link I posted
before? My theory is that you have installed (or built - I don't know
what exactly Homebrew does) shared libs and have not defined
BOOST_LOG_DYN_LINK or BOOST_ALL_DYN_LINK in your application.
I have added BOOST_ALL_DYN_LINK and it still failed.