Hi!

i get these errors trying to compile OpenSSL on Win2k using MingW32 and
GnuMake:
version info:   gcc-2.95.2-msvcrt.exe
                        make-3.76.1.zip
                        ActivePerl-5.6.0.618-MSWin32-x86-multi-thread.msi

C:\openssl> ms\mingw32.bat noasm
C:\openssl> perl Configure Mingw32 noasm
target already defined - 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
mkdir outinc\openssl
The system cannot find the path specified.
gcc -o tmp\cryptlib.o  -Ioutinc -Itmp -O3 -fomit-frame-pointer -DDSO_WIN32
-c .
\crypto\cryptlib.c
gcc: .cryptocryptlib.c: No such file or directory
gcc: No input files
make: *** [tmp\cryptlib.o] Error 1
You can ignore the error messages above
        1 file(s) copied.
Building the libraries
Building OpenSSL
gmkdir outinc/openssl
process_begin: CreateProcess((null), gmkdir outinc/openssl, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [outinc/openssl] Error 2

it looks like the config files are looking for files/creating files in
'outinc' folder,
but it crashes, since a file named 'outinc' is in the same folder and is
generated by the makefile...
anyone have any clue about this?

regards,
Jon Arne
---
Jon Arne Hegge
Feezt AS, Tlf: 24 13 24 13
email: [EMAIL PROTECTED]
 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to