libtool-patches
[Top][All Lists]
Advanced

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

Re: AIX 4 libtool configuration


From: Alexandre Oliva
Subject: Re: AIX 4 libtool configuration
Date: 13 Nov 2000 00:55:19 -0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

On Nov 13, 2000, Ossama Othman <address@hidden> wrote:

> Thanks for volunteering me. :-)

You're welcome :-)

Consider yourself volunteered to apply Mark Mitchell's patch too :-)

His patch has just gone into the GCC tree, and I'd rather keep the
trees from diverging as much as possible.

The rationale for his change is that, in the ML branch, the
configuration for C knows that libstdc++ isn't being linked in
implicitly, so we don't have to save ourselves from the risk of having
a static non-PIC libstdc++.

Also, in case you feel like merging any of these patches into 1.4,
Mark Mitchell's patch isn't safe for libtool.m4, because we can't
assume libstdc++ is not being linked in in the language-unaware
libtool; you may use the same code if you change the condition so that
it also tests whether gcc is 2.8 or newer, and add -mimpure-text to
the link command, so that we don't fall victim of the static libstdc++
problem.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  address@hidden, redhat.com}
CS PhD student at IC-Unicamp        address@hidden, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



reply via email to

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