From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24761 invoked by alias); 6 Sep 2006 22:06:03 -0000 Received: (qmail 24751 invoked by uid 22791); 6 Sep 2006 22:06:02 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 06 Sep 2006 22:06:00 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 831A548D040; Wed, 6 Sep 2006 18:05:58 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13339-02-5; Wed, 6 Sep 2006 18:05:58 -0400 (EDT) Received: from takamaka.act-europe.fr (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id 39FF948D03E; Wed, 6 Sep 2006 18:05:58 -0400 (EDT) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 3418147EFA; Wed, 6 Sep 2006 15:05:57 -0700 (PDT) Date: Wed, 06 Sep 2006 22:06:00 -0000 From: Joel Brobecker To: Ray Duran Cc: gdb@sourceware.org Subject: Re: gdb build error Message-ID: <20060906220557.GN24293@adacore.com> References: <3CE39F664D1EE14293F6923CD00E42C704CD96A2@montremsg32.na.future.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3CE39F664D1EE14293F6923CD00E42C704CD96A2@montremsg32.na.future.ca> User-Agent: Mutt/1.4i 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-09/txt/msg00038.txt.bz2 > When I build gdb 6.5, I get the output, ada-lex.c missing and flex not > availiable. I searched the gdb archives and see > similar concerns for gdb 6.3, but I don't see any clues on how to > resolve this. You'll need flex to generate ada-lex.c. Has this tool been installed on your machine? -- Joel