Hi, Dave I'm compiling 0.9.8e, I think the 1st part of your speculation might be the cause. How can I fix it manually?
On Fri, Jun 18, 2010 at 11:10 AM, Dave Thompson <dthomp...@prinpay.com>wrote: > > From: owner-openssl-us...@openssl.org On Behalf Of JC Yang > > Sent: Wednesday, 16 June, 2010 23:53 > > > Hi, I'm new to openssl. I've just compiled openssl with Visual C++ > 2008, > > I've read the installation guide and added the debug command in the > mk1mf.pl > > line in do_masm.bat, but I found that there's no source code information > > included in the build. I'd like to know how can I attach the source code > > in the debug build for debug's sake? > > Does it say something like "no debug symbols" or like "source not found"? > > 1. For at least most of 0.9.8, mk1mf.pl had a flaw and didn't actually > put /Zi in the CFLAG setting as intended. If it didn't, do so manually. > My notes say I also put /Yd; I'm not sure if that's (still?) needed. > It appears to me 0.9.8o and 1.0.0a have (different!) fixes for this, > but I haven't had time yet to actually try either of them. > > 2. Even if you have symbols, I believe they use relative pathnames, > and the IDE has to be told where to find them. In the old VS/VC++6 > I have, this is in Tools / Options / Directories / SourceFiles . > In newer versions it's probably different but should be similar. > > > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List openssl-users@openssl.org > Automated List Manager majord...@openssl.org >