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: <4193D878.6040203@cwilson.fastmail.fm> Date: Thu, 11 Nov 2004 16:24:08 -0500 From: Charles Wilson <cygwin AT cwilson DOT fastmail DOT fm> 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: cygwin AT cygwin DOT com Subject: Re: library `/usr/lib/libncurses.la' was moved. References: <4192A2FE DOT 4070009 AT familiehaase DOT de> In-Reply-To: <4192A2FE.4070009@familiehaase.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Gerrit P. Haase wrote: > Hi, > > 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 -- 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/