How do you compile OpenSSL for x64?

Posted by Kurt on Stack Overflow See other posts from Stack Overflow or by Kurt
Published on 2008-10-01T15:30:18Z Indexed on 2010/04/18 10:23 UTC
Read the original article Hit count: 232

Filed under:
|
|
|
|

After following the instructions in INSTALL.W64 I have two problems:

  • The code is still written to the "out32" folder. I need to be able to link to both 32-bit and 64-bit versions of the library on my workstation, so I don't want the 64-bit versions to clobber the 32-bit libs.
  • The output is still 32-bit! This means that I get "unresolved external symbol" errors when trying to link to the libraries from an x64 app.

© Stack Overflow or respective owner

Related posts about c++

Related posts about Windows