delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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: | <419498A0.2030506@x-ray.at> |
Date: | Fri, 12 Nov 2004 12:04:00 +0100 |
From: | Reini Urban <rurban AT x-ray DOT at> |
User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.8a4) Gecko/20040927 |
MIME-Version: | 1.0 |
To: | Charles Wilson <cygwin AT cwilson DOT fastmail DOT fm> |
CC: | cygwin AT cygwin DOT com |
Subject: | Re: library `/usr/lib/libncurses.la' was moved. |
References: | <4192A2FE DOT 4070009 AT familiehaase DOT de> <4193D878 DOT 6040203 AT cwilson DOT fastmail DOT fm> |
In-Reply-To: | <4193D878.6040203@cwilson.fastmail.fm> |
X-IsSubscribed: | yes |
Charles Wilson schrieb: > Gerrit P. Haase wrote: >> Getting this warning: >> >> libtool: link: warning: library `/usr/lib/libncurses.la' was moved. >> >> $ cat /usr/lib/libncurses.la >> [...] >> # Directory that this library needs to be installed in: >> libdir='/usr/src/ncurses/ncurses-5.4/.inst/usr/lib' > > > Hmm....sorry I missed that. ncurses is weird; it uses libtool but not > automake, so DESTDIR installs are tricky. I'll try to roll a new > release next week sometime. In the meantime, just change the line to > the obvious > > > libdir='/usr/lib' > > You'll also need to change "dependency_libs" as well -- and these > modifications go for all of the ncurses .la files: > > libpanel.la > libmenu.la > libform.la > libncurses.la > libncurses++.la this should fix all those .la's: zcat /etc/setup/libncurses-devel.lst.gz | grep "\.la$" | \ (cd /; xargs perl -pi.orig \ -e 's|/usr/src/ncurses/ncurses-5.4/.build/lib|/lib|g; s|/usr/src/ncurses/ncurses-5.4/.inst/usr/lib|/usr/lib|g' ) -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |