summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2001-06-26 00:32:01 (GMT)
committermdejong <mdejong>2001-06-26 00:32:01 (GMT)
commitb6f50b959cae44d44ea34fc38f6b1781a75a5efb (patch)
tree046751234d6a1f77033705d322b5ca4f48ce5df0 /ChangeLog
parent0cd74165f6ff9c88b56ceb9fa36e735b63e53e92 (diff)
downloadtcl-b6f50b959cae44d44ea34fc38f6b1781a75a5efb.zip
tcl-b6f50b959cae44d44ea34fc38f6b1781a75a5efb.tar.gz
tcl-b6f50b959cae44d44ea34fc38f6b1781a75a5efb.tar.bz2
* win/configure: Regen.
* win/tcl.m4 (SC_CONFIG_CFLAGS): When building with gcc, don't attempt to link with LD or support dllwrap. Simply require a recent version of Cygwin gcc or Mingw gcc that supports -shared. When linking, use gcc instead of ld since gcc automatically includes libs like -lmsvcrt.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3486589..7a6c978 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
+2001-06-25 Mo DeJong <mdejong@redhat.com>
+
+ * win/configure: Regen.
+ * win/tcl.m4 (SC_CONFIG_CFLAGS): When building with
+ gcc, don't attempt to link with LD or support dllwrap.
+ Simply require a recent version of Cygwin gcc or Mingw
+ gcc that supports -shared. When linking, use gcc instead
+ of ld since gcc automatically includes libs like -lmsvcrt.
+
2001-06-22 Mo DeJong <mdejong@redhat.com>
- * win/configure:
+ * win/configure: Regen.
* win/configure.in: Add resource compiler fix from
8.3.3 to fix compiling with mingw.