I am using cygwin32 b20 on windows nt4 sp6 and am getting the following error:
 
bash-2.02$ ./Configure no-threads CygWin32
Configuring for CygWin32
IsWindows=0
CC            =gcc
CFLAG         =-DDSO_WIN32 -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -
Wall
EX_LIBS       =
BN_ASM        =bn_asm.o
DES_ENC       =des_enc.o fcrypt_b.o
BF_ENC        =bf_enc.o
CAST_ENC      =c_enc.o
RC4_ENC       =rc4_enc.o
RC5_ENC       =rc5_enc.o
MD5_OBJ_ASM   =
SHA1_OBJ_ASM  =
RMD160_OBJ_ASM=
PROCESSOR     =
RANLIB        =true
PERL          =perl
THIRTY_TWO_BIT mode
DES_PTR used
DES_RISC1 used
DES_UNROLL used
BN_LLONG mode
RC4_INDEX mode
RC4_CHUNK is undefined
/c: Can't open /c
make: *** [links] Error 2
bash-2.02$
 
Looked at FAQ and found item about undefined items which said to use no-asm option. Tried that and got the same result.
 
Would appreciate any help.

Reply via email to