| 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 18.9 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"
> ;;
> esac
bohagan 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. | ||||