Re: debug version of 0.9.8

2005-07-07 Thread Andy Polyakov
you a debug version of 0.9.8. Correct me if I am wrong. ./config -g [shared] or ./Configure linux-ppc -g [shared]. I mean you can't say that linux-ppc is optional with ./Configure by placing it in square brackets, as it shall fail without platform identificat

Re: debug version of 0.9.8

2005-07-07 Thread David Ho
Once again, for the newcomers who has no choice but to debug openssl for whatever reasons. ppc32 assumed. ./Configure -g shared [linux-ppc] will get you a debug version of 0.9.8. Correct me if I am wrong. David On 7/6/05, David Ho <[EMAIL PROTECTED]> wrote: > My configu

debug version of 0.9.8

2005-07-06 Thread David Ho
How do I build a debug version of 0.9.8? David On 7/5/05, Andy Polyakov <[EMAIL PROTECTED]> wrote: > > Okay, having actually did what Andy suggested, i.e. the one liner fix > > in the assembly code, bn_div_words returns the correct results. > > Note that the final versi

Re: debug version of 0.9.8

2005-07-06 Thread David Ho
My configure script ./Configure shared debug \ --prefix=/usr \ --openssldir=/usr/share/ssl \ linux-ppc no longer works on 0.9.8 David On 7/6/05, David Ho <[EMAIL PROTECTED]> wrote: > How do I build a debug version of 0.9.8? > > David > > On