[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] gdb configure fails
From: |
Theodore A. Roth |
Subject: |
Re: [avr-gcc-list] gdb configure fails |
Date: |
Thu, 23 May 2002 10:09:52 -0600 (MDT) |
On my rh-7.2 system:
address@hidden src]$ rpm -qa | grep term
termcap-11.0.1-10
libtermcap-devel-2.0.8-28
libtermcap-2.0.8-28
My guess is that you are missing the libtermcap package. Check to see if
libtermcap.so is installed:
address@hidden src]$ rpm -qf /usr/lib/libtermcap.so
libtermcap-devel-2.0.8-28
Hope that helps.
Ted Roth
On Thu, 23 May 2002, Torsten Hahn wrote:
>Hi,
>
>i tried to compile the current gdb 5.2 release.
>
>./configure --target=avr
>
>fails with the message:
>
>checking for tgetent in -lncurses... (cached) no
>checking for tgetent in -lHcurses... no
>checking for tgetent in -ltermlib... no
>checking for tgetent in -ltermcap... (cached) no
>checking for tgetent in -lcurses... (cached) no
>checking for tgetent in -lterminfo... no
>configure: error: Could not find a term library
>
>a
>
>rpm -qa | grep term
>
>gives
>
>termcap-2.0.8-290
>terminfo-5.2-8
>
>as installed on my Suse 7.1.
>
>Any ideas ?
>
>cu,
>Torsten.
>
avr-gcc-list at http://avr1.org