Sujet : Re: Can't build TclTLS 2.0b1
De : auriocus (at) *nospam* gmx.de (Christian Gollwitzer)
Groupes : comp.lang.tclDate : 10. Jul 2025, 07:18:00
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <104nluo$n98e$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14
User-Agent : Mozilla Thunderbird
Am 09.07.25 um 19:47 schrieb Ralf Fassel:
Needless to say that on my system (opensuse 15.6, gcc 7.5.0), tcltls
2.0b1 configured and compiled with no problem against either tcl8.6 or
tcl9.0.2.
I struggled with the same problem some while ago, it compiled without problems on my local opensuse 15.6, but failed in the Github runner. I compile the dependencies myself as static libraries and then try to link to those, to make binaries with low dependencies.
For all other libraries (libjpeg, etc.) this works - for OpenSSL it never worked well, I think it still doesn't work to this day and finally I gave up on it altogether.
Christian