/usr/include/sys/time.h:104:34: エラー: 不明な型名 'u_int' です
解決方法は、ファイル「/usr/include/sys/time.h」に「u_int」の定義を追加すること
vi /usr/include/sys/time.h
#ifndef u_int
typedef unsigned int u_int;
#endif
#ifndef u_int
typedef unsigned int u_int;
#endif
mkdir
-p
/usr/local/src
cd
/usr/local/src
wget
"https://sourceforge.net/projects/sshpass/files/sshpass/1.06/sshpass-1.06.tar.gz/download"
-O sshpass.
tar
.gz
tar
xvfz sshpass.
tar
.gz
cd
sshpass-1.06
.
/configure
make
make
install
apt-cyg update -m ftp://ftp.cygwinports.org/pub/cygwinports