Jim Marshall wrote:
I hope I am not missing something simple here. I am trying to cross
compile my application for linux on PowerPC (I'm on a Linux X86 build
machine). This is the first time I've tried to cross compile something,
I can't seem to figure out how to tell OpenSSL to use the
cross-compiler. Most of the other tools I have (expat for example)
utilize the "--host=" option to the configure script, but openssl
doesn't seem to have that. How do I get openssl to cross compile?
Thanks
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List
openssl-users@openssl.org
Automated List Manager
[EMAIL PROTECTED]
Just for closure on this I had to run 'perl Configure' to get openssl to
work with the cross compiler:
perl Configure shared linux-ppc
If I did the above with ./config it always defaulted to linux-elf and
tried to use the default gcc.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]