Login  Register

Re: QuantLib for Python2.6 Windows

Posted by steinarruneeriksen on Sep 25, 2009; 7:17am
URL: http://quantlib.414.s1.nabble.com/QuantLib-for-Python2-6-Windows-tp8023p8025.html

It failed with all versions of Boost. With Boost 1.40 I am having some other problems, not being able to build QuantLib it self even. With Boost earlier versions QuantLib builds fine, it is the SWIG wrapper tha fails in linking.

Temporarily what I did was to change the linker option to force building a library despite the unresolved linkage issue. I am for myself able to compare tests between this lib for Python 2.6 with the one I have for Python 2.5 and the functions I use work fine.  Obviously not an ideal solution, but works for me.




Luigi Ballabio wrote
On Thu, 2009-09-17 at 04:20 -0700, steinarruneeriksen wrote:
> I have built QuantLib (0.97) itself with 2008, resulting in
> QuantLib-vc90-mt-s-0_9_7.lib. This works fine, and I have tried all kinds of
> versions of boost along side it (1.34.1->1.39.9). There is an error with
> Boost 1.40 and as such I was not able to try this one with  QuantLib 0.97

Sorry, I'm not sure I got this---were you able to build the QuantLib
module with Boost <= 1.39? Or does it fail with those as well?

Luigi