More granulated allow-shlib-undefined option
Vladimir Simonov
sv@sw.ru
Mon Aug 2 08:59:00 GMT 2010
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.
More information about the Binutils
mailing list