From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: Xianglong Huang Cc: gdb@sources.redhat.com Subject: Re: gcc -lterminfo Date: Mon, 02 Apr 2001 00:57:00 -0000 Message-id: References: <3AC7E021.59C00C4F@cs.umass.edu> X-SW-Source: 2001-04/msg00008.html 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.