Richard,
I guess you are right.
I downloaded the latest openSSL (SNAP-20040322) and went through the same
steps as before. I did not have to modify ntdll.mak at all. So disgregard
my previous report about unresolved symbols.
I did have to remove ENGINE_load_gmp from ms\libeay32.def and
SSL_COMP_get_compression_method from ms\ssleay32.def. But these are really
minor problems.
Mike
PS: this is the output that showed SSL_COMP_get_compression_method was an
unresolved external symbol.
rc /fo"tmp32dll\ssleay32.res" /d SSL ms\version32.rc
link /nologo /subsystem:console /machine:I386 /opt:ref /dll
/out:out32dll\ssleay32.dll /def:ms/SSLEAY32.def
@C:\DOCUME~1\mess\LOCALS~1\Temp\nm56.tmp
ms/SSLEAY32.def(7) : warning LNK4017: DESCRIPTION statement not supported
for the target platform; ignored
SSLEAY32.def : error LNK2001: unresolved external symbol
SSL_COMP_get_compression_method
out32dll\ssleay32.lib : fatal error LNK1120: 1 unresolved externals
LINK : fatal error LNK1141: failure during build of exports file
NMAKE : fatal error U1077: 'link' : return code '0x475'
Stop.
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Stephen Henson via RT
> Sent: Monday, March 22, 2004 9:16 AM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: [openssl.org #849] WIN32 compile problems
>
>
>
> [EMAIL PROTECTED] - Mon Mar 22 14:33:57 2004]:
>
> > 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.
> >
>
> It would help if you said what the two symbols were.
>
> Its possible these aren't being exported from the DLL maybe
> due to a parsing issue in mkdef.pl
>
> Steve.
>
>
>
>
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]