Ulrich Kroener wrote:
>
>
> =============================================
> Platform: WinNT Server 4 SP 4
> Compiler: MickeySoft VC 5.0 SP 3.
> Snapshot: openssl-SNAP-19990309-0930.tar.gz
> =============================================
>
> Issues:
>
> All win32 makefiles seem to complain about "too many rules" for out32[dll].[dbg]:
>
Yes this happens. Doesn't seem to affect the build though. I'll put a
comment about this in the INSTALL.W32 doc.
>
> The NT DLL debug/release version is broken!!!:
>
> > cl.exe /Fotmp32dll.dbg\c_zlib.obj -Iinc32 -Itmp32dll.dbg /MDd /W3 /WX /
> >Zi /Yd /Od /nologo -DWINDOWS -DWIN32 -D_DEBUG -DL_ENDIAN -DWIN32_LEAN_AND_MEAN -
> >DDEBUG -DWINNT /Fdout32dll /GD -D_WINDLL -D_DLL -c .\crypto\comp\c_zlib.c
> >c_zlib.c
> > link.exe /debug /nologo /subsystem:console /machine:I386 /opt:ref /debug
> > /dll /out:out32dll.dbg\libeay32.dll /def:ms/LIBEAY32.def @C:\TEMP\nma00460.
> > Creating library out32dll.dbg\libeay32.lib and object out32dll.dbg\libeay32.exp
> >bss_log.obj : error LNK2001: unresolved external symbol __imp__ReportEventA@36
> >bss_log.obj : error LNK2001: unresolved external symbol
>__imp__RegisterEventSourceA@8
> >bss_log.obj : error LNK2001: unresolved external symbol
>__imp__DeregisterEventSource@4
> >out32dll.dbg\libeay32.dll : fatal error LNK1120: 3 unresolved externals
> >NMAKE : fatal error U1077: 'link.exe' : return code '0x460'
> >Stop.
>
Yes it is broken :-) It a missing link to advapi32.lib, I'll fix this.
> The cmp.pl script still does not work on Win32 because of CR vs CRLF.
> > for ($i=0; $i<=$#a1; $i++)
> > {
> > if ($a1[$i] ne $a2[$i])
> Solution: replace cmp.pl by fc.exe.
>
Hmm testenc should really be a binary compare but testpem is OK with a
text compare: I'll change that.
> Testenc.bat is stuffed up with references to d:\openssl.
Yes sorry about that: it was late :-)
Steve.
--
Dr Stephen N. Henson. http://www.drh-consultancy.demon.co.uk/
Senior crypto engineer, Celo Communications: http://www.celocom.com/
Core developer of the OpenSSL project: http://www.openssl.org/
Email: [EMAIL PROTECTED] PGP key: via homepage.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]