OpenSSL Problems HELP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fsck
    New Member
    • Oct 2006
    • 1

    OpenSSL Problems HELP

    Configured for Mingw32. Generating x86 for GNU assember Bignum DES crypt Blowfish CAST5 RC4 MD5 SHA1 RIPEMD160 RC5\32 Generating makefile Generating DLL definition files Building OpenSSL copy .\crypto\buildi nf.h tmp\buildinf.h 1 file(s) copied. copy .\crypto\openss lconf.h outinc\openssl\ opensslconf.h 1 file(s) copied. gcc -o mp\cryptlib.o -Ioutinc -Itmp -O3 -fomit-frame-pointer -DDSO_WIN32 -c .\crypto\cryptl ib.c process_begin: CreateProcess(( null), gcc -o tmpcryptlib.o -Ioutinc -Itmp -O3 -fomit-frame-pointer -DDSO_WIN32 -c .crypt cryptlib.c, ...) failed. make (e=2): The system cannot find the file specified. make: *** [tmp\cryptlib.o] Error 2 You can ignore the error messages above 1 file(s) copied. Building the libraries Building OpenSSL gcc -o tmp/cryptlib.o -Ioutinc -Itmp -DL_ENDIAN -DDSO_WIN32 -fomit-frame-pointer - O3 -m486 -Wall -DBN_ASM -DMD5_ASM -D HA1_ASM -c ./crypto/cryptlib.c process_begin: CreateProcess(( null), gcc -o tmp/cryptlib.o -Ioutinc -Itmp -DL_ENDIAN -DDSO_WIN32 -fomit-frame-pointer - 3 -m486 -Wall -DBN_ASM -DMD5_ASM -DSHA1_ASM -c ./crypto/cryptlib.c, ...) failed. make (e=2): The system cannot find the file specified. make: *** [tmp/cryptlib.o] Error 2

    this is what i get when i compile openssl. goes al the way through, and stops at cryptlib.o, and returns error 2
Working...