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 13923
- 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 11:52:41 -0400
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <1010409154550.ZM29096@xxxxxxxxxxxxxxxxxxxxxxx>; from schaefer@xxxxxxxxxxxxxxxxxxxxxxx on Mon, Apr 09, 2001 at 03:45:50PM +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>
> Possibly, but I don't see how that solves the problem.
What I mean is, have configure determine what libraries are necessary
for each module, then link that module with the necessary libraries. If
the required symbols are unavailable, do not link the module.
So you wouldn't get a terminfo.so if you didn't have gettistr,
but terminfo.so would be the only thing linked against ncurses if that's
the only module that requires it.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author