我想在我的 Windows 系统上构建 libcurl。
目前我正在使用 eclipse cdt 和 mingw 编译器。我最近还在我的系统上安装了 cygwin 1.7*。我想构建/安装 cURL 7.26.0。但是当我给
sh configure
curl根文件夹中的命令我收到以下错误。
$ sh configure
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to enable debug build options... no
checking whether to enable compiler optimizer... (assumed) yes
checking whether to enable strict compiler warnings... no
checking whether to enable compiler warnings as errors... no
checking whether to enable curl debug memory tracking... no
checking whether to enable hiding of library internal symbols... yes
checking whether to enable c-ares for DNS lookups... no
checking for sed... /usr/bin/sed
checking for grep... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ar... no
configure: error: ar not found in PATH. Cannot continue without ar.
谁能告诉我哪里出错了。或者如果需要安装其他任何东西。