From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29136 invoked by alias); 3 Feb 2003 06:44:24 -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 29117 invoked from network); 3 Feb 2003 06:44:13 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.209.173) by 172.16.49.205 with SMTP; 3 Feb 2003 06:44:13 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id E89353CB0; Mon, 3 Feb 2003 01:09:35 -0500 (EST) Message-ID: <3E3E079F.9080708@redhat.com> Date: Mon, 03 Feb 2003 06:44:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Elena Zannoni Cc: Nick Roberts , gdb@sources.redhat.com Subject: Re: Current snapshot References: <15933.41183.54378.465447@nick.uklinux.net> <15933.51310.38055.88189@localhost.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00043.txt.bz2 > Nick Roberts writes: > > > > I've downloaded the current snapshot (it was gdb+dejagnu-20030201.tar.bz2), > > uncompressed, unpacked and built gdb without any problem. Wrong snapshot, you want'ed the *CVS* version :-/ > Instead of downloading a snapshot, which doesn't have the CVS stuff in it, > do a cvs checkout as explained in http://sources.redhat.com/gdb/current/ > > then, all you will have to do is a 'cvs update' to get the patches. Right now the code is sitting on a new interps branch. Moving to/from that branch is easy - cvs update -r ... can be used. Andrew