From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16084 invoked by alias); 14 Jul 2003 19:41:08 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 16076 invoked from network); 14 Jul 2003 19:41:08 -0000 Received: from unknown (HELO redhat.com) (24.131.133.249) by sources.redhat.com with SMTP; 14 Jul 2003 19:41:08 -0000 Received: by redhat.com (Postfix, from userid 201) id 40DA632AEC9; Mon, 14 Jul 2003 15:41:08 -0400 (EDT) Date: Mon, 14 Jul 2003 19:41:00 -0000 From: Christopher Faylor To: gdb-patches@sources.redhat.com Subject: Re: patch for expect to build on cygwin Message-ID: <20030714194108.GB6543@redhat.com> Mail-Followup-To: gdb-patches@sources.redhat.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-SW-Source: 2003-07/txt/msg00276.txt.bz2 On Mon, Jul 14, 2003 at 04:15:56PM -0300, Alexandre Oliva wrote: >I'm not sure this is the best place to post patches for expect, but we >seem to have other s.r.c-local changes similar to this, and I >understand we have expect only because it's used by dejagnu, and >dejagnu is regarded as part of gdb in s.r.c, so I'm only posting it >here. The problem was that, on Cygwin, expect/configure couldn't find >the tk config file in the build tree because it wouldn't search tk/win Why is expect looking for tk at all? cgf