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-tp3866p3869.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 still haven't had the chance to try and compile the library under
Mac OS X. However, I know there were problems on that platform with
shared libraries. Did you try running the test suite, and if so, did
you have any problems? For it to run correctly, one had to configure
the library with
./configure --disable-shared
You may try running the above and recompiling the whole thing (I don't
know whether reconfiguring will trigger the recompilation, but 'make
clean' and 'make' will do the trick.)

HTH,
        Luigi