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 ?



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