From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26311 invoked by alias); 4 Jul 2008 01:07:05 -0000 Received: (qmail 26154 invoked by uid 22791); 4 Jul 2008 01:07:05 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 04 Jul 2008 01:06:37 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 5A0AC2A9701; Thu, 3 Jul 2008 21:06:35 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id uGFBjw1iEF+1; Thu, 3 Jul 2008 21:06:35 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 069552A9708; Thu, 3 Jul 2008 21:06:34 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id CA0C6E7ACD; Thu, 3 Jul 2008 21:06:32 -0400 (EDT) Date: Fri, 04 Jul 2008 01:07:00 -0000 From: Joel Brobecker To: Michael Snyder Cc: gdb-patches@sources.redhat.com Subject: Re: Can't build current gdb source tree -- gnulib dependency? Message-ID: <20080704010632.GB11650@adacore.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.4.2.2i 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/msg00046.txt.bz2 > (of course there's no gnulib in my source tree -- does it > need to be added to the gdb module?) That's really strange... I just did a checkout of the GDB sources (I used "cvs -d sourceware.org:/cvs/src co gdb"), and it contains the gnulib directory, as well as gnulib/Makefile.in. Are you sure your checkout went OK? Just to make sure, I also built the debugger from this checkout and things went fine. -- Joel