libtool-patches
[Top][All Lists]
Advanced

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

Re: shared libraries under HP-UX 10.20


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

On Wed, Dec 20, 2000 at 03:46:28PM -0600, Albert Chin-A-Young wrote:
> 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.

Oops, use this patch instead.

--- 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*)
+  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
   ;;

-- 
albert chin (address@hidden)



reply via email to

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