Thanks Dominique. I tested boost with the example shown in the 'Getting started on Microsoft Windows' and it works well.
My point is: in the quantlib installation instructions for VC++ 2010 at point 6 you have to add a library directory that is boost\boost_1_47\lib (1_55 in my case) but in the boost root I don't have the folder lib, only libs.
So I've two ways, find the boost_1_47 or try again with the 1_55. What you suggest to do?
Thanks P
2014-01-28 nwda1981 <[hidden email]>
------------------------------------------------------------------------------ WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gives you real-time visual feedback on key security issues and trends. Skip the complicated setup - simply import a virtual appliance and go from zero to informed in seconds. http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
The lib folder will be created when you compile the libraries.
As told in <http://www.boost.org/doc/libs/1_55_0/more/getting_started/windows.html#simplified-build-from-source>, run bootstrap .\b2 from a command prompt within the boost_1_55 folder. Luigi On Tue, Jan 28, 2014 at 8:46 PM, Paolo Baroni <[hidden email]> wrote: > Thanks Dominique. > I tested boost with the example shown in the 'Getting started on Microsoft > Windows' and it works well. > My point is: in the quantlib installation instructions for VC++ 2010 at > point 6 you have to add a library directory that is boost\boost_1_47\lib > (1_55 in my case) but in the boost root I don't have the folder lib, only > libs. > So I've two ways, find the boost_1_47 or try again with the 1_55. > What you suggest to do? > Thanks > P > > > 2014-01-28 nwda1981 <[hidden email]> >> >> Hi Paolo, >> >> Boost/lib is not provided. You have to build it by following steps >> described on boost official website ( Getting started on Microsoft Windows) >> >> Dominique. >> >> >> -------- Message d'origine -------- >> De : Paolo Baroni >> Date :28/01/2014 15:33 (GMT+01:00) >> A : Luigi Ballabio >> Cc : quantlib-users >> Objet : Re: [Quantlib-users] installation >> >> Hi I don't have the folder boost/lib. I've only boost/libs but it doesn't >> work, of course. >> Can you help me? >> >> Kind regards >> >> Paolo >> >> >> 2014-01-28 Paolo Baroni <[hidden email]> >>> >>> Thanks, probably I've some problem with boost installation. It seems that >>> something is changed in boost installation. I'm not able to find the boost >>> setup.exe >>> and so I followed instructions from >>> (http://www.boost.org/doc/libs/1_55_0/more/getting_started/windows.html). I >>> set the properties correctly as described in sections 5,6 but I think I don' >>> have the file.. >>> P >>> >>> >>> 2014-01-28 Luigi Ballabio <[hidden email]> >>> >>>> First of all: do you have that file? If you do, did you set the >>>> project properties as explained in the instructions? (Section "Boost >>>> and QuantLib Installation", points 5 and 6) >>>> >>>> Later, >>>> Luigi >>>> >>>> >>>> On Tue, Jan 28, 2014 at 12:37 PM, Paolo Baroni <[hidden email]> >>>> wrote: >>>> > Hi, I'm trying to install quantlib following the instructions at >>>> > http://quantlib.org/install/vc10.shtml >>>> > >>>> > I've this error: >>>> > >>>> > 14>LINK : fatal error LNK1104: cannot open file >>>> > 'libboost_unit_test_framework-vc100-mt-1_55.lib' >>>> > ========== Build: 14 succeeded, 1 failed, 0 up-to-date, 0 skipped >>>> > ========== >>>> > >>>> > What's wrong? >>>> > >>>> > Thanks >>>> > >>>> > Paolo >>>> > >>>> > >>>> > >>>> > >>>> > ------------------------------------------------------------------------------ >>>> > WatchGuard Dimension instantly turns raw network data into actionable >>>> > security intelligence. It gives you real-time visual feedback on key >>>> > security issues and trends. Skip the complicated setup - simply >>>> > import >>>> > a virtual appliance and go from zero to informed in seconds. >>>> > >>>> > http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk >>>> > _______________________________________________ >>>> > QuantLib-users mailing list >>>> > [hidden email] >>>> > https://lists.sourceforge.net/lists/listinfo/quantlib-users >>>> > >>>> >>>> >>>> >>>> -- >>>> <https://implementingquantlib.blogspot.com> >>>> <https://twitter.com/lballabio> >>> >>> >> > > > ------------------------------------------------------------------------------ > WatchGuard Dimension instantly turns raw network data into actionable > security intelligence. It gives you real-time visual feedback on key > security issues and trends. Skip the complicated setup - simply import > a virtual appliance and go from zero to informed in seconds. > http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk > _______________________________________________ > QuantLib-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/quantlib-users > -- <https://implementingquantlib.blogspot.com> <https://twitter.com/lballabio> ------------------------------------------------------------------------------ WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gives you real-time visual feedback on key security issues and trends. Skip the complicated setup - simply import a virtual appliance and go from zero to informed in seconds. http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Paolo, I would suggest you to build boost_1_55 lib folder by yourself. It is quite easy. Just follow instructions in the link luigi gave in his mail. Dominique. 2014-01-28 Luigi Ballabio <[hidden email]> The lib folder will be created when you compile the libraries. ------------------------------------------------------------------------------ WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gives you real-time visual feedback on key security issues and trends. Skip the complicated setup - simply import a virtual appliance and go from zero to informed in seconds. http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |