* Kean Johnston wrote on Mon, Oct 31, 2005 at 02:07:59AM CET:
> Patch 9 of 10 attached ...
> Rationale:
> The valid symbol tags were incorrect for SCO platforms. Correct them.
Applied to branch-1-5 and HEAD (below).
Thanks!
Ralf
2005-10-31 Kean Johnston <[EMAIL PROTECTED]>
* libltdl/m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS): Set correct
symcode values for the native nm on SCO platforms.
Index: libltdl/m4/libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/m4/libtool.m4,v
retrieving revision 1.28
diff -u -r1.28 libtool.m4
--- libltdl/m4/libtool.m4 31 Oct 2005 08:37:26 -0000 1.28
+++ libltdl/m4/libtool.m4 31 Oct 2005 09:57:07 -0000
@@ -3040,8 +3040,17 @@
osf*)
symcode='[[BCDEGQRST]]'
;;
-solaris* | sysv5*)
+solaris*)
symcode='[[BDRT]]'
+ ;;
+sco3.2v5*)
+ symcode='[[DT]]'
+ ;;
+sysv4.2uw2*)
+ symcode='[[DT]]'
+ ;;
+sysv5* | sco5v6* | unixware* | OpenUNIX*)
+ symcode='[[ABDT]]'
;;
sysv4)
symcode='[[DFNSTU]]'