[guest - Fri Apr 28 12:25:05 2006]: > Hello, > > i have found a bug in openssl 0.9.7i Configure file, used by > ms/mingw32.bat. Due to this bug, the makefile creation fails. > > The problem is that the variable: > > @WinTargets=qw(VC-NT VC-CE VC-WIN32 ... BC-32 BC-16 Mingw32 OS2-EMX); > > should be set to (note "mingw" instead of "Mingw32"; please check > the correctness of other targets names): > > @WinTargets=qw(VC-NT VC-CE VC-WIN32 ... BC-32 BC-16 mingw OS2-EMX); > > The correction assure that the variable IsWindows will be set to > "mingw" and not 0 as now happens. > > After applying the "patch", ms\mingw32(.bat) works fine. >
This was changed to support a Unix like build environment to work for the FIPS build and Windows. Under the MSYS shell you should be able to follow the Unix build instructions instead as: ./config make if you need the ms\mingw32.bat single makefile build then I suppose an alternative target could be provided. Steve. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
