From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#9736: Configure error for emacs-24.0.90 with AIX 5.3 Date: Wed, 12 Oct 2011 12:34:06 -0400 Message-ID: <4f62jucgox.fsf@fencepost.gnu.org> References: <30EBBEDA-8475-4DCE-8089-EB519C4F11DB@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1318437289 22284 80.91.229.12 (12 Oct 2011 16:34:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 12 Oct 2011 16:34:49 +0000 (UTC) Cc: 9736@debbugs.gnu.org To: Perry Smith Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 12 18:34:44 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RE1lU-0003z3-0F for geb-bug-gnu-emacs@m.gmane.org; Wed, 12 Oct 2011 18:34:44 +0200 Original-Received: from localhost ([::1]:45859 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE1lT-0002Oh-Ef for geb-bug-gnu-emacs@m.gmane.org; Wed, 12 Oct 2011 12:34:43 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:39200) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE1lQ-0002Ga-98 for bug-gnu-emacs@gnu.org; Wed, 12 Oct 2011 12:34:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RE1lP-0000Nd-3L for bug-gnu-emacs@gnu.org; Wed, 12 Oct 2011 12:34:40 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:55049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE1lP-0000NZ-0U for bug-gnu-emacs@gnu.org; Wed, 12 Oct 2011 12:34:39 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RE1lm-0007my-8T for bug-gnu-emacs@gnu.org; Wed, 12 Oct 2011 12:35:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 12 Oct 2011 16:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9736 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9736-submit@debbugs.gnu.org id=B9736.131843727229897 (code B ref 9736); Wed, 12 Oct 2011 16:35:02 +0000 Original-Received: (at 9736) by debbugs.gnu.org; 12 Oct 2011 16:34:32 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RE1lI-0007mA-Ia for submit@debbugs.gnu.org; Wed, 12 Oct 2011 12:34:32 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RE1lG-0007m3-NN for 9736@debbugs.gnu.org; Wed, 12 Oct 2011 12:34:31 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RE1ks-0006cq-87; Wed, 12 Oct 2011 12:34:06 -0400 X-Spook: FBI csystems Maple UNSCOM Blowfish radar MDA Europol X-Ran: R>0Qt}CCaN^0v`WLD3?!]hH;z8-^oObQfZI:Z)0--ck>b$iL:W`it>6/o\68h>p%onNlKG X-Hue: magenta X-Attribution: GM In-Reply-To: <30EBBEDA-8475-4DCE-8089-EB519C4F11DB@gmail.com> (Perry Smith's message of "Wed, 12 Oct 2011 08:18:48 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 12 Oct 2011 12:35:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:52589 Archived-At: 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