Artifacts Associated With Ticket bbc3b827e156a4a9
Ticket change [ee3104a80e] (rid 2397) by anonymous on 2017-08-25 18:00:14:
- comment initialized to:
Building the tcltls package...<br /><br />a) Windows build with msys2 (libcrypto) requires -lwsock32<br /> so I set KC_TLS_LIBS=-lwsock32<br /><br />b) But the configure script puts this before the -lssl -lcrypto and the <br /> configure test for basic ssl functionality fails.<br /> <br />I added the following to tls/build.sh preconfigure()<br /><pre>sed -i -e '/^LIBS/ s,=.*,="${TCLTLS_SSL_LIBS} ${LIBS}",' configure<br /># two tabs<br />sed -i -e '/^ LIBS.*SAVE_LIBS.*TCLTLS/ s,=.*,="${TCLTLS_SSL_LIBS} ${SAVE_LIBS}",' configure</pre><br />That's working now.<br /><br />And on to the next problem...<br />/usr/bin/install -c tcltls.lib '/home/bll/tcl-bdj/kitcreator/tls/inst/lib/tcltls1.7.12'<br />/usr/bin/install: cannot stat 'tcltls.lib': No such file or directory<br /><br />
- foundin initialized to: "0.10.2"
- login: "anonymous"
- private_contact initialized to: "e755306c9ef019bc4ca35d69adcf001dece786ff"
- severity initialized to: "Minor"
- status initialized to: "Open"
- title initialized to:
windows build: tls: msys2 requires -lwsock32 and configure issues
- type initialized to: "Build Problem"
- comment initialized to: