Re: Examples compile but don't run correctly
Posted by
Brian Clarkson on
URL: http://quantlib.414.s1.nabble.com/Examples-compile-but-don-t-run-correctly-tp3866p3868.html
Luigi,
Sorry I took so long to reply and thank you for looking into this for
me! Your suggestion indeed worked and all of the examples compile and
run fine. For documentation purposes my final configure commandline
was:
./configure --disable-shared --with-boost-include=/sw/include
--with-boost-lib=/sw/lib
because I have a fink installation of boost.
Cheers,
Brian
On Jul 9, 2005, at 6:50 PM, Luigi Ballabio wrote:
>
> 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
>