From bbb31264f7354b17eb6ed7f21b017ad9078fa2de Mon Sep 17 00:00:00 2001 From: Kean Johnston Date: Mon, 31 Oct 2005 09:59:15 +0000 Subject: [PATCH] * libtool.m4 (AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE): Set correct symcode values for the native nm on SCO platforms. --- ChangeLog | 3 +++ libtool.m4 | 11 ++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index da6cd1853..212ea2bc3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-10-31 Kean Johnston + * libtool.m4 (AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE): Set correct + symcode values for the native nm on SCO platforms. + * ltdl.m4 (LT_SYS_DLOPEN_DEPLIBS): All SCO platforms open dependency libraries when you dlopen a module. diff --git a/libtool.m4 b/libtool.m4 index 10f7db0ef..b367de25b 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -4587,9 +4587,18 @@ irix* | nonstopux*) 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]]' ;; -- 2.47.3