Re: calendar problem when calling quantlib lib from java

Posted by Nicola Jean on
URL: http://quantlib.414.s1.nabble.com/calendar-problem-when-calling-quantlib-lib-from-java-tp5595p5596.html

I experienced a problem very similar to yours when I was trying to use
the swig wrapped version of QuantLib in Python. DayCounter() was
working but ActualActual(ActualActual::ISDA) completely froze my
python console, probably due to a memory leak. After few tries I
realized that in QuantLib-SWIG/setup.py I was including boost_1_34_1
but I was linking against an older version of boost.
Setting the right library linking flag(boost_1_34_1) solved my problem.
Hope this help.
N.Jean

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users