Richard, Thanks for the email.
Libeay32 linked fine. I got the problems when linking ssleay32. It complained about 2 unresolved symbols. I ended up copying the "asn1_lib.obj" line from the CRYPTOOBJ dependency section and pasting it into the SSLOBJ dependency section. That seemed to solve the problem. I'll be happy to download the latest version of OpenSSL and try again, if that helps you out. Thanks, Mike Straw [EMAIL PROTECTED] > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Richard Levitte via RT > Sent: Sunday, March 21, 2004 5:43 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [openssl.org #849] WIN32 compile problems > > > > I've just committed fixes for problem 1 and 2. Problem 3 is slightly > incorrect, asn1_lib.obj should be in CRYPTOOBJ, not SSLOBJ. Can you > check that it's really not there? > > [EMAIL PROTECTED] - Sun Mar 21 19:02:18 2004]: > > > OpenSSL Folks, > > > > I want to take a few moments to document a few MS Windows compile > issues > > with the openssl-SNAP-20040318. I know it is now 2 days old, but I > don't > > have the heart to download today's snapshot and try it out. Sorry. > > > > My system: Windows XP, Microsoft Visual C++ 2002 > > What I did: perl Configure VC-WIN32 > > perl util\mkdef.pl crypto ssl update > > ms\do_nt > > nmake -f ms\ntdll.mak > > > > Bugs: > > > > #1. crypto/bio/bss_file.c > > (this problem has been around for a long time!) > > Line 217: fd in not defined. > > Need to add > > { > > int fd = fileno((FILE*)ptr); > > ... > > } > > > > #2. crypto/bio/b_print.c > > Line 646: double and long > > Should to cast pow() to long > > fracpart -= (long)pow10(max); > > > > #3. ms/ntdll.mak > > Line 189: 2 undefined symbols. > > These symbols are found in crypto/asn1/asn1_lib.c > > Need to add asn1_lib.obj as a dependency to SSLOBJ > > > > > > Thanks for all the hard work you have put into this > project! If I had > more > > active brain cells I would love to help you out. > > > > > > > > Mike Straw > > [EMAIL PROTECTED] > > > > > > > -- > Richard Levitte > [EMAIL PROTECTED] > ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
