Apologies for repeated top-posting. Only have crappy web-access. See: http://stackoverflow.com/questions/3242386/error-compiling-openssl-for-win32 [1]
You can locally fix up Op4enSSL's e_os.h to remove conflicts or find another way to to do. I think the /G5 is being ignored. Carl On Wed 26/09/12 12:20 PM , "Charles Mills" charl...@mcn.org sent: Well, as the messages say, you specified /WX – “treat any warning as a fatal error.” You got a warning -- /G5 is deprecated – and, just as you asked, VC treated it as a fatal error. _Charles_ FROM: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] ON BEHALF OF Ahmad SENT: Wednesday, September 26, 2012 2:46 AM TO: openssl-users@openssl.org SUBJECT: facing problem in installation of openssl-0.9.7d I am having some error when i try to install openssl-0.9.7d. from the VC++ environment at a prompt when i run this command > nmake -f msntdll.mak I get following errors 1 file(s) copied. cl /Fotmp32dllcryptlib.obj -Iinc32 -Itmp32dll /MD /W3 /WX /G5 /Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDI AN -DDSO_WIN32 -DBN_ASM -DMD5_ASM -DSHA1_ASM -DRMD160_ASM /Fdout32dll -DOPENSSL_ NO_KRB5 -D_WINDLL -DOPENSSL_BUILD_SHLIBCRYPTO -c .cryptocryptlib.c cl : Command line warning D9002 : ignoring unknown option '/G5' cryptlib.c C:Program FilesMicrosoft Visual Studio 10.0VCINCLUDEerrno.h(92) : error C22 20: warning treated as error - no 'object' file generated C:Program FilesMicrosoft Visual Studio 10.0VCINCLUDEerrno.h(92) : warning C 4005: 'EADDRINUSE' : macro redefinition tmp32dlle_os.h(156) : see previous definition of 'EADDRINUSE' NMAKE : fatal error U1077: '"C:Program FilesMicrosoft Visual Studio 10.0VCBI Ncl.EXE"' : return code '0x2' Stop. How can these errors be solved ? Please help in this issue. Regards, -- Ahmad Links: ------ [1] http://stackoverflow.com/questions/3242386/error-compiling-openssl-for-win32