通过Cygwin安装Gearman时出现库文件问题

Ars*_*ani 5 linux cygwin gearman

我一直在通过Cygwin终端在我的WIN 7机器上安装Gearman作业服务器.我已经成功提取了gearman-1.1.12的tar文件.现在我必须运行./configure来构建新的makefile.但它说

   * CPP Flags:                  -fvisibility=hidden
   * LIBS:
   * LDFLAGS Flags:
   * Assertions enabled:        no
   * Debug enabled:             no
   * Warnings as failure:       no
   * Building with libsqlite3   yes
   * Building with libdrizzle   yes
   * Building with libmemcached not found
   * Building with libpq        yes
   * Building with tokyocabinet no
   * Building with libmysql     yes
   * SSL enabled:               no
   * cyassl found:              no
   * openssl found:             yes
   * make -j:                   2
   * VCS checkout:              no
   * sphinx-build:              :

---
Run Code Online (Sandbox Code Playgroud)

我尝试通过'make'命令忽略并构建程序,它给出:

/usr/bin/grep: /usr/lib/libintl.la: No such file or directory
/usr/bin/sed: can't read /usr/lib/libintl.la: No such file or directory
libtool: link: `/usr/lib/libintl.la' is not a valid libtool archive
Makefile:3707: recipe for target 'libgearman/libgearman.la' failed
make[1]: *** [libgearman/libgearman.la] Error 1
make[1]: Leaving directory '/home/gearmand-1.1.12'
Makefile:3050: recipe for target 'all' failed
make: *** [all] Error 2
Run Code Online (Sandbox Code Playgroud)

我尝试重新安装Cygwin来自定义搜索丢失的文件,但它们不存在于Cygwin库中.我无法解决这个问题.Plz指出我的错误或指导我任何教程.谢谢大家