Windows システムで libcurl を構築したいと考えています。
現在、mingw コンパイラで eclipse cdt を使用しています。最近、システムに 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.
誰が私がどこで間違っているのか教えてもらえますか? または、何か他のものをインストールする必要がある場合。