Jon Hedlund wrote:
I just installed the latest 2.0.0-3 version of MinGW and tried to build OpenSSL versions 0.9.6g and 0.9.7-beta4. The build process in both cases compiles for about 10 minutes and then complains about not finding gmkdir and quits. I found a gmkdir binary for Win32 and put it in the MinGW\bin\ dir but then the build still failed with the error:if you do not mind can you mentioned were you downloaded gmkdir it will be very nice
Building OpenSSL
gmkdir outinc/openssl
gmkdir: cannot make directory `outinc/openssl': File exists
make: *** [outinc/openssl] Error 1
JonH
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
for compilation problem try this
change thoose :
file ./util/pl/Mingw32f.pl line 56
comment out $ret.="\t\$(RM) $target\n";
file ./util/pl/Mingw32.pl line 88
comment out $ret.="\t\$(RM) $target\n";
file ./util/pl/Mingw32.pl line 9
replace $mkdir='gmkdir'; with $mkdir='mkdir'; but if you have a gmkdir comman you will not need it
file ./ms/mingw32.bat
if everything is compiled but you get error at the end it could be because second call to
make -f ms/mingw32a.mak
so or just ignore it and run manually commands (dllwrap ) after it
or comment out this call (or first as you like it)
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]