Mail Archives: cygwin/2002/04/03/10:00:20
Yeah, I got this same problem. I posted a question over on the mingw
mailing list,
but got no responses. Might be worth reposting this over there.
mingw-users AT lists DOT sourceforge DOT net
-Richard Campbell.
-----Original Message-----
From: Gupta, Sanjay [mailto:SGupta AT Epylon DOT com]
Sent: Tuesday, April 02, 2002 6:03 PM
To: 'cygwin AT cygwin DOT com'
Subject: crypt command
Since the crypt command in cygwin does not work same as crypt command in
Unix, so somebody suggesed use mcrypt command
(http://mcrypt.hellug.gr/mcrypt/index.html) , I was able to download mcrypt
source and there required library files Libmhash and Libmcrypt but when I
compile mhash on cygwin, I get the following error.
Does any body know how to solve this problem.
Thanks
Sanjay
Here is the error :-
make all-recursive
make[1]: Entering directory `/usr/src/mhash-0.8.14'
Making all in lib
make[2]: Entering directory `/usr/src/mhash-0.8.14/lib'
/bin/sh ../libtool --silent --mode=link gcc -g -O2 -mno-cygwin -o
libmhash.la -rpath /usr/local/lib -version-info 2 -no-undefined
-export-symbols ./libmhash.sym mhash.lo swap.lo bzero.lo crc32.lo md5.lo
sha1.lo haval.lo tiger.lo tiger_sboxes.lo gosthash.lo keygen_hex.lo
keygen_mcrypt.lo keygen_asis.lo keygen.lo keygen_s2k.lo ripemd.lo md4.lo
sha256.lo adler32.lo
keygen_hex.lo: In function `check_hex':
/usr/include/mingw/ctype.h:143: undefined reference to
`_imp___pctype'
/usr/include/mingw/ctype.h:143: undefined reference to `_isctype'
collect2: ld returned 1 exit status
make[2]: *** [libmhash.la] Error 1
make[2]: Leaving directory `/usr/src/mhash-0.8.14/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/mhash-0.8.14'
make: *** [all] Error 2
--
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/
--
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/
- Raw text -