This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: library `/usr/lib/libncurses.la' was moved.


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]