Re: Undefined symbol

Posted by Luigi Ballabio-2 on
URL: http://quantlib.414.s1.nabble.com/Undefined-symbol-tp10476p10477.html

On 2004.02.03 08:09, Andre Louw wrote:
> BlackVolTermStructure (documented as an abstract class) defines 3
> virtual functions, timeDerivative,strikeDerivative,
> strikeSecondDerivative. On the SWIG side it is used as a class, which  
> results in undefined symbols when importing QuantLib in Python!?

Andre,
        BlackVolTermStructure no longer defines those functions---at  
least since version 0.3.4. Are you sure you're not including some old  
version you got lying around?

Later,
        Luigi