--
You received this message because you are subscribed to the Google Groups "Harbour Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-deve...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/harbour-devel/68F76F33.5000105%40fki.pl.
Best regards, Aleksander
--
You received this message because you are subscribed to the Google Groups "Harbour Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-deve...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/harbour-devel/68F8AEA6.5060303%40fki.pl.
--
You received this message because you are subscribed to the Google Groups "Harbour Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-deve...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/harbour-devel/68F8AEA6.5060303%40fki.pl.
May I request to separate the zig in the hbssl.hbc? Under Zig, it's searching for ssl/crypto contrary to MSVC/MingW/Clang's libssl/libcrypto
{!HB_DYNBIND_OPENSSL&win&zig}libs=ssl crypto
To view this discussion visit https://groups.google.com/d/msgid/harbour-devel/CAGuBOFoS2pgUujoKrLFMh7da3dMbboUPX0Dsy7seaKJ%3DXdoxXw%40mail.gmail.com.
Hi Mario!
Mario H. Sabado wrote:Isn't it the same?
May I request to separate the zig in the hbssl.hbc? Under Zig, it's searching for ssl/crypto contrary to MSVC/MingW/Clang's libssl/libcrypto
{!HB_DYNBIND_OPENSSL&win&zig}libs=ssl crypto
{!HB_DYNBIND_OPENSSL&win&(allmingw|clang|zig)}libs=ssl crypto
https://github.com/harbour/core/blob/master/contrib/hbssl/hbssl.hbc#L18
Of course it's confusing. Clang based tools depending on lld-linker backend is able to either go for lib{name}.a or {name}.lib
OpenSSL is not following this standard on Windows platform, because they left lib{name}.lib for linking.
I will excersise Zig more in oncoming few days, hopefully on Windows too.
To view this discussion visit https://groups.google.com/d/msgid/harbour-devel/68FF4D79.5090703%40fki.pl.