Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Compile errors for zsh 4.0.4 on Aix 4.3.3



В Чтв, 09.05.2002, в 19:08, Bart Schaefer написал:
> 
> It's a bit confusing that your build actually included term.h even though
> it was supposedly defaulting to 

Well, the only thing it does  is to put termcap first in library search
order:

[case "$host_os" in
  hpux10.*|hpux11.*|solaris*)
      termcap_curses_order="curses ncurses termcap" ;;
  *)             termcap_curses_order="termcap curses ncurses" ;;
esac])dnl


Now we may not have libtermcap installed (is it possible?) or logic in
termcap.c still selects USES_TERM_H. I must admit I never fully
understood the logic that have been used to select between them.

-andrej



Messages sorted by: Reverse Date, Date, Thread, Author