Venkata Sairam wrote:
Hi
I am encountering certain problems when building it for 9.8a. I am
currently
able to get only about 30 pdb files for the 9.8a debug version. I believe
it
is not the complete set as I am not able to perform any debug operations
in
the openssl code.
Can anyone who has build the debug version for 9.8a please post all the
files needed to debug?
Thanks.
-Venkata
Do you mean you are not able to debug the openssl.exe or the openssl
library generated?
Could you give more information on what you did to include debug info?
If it's the openssl.exe maybe you haven't included /DEBUG option with
the link options or you can try using /Z7 for builtin debug info rather
than the /Zi.
Does this help?
-jb
I am not able to debug the library generated. As mentioned in the
INSTALL.W32 I have
'add 'debug' to the mk1mf.pl lines in the do_* batch file then debugging
symbols will be
compiled in. '
I am using do_nt.bat. I have obtained the out32dll.dbg folder with 30 *.pdb
files and 2 *.dll without any errors during creation. I use these pdb files
with my applications but I am not able to browse inside the openssl codes.
Am I missing something?
-Venkata
Well i've never used the mk1mf.pl with debug added (somehow i haven't
managed to get it work for me :-)
after i run do_nt.bat, i add /Z7 to CFLAG (also remove the /O* flags)
and add /DEBUG to LFLAGS in ms/nt.mak (or ms/ntdll.mak). Then linking
with the libs does it fr me.
if this doesn't work maybe someone else maybe able to guide you better.
-jb
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]