bug-libtool
[Top][All Lists]
Advanced

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

Re: Handling object name conflicts


From: Peter O'Gorman
Subject: Re: Handling object name conflicts
Date: Tue, 31 May 2005 12:49:08 +0900
User-agent: Mozilla Thunderbird 1.0 (Macintosh/20041206)

Ralf Wildenhues wrote:
Hi Peter,

* Peter O'Gorman wrote on Sat, May 28, 2005 at 05:56:03PM CEST:

Ralf Wildenhues wrote:

What happens instead with your patch applied (sorry for not checking
myself)?

Attached is a gnuradio build snippit. Also passes all tests.


That looks fine, yes.  Thanks!

I just applied this patch to all branches.

Peter
--
Peter O'Gorman - http://www.pogma.com
Index: ChangeLog
2004-05-31  Peter O'Gorman  <address@hidden>

        * ltmain.in: Do not add installed static litool libraries to
        convenience, they are not convenience libraries.
        Reported by Chen-Mou Cheng <address@hidden>

from  Ralf Wildenhues  <address@hidden>
Index: ltmain.in
===================================================================
RCS file: /cvsroot/libtool/libtool/Attic/ltmain.in,v
retrieving revision 1.334.2.69
diff -u -3 -p -u -r1.334.2.69 ltmain.in
--- ltmain.in 4 May 2005 13:52:10 -0000 1.334.2.69
+++ ltmain.in 31 May 2005 03:46:21 -0000
@@ -2729,8 +2729,6 @@ EOF
              fi
            fi
          else
-           convenience="$convenience $dir/$old_library"
-           old_convenience="$old_convenience $dir/$old_library"
            deplibs="$dir/$old_library $deplibs"
            link_static=yes
          fi

reply via email to

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