23 Nov
2009
23 Nov
'09
6:21 p.m.
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)