diff options
author | mdejong <mdejong> | 2001-06-26 00:32:01 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-06-26 00:32:01 (GMT) |
commit | b6f50b959cae44d44ea34fc38f6b1781a75a5efb (patch) | |
tree | 046751234d6a1f77033705d322b5ca4f48ce5df0 /ChangeLog | |
parent | 0cd74165f6ff9c88b56ceb9fa36e735b63e53e92 (diff) | |
download | tcl-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-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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. |