libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] give the -no-undefined flag an effect with AIX runtime linking e


From: Michael Haubenwallner
Subject: [PATCH] give the -no-undefined flag an effect with AIX runtime linking enabled
Date: Mon, 25 Jul 2011 13:55:02 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110308 Lightning/1.0b3pre Thunderbird/3.1.9

Hello Ralf!

On AIX, when runtime linking is in effect, '-G' linker flag is used
to create the shared objects - which allows undefined symbols.

But libtool.m4 defines the allow_undefined_flag (=-berok) instead
of the no_undefined_flag (=-bernotok), which actually renders the
-no-undefined libtool switch useless when runtime linking is active.

Thank you!

Attachment: aix-rtl-no-undefined.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]