libtool-patches
[Top][All Lists]
Advanced

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

Re: Use cc to created shared libraries on HP-UX 11.x


From: Albert Chin
Subject: Re: Use cc to created shared libraries on HP-UX 11.x
Date: Sat, 17 Apr 2004 11:36:35 -0500
User-agent: Mutt/1.5.6i

On Sat, Apr 17, 2004 at 11:24:56AM -0500, Albert Chin wrote:
> 
>       * m4/libtool.m4: Use cc rather than ld to created
>       a shared library on HP-UX 11.x. On HP-UX 10.x, the
>       C compiler doesn't grok -b so we continue to use ld.

Oops, need the attached patch as well.

-- 
albert chin (address@hidden)

-- snip snip
Index: m4/libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/m4/libtool.m4,v
retrieving revision 1.62
diff -u -3 -p -r1.62 libtool.m4
--- m4/libtool.m4       15 Apr 2004 17:05:26 -0000      1.62
+++ m4/libtool.m4       16 Apr 2004 16:31:00 -0000
@@ -4815,7 +4842,6 @@ if test -n "$compiler"; then
         case "$host_cpu" in
         hppa*64*)
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
           ;;
         ia64*)




reply via email to

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