From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2339 invoked by alias); 14 Jan 2003 20:26:03 -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 2332 invoked from network); 14 Jan 2003 20:26:03 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by 209.249.29.67 with SMTP; 14 Jan 2003 20:26:03 -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 PAA19020; Tue, 14 Jan 2003 15:17:19 -0500 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id PAA23315; Tue, 14 Jan 2003 15:25:50 -0500 Message-ID: <004f01c2bc0b$1c649090$0202040a@catdog> From: "Kris Warkentin" To: "Michael Elizabeth Chastain" , References: <200301142012.h0EKCm807717@duracef.shout.net> Subject: Re: problem with building head branch gdb Date: Tue, 14 Jan 2003 20:26: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/msg00235.txt.bz2 > I'm not a "configure" guru but a quick browse indicates > that there is a "--no-tcl" option. > > If you check out "gdb+dejagnu" then you will get tcl and tk subdirs > in dejagnu. > > Hope this helps, Nope. --no-tcl gives me: configure: error: --no-tcl: invalid option; use --help to show usage --disable-tcl doesn't work either: the configure succeeds but I get the same error. Kris