From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Perry Smith Newsgroups: gmane.emacs.devel Subject: Compiling emacs-24.0.90 on AIX 5.3 Date: Tue, 11 Oct 2011 22:15:35 -0500 Message-ID: <029DB5D5-3EB6-414F-95C8-1297DC424A7A@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1244.3) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1318389348 1415 80.91.229.12 (12 Oct 2011 03:15:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 12 Oct 2011 03:15:48 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 12 05:15:44 2011 Return-path: Envelope-to: ged-emacs-devel@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 1RDpIG-0002Wq-9d for ged-emacs-devel@m.gmane.org; Wed, 12 Oct 2011 05:15:44 +0200 Original-Received: from localhost ([::1]:60264 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDpIF-0007O6-O7 for ged-emacs-devel@m.gmane.org; Tue, 11 Oct 2011 23:15:43 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:54691) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDpID-0007Ny-Hr for emacs-devel@gnu.org; Tue, 11 Oct 2011 23:15:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RDpIC-0006CY-L6 for emacs-devel@gnu.org; Tue, 11 Oct 2011 23:15:41 -0400 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:65382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDpIC-0006CK-Ih for emacs-devel@gnu.org; Tue, 11 Oct 2011 23:15:40 -0400 Original-Received: by gya6 with SMTP id 6so299167gya.0 for ; Tue, 11 Oct 2011 20:15:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; bh=PDgk9z8EMRxBjEgkcYz14ONC0tZKhdvpQatPgN4AVUc=; b=hAR6Lt2DHp3FzrclJme9N9oO8CcBjWg6KkCpBYzNQi2D23UKlzr3cRc2e4lNizzAbX S8/SIKE18cyMJydWVzoh+hXtoEphP5aHcSX6XCyIoys2aRc/XAWOvxiJrwmOk99u3SeT VipjTKqc5uQyvnM+hqnnI1geSw0zK+8xltcAQ= Original-Received: by 10.100.197.15 with SMTP id u15mr4870509anf.146.1318389339704; Tue, 11 Oct 2011 20:15:39 -0700 (PDT) Original-Received: from [10.0.0.4] ([64.128.19.234]) by mx.google.com with ESMTPS id j13sm2126466ani.19.2011.10.11.20.15.38 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 11 Oct 2011 20:15:39 -0700 (PDT) X-Mailer: Apple Mail (2.1244.3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.160.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:144948 Archived-At: I am trying to compile emacs on AIX 5.3 and I have not yet gotten = through the configure script. It says that I need termcap. AIX uses (mostly) terminfo. I've compiled = emacs on this platform forever and a day and this is the first time I've = hit this. I did ./configure --help but did not see anything about terminfo or = termcap so I'd thought I would post my question here. Thank you for your time pedz