Boost logo

Boost-Build :

Subject: Re: [Boost-build] how to get the libboost_date_time-vc90-mt-s-1_42.lib
From: Vladimir Prus (ghost_at_[hidden])
Date: 2010-02-21 04:59:56


On Friday 19 February 2010 22:46:30 toglia wrote:

>
> I'm having problems linking my project, it seems I'm missing:
> libboost_date_time-vc90-mt-s-1_42.lib
>
> Previously I had downloaded the source, compiled bjam and entered this
> command:
> bjam --toolset=msvc-9.0 --build-type=complete
>
> I got a lot of libboost_date_time libs but not exactly the one I was
> needing. Is there some weird command to build this exact lib?
> libboost_date_time-vc90-mt-s-1_42.lib

I believe you need

        bjam toolset=msvc-9.0 link=static threading=multi runtime-link=static

HTH,

--
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