zsh-workers
 help / color / mirror / code / Atom feed
From: <kazda@VNET.IBM.COM> (Mike Kazda)
To: Jos Backus <jos@oce.nl>
Cc: zsh-workers@math.gatech.edu
Subject: Re: zsh-2.6-beta14 on AIX with login shell problem
Date: Tue, 23 Apr 1996 11:35:01 -0400	[thread overview]
Message-ID: <9604231535.AA27344@rumor.fishkill.ibm.com> (raw)
In-Reply-To: <199604230717.JAA18016@st1-jos.oce.nl>

>>>>> "Jos" == Jos Backus <jos@oce.nl> writes:

    Jos> Fyi, as of beta14 configure still finds '-ltermcap' instead
    Jos> of '-lcurses' on AIX. You can try relinking with curses and
    Jos> see if that helps...

Aha!  That did it!  It seems that when zsh uses -lcurses it works
correctly.  Maybe the 'configure.in' file should be changed to prefer
SysV curses library over the BSD termcap library.  Hint,
hint.. Richard how do you feel about making this change?

Here's the patch for making zsh check for curses before termcap:

--- configure.in.orig   Mon Apr 15 01:32:58 1996
+++ configure.in        Tue Apr 23 11:28:34 1996
@@ -217,8 +217,8 @@
 dnl -------------------
 dnl CHECK FOR LIBRARIES
 dnl -------------------
-dnl Prefer BSD termcap library to SysV curses library.
-for lib in termcap curses ncurses; do
+dnl Prefer SysV curses library to BSD termcap library.
+for lib in curses ncurses termcap; do
   AC_CHECK_LIB($lib, tgetent, [LIBS="$LIBS -l$lib"; break])
 done

Mike



  reply	other threads:[~1996-04-23 15:59 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-04-22  1:20 Mike Kazda
1996-04-22  4:08 ` Peter Whaite
1996-04-22 13:24   ` Mike Kazda
1996-04-22 16:01     ` Peter Whaite
1996-04-22 17:14       ` Mike Kazda
1996-04-22 23:09         ` Zoltan Hidvegi
1996-04-23  7:17         ` Jos Backus
1996-04-23 15:35           ` Mike Kazda [this message]
     [not found]             ` <9828.199604231559@stone.dcs.warwick.ac.uk>
1996-04-23 17:58               ` Mike Kazda
1996-04-24 13:38                 ` Jos Backus
1996-04-24 19:55                   ` zsh-2.6-beta14 on IRIX fails to compile Andreas Koenig
1996-04-24 20:40                     ` Richard Coleman
1996-04-23 18:19             ` zsh-2.6-beta14 on AIX with login shell problem Richard Coleman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9604231535.AA27344@rumor.fishkill.ibm.com \
    --to=kazda@vnet.ibm.com \
    --cc=jos@oce.nl \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).