From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11189 invoked by alias); 14 Jan 2003 19:44:48 -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 11174 invoked from network); 14 Jan 2003 19:44:44 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by 209.249.29.67 with SMTP; 14 Jan 2003 19:44:44 -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 OAA17398 for ; Tue, 14 Jan 2003 14:36:01 -0500 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id OAA01327 for ; Tue, 14 Jan 2003 14:44:32 -0500 Message-ID: <002c01c2bc05$57340300$0202040a@catdog> From: "Kris Warkentin" To: Subject: problem with building head branch gdb Date: Tue, 14 Jan 2003 19:44: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/msg00230.txt.bz2 When trying to build the head branch of gdb on Cygwin I keep getting this error in the gdb subdir: checking for Tcl private headers. dir=unix... checking for tclInt.h... no configure: error: Can't find Tcl private headers make: *** [configure-gdb] Error 1 Obviously it wants tcl/tk but the question is, is there any configure option to make it NOT want tcl/tk? If not, then shouldn't the gdb module in cvs be updated to include the tcl/tk subdirs? cheers, Kris