Ulrich Kroener wrote:
>
> Hello!
>
> I retried to compile the latest snap on Solaris 2.6/gcc, WinNT/VC5, and
>HPUX1020/hpux-kr-cc.
> The results are attached in a text file.
>
> ===============================================
> OS: Win NT Server 4 SP 4
> Compiler: VC 5 SP 3
> Openssl: openssl-SNAP-19990311-0930
> ===============================================
>
> MSVC compiler Configuration:
> perl.exe Configure VC-WIN32
> perl.exe util\mk1mf.pl no-asm debug VC-WIN32 > d32.mak
> perl.exe util\mk1mf.pl no-asm VC-WIN32 > 32.mak
> perl.exe util\mk1mf.pl no-asm debug dll VC-WIN32 > d32dll.mak
> perl.exe util\mk1mf.pl no-asm dll VC-WIN32 > 32dll.mak
>
This isn't the correct Win32/NT build procedure: it will not update
MINFO the makefiles and the DEF files. Its been simplified now: see the
INSTALL.W32 file.
What you should do is:
perl Configure VC-WIN32
ms\do_ms
nmake -f ms\ntdll.mak
or
perl Configure VC-NT
ms\do_nt
nmake -f ms\ntdll.mak
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]