This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: libtool bug
- From: "Gerrit P. Haase" <gp at familiehaase dot de>
- To: Han-Wen Nienhuys <hanwen at xs4all dot nl>
- Cc: cygwin at cygwin dot com, jantien at xs4all dot nl
- Date: Fri, 8 Oct 2004 01:56:59 +0200
- Subject: Re: libtool bug
- Organization: Esse keine toten Tiere
- References: <16741.49587.333388.685699@byrd.xs4all.nl>
- Reply-to: "Gerrit @ cygwin" <cygwin at cygwin dot com>
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/