This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cygwin Tcl/Tk 20030214-1: [incr Tcl/Tk] interpreters missing


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]