From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29513 invoked by alias); 4 Jul 2008 00:53:32 -0000 Received: (qmail 29504 invoked by uid 22791); 4 Jul 2008 00:53:31 -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; Fri, 04 Jul 2008 00:52:44 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id E619F98413; Fri, 4 Jul 2008 00:52:41 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id B292398373; Fri, 4 Jul 2008 00:52:41 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KEZXU-00012q-C0; Thu, 03 Jul 2008 20:52:40 -0400 Date: Fri, 04 Jul 2008 00:53:00 -0000 From: Daniel Jacobowitz To: Michael Snyder Cc: gdb-patches@sources.redhat.com Subject: Re: Can't build current gdb source tree -- gnulib dependency? Message-ID: <20080704005240.GA3269@caradoc.them.org> Mail-Followup-To: Michael Snyder , gdb-patches@sources.redhat.com References: <1215131443.3549.86.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1215131443.3549.86.camel@localhost.localdomain> User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-07/txt/msg00045.txt.bz2 On Thu, Jul 03, 2008 at 05:30:43PM -0700, Michael Snyder wrote: > Hey guys, excuse me if this is already being covered. > I know there are some threads about eg. gnulib stdint, > and I don't know if what I'm seeing is related. > > Brand new cvs checkout of "gdb", main trunk, (just updated > a few minutes ago, in time to get version.in change). > > configure --disable-nls on a FC7 x86 laptop > (yeah, I know it's not the latest) > > On first running "make CFLAGS=-g all-gdb" it terminates with: > > > config.status: creating gnulib/Makefile > config.status: error: cannot find input file: gnulib/Makefile.in > > (of course there's no gnulib in my source tree -- does it > need to be added to the gdb module?) It's a subdir of gdb, like testsuite and config. Do you have it in there? It shouldn't be any special. -- Daniel Jacobowitz CodeSourcery