> Hi Nathan,
>
> egcs-compiled version has been built with -fno-rtti and -fno-exceptions
> flags on, make sure that you also turn rtti and exceptions off.
That did it. Thanks!
> Nathan Meyers writes:
> > Hi,
> >
> > I'm having some odd difficulties integrating my own classes with Root;
> > TSystem::Load() can fail or succeed on my .so's for reasons that are not
> > obvious. Is there a way to get more detail than "Dynamic link library
> > ... can not load"?