| 2025-10-12 | ||
| 00:12 | • Closed ticket [740a7ac60d]: How to build Tcl tls on Windows from scratch? plus 4 other changes artifact: e9cd7907a4 user: bohagan | |
| 2017-05-03 | ||
| 14:54 | • Ticket [740a7ac60d]: 6 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: | Closed | Type: | Build Problem | 
| Severity: | Important | Priority: | Immediate | 
| Subsystem: | Resolution: | Fixed | |
| Last Modified: | 2025-10-12 00:12:53 19.1 days ago | Created: | 2017-02-09 08:18:27 8.72 years ago | 
| 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"
> 				;;
> 		esacbohagan added on 2025-10-12 00:12:53:
 The TEA build system has been added back. See the win/README.txt file for build instructions. | ||||