From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 489 invoked by alias); 5 Nov 2006 17:16:21 -0000 Received: (qmail 476 invoked by uid 22791); 5 Nov 2006 17:16:20 -0000 X-Spam-Check-By: sourceware.org Received: from smtp30.hccnet.nl (HELO smtp30.hccnet.nl) (62.251.0.40) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 05 Nov 2006 17:16:14 +0000 Received: from [192.168.0.151] by smtp30.hccnet.nl via [80.100.236.49] with ESMTP for id kA5HG9Sa006046 (8.13.6/2.05); Sun, 5 Nov 2006 18:16:11 +0100 (MET) Message-ID: <454E1C58.6020406@hccnet.nl> Date: Sun, 05 Nov 2006 17:16:00 -0000 From: Erik Leunissen User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: gdb@sourceware.org Subject: gdb configure error: no termcap library found Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-11/txt/msg00015.txt.bz2 When compiling the gdb-6.4 source package, the build comes to a halt when the ./configure script in the gdb directory is run: configure: error: no termcap library found I have trouble to make this error message correspond with the actual output of the following command: > locate *libncurses.so* /lib/libncurses.so.5 /lib/libncurses.so.5.3 /usr/lib/libncurses.so.1.9.7a /usr/lib/libncurses.so.2.1 /usr/lib/libncurses.so.4 /usr/lib/libncurses.so.4.2 Can somebody please help me find out what's wrong? Thanks in advance, Erik Leunissen