Hello, I am getting very hard time in compiling the mcrypt command in cygwin, I was able to compile the required library for mcrypt but now I am getting these errors.
make[1]: Entering directory `/usr/src/mcrypt-2.5.10/src' /bin/sh ../libtool --mode=link gcc -g -O2 -I/usr/local/include -L/usr/lib -o mcrypt.exe extra.o mcrypt.o locks.o keys.o random.o xmalloc.o functions.o errors.o bits.o environ.o getpass.o ufc_crypt.o popen.o gaaout.o -lintl -lltdl -L/usr/local/lib -lmcrypt -lltdl -lmhash gcc -g -O2 -I/usr/local/include -o mcrypt.exe extra.o mcrypt.o locks.o keys.o random.o xmalloc.o functions.o errors.o bits.o environ.o getpass.o ufc_crypt.o popen.o gaaout.o -L/usr/lib -lintl -L/usr/local/lib /usr/local/lib/libmcrypt.a .libs/libimp-cygltdl-3.a .libs/libimp-cygmhash-2.a -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib getpass.o: In function `mcrypt_getpass': /usr/src/mcrypt-2.5.10/src/getpass.c:48: undefined reference to `_cputs' /usr/src/mcrypt-2.5.10/src/getpass.c:49: undefined reference to `_cgets' collect2: ld returned 1 exit status make[1]: *** [mcrypt.exe] Error 1 make[1]: Leaving directory `/usr/src/mcrypt-2.5.10/src' make: *** [check-recursive] Error 1 Thanks Sanjay -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/