[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: The GEL lib (NILS read this!)
Thus spake George:
> On Thu, Feb 10, 2000 at 12:41:43PM -0500, Nils Barth wrote:
> > Oh, this what you want?
> > /usr/lib$ nm libncurses* libreadline* | grep tgetent
> > 00026750 T tgetent
> > 00026750 T tgetent
> > U tgetent
> > U tgetent
> > U tgetent
> > U tgetent
>
> This is weird. It seems like it should find it
>
> > I'm running RedHat 6.0 on an i686.
>
> Are you sure you have the right development packages installed (such as
> ncurses-devel)
Aha!
Now ./configure works (once I added ncurses-devel)
However, I still can't `make':
genius.c:43: termcap.h: No such file or directory
make[2]: *** [genius.o] Error 1
...so we still have this problem.
--
-nils