Windows Compile Fails

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> From: openssl-users [mailto:openssl-users-bounces at openssl.org] On Behalf
> Of Jay Foster
> Sent: Friday, June 19, 2015 17:09
> >
> > I think "no-shared" is the Configure option you need. We actually have a
> > script that changes some of the OpenSSL makefiles after configuring, so our
> > process is a bit different from yours.
> >
> That sounds like what I'm running into.  I rebuilt the OpenSSL libraries
> with the "no-shared" option, but this made no difference. Does that work
> for Windows?

Hmm. I thought it did, but as I said we're using a customized process. We run Configure but then make some changes.

You can check to see whether a LIB file is an import or static library using the "lib" tool that's included with Visual Studio. "lib /list libeay32.lib" will show a bunch of object file names if it's a static library; if it's an import library, it will just print "libeay32.dll" a bunch of times.

The static library will also be a lot bigger. My libeay32.lib is around 14 MB. I don't have an import one here, but it should be much smaller, since it's basically just a list of function signatures.

Is it possible your build created both static and dynamic versions? Do you have two different versions of libeay32.lib in the build directory?

What version of OpenSSL are you building?

-- 
Michael Wojcik
Technology Specialist, Micro Focus




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux