libtool-patches
[Top][All Lists]
Advanced

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

Minor bug under AIX4/5


From: Robert Boehne
Subject: Minor bug under AIX4/5
Date: Mon, 23 Jul 2001 16:14:03 -0500

Here it is with the patch included.  ;)

This patch changes the AIX linkder option from -bnoerok to -bernotok.
There is no option -bnoerok, this is a misspelling.
As this is an obvious bugfix, I'm checking it in asap.

Robert

-- 
Robert Boehne             Software Engineer
Ricardo Software   Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email:  address@hidden
Index: ChangeLog
===================================================================
RCS file: /cvsroot/libtool/libtool/ChangeLog,v
retrieving revision 1.981
diff -u -r1.981 ChangeLog
--- ChangeLog   2001/07/23 16:41:49     1.981
+++ ChangeLog   2001/07/23 21:10:24
@@ -1,3 +1,10 @@
+2001-07-23  Robert Boehne  <address@hidden>
+
+       * libtool.m4 (AC_LIBTOOL_LANG_CXX_CONFIG, AC_LIBTOOL_PROG_LD_SHLIBS)
+       [aix4/5]: Fixed a mispelled binder option under AIX.  The option to
+       throw errors for unresolved external references is -bernotok, not
+       -bnoerok.
+
 2001-07-19  Robert Boehne  <address@hidden>
 
        * libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS): Fix tag support
Index: libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libtool.m4,v
retrieving revision 1.197
diff -u -r1.197 libtool.m4
--- libtool.m4  2001/07/23 16:41:49     1.197
+++ libtool.m4  2001/07/23 21:10:25
@@ -2423,7 +2423,7 @@
         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, 
$1)='${wl}-blibpath:$libdir:/usr/lib:/lib'
         # Warning - without using the other run time loading flags,
         # -berok will link without error, but may produce a broken library.
-        _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bnoerok'
+        _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
         # -bexpall does not export symbols beginning with underscore (_)
         _LT_AC_TAGVAR(always_export_symbols, $1)=yes
@@ -4488,7 +4488,7 @@
           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, 
$1)='${wl}-blibpath:$libdir:/usr/lib:/lib'
           # Warning - without using the other run time loading flags,
           # -berok will link without error, but may produce a broken library.
-          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bnoerok'
+          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
           # -bexpall does not export symbols beginning with underscore (_)
           _LT_AC_TAGVAR(always_export_symbols, $1)=yes

reply via email to

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