libtool-patches
[Top][All Lists]
Advanced

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

Re: PATCH Compaq UNIX 4.0 multi-language-branch


From: ANEESH KUMAR .K.V
Subject: Re: PATCH Compaq UNIX 4.0 multi-language-branch
Date: Mon, 20 Nov 2000 04:18:55 GMT

Hai ,

This should be fine . I wonder my last mail reached you guys properly . Sorry for sending these sort of mails again and again .

-aneesh

Index: libtool/ChangeLog
===================================================================
RCS file: /home/cvs/libtool/ChangeLog,v
retrieving revision 1.641.2.132
diff -u -r1.641.2.132 ChangeLog
--- libtool/ChangeLog   2000/11/11 13:42:59     1.641.2.132
+++ libtool/ChangeLog   2000/11/15 10:53:54
@@ -1,3 +1,7 @@
+2000-11-15  Aneesh Kumar K.V <address@hidden>
+
+       * ltcf-cxx.sh (archive_expsym_cmds):  Support for -export-symbol
+        option on Tru64.
2000-11-11  Gary V. Vaughan  <address@hidden>

       * ltdl.m4, ltcf-c.sh, libtool.m4: Use $ac_ext and $ac_objext
Index: libtool/ltcf-cxx.sh
===================================================================
RCS file: /home/cvs/libtool/Attic/ltcf-cxx.sh,v
retrieving revision 1.1.2.24
diff -u -r1.1.2.24 ltcf-cxx.sh
--- libtool/ltcf-cxx.sh 2000/10/30 22:48:18     1.1.2.24
+++ libtool/ltcf-cxx.sh 2000/11/15 10:53:57
@@ -396,6 +396,10 @@
        ;;
      cxx)
        allow_undefined_flag=' -expect_unresolved \*'
+
+ archive_expsym_cmds='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ + $CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
+
archive_cmds='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'

        hardcode_libdir_flag_spec='-rpath $libdir'




From: Ossama Othman <address@hidden>
To: "ANEESH KUMAR .K.V" <address@hidden>
CC: address@hidden
Subject: Re: PATCH  Compaq UNIX 4.0 multi-language-branch
Date: Mon, 30 Oct 2000 15:33:21 -0800

Hi Aneesh,

On Thu, Oct 19, 2000 at 03:54:39AM +0000, ANEESH KUMAR .K.V wrote:
> Here it goes Enjoy . If i pass -Wl,-rpath -Wl,somedir as a link opts the
> cxx compiler will crib  now .This can only be corrected by parsing  the
> linkopts . But then it too much work .Any how it is fixed. Of course it is > not a libtool bug . So i have changed the part of libtool.m4 that passes
> -rpath in the above format . I passed  -path direclty .

Would you happen to have a patch for the multi-language branch
ltcf-cxx.sh regarding the archive_expsym_cmd change in your patch?  It
doesn't look like the same change can go into that file without some
modification.

I did apply your patch to the C shared library support on all relevant
branches (HEAD, 1-3-5, and MLB).

Thanks,
-Ossama
--
Ossama Othman <address@hidden>
Distributed Object Computing Laboratory, Univ. of California at Irvine
1024D/F7A394A8 - 84ED AA0B 1203 99E4 1068  70E6 5EB7 5E71 F7A3 94A8

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at http://profiles.msn.com.




reply via email to

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