From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22310 invoked by alias); 22 Nov 2005 12:10:11 -0000 Received: (qmail 22301 invoked by uid 22791); 22 Nov 2005 12:10:11 -0000 X-Spam-Check-By: sourceware.org Received: from eastrmmtao06.cox.net (HELO eastrmmtao06.cox.net) (68.230.240.33) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 22 Nov 2005 12:10:09 +0000 Received: from white ([68.9.65.164]) by eastrmmtao06.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051122120841.EUZE9108.eastrmmtao06.cox.net@white>; Tue, 22 Nov 2005 07:08:41 -0500 Received: from bob by white with local (Exim 3.36 #1 (Debian)) id 1EeWy2-0005VI-00; Tue, 22 Nov 2005 07:09:46 -0500 Date: Tue, 22 Nov 2005 12:10:00 -0000 From: Bob Rossi To: Vladimir Prus Cc: gdb@sources.redhat.com Subject: Re: Anon CVS (Was: MI: full file name) Message-ID: <20051122120946.GA21117@white> Mail-Followup-To: Vladimir Prus , gdb@sources.redhat.com References: <20051121144538.GB14604@white> <200511211753.07423.ghost@cs.msu.su> <20051121145453.GC14604@white> <20051121150732.GA20963@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00471.txt.bz2 > Later: > > Alternativly, you can check out a copy of the CVS repository directly > using the command: > > cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src co gdb+dejagnu > > That works, but then configure dies with: > > configure: error: cannot find install-sh or install.sh in > `cd .;pwd`/.. ./`cd .;pwd`/.. This is exclusivly how I get GDB and configure it. I'm not sure why this wouldn't work for you. I do: cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src co gdb+dejagnu mkdir builddir cd builddir ../src/conifugure make This should probably also work for you. The only difference is, I don't use anoncvs. Bob Rossi