diff options
author | mdejong <mdejong> | 2001-11-07 23:37:52 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-11-07 23:37:52 (GMT) |
commit | 8f77862259393dc45b717b5271852458f33c2fad (patch) | |
tree | 3b8a35efc9dbc4a378d4f1d5cb90d26d85bf60e0 /ChangeLog | |
parent | 513d743d0f05094ff7985f9840cc5db7f4bb3955 (diff) | |
download | tcl-8f77862259393dc45b717b5271852458f33c2fad.zip tcl-8f77862259393dc45b717b5271852458f33c2fad.tar.gz tcl-8f77862259393dc45b717b5271852458f33c2fad.tar.bz2 |
* win/README: Change minimum VC++ version to 5.X since
4.X is known not to work.
Indicate that Mingw is required and building with Cygwin
gcc is not supported. Include instructions that indicate
how to install Mingw and what URLs folks should use to
download the supported version of Mingw.
* win/configure: Regen.
* win/configure.in: Error out if user tries to compile the
Windows version of Tcl with Cygwin gcc. Users should compile
with Mingw gcc instead.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2001-11-07 Mo DeJong <mdejong@users.sourceforge.net> + + * win/README: Change minimum VC++ version to 5.X since + 4.X is known not to work. + Indicate that Mingw is required and building with Cygwin + gcc is not supported. Include instructions that indicate + how to install Mingw and what URLs folks should use to + download the supported version of Mingw. + * win/configure: Regen. + * win/configure.in: Error out if user tries to compile the + Windows version of Tcl with Cygwin gcc. Users should compile + with Mingw gcc instead. + 2001-11-06 Andreas Kupries <andreas_kupries@users.sourceforge.net> * generic/tclIO.c (ReadChars): Fixed bug #478856 reported by |