GNU bug report logs - #9736
Configure error for emacs-24.0.90 with AIX 5.3

Previous Next

Package: emacs;

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 #20 received at 9736 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Dan Nicolaescu <dann <at> gnu.org>
Cc: Perry Smith <pedzsan <at> gmail.com>, 9736 <at> debbugs.gnu.org
Subject: Re: bug#9736: Configure error for emacs-24.0.90 with AIX 5.3
Date: Wed, 12 Oct 2011 14:09:34 -0400
Dan Nicolaescu wrote:

> I think the configure test is incorrect.
> For example on Solaris this would find libtermcap, where previous emacs
> version would use libcurses, which would be the better option.

PPS are you sure this is an issue, because later on we see:

case "$opsys" in
  aix4-2|cygwin|hpux*|irix6-5|openbsd|sol2*|unixware) TERMINFO=yes ;;
  [...]
esac

[...]

if test $TERMINFO = yes; then
   [...]
   test "x$LIBS_TERMCAP" = "x" && LIBS_TERMCAP="-lcurses"
   [...]
fi

As a test, I built 24.0.90 on Solaris and indeed it linked to libcurses
and not libtermcap.




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.