Re: How to build openssl for Mac-Intel computers

2006-01-22 Thread Shriniwas-Kulkarni (sent by Nabble.com)
Hi Jorg, you've mentioned in your message that 'A static library with ppc code has been done already.' Could you pl. share here how you've done it ? I'm trying to do the same on my mac but can't even run the 'config' script that comes with the source. Thanks a ton. View this message in context:

Re: How to build openssl for Mac-Intel computers

2006-01-23 Thread Shriniwas-Kulkarni (sent by Nabble.com)
Hi Jorg, thanks a lot for your prompt reply! My initial source was giving me problems, but when I picked the latest one, it compiled like magic! Thanks once again! View this message in context: Re: How to build openssl for Mac-Intel computers Sent from the OpenSSL - User forum at Nabble.com.

Re: How to build openssl for Mac-Intel computers

2006-01-23 Thread Shriniwas-Kulkarni (sent by Nabble.com)
Hi Jorg, sorry to bother you again, but another quick question. The libraries I built do not contain support for MD4 functions (e.g. MD4Init etc.) and hence I can't link these functions into my code. Is there some build option that I need to specify to build them ? Thanks! View this message in c

Re: How to build openssl for Mac-Intel computers

2006-01-23 Thread Shriniwas-Kulkarni (sent by Nabble.com)
Oops! Those MD function names include an underscore inbetween and are like MD4_Init() instead of MD4Init(). My code is now building fine. Sorry to have bothered you! Thanks! View this message in context: Re: How to build openssl for Mac-Intel computers Sent from the OpenSSL - User forum at Nabble