On Fri, Feb 10, 2012, Philip Prindeville wrote: > Hi. > > I'm not a Windows person so bear with me: I'm trying to ensure that some > multi-platform code continues to build and run on Windows, so I'm having to > set up a build environment there too. > > I went looking for MASM and found it on MSDN, but when I try to run it, it > complains about the architecture (it's 32-bit and doesn't want to run on a > Win7 64-bit platform apparently... probably a broken compatibility check). > > What do people do? What are the steps? > > I read: > > http://www.openssl.org/support/faq.html#BUILD > > and: > > INSTALL.W32 > > but the directions are a little antiquated... they talk about NT and Win 9x. > > I'm running Win7 in 64-bit mode, but I'm building 32-bit code. > > Any pointers are appreciated. >
The instructions are still valid despite being pretty much the same since NT and Win9x. Download and install the free NASM assembler instead, that's the preferred option. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
