I need to use the date time functions available in booost/gregorian. When I compile in visual studio 2008 I get the error LINK : fatal error LNK1104: cannot open file 'libboost_date_time-vc90-mt-gd-1_44.lib'
.
I had a look at the lib folder in my system and i found that those files have not been built previously. The question is how do I build only the specific lib files using Bjam? I did see the documentation provided but since I have other necessary lib files I don't intend to rebuild them. Is there a way to do this? Any commands will be helpful.
Thanks.