GNU bug report logs -
#9736
Configure error for emacs-24.0.90 with AIX 5.3
Previous Next
Reported by: Perry Smith <pedzsan <at> gmail.com>
Date: Wed, 12 Oct 2011 13:20:02 UTC
Severity: normal
Fixed in version 24.0.91
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 9736 <at> debbugs.gnu.org (full text, mbox):
The error message says:
I couldn't find termcap functions (tputs and friends). Maybe some
development libraries/packages are missing? Try installing
libncurses-dev(el), libterminfo-dev(el) or similar.
(I think the wording could be improved a bit.)
configure checks for the tputs function in any of libncurses,
libterminfo, and libtermcap. Your system does not seem to have any of
them:
collect2: library libncurses not found
collect2: library libterminfo not found
collect2: library libtermcap not found
Please try either installing one of these libraries and its header
files, or if they are already installed explicitly telling configure
where they are; eg:
CFLAGS=-I/path/to/terminfo/include LDFLAGS=-L/path/to/terminfo/lib ./configure
This bug report was last modified 7 years and 236 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.