From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24296 invoked by alias); 6 Oct 2004 21:04:22 -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 24215 invoked from network); 6 Oct 2004 21:04:21 -0000 Received: from unknown (HELO mail.research.newtrade.nl) (194.151.80.102) by sourceware.org with SMTP; 6 Oct 2004 21:04:21 -0000 Received: from perso.free.fr (powerhouse.research.newtrade.nl [192.168.20.17]) by mail.research.newtrade.nl (8.12.10/8.12.4) with ESMTP id i96L4JtI028718 for ; Wed, 6 Oct 2004 23:04:19 +0200 Received: by perso.free.fr (Postfix, from userid 500) id E59482168E2; Wed, 6 Oct 2004 22:39:51 +0200 (CEST) From: Duncan Sands To: gdb@sources.redhat.com Subject: Re: Meaning of "Builds libada directory" Date: Wed, 06 Oct 2004 21:26:00 -0000 User-Agent: KMail/1.6.2 References: <200410062055.46895.baldrick@free.fr> <20041006185807.GA13130@nevyn.them.org> In-Reply-To: <20041006185807.GA13130@nevyn.them.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200410062239.50341.baldrick@free.fr> X-SW-Source: 2004-10/txt/msg00189.txt.bz2 On Wednesday 06 October 2004 20:58, Daniel Jacobowitz wrote: > On Wed, Oct 06, 2004 at 08:55:46PM +0200, Duncan Sands wrote: > > $ ./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 > > The script is shared with GCC; that option is only relevant to GCC. OK, that explains it - thanks. All the best, Duncan.