From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1763 invoked by alias); 21 Mar 2003 15:32:43 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 1750 invoked from network); 21 Mar 2003 15:32:42 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 21 Mar 2003 15:32:42 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h2LFWgQ01737 for ; Fri, 21 Mar 2003 10:32:42 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h2LFWfV29421; Fri, 21 Mar 2003 10:32:41 -0500 Received: from [150.1.200.14] (vpn50-50.rdu.redhat.com [172.16.50.50]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h2LFWeY12481; Fri, 21 Mar 2003 10:32:41 -0500 Subject: Re: Cygwin Tcl/Tk 20030214-1: [incr Tcl/Tk] interpreters missing From: Keith Seitz To: Jerzy Witkowski Cc: "insight@sources.redhat.com" In-Reply-To: References: Content-Type: text/plain Organization: Message-Id: <1048261257.1492.4.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Fri, 21 Mar 2003 15:39:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-q1/txt/msg00242.txt.bz2 On Fri, 2003-03-21 at 04:39, Jerzy Witkowski wrote: > I refreshed my Cygwin installation and found out that [incr Tcl/Tk] > interpreters are missing. In the previous version Tcl/Tk interpreters were > named `cygtclsh80.exe', `cygwish80.exe', `cygitclsh30.exe' and > `cygitkwish30.exe'. I suggest you go to the official Tcl project pages and read up on Tcl 8.4 and, especially "TEA", the Tcl Extension Architecture. There will never again be an Incr Tcl shell: it's not needed. To get an Itcl shell, you must configure the build with "--enable-shared" (on unix only -- cygwin always builds this way). When you start tclsh, give it the command "package require Itcl". This will load the Itcl extension. POOF! You know have an itclsh.exe. Do the same with wish, and you have an itkwish.exe. Keith