From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5917 invoked by alias); 6 Oct 2004 18:55:49 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 5908 invoked from network); 6 Oct 2004 18:55:48 -0000 Received: from unknown (HELO mail.research.newtrade.nl) (194.151.80.102) by sourceware.org with SMTP; 6 Oct 2004 18:55:48 -0000 Received: from perso.free.fr (devwks07.research.newtrade.nl [192.168.20.137]) by mail.research.newtrade.nl (8.12.10/8.12.4) with ESMTP id i96ItltI028611 for ; Wed, 6 Oct 2004 20:55:47 +0200 Received: by perso.free.fr (Postfix, from userid 500) id AD75B1E9BF6; Wed, 6 Oct 2004 20:55:48 +0200 (CEST) From: Duncan Sands To: gdb@sources.redhat.com Subject: Meaning of "Builds libada directory" Date: Wed, 06 Oct 2004 18:58:00 -0000 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200410062055.46895.baldrick@free.fr> X-SW-Source: 2004-10/txt/msg00174.txt.bz2 $ ./configure --help | grep -i ada --enable-libada Builds libada directory There does not seem to be a libada directory in the gdb sources, so what does this mean? I came across this while trying to work out what I need to turn on in order to get Ada support in gdb (latest CVS). In fact gdb seems to know about Ada, but for some reason Ada is not chosen when debugging Ada programs: I just get Current language: auto; currently minimal ... All the best, Duncan.