This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: More granulated allow-shlib-undefined option


On 08/02/2010 12:11 PM, Vladimir Simonov wrote:
Hi all,

allow-shlib-undefined works perfectly for executable linking.
It allows undefined symbols in shared libraries but checks
all symbols in executable itself.

Does somebody know how to get the same effect for
shared library linking?

I want to force check unresolved in "target"
(currently linking shared library) but allow undefined
symbols in other shared libraries specified in ld command.
My platform is Linux.

Thanks in advance

Vladimir Simonov



Just forget to mention - --unresolved-symbols=ignore-in-shared-libs was tried as well. It also allows unresolved both in currently linking shared library and in other shared libraries specified in ld command.


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