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)
Hi: This works. Doing a --build-type=complete doesn't build this variant. Couldthis be corrected? Cheers Sean. -----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Igor R Sent: 23 November 2009 18:22 To: boost-users@lists.boost.org 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@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Igor R
-
Sean Farrow