[Cygwin]makeで"-liconv が見つかりません"の対処法
LINK git-credential-store.exe
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: -liconv が見つかりません
collect2: エラー: ld はステータス 1 で終了しました
Makefile:2047: recipe for target 'git-credential-store.exe' failed
make: *** [git-credential-store.exe] Error 1
対処法
apt-cyg install libiconv-devel
カテゴリ:
Cygwin