Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <41662639.3030306@cwilson.fastmail.fm> Date: Fri, 08 Oct 2004 01:31:37 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 MultiZilla/1.6.4.0b MIME-Version: 1.0 To: "Gerrit @ cygwin" Subject: Re: libtool bug References: <16741 DOT 49587 DOT 333388 DOT 685699 AT byrd DOT xs4all DOT nl> <1968842951 DOT 20041008015659 AT familiehaase DOT de> In-Reply-To: <1968842951.20041008015659@familiehaase.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Gerrit P. Haase wrote: > $ diff -ud ltmain.sh.old ltmain.sh > --- ltmain.sh.old 2004-10-08 01:56:36.797564800 +0200 > +++ ltmain.sh 2004-10-02 02:24:08.852576000 +0200 > @@ -2416,7 +2416,7 @@ > { test "$prefer_static_libs" = no || test -z "$old_library"; }; then > if test "$installed" = no; then > notinst_deplibs="$notinst_deplibs $lib" > - need_relink=yes > + need_relink=no > fi > # This is a shared library Obviously, this patch can't go back to the "real" libtool because it turns off relinking for all platforms, not just cygwin. I'm testing something related in the libtool-2.0pre baseline...stay tuned. I recall this came up earlier but I can't find it in the archives. What was my objection back then? I'm sure someone objected, because otherwise it would have gone in; and I'm sure it was me, because nobody else cares about the libtool internals. :-) -- Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/