Re: How can I get debug version....

2000-02-03 Thread Ulf Möller
On Thu, Feb 03, 2000 at 05:42:19PM +0900, Srinivas, Ravi wrote: > I have downloaded the openssl-0.9.4.How can I get a debug version of the > openssl. Try using "./config -d", as described in INSTALL. If that doesn't work on your system, edit the configuration line for your platform in ./Configu

Re: How can I get debug version....

2000-02-03 Thread Lutz Jaenicke
On Thu, Feb 03, 2000 at 05:42:19PM +0900, Srinivas, Ravi wrote: > Hi, > > I have downloaded the openssl-0.9.4.How can I get a debug version of the > openssl. > If I give the ./config it is taking "cc" and it dose not contain the debug > mode. I need to use gcc with -g option to debug the code.

How can I get debug version....

2000-02-03 Thread Srinivas, Ravi
Hi, I have downloaded the openssl-0.9.4.How can I get a debug version of the openssl. If I give the ./config it is taking "cc" and it dose not contain the debug mode. I need to use gcc with -g option to debug the code. Can any one of you please help me to compile the code with debug verison and