From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2913 invoked by alias); 6 Sep 2006 22:14:22 -0000 Received: (qmail 2905 invoked by uid 22791); 6 Sep 2006 22:14:21 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 06 Sep 2006 22:14:18 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k86MDcjT017147; Thu, 7 Sep 2006 00:13:38 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.8/8.13.6) with ESMTP id k86MDcVj003891; Thu, 7 Sep 2006 00:13:38 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.8/8.13.8/Submit) id k86MDcnK004563; Thu, 7 Sep 2006 00:13:38 +0200 (CEST) Date: Wed, 06 Sep 2006 22:14:00 -0000 Message-Id: <200609062213.k86MDcnK004563@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: brobecker@adacore.com, Ray.Duran@FutureElectronics.com, gdb@sourceware.org In-reply-to: <20060906221031.GA15603@nevyn.them.org> (message from Daniel Jacobowitz on Wed, 6 Sep 2006 18:10:31 -0400) Subject: Re: gdb build error References: <3CE39F664D1EE14293F6923CD00E42C704CD96A2@montremsg32.na.future.ca> <20060906220557.GN24293@adacore.com> <20060906221031.GA15603@nevyn.them.org> 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/msg00040.txt.bz2 > Date: Wed, 6 Sep 2006 18:10:31 -0400 > From: Daniel Jacobowitz > > On Wed, Sep 06, 2006 at 03:05:57PM -0700, Joel Brobecker wrote: > > > 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? > > Wasn't this supposed to be pregenerated in release tarballs? Yes! Mark