From: Johan Råde (rade_at_[hidden])
Date: 2008-07-05 14:38:44


>
> How do I link dynamically with Boost, using the auto-link mechanism?
> Is BOOST_DYN_LINK the right way?
>

Stupid me!
It's of course BOOST_ALL_DYN_LINK.

Maybe this should be mentioned in the Getting Started Guide.

--Johan