libtool-patches
[Top][All Lists]
Advanced

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

shared libraries under HP-UX 10.20


From: Albert Chin-A-Young
Subject: shared libraries under HP-UX 10.20
Date: Wed, 20 Dec 2000 15:46:28 -0600
User-agent: Mutt/1.1.12i

It's currently not possible to generate shared libraries under HP-UX
10.20 with the latest libtool from the ML branch. Patch attached. A
similar workaround exists for freebsd.

-- 
albert chin (address@hidden)

-- snip snip
--- libtool.m4.orig     Wed Dec 20 15:41:42 2000
+++ libtool.m4  Wed Dec 20 15:41:57 2000
@@ -566,7 +566,9 @@
   ;;
 
 hpux10.20*|hpux11*)
+  changequote(,)dnl
   lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) 
shared library'
+  changequote([, ])dnl
   lt_cv_file_magic_cmd=/usr/bin/file
   lt_cv_file_magic_test_file=/usr/lib/libc.sl
   ;;



reply via email to

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