zsh-workers
 help / color / mirror / code / Atom feed
From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
To: Bart Schaefer <schaefer@brasslantern.com>
Cc: travis@jedi.net, zsh-workers@sunsite.dk
Subject: Re: Compile errors for zsh 4.0.4 on Aix 4.3.3
Date: 09 May 2002 19:17:25 +0400	[thread overview]
Message-ID: <1020957451.26762.16.camel@localhost.localdomain> (raw)
In-Reply-To: <1020509150823.ZM8499@candle.brasslantern.com>

В Чтв, 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


  reply	other threads:[~2002-05-09 15:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-09 14:08 travis
2002-05-09 15:03 ` Bart Schaefer
2002-05-09 15:05 ` Borsenkow Andrej
2002-05-09 15:31   ` Borsenkow Andrej
2002-05-09 15:45     ` Borsenkow Andrej
2002-05-09 15:56     ` Bart Schaefer
2002-05-09 15:08 ` Bart Schaefer
2002-05-09 15:17   ` Borsenkow Andrej [this message]
2002-05-10 23:01   ` Albert Chin

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=1020957451.26762.16.camel@localhost.localdomain \
    --to=andrej.borsenkow@mow.siemens.ru \
    --cc=schaefer@brasslantern.com \
    --cc=travis@jedi.net \
    --cc=zsh-workers@sunsite.dk \
    /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).