Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [3.1.6-dev-22/CVS] Anyone with HP-UX 11.00 and dynamic loading ?
- X-seq: zsh-workers 10844
- From: Ollivier Robert <roberto@xxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Re: [3.1.6-dev-22/CVS] Anyone with HP-UX 11.00 and dynamic loading ?
- Date: Wed, 19 Apr 2000 17:57:54 +0200
- In-reply-to: <0FT90085XREDTH@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>; from pws@xxxxxxxxxxxxxxxxxxxxxxxxx on Wed, Apr 19, 2000 at 04:08:37PM +0100
- Mail-followup-to: Zsh hackers list <zsh-workers@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <20000419165619.A57274@xxxxxxxxxxxxxxxxxxxxxxx> <0FT90085XREDTH@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
According to Peter Stephenson:
> You could try linking instead against -lcurses: they sometimes have the
> same functions.
I tried the following patch but it doesn't seem to be enough. It links but
can't find any termcap insformation afterwards, leading to a rather
unusable shell :-(
201 [17:52] roberto@phoenix:src/zsh> export TERM=xterm
zsh: can't find termcap info for xterm
Any other idea anyone ?
*** configure.in.old Wed Apr 19 10:36:52 2000
--- configure.in Wed Apr 19 17:16:04 2000
***************
*** 512,518 ****
dnl Prefer BSD termcap library to SysV curses library, except on certain
dnl versions of AIX and HP-UX.
case "$host_os" in
! aix*|hpux10.*) termcap_curses_order="curses ncurses termcap" ;;
*) termcap_curses_order="termcap curses ncurses" ;;
esac
--- 512,518 ----
dnl Prefer BSD termcap library to SysV curses library, except on certain
dnl versions of AIX and HP-UX.
case "$host_os" in
! aix*|hpux10.*|hpux11.*) termcap_curses_order="curses ncurses termcap" ;;
*) termcap_curses_order="termcap curses ncurses" ;;
esac
--
Ollivier ROBERT -=- Eurocontrol EEC/TEC -=- roberto@xxxxxxxxxxxxxx
The Postman hits! The Postman hits! You have new mail.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author