我正在运行configure步骤以构建具有OpenSSL支持的cURL 7.51.10。
LIBS="-ldl" ./configure --with-ssl
由于此步骤
,配置无法启用SSLconfigure:25115: checking for ssl_version in -laxtls
configure:25137: gcc -o conftest.exe -O2 -Wno-system-headers -isystem /c/Build-OpenSSL-VC-64/include/
-isystem /g/Library/zlib-1.2.8/ -L/c//Build-OpenSSL-VC-64/lib/ -L/g/Library/zlib-1.2.8/Out/Win64/Debug/
-L/lib/ conftest.c -laxtls -lwldap32 -lws2_32 -ldl >&5
c:/mingw/bin/../lib/gcc/mingw32/5.3.0/../../../../mingw32/bin/ld.exe: cannot find -laxtls
collect2.exe: error: ld returned 1 exit status
有没有人克服过这个问题?