From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3883 invoked by alias); 16 May 2002 17:58:26 -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 3874 invoked from network); 16 May 2002 17:58:24 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (66.187.233.200) by sources.redhat.com with SMTP; 16 May 2002 17:58:24 -0000 Received: from redhat.com (vpn50-7.rdu.redhat.com [172.16.50.7]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id g4GHwNu13596 for ; Thu, 16 May 2002 13:58:23 -0400 Received: by redhat.com (Postfix, from userid 201) id EF5F01B854; Thu, 16 May 2002 13:58:21 -0400 (EDT) Date: Thu, 16 May 2002 10:58:00 -0000 From: Christopher Faylor To: gdb-patches@sources.redhat.com Subject: Re: [patch] Fix expect build under cygwin + Tcl/Tk 8.3 Message-ID: <20020516175821.GA9794@redhat.com> Mail-Followup-To: gdb-patches@sources.redhat.com References: <20020515152145.2e808669.supermo@bayarea.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020515152145.2e808669.supermo@bayarea.net> User-Agent: Mutt/1.3.23.1i X-SW-Source: 2002-05/txt/msg00654.txt.bz2 On Wed, May 15, 2002 at 03:21:45PM -0700, Mo DeJong wrote: >The current CVS version of expect does not build correctly under >Cygwin. The root of the problem is that expect is searching for a >tclConfig.sh file in tcl/unix when it should be looking in tcl/win. >The following patch fixes the problem by updating the m4 macros used by >the expect build. AFAIK, expect shouldn't be using the win version of anything. It is supposed to be using a UNIX-only implementation of tcl. cgf