I did that
if I set
set hb_static_curl=no
the message is :
C:/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/7.3.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -llibcurl
collect2.exe: error: ld returned 1 exit status
hbmk2: Error: Running linker. 1
when I set it to Yes
set hb_static_curl=yes
it says
C:/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/7.3.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lcurl
C:/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/7.3.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lssh2
collect2.exe: error: ld returned 1 exit status
hbmk2: Error: Running linker. 1
But when I do :
hbmk2 test2 hbcurl.hbc -Lc:\curl\lib
Then only ssh2 cannot be found
cannot find -lssh2
So the question is : what is ssh2 and where to get it where it supposed to be?