I have been installing Gearman job server on my WIN 7 machine through Cygwin terminal. I have extracted the tar file of gearman-1.1.12 successfully . Now I have to run ./configure to build the new makefile. But it says
* 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: :
---
I tried to ignore and build the program by 'make' command, it gives:
/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
I tried to reinstall the Cygwin to customizely search the missing files but they were not present in the Cygwin libs. I am unable to fix this issue . Plz point me my mistake or guide me to any tutorial. Thanks all