Hello Jim,
   
  I received your email and it concerns cross compiling.
   
  I believe if you look at embedded computers this 
  may help. The reason that I say this is , I read
  a book on embedded computing and this was what they
  were talking about. 
   
  They talk about cross compiling from x86 to different types
  of computers.  
   
  Hope this helps. If you need the book, I can email you the name of
  the book.
   
  Sincerely
  Joerg.

Jim Marshall <[EMAIL PROTECTED]> wrote:
  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]


       
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.

Reply via email to