From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20130 invoked by alias); 21 Mar 2003 16:05:33 -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 20121 invoked from network); 21 Mar 2003 16:05:33 -0000 Received: from unknown (HELO redhat.com) (24.131.133.249) by sources.redhat.com with SMTP; 21 Mar 2003 16:05:33 -0000 Received: by redhat.com (Postfix, from userid 201) id EB6531BDAA; Fri, 21 Mar 2003 11:05:45 -0500 (EST) Date: Fri, 21 Mar 2003 17:11:00 -0000 From: Christopher Faylor To: Keith Seitz Cc: Jerzy Witkowski , "insight@sources.redhat.com" Subject: Re: cygwin Tcl/Tk 20030214-1: [incr Tcl/Tk] interpreters missing Message-ID: <20030321160545.GB18828@redhat.com> Mail-Followup-To: Keith Seitz , Jerzy Witkowski , "insight@sources.redhat.com" References: <1048261257.1492.4.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1048261257.1492.4.camel@lindt.uglyboxes.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2003-q1/txt/msg00244.txt.bz2 On Fri, Mar 21, 2003 at 07:40:57AM -0800, Keith Seitz wrote: >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. That doesn't seem to work too well on cygwin: couldn't load library "F:/cygwin/lib/itcl3.2/../libitcl32.a": invalid argument cgf