From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1167 invoked by alias); 18 Sep 2002 01:11:05 -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 1159 invoked from network); 18 Sep 2002 01:11:04 -0000 Received: from unknown (HELO mail3.utc.com) (192.249.46.81) by sources.redhat.com with SMTP; 18 Sep 2002 01:11:04 -0000 Received: (from uucp@localhost) by mail3.utc.com (8.10.0/8.10.0) id g8I1B2X05164 for ; Tue, 17 Sep 2002 21:11:03 -0400 (EDT) Received: from uusnwa0p.utc.com(159.82.80.106) by mail3.utc.com via csmap (V6.0) id srcAAAeMaqek; Tue, 17 Sep 02 21:11:02 -0400 Received: from ronbo.sikorsky.com (ronbo.sikorsky.com [140.76.12.150]) by uusnwa0p.utc.com (Switch-2.2.4/Switch-2.2.4) with ESMTP id g8I1B0v08915 for ; Tue, 17 Sep 2002 21:11:00 -0400 (EDT) Received: (from s29299@localhost) by ronbo.sikorsky.com (8.11.6+Sun/8.11.6) id g8I1Af412744 for gdb@sources.redhat.com; Tue, 17 Sep 2002 21:10:41 -0400 (EDT) X-Authentication-Warning: ronbo.sikorsky.com: s29299 set sender to rmccall@sikorsky.com using -f Date: Tue, 17 Sep 2002 18:11:00 -0000 From: Ron McCall To: GDB Mailing List Subject: Re: Register setting problem Message-ID: <20020917211041.A10176@sikorsky.com> Mail-Followup-To: GDB Mailing List References: <20020917171141.A17795@sikorsky.com> <20020917211544.GA1746@nevyn.them.org> <20020917172248.A17838@sikorsky.com> <3D87A6A2.7020904@ges.redhat.com> <20020917185835.A25070@sikorsky.com> <3D87C10D.8030005@ges.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3D87C10D.8030005@ges.redhat.com>; from ac131313@ges.redhat.com on Tue, Sep 17, 2002 at 07:55:57PM -0400 X-SW-Source: 2002-09/txt/msg00249.txt.bz2 On Tue, Sep 17, 2002 at 07:55:57PM -0400, Andrew Cagney wrote: > I think the snapshot (and hence the release :-() process is leaving a > stray file behind. (I also recall someone mentioning this before :-( ). > > Look for config.cache, config.log, Makefile, or similar. > > The work around is to delete the dejagnu directory from the unpacked > source tree. Getting rid of Makefile, config.log and config.status from the entire source tree did the trick. I am now building. Thanks for the help! Ron McCall