libtool-patches
[Top][All Lists]
Advanced

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

RE: AIX patch for libtool.m4


From: Boehne, Robert
Subject: RE: AIX patch for libtool.m4
Date: Tue, 27 May 2003 13:25:24 -0500

Jim,

According to:
  http://www-1.ibm.com/servers/esdd/pdfs/aix_ll.pdf

One should create an AIX style library with -qmkshrobj and
create a SYSV-compat library with -G.  The two options should
not be used together.  All of the AIX support code in Libtool
has been written or looked over by IBM engineers in Austin, so
I'm very confident that Libtool is building these libraries correctly.

Thanks,

Robert Boehne



-----Original Message-----
From: jedwards [mailto:address@hidden
Sent: Tuesday, May 27, 2003 12:35 PM
To: address@hidden
Subject: AIX patch for libtool.m4


Hi,

The following patch for AIX 5 and xlC 6.0 causes shared libraries to be 
built correctly with xlC when LDFLAGS=-brtl is in the environment.  I 
think that this probably ought to be the default rather than the 
exception.  If you are interested I can look into changing things so 
that it is.


diff -r1.314.2.2 libtool.m4
2806c2806
<         shared_flag='${wl}-G'
---
 >        shared_flag='${wl}-G -qmkshrobj'




-- 
Jim Edwards             address@hidden
IBM Applications Analyst
NCAR SCD
BOULDER CO  303-497-1842



_______________________________________________
Libtool-patches mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/libtool-patches




reply via email to

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