From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17157 invoked by alias); 4 Jul 2008 00:31:07 -0000 Received: (qmail 17146 invoked by uid 22791); 4 Jul 2008 00:31:06 -0000 X-Spam-Check-By: sourceware.org Received: from bluesmobile.specifix.com (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 04 Jul 2008 00:30:45 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id A106C3BF2C for ; Thu, 3 Jul 2008 17:30:43 -0700 (PDT) Subject: Can't build current gdb source tree -- gnulib dependency? From: Michael Snyder To: gdb-patches@sources.redhat.com Content-Type: text/plain Date: Fri, 04 Jul 2008 00:31:00 -0000 Message-Id: <1215131443.3549.86.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-7.fc7) Content-Transfer-Encoding: 7bit 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/msg00044.txt.bz2 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?)