Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: autoconf 2.5 (Re: PATCH: terminfo horor)
- X-seq: zsh-workers 19327
- From: Mads Martin Joergensen <mmj@xxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: Re: autoconf 2.5 (Re: PATCH: terminfo horor)
- Date: Fri, 19 Dec 2003 13:41:42 +0100
- In-reply-to: <15713.1071832451@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <3816.1071824371@xxxxxxxxxxx> <15713.1071832451@xxxxxxx>
* Peter Stephenson <pws@xxxxxxx> [Dec 19. 2003 12:14]:
> > Ok, I've tweaked the buildenvironment to not having ncurses-devel, and
> > without it:
> >
> > gcc -s -rdynamic -o zsh main.o `cat stamp-modobjs` -ldl -lnsl -lm -lc
> > utils.o(.text+0x2aa9): In function `gettempname':
> > : the use of `mktemp' is dangerous, better use `mkstemp'
> > init.o(.text+0x1277): In function `init_term':
> > : undefined reference to `tgetent'
>
> Is termcap still available? I can't see it in the link line, which is
> suspicious. What did configure say when it was looking for tgetent
> and tigetflag (from config.log)?
Well, termcap is available, but detection fails because termcap.h is in
/usr/include/termcap/termcap.h and the .so and .a libs are in
/usr/{lib,lib64}/termcap/
So the termcap.h test should use -I $INCLUDE/termcap and the
conftest programs should use -L $LIBDIR/termcap as well.
--
Mads Martin Joergensen, http://mmj.dk
"Why make things difficult, when it is possible to make them cryptic
and totally illogical, with just a little bit more effort?"
-- A. P. J.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author