
On Sun, Apr 29, 2012 at 9:05 AM, Lars Viklund <zao@acc.umu.se> wrote:
Hello list.
I have a habit of tracking trunk to find out if there's any strangeness or mistakes done on the platforms I target.
A while ago I encountered some strange linking errors on some of my projects, which in the end turned out to be because for some reason, Boost.Filesystem and Boost.System now attempt to be dynamically linked by default, both symbol-decoration-wise and auto-link filename-wise.
Ouch! 1.49.0 had a problem with static linking on Windows, and in fixing that I screwed up the default. The problem has (hopefully) been fixed in trunk, and a test added to verify the default is correct. Thanks for the report. Please let me know if it isn't work correctly for you. --Beman