Boost logo

Boost-Build :

Subject: Re: [Boost-build] linking Boost.Test in a project outside boost
From: Thomas Suckow (thomas.suckow_at_[hidden])
Date: 2013-05-09 18:58:58


>Yes this fixes it, even if I don't really understand why it should be
needed (not many boost libraries seem to set it and apparently mostly in
relation to linking Boost.Thread).

I don't really understand the "Super Fancy Magic Linking(tm)" that
happens when msvc is used either. But for some reason it decided it
wanted the multi-threaded version but by default Boost.Build compiles
single threaded versions. On linux, it would have worked. Easiest
solution I know of is to use the multithreaded version and call it a
day, I doubt it really matters anyway (what is a clock cycle or 2).

Glad it is working. If a guru has a better explanation, I would love to
hear it.

-
Thomas


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk