From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20846 invoked by alias); 12 Nov 2004 11:04:27 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 20790 invoked from network); 12 Nov 2004 11:04:14 -0000 Received: from unknown (HELO smartmx-07.inode.at) (213.229.60.39) by sourceware.org with SMTP; 12 Nov 2004 11:04:14 -0000 Received: from [62.99.252.218] (port=64267 helo=[192.168.0.2]) by smartmx-07.inode.at with esmtp (Exim 4.30) id 1CSZDw-0001rv-AZ; Fri, 12 Nov 2004 12:04:12 +0100 Message-ID: <419498A0.2030506@x-ray.at> Date: Fri, 12 Nov 2004 11:04:00 -0000 From: Reini Urban 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 CC: cygwin@cygwin.com Subject: Re: library `/usr/lib/libncurses.la' was moved. References: <4192A2FE.4070009@familiehaase.de> <4193D878.6040203@cwilson.fastmail.fm> In-Reply-To: <4193D878.6040203@cwilson.fastmail.fm> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2004-11/txt/msg00461.txt.bz2 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/