On Wed, 9 Jan 2013, michaelr wrote:
i run into a strange problem which i can't solve alone. The complete projects builds fine (no errors or warnings) but the programm will not start afterwards because one library (-lboost_date_time) is simply not present when i run ldd on it.
--no-as-needed (I guess you are on Ubuntu). Still, you could link your plugin with boost, since it uses boost.
-- Marc Glisse