Boost logo

Boost Users :

Subject: Re: [Boost-users] issues when trying to link with boost_datetime
From: Sean Farrow (sean.farrow_at_[hidden])
Date: 2009-11-23 14:55:50


Hi:
This works. Doing a --build-type=complete doesn't build this variant.
Couldthis be corrected?
Cheers
Sean.

-----Original Message-----
From: boost-users-bounces_at_[hidden] [mailto:boost-users-bounces_at_[hidden]] On Behalf Of Igor R
Sent: 23 November 2009 18:22
To: boost-users_at_[hidden]
Subject: Re: [Boost-users] issues when trying to link with boost_datetime

> 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 mailing list
Boost-users_at_[hidden]
http://lists.boost.org/mailman/listinfo.cgi/boost-users


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