libtool-patches
[Top][All Lists]
Advanced

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

Re: fix -R handling


From: Albert Chin
Subject: Re: fix -R handling
Date: Tue, 1 Apr 2003 11:20:26 -0600
User-agent: Mutt/1.4i

On Mon, Mar 31, 2003 at 09:43:50AM -0600, Robert Boehne x238 wrote:
> Approved and checked in to CVS.

Is this the correct solution to the problem? I posted the patch as
soon as I found the solution without determining if it was really the
correct fix. Did any peer review happen?

> Bruno Haible wrote:
> > 
> > Hi,
> > 
> > As suggested by Robert Boehne, I'm now submitting the libtool patches
> > I've made for gettext and libiconv. My patches are relative to 
> > libtool-1.4.3;
> > I hope it's easy enough for you to apply them to the current CVS (otherwise
> > please make an 1.5 release and I'll port them to 1.5 and resubmit).
> > 
> > This patch was posted on a GNU mailing list by Albert Chin. It is essential
> > for use of libtool, libintl etc. on all platforms where the linker doesn't
> > understand the -R flag directly, like OSF/1. The -R flags from a .la's
> > dependency_libs are taken into account by a different variable and must be
> > ignored in this particular pass.
> > 
> > 2003-01-03  Albert Chin  <address@hidden>
> > 
> >         * ltmain.sh: Don't pass -R flags found in a .la's dependency_libs
> >         variable directly down to the linker.
> >         Reported by Tim Mooney <address@hidden>.
> > 
> > *** libtool-1.4.3/ltmain.sh     2002-10-23 04:26:24.000000000 +0200
> > --- ltmain.sh   2003-02-18 21:53:41.000000000 +0100
> > ***************
> > *** 2084,2089 ****
> > --- 2092,2098 ----
> >           for deplib in $tmp_libs; do
> >             case $deplib in
> >             -L*) new_libs="$deplib $new_libs" ;;
> > +           -R*) ;;
> >             *)
> >               case " $specialdeplibs " in
> >               *" $deplib "*) new_libs="$deplib $new_libs" ;;
> > 
> > _______________________________________________
> > Libtool-patches mailing list
> > address@hidden
> > http://mail.gnu.org/mailman/listinfo/libtool-patches
> 
> -- 
> Robert Boehne             Software Engineer
> Ricardo Software   Chicago Technical Center
> TEL: (630)789-0003 x. 238
> FAX: (630)789-0127
> email:  rboehne AT ricardo-us DOT com
> 
> 
> _______________________________________________
> Libtool-patches mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/libtool-patches

-- 
albert chin (address@hidden)




reply via email to

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