Purpose: discuss this Microsoft Windows development environment's pros and cons ---- * What is Cygwin? Cygwin is a program package that tries to provide a Unix-like environments on a Win32 System (that is Win95,98, NT, Win2000, maybe also WinXP?). Thus there are a lot of standard Unx-programs ported to Win32 (bash, gcc, ... AND Tcl/TK). And it is FREE. * Where can I learn more? http://www.cygwin.com * Does it include Tcl and Tk? Yes. But note that it comes along with its own version of wish and Tcl/Tk which differs from the official version of Win32-version of www.scriptics.com. Probably it is not as much up to date as the official version. On the other hand you have the opportunety to extend wish or tclsh with your own functionality by linking the cygwin-tcl/tk-libraries with your C-funtions (for example by using swig [www.swig.org]). * Why are there such problems using [TEA] under Cygwin? ''Answer needed'' * What compiler should I use with cygwin? cygwin-gcc (part of the cygwin package) * Are there any special add-on packages that would be useful when developing with Cygwin? ''Answer needed'' ---- [[Is [Joe English] the resident expert?]]