From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17899 invoked by alias); 19 Sep 2006 17:54:53 -0000 Received: (qmail 17890 invoked by uid 22791); 19 Sep 2006 17:54:53 -0000 X-Spam-Check-By: sourceware.org Received: from mailrelay2.futureelectronics.com (HELO mailrelay2.futureelectronics.com) (209.5.122.27) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 19 Sep 2006 17:54:48 +0000 Received: from unknown (HELO montremsg32.na.future.ca) ([10.210.32.82]) by mailrelay2.futureelectronics.com with ESMTP; 19 Sep 2006 13:54:45 -0400 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: gdb build error Date: Tue, 19 Sep 2006 17:54:00 -0000 Message-ID: <3CE39F664D1EE14293F6923CD00E42C705DDFF47@montremsg32.na.future.ca> From: "Ray Duran" To: "Joel Brobecker" Cc: 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/msg00105.txt.bz2 Joel, Is there a good site that you know of where I can get a download where I will not have=20 this problem? Thanks, -Ray -----Original Message----- From: Joel Brobecker [mailto:brobecker@adacore.com]=20 Sent: Tuesday, September 19, 2006 10:53 AM To: Ray Duran Cc: gdb@sourceware.org Subject: Re: gdb build error > I looked at the tarball after "untaring" file and I cannot see > ada-lex.c. Where can I find an insight tarball that I can build gdb( > with ada-lex.c) That's the problem - the tarball should include that file. What you need to do is to tell the people who created that tarball to make sure that ada-lex.c is included. Or perhaps it was an intentional decision on their part. This file is not part of the CVS tree, but is automatically created during the GDB release creation process. --=20 Joel