Boost logo

Boost-Build :

Subject: Re: [Boost-build] problems when linking with boost::unit_test
From: Vladimir Prus (ghost_at_[hidden])
Date: 2010-11-14 06:38:58


On Sunday, November 14, 2010 03:33:19 Christian Henning wrote:
> The log ( http://pastebin.com/ayrKBANt ) shows that
>
> libboost_unit_test_framework-vc100-gd-1_45.lib
>
> is being built. But for some reason the "mt" inside the filename is
> missing.

"mt" is for multithreading; to get that library add threading=multi to
Boost.Build invocation command.

I am not sure why that library is requested. Maybe, something in vc10
makes MT be always on, so autolink detects that, and demands MT
library.

-- 
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build: http://boost.org/boost-build2

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