Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Re: zsh/termcap and zsh/terminfo modules
- X-seq: zsh-workers 13932
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: PATCH: Re: zsh/termcap and zsh/terminfo modules
- Date: Mon, 9 Apr 2001 13:34:40 -0400
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <1010409160903.ZM29234@xxxxxxxxxxxxxxxxxxxxxxx>; from schaefer@xxxxxxxxxxxxxxxxxxxxxxx on Mon, Apr 09, 2001 at 04:09:02PM +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <1010405001506.ZM644@xxxxxxxxxxxxxxxxxxxxxxx> <001801c0bd94$16f37f80$21c9ca95@xxxxxxxxxxxxxx> <20010405095812.A18353@xxxxxxxx> <1010406183939.ZM14729@xxxxxxxxxxxxxxxxxxxxxxx> <20010409091249.A1844@xxxxxxxx> <1010409154550.ZM29096@xxxxxxxxxxxxxxxxxxxxxxx> <20010409115241.A4549@xxxxxxxx> <1010409160903.ZM29234@xxxxxxxxxxxxxxxxxxxxxxx>
> I notice that configure.in does not have an AC_SEARCH_LIBS for tigetstr,
> only for tgetent. That's why the ncurses library is never found on my
> system -- the way configure.in is currently organized, tigetstr will be
> found only if it is in the same library in which tgetent is found; and
> termcap is always searched first except on aix, hpux, and solaris, so for
> most systems that have termcap the zsh/terminfo module will be disabled.
Yes. I recall that the feeling at the time was that people didn't want
to have a terminfo library linked into the main binary and all the modules
just for the sake of a terminfo module, and to avoid potential conflicts
in termcap handling. That's why tigetstr isn't sought. Since -ltermcap
here is really ncurses, that doesn't bother me.
I have no ideas on how to handle it without individual library linking.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author