2017-05-03
| ||
14:54 | • Ticket [740a7ac60d] How to build Tcl tls on Windows from scratch? status still Open with 6 other changes artifact: 4d13c11866 user: anonymous | |
2017-02-09
| ||
08:18 | • New ticket [740a7ac60d]. artifact: 479518759c user: anonymous | |
Ticket Hash: | 740a7ac60d4ebec1bdfe2d3cc3590e5d0b3f3773 | |||
Title: | How to build Tcl tls on Windows from scratch? | |||
Status: | Open | Type: | Build Problem | |
Severity: | Important | Priority: | Immediate | |
Subsystem: | Resolution: | Open | ||
Last Modified: | 2017-05-03 14:54:28 | |||
Version Found In: | 1.7.12 | |||
User Comments: | ||||
anonymous added on 2017-02-09 08:18:27:
I cannot easily build for windows, there is no win dir in the source, makefile.vc... And any guideline to generate db_params.h on windows? anonymous added on 2017-05-03 14:54:28: I got it running with mingw32. I made the following patch to the "aclocal.m4" file: 677a678,682 > case $host_os in > mingw32|mingw32msvc*|msvc|cygwin*) > TCLTLS_SSL_LIBS="${TCLTLS_SSL_LIBS} -lws2_32" > ;; > esac |