fredc Posted July 28, 2009 Share Posted July 28, 2009 Hello, I have been trying to cross compile PHP 5.2.8 or 5.2.10 on my standard i686 Linux PC to a PPC 6XX processor. But I do not know if I have performed the correct steps to compile this properly. Basically what I did was to set the configuration, make, and then make install. Below is the configuration that I used. ./configure --host=ppc-6xx-linux-gnu --build=i686-linux-gnu --prefix=/home/fredc/php/5.2.X/ppc_6xx Normally to cross compile, the CC needs to be specified as well. But I don't think there is that option for this 'configure'. Can someone please help and let me know if there is anything that I am doing incorrectly? Thank you. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.