> I tried to build first build openssl-0.9.8e for win 64 using perl > Configure VC-WIN64A and it failed saying that pthread.h is not found so > I decided to try 0.9.8f which is building fine. > > Now I decided to build the shared library version but when I typed “perl > Configure VC-WIN64A shared” using openssl-0.9.8f I got a message saying > that the “shared” option is not supported yet on that platform and to > contact you. > > So my question is to know how I can build the shared library version for > win 64.
By following instructions in INSTALL.W64. Switch between shared and non-shared builds is done by choosing ms\ntdll.mak or ms\nt.mak, not by passing shared argument to Configre. A. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
