I have compiled OpenSSL 0.9.5 on a Windows NT4 SP6 with VC++ 6.0 SP3 and
using the NASM compiler for the assembly.
That worked just fine.

Did you follow the instructions in the install.w32 file (regarding debug)?

If you are using NASM, the do_nasm.bat file should have the following lines
for the debug version:

perl util\mk1mf.pl dll debug VC-W31-32 >ms\w31dll.mak
perl util\mk1mf.pl nasm debug VC-WIN32 >ms\nt.mak
perl util\mk1mf.pl dll nasm debug VC-WIN32 >ms\ntdll.mak

Kim Hellan

> -----Oprindelig meddelelse-----
> Fra:  Richard Dykiel [SMTP:[EMAIL PROTECTED]]
> Sendt:        7. marts 2000 00:42
> Til:  [EMAIL PROTECTED]
> Emne: Bug in ntdll.mak?
> 
> OpenSSL 0.9.5 (latest)
> Compiling on NT 4.0 with VC6
>  
> Generated ntdll.mak with the debug flag: resulting compilations dont
> produce dlls in out32dll.dbg, just the libs. Is it done on purpose? The
> tests run OK, however, and I can debug using the VC6 debugger.
>  
> Note: when ntdll.mak generated without the debugflag, the dlls are created
> in out32dll.
>  
> I corrected ntdll.mak by hand because I cannot not debug the mk1mf.pl
> utility.
> 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to