Ubuntu – Can I link an executable without recursively checking its shared objects references/linkage?
I'm building an executable which needs to link to some legacy shared objects to not only use the version of symbols exported by those, but also ensure that the sections of .gnu.version_r section as is properly populated well. In short,…