Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Freebsd configure misses <curses.h> and <term.h>
- X-seq: zsh-workers 19260
- From: Clint Adams <clint@xxxxxxx>
- To: Peter Whaite <peta@xxxxxxxxx>
- Subject: Re: Freebsd configure misses <curses.h> and <term.h>
- Date: Wed, 19 Nov 2003 13:59:11 -0500
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <3FBAC7A4.2080505@xxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <3FBAC7A4.2080505@xxxxxxxxx>
> For some time now I have been trying to compile CVS zsh on a freebsd
> machine. It fails on Src/Modules/terminfo.c
I have a similar problem on FreeBSD 4.8. What's happening in my case is
that configure finds libtinfo (which, along with libtermcap and
libcurses, is just a symlink to libncurses), thus the
case "$LIBS" in *curses*) fails.
--with-curses-terminfo doesn't help because tinfo is still preferred.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author