|
From: Luigi B. <lui...@fa...> - 2003-08-28 06:59:37
|
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
|