Re: Static libraries with fPIC on 32bit system

2009-11-03 Thread john blair
g that discusses this in more detail? Thanks again for the help. --- On Tue, 11/3/09, Mike Frysinger wrote: > From: Mike Frysinger > Subject: Re: Static libraries with fPIC on 32bit system > To: openssl-users@openssl.org > Date: Tuesday, November 3, 2009, 1:41 PM > On Mon, Nov 2, 2009 a

Static libraries with fPIC on 32bit system

2009-11-02 Thread john blair
I have built openssl-0.9.8k and am trying to link libcrypto.a statically with my project. I think libcrypto.a contains contains non-relocatable functions For example, consider the following: #include void foo(void) { DES_encrypt3(NULL, NULL, NULL, NULL); AES_encrypt(NULL,

Bug in windows build process?

2009-08-26 Thread john blair
I am building static libs for openssl-0.9.8j on windows. The pdb file created during this process is named out32.pdb and it seems that it contains symbols for just ssleay32.lib and not libeay32.lib. I think that the build process overwrites the pdb file created for libeay32.lib. __