This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gcc -lterminfo



On Sun, 1 Apr 2001, Xianglong Huang wrote:

> gcc ... -lterminfo ...
> I can find the library terminfo at /usr/share
> 
> >ls /usr/share/terminfo
> 1  3  5  7  9  P  a  c  e  g  i  k  m  o  q  s  u  w  z
> 2  4  6  8  N  X  b  d  f  h  j  l  n  p  r  t  v  x  
> 
> But the ./configure just cannot find it.

This isn't the terminfo library, this is a terminfo data-base (which
functions in the terminfo library access).  What GCC is looking for is
a file called libterminfo.a or libterminfo.so, and it should be in one
of the directories where you keep your other lib*.a and lib*.so files.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]