From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29849 invoked by alias); 26 Jan 2005 15:59:06 -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 29816 invoked from network); 26 Jan 2005 15:59:02 -0000 Received: from unknown (HELO pbaldrick.hd.free.fr) (82.67.197.146) by sourceware.org with SMTP; 26 Jan 2005 15:59:02 -0000 Received: by pbaldrick.hd.free.fr (Postfix, from userid 500) id A8E9B114480; Wed, 26 Jan 2005 16:59:01 +0100 (CET) From: Duncan Sands To: gdb@sources.redhat.com Subject: Re: compile failure with current CVS: can only configure for one host and one target at a time Date: Wed, 26 Jan 2005 15:59:00 -0000 User-Agent: KMail/1.7.1 Cc: Daniel Jacobowitz References: <200501261621.14926.duncan.sands@math.u-psud.fr> <200501261639.38203.duncan.sands@math.u-psud.fr> <20050126154126.GA22706@nevyn.them.org> In-Reply-To: <20050126154126.GA22706@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501261659.00639.duncan.sands@math.u-psud.fr> X-SW-Source: 2005-01/txt/msg00136.txt.bz2 Hi Daniel, > "Checking out just GDB" still gets you the top directory - you will not > get gdb/gdbtk or gdb/testsuite/gdb.gdbtk. This is accomplished using > CVS modules. following the instructions on the webpage, using anoncvs as the password: $ cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src login Logging in to :pserver:anoncvs@sources.redhat.com:2401/cvs/src CVS password: $ cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src co gdb+dejagnu cvs checkout: cannot open CVS/Entries for reading: No such file or directory cvs [checkout aborted]: no repository I also tried: $ cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src co gdb cvs checkout: cannot open CVS/Entries for reading: No such file or directory cvs [checkout aborted]: no repository $ All the best, Duncan.