From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8714 invoked by alias); 7 May 2008 16:56:45 -0000 Received: (qmail 8695 invoked by uid 22791); 7 May 2008 16:56:44 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 07 May 2008 16:56:15 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id A48129835A; Wed, 7 May 2008 16:56:13 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 7B7CC98011; Wed, 7 May 2008 16:56:13 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1Jtmw8-0000lS-2D; Wed, 07 May 2008 12:56:12 -0400 Date: Wed, 07 May 2008 16:56:00 -0000 From: Daniel Jacobowitz To: "Roberts, Dennis" Cc: "'Anmol P. Paralkar'" , "gdb@sourceware.org" Subject: Re: gdb-6.8.50.20080507 not building. Message-ID: <20080507165611.GA2537@caradoc.them.org> Mail-Followup-To: "Roberts, Dennis" , "'Anmol P. Paralkar'" , "gdb@sourceware.org" References: <4813EA4A50D35A44906A74A5E341D0B61A07190A41@SQMAILBOX1.sunquestinfo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4813EA4A50D35A44906A74A5E341D0B61A07190A41@SQMAILBOX1.sunquestinfo.com> User-Agent: Mutt/1.5.17 (2007-12-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-05/txt/msg00054.txt.bz2 On Wed, May 07, 2008 at 09:41:08AM -0700, Roberts, Dennis wrote: > I got the same error the last time I tried to build gdb. I obtained > depcomp by installing GNU automake and copying depcomp to the gdb > source directory. Interesting. Here are the files from our repository which are not included in all src-based releases: ./.cvsignore ./COPYING.NEWLIB ./COPYING.LIBGLOSS ./ChangeLog ./MAINTAINERS ./README-maintainer-mode ./ltgcc.m4 ./depcomp ./makefile.vms ./mkdep ./setup.com ./djunpack.bat ./compile ./lt~obsolete.m4 I'm not sure which of those are necessary. Anyone know? I'm guessing depcomp, mkdep, and compile. Not sure about ltgcc.m4 or lt~obsolete.m4. -- Daniel Jacobowitz CodeSourcery