This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Dynamic library loading inner workings


On Tue, 7 Dec 2010 14:28:15 -0500
"Carlos O'Donell" <carlos@systemhalted.org> wrote:

> On Tue, Dec 7, 2010 at 2:15 PM, Andreas Fink
> <andreas.fink85@googlemail.com> wrote:
> > I think the problem here is the c++ language with its RTTI?
> 
> It might be, I have never tried plugins with C++.
> 
> I would start with -Bsymbolic:
> http://sourceware.org/binutils/docs-2.20/ld/Options.html#index-g_t_002dBsymbolic-145
> 
> The next three options i.e. -Bsymbolic-functions, --dynamic-list, and
> --dynamic-list-data are also relevant.
> 
> Does that help?
> 
> Cheers,
> Carlos.

Indeed, -Bsymbolic solves my problem :)

Thanks a lot Carlos!

Regards
Andreas


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]