Using linker scripts with dlopen
Roland McGrath
roland@hack.frob.com
Thu Jul 28 18:39:00 GMT 2011
> Respectfully, there is another use case: In interpreters there is no
> separate build phase, so dynamic loading makes sense for these
> situations. This is where my patch is applicable. I'm open to any
> suggestions for a better approach.
Regardless of how it comes about that you're doing a particular dlopen,
you really need to know the exact ABI of the symbols you're using, and
that goes with a precise SONAME and a symbol version set. So if you
think you know a symbol name and the appropriate ABI for it without
knowing a precise SONAME and symbol version set too, you're just wrong.
Thanks,
Roland
More information about the Libc-alpha
mailing list