Re: Load of .so failing for unknown and capricious reasons

Nathan Meyers (nmeyers@teleport.com)
Sun, 21 Jun 1998 10:04:21 -0700


Pasha Murat wrote:

> 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"?