Re: Shared object use
Pasha Murat (murat@cdfsga.fnal.gov)
Tue, 20 Jul 1999 14:02:32 -0500 (CDT)
Andrew Askew (padley) writes:
> Hello ROOTers!
>
> I've been experiencing a strange phenomena when it comes to adding classes
> via the loading of a shared object from the interpreter. The normal:
>
> gSystem.Load("library.so")
>
> returns without an error, just as it does when it has been sucessful. But
> attempts to use the classes added from the library result in errors, ROOT
> claims it has no knowledge of the things added from the file.
> Any help would be appreciated,
>
> Andrew Askew
> Rice University
>
>
You may want to make sure that you have CINT dictionaries for the classes
compiled into the library. -Best, Pasha