From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3030 invoked by alias); 14 Jan 2003 20:27:43 -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 3023 invoked from network); 14 Jan 2003 20:27:43 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by 209.249.29.67 with SMTP; 14 Jan 2003 20:27:43 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3/8.9.3) with ESMTP id PAA19080; Tue, 14 Jan 2003 15:18:59 -0500 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id PAA31085; Tue, 14 Jan 2003 15:27:30 -0500 Message-ID: <005501c2bc0b$58233640$0202040a@catdog> From: "Kris Warkentin" To: "Daniel Jacobowitz" , References: <002c01c2bc05$57340300$0202040a@catdog> <20030114200152.GA31810@nevyn.them.org> <003a01c2bc09$d06fca70$0202040a@catdog> <20030114202117.GA32261@nevyn.them.org> Subject: Re: problem with building head branch gdb Date: Tue, 14 Jan 2003 20:27:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-01/txt/msg00236.txt.bz2 > Try --disable-gdbtk. You probably updated using cvs up -dP, which got > you the gdb/gdbtk/ directory that's ordinarily missing in the GDB CVS > module; that's how I usually hit this problem. That one did the trick. I don't, however, have the gdbtk directory checked out. I'm thinking it might be an error in configure because I only checked out gdb. Michael C suggested checking out gdb+dejagnu which is probably what most people do which might explain why no-one had seen it yet. Thanks, Kris