Re: transitive shared library dependencies and installation

2020-01-12 Thread Russ Allbery
Roumen Petrov writes: > Urgh, article with very limited niche. First is only for shared libraries, > next unresolved externals in shared library, and finally requires > "advanced" loader. Overlinking isn't about unresolved externals in shared libraries. It's about avoiding linking with shared

Re: transitive shared library dependencies and installation

2020-01-12 Thread Roumen Petrov
Hi Feri, wf...@niif.hu wrote: [SNIP] On the other hand, this overlinks the final binary: $ objdump -p .libs/translib | fgrep NEEDED NEEDED liba.so NEEDED libb.so NEEDED libc.so.6 libb.so is unneeded here (but is present in the installed