On Mon, 2009-04-20 at 14:19 -0700, artella wrote:
> I have downloaded boost 1.38 and built via bjam. When I try to build
> QuantLibXL_full_vc9.sln requests are made for :
>
> 1)libboost_regex-vc90-mt-sgd-1_38.lib
> 2)libboost_serialization-vc90-mt-sgd-1_38.lib
> 3)libboost_unit_test_framework-vc90-mt-sgd-1_38.lib
>
> I am able to find these. However a request is also made for :
>
> (-->libboost_filesystem-vc90-mt-sgd-1_38.lib<--)
>
> which I have not managed to find.
You have to run bjam with the "--build-type=complete" flag.
Luigi
--
Harrison's Postulate:
For every action, there is an equal and opposite criticism.
|