Hi,

When I compile with mingw I get the following output:

....
RC4_CHUNK is undefinded
"make" is not recognized as an internal or external command,
program or batch script (this is translated from spanish)
Generating x86 for GNU assembler
....

And then the compiling continues.

I think the problem is that mingw32.bat invokes the configure script
like this:

perl Configure mingw %1 %2 %3 %4 %5 %6 %7 %8

While the windows target in configure are:

my @WinTargets=qw(VC-NT VC-CE VC-WIN32 VC-WIN16 VC-W31-16 VC-W31-32 VC-MSDOS
        BC-32 BC-16 Mingw32 OS2-EMX);

Since 'mingw' is not among the targets the configure
script doesn't think it is windows and later it tries
to use 'make' instead of following the 'isWindows' path.

Adding 'mingw' seems to take care of the error message, but
it may not be a real solution.

Regards,
Andres

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to