Boost logo

Boost Users :

Subject: Re: [Boost-users] issues when trying to link with boost_datetime
From: Igor R (boost.lists_at_[hidden])
Date: 2009-11-23 13:21:40


> I’m trying to link on windows with boost_date time.
>
> The build can not find the file:
>
> 'libboost_date_time-vc90-mt-s-1_41.lib'
>
> This file does not exist.
>
> Any one know what the problem is?

If the file doesn't exist on your hard-disk, maybe you didn't build
this lib? Build it with bjam, like this:
bjam variant=release link=static runtime-link=static threading=multi
--with-date_time stage
(the toolset will be choosen automatically, or specify it explicitly)


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net