I'm trying to build libcurl.a via x86_64-w64-mingw32. I'm using the folowing command to configure:
./configure --disable-ftp --disable-file --disable-ldap --disable-dict --disable-telnet --disable-tftp --disable-rtsp --disable-pop3 --disable-imap --disable-smtp --disable-gopher --disable-ares --disable-smb --disable-debug --disable-shared --with-ssl=$HOME/openssl-1.1.0f --host=x86_64-w64-mingw32 The configuration seems to complete without errors, as does the make command. After the compilation finishes I get the curl.exe and libcurl.la, which mentions libcurl.a, but no actual libcurl.a file. Am I missing something here?
------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
