Re: Examples compile but don't run correctly
Posted by Luigi Ballabio on
URL: http://quantlib.414.s1.nabble.com/Examples-compile-but-don-t-run-correctly-tp3866p3867.html
On Jun 15, 2005, at 1:46 PM, Brian Clarkson wrote:
> I though I successfully installed quantlib-0.3.9 but when I compiled
> the examples (using 'make examples'), they don't run correctly.
Brian,
I reproduced the error. Indeed it's a problem with Mac OS X shared
library.
Configure the library with
./configure --disable-shared
to compile QuantLib as a static library and obtain the correct behavior.
Later,
Luigi