libtool-patches
[Top][All Lists]
Advanced

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

Re: [MLB] Patch: Check for GNU nm under AIX 4 and 5


From: Alexandre Oliva
Subject: Re: [MLB] Patch: Check for GNU nm under AIX 4 and 5
Date: 16 Feb 2001 17:27:40 -0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley)

On Feb 15, 2001, Alexandre Oliva <address@hidden> wrote:

> On Feb 15, 2001, Alexandre Oliva <address@hidden> wrote:
>> if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC__ >= 97)'

> Make the last one __GNUC_MINOR__

Unfortunately, this patch didn't work as I expected.  It uncovered a
bug in libtool.

The problem is that, whenever we drop some dependency library,
-no-undefined has to be cancelled.  This wouldn't happen in the case
of libltdl, and we ended up failing to link it in.

But this made me curious: why didn't libltdl fail before, since it did
depend on other libraries.  Or did it?  Maybe the failure condition is
not as broad as I had first thought...

-- 
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]