Login  Register

RE: Unresolved Externals

Posted by Luigi Ballabio-2 on Jul 02, 2003; 7:28am
URL: http://quantlib.414.s1.nabble.com/Unresolved-Externals-tp10261p10263.html

At 03:14 PM 7/2/03 +0200, Andre Louw wrote:

>Luigi wrote:
>
> > $ nm /usr/local/lib/libQuantLib.so | grep blackVarianceImpl
> > (or wherever it's installed if not /usr/local/lib) should
> > tell you whether
> > the missing external is actually defined.
>
>I am now totally confused. I have only 1 version of libQuantLib.so located
>in /usr/local/lib and it _does_ define the missing external. Sorry to be
>such a pain but I'm now stumped!

Maybe for some reason it's not finding the library altogether? Try checking
that ld.so.conf contains an entry for /usr/local/lib (the file should be in
/etc), run ldconfig and try again.

HTH,
         Luigi