From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18809 invoked by alias); 22 May 2005 21:56:43 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 18755 invoked by uid 22791); 22 May 2005 21:56:38 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sun, 22 May 2005 21:56:38 +0000 Received: from drow by nevyn.them.org with local (Exim 4.50) id 1DZyR2-0002Eq-ES for gdb@sources.redhat.com; Sun, 22 May 2005 17:56:36 -0400 Date: Sun, 22 May 2005 21:56:00 -0000 From: Daniel Jacobowitz To: GDB Subject: Re: fresh checkout configure error Message-ID: <20050522215636.GA8560@nevyn.them.org> Mail-Followup-To: GDB References: <20050522205647.GA9231@white> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050522205647.GA9231@white> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-05/txt/msg00275.txt.bz2 On Sun, May 22, 2005 at 04:56:47PM -0400, Bob Rossi wrote: > Hi folks, > > If I do a fresh checkout like, > cvs -d ':ext:bobbybrasko@sources.redhat.com:/cvs/src' co gdb+dejagnu > > Then do a configure from out of the source tree like so, > $ ../src/gdb/configure > the configure part works fine, but when I try to build, I get. > $ make > CONFIG_HEADERS=config.h:config.in /bin/sh config.status > config.status: creating Makefile > config.status: creating .gdbinit > config.status: creating config.h > config.status: config.h is unchanged > config.status: linking ../src/gdb/config/i386/tm-linux.h to tm.h > config.status: linking ../src/gdb/config/i386/nm-linux.h to nm.h > config.status: executing default commands > make: *** No rule to make target `../bfd/bfd.h', needed by `gdb.o'. > Stop. > > Any suggestions? Um, I think you're running the wrong configure file. Go up one level. -- Daniel Jacobowitz CodeSourcery, LLC