Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Fri, 8 Oct 2004 01:56:59 +0200
From: "Gerrit P. Haase" <gp@familiehaase.de>
Reply-To: "Gerrit @ cygwin" <cygwin@cygwin.com>
Organization: Esse keine toten Tiere
Message-ID: <1968842951.20041008015659@familiehaase.de>
To: Han-Wen Nienhuys <hanwen@xs4all.nl>
CC: cygwin@cygwin.com, jantien@xs4all.nl
Subject: Re: libtool bug
In-Reply-To: <16741.49587.333388.685699@byrd.xs4all.nl>
References: <16741.49587.333388.685699@byrd.xs4all.nl>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: 8bit
X-IsSubscribed: yes

Hello Han-Wen,

> 	libtool: install: warning: relinking `libguile-srfi-srfi-1-v-2.la'

I saw also problems with the useless relinking, I think it is time to
remove this for Cygwin completely.  I have already fixed it in my
local copy:

$ 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
 


Gerrit
-- 
=^..^=



--
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/

