Login  Register

Re: Problem testing [Re: Final tarballs]

Posted by Luigi Ballabio-2 on Aug 28, 2003; 1:00am
URL: http://quantlib.414.s1.nabble.com/Final-tarballs-tp10320p10325.html

At 05:08 PM 8/27/03 -0500, Dirk Eddelbuettel wrote:
>Interesting. I don't get that -- the test suite runs fine once the package
>is installed. It just doesn't from 'make check'. I get
>
>[...]
>Testing old-style Monte Carlo single-factor pricers...
>Testing old-style Monte Carlo multi-factor pricers...
>
>OK (64 tests)

Dirk,
         it looks like it was trying to load the library you had previously
installed instead of the one you had just built---which caused it to fail
linking the shared library at run-time, but got resolved by installing the
new library. Maybe a linker-path thing?

Later,
         Luigi