From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15414 invoked by alias); 19 Sep 2006 17:49:37 -0000 Received: (qmail 15395 invoked by uid 22791); 19 Sep 2006 17:49:34 -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; Tue, 19 Sep 2006 17:49:31 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 872D648CEAD for ; Tue, 19 Sep 2006 13:49:29 -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 29981-01-9 for ; Tue, 19 Sep 2006 13:49:29 -0400 (EDT) Received: from takamaka.act-europe.fr (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id BFE0B48CDF0 for ; Tue, 19 Sep 2006 13:49:28 -0400 (EDT) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 41C7147F00; Tue, 19 Sep 2006 10:49:28 -0700 (PDT) Received: from localhost (takamaka [127.0.0.1]) by takamaka.act-europe.fr (Postfix) with ESMTP id BBABB479FD for ; Tue, 19 Sep 2006 10:40:57 -0700 (PDT) Received: from nile [205.232.38.5] by localhost with POP3 (fetchmail-6.2.2) for brobecke@localhost (single-drop); Tue, 19 Sep 2006 10:40:57 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 8142948CEA9 for ; Tue, 19 Sep 2006 13:40:50 -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 26564-01-9 for ; Tue, 19 Sep 2006 13:40:47 -0400 (EDT) Received: from mailrelay1.futureelectronics.com (mailrelay1.futureelectronics.com [209.5.122.26]) by nile.gnat.com (Postfix) with ESMTP id BD09848CDF0 for ; Tue, 19 Sep 2006 13:40:47 -0400 (EDT) Received: from unknown (HELO montremsg32.na.future.ca) ([10.210.32.82]) by mailrelay1.futureelectronics.com with ESMTP; 19 Sep 2006 13:40:46 -0400 X-BrightmailFiltered: true 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:49:00 -0000 Message-ID: <3CE39F664D1EE14293F6923CD00E42C705DDFF45@montremsg32.na.future.ca> From: "Ray Duran" To: "Joel Brobecker" Cc: gdb@sourceware.org Resent-From: brobecke@adacore.com Resent-Date: Tue, 19 Sep 2006 10:49:28 -0700 Resent-To: gdb@sourceware.org Resent-Message-Id: <20060919174928.41C7147F00@takamaka.act-europe.fr> 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/msg00103.txt.bz2 Hi Joel, Thanks very much for replying. I went off on a side project, but I still need to build a gdb. 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) Thanks, -Ray -----Original Message----- From: Joel Brobecker [mailto:brobecker@adacore.com]=20 Sent: Monday, September 18, 2006 10:37 PM To: Ray Duran Cc: gdb@sourceware.org Subject: Re: gdb build error Ray, (sorry about the delay - work suddenly became crazy) > -Yes, I agree that the file probably existed. >=20 > - I am not sure what mirror site I downloaded the file from, but the > name of=20 > the tar is: insight-6.5.tar.bz2. Have you been able to build GDB since then? > - I followed the list of configure and build command that I found on > the eCos page for installing GNU tools. My final application is to use > eCos on an ARM. That may be where you got the sources from. I don't know what this package contains, so it's going to be difficult for me to help you further. Maybe the people who actually created the tarball might be able to help you further. Otherwise, check before doing the configure that this file exists. Then do the configure, and check again. Then do the build, and check again. If it disappears during the build as I suspect, then grep for that filename in the build output - that should give you a good clue as to what is happening. As a workaround, you may want to retrieve that file and copy it back right after the build failed, and then restart the build. That should work. Another approach, of course, is to install flex, check out www.gnu.org. --=20 Joel