[PHP] Re: PHP5 Cross Compilation

2007-01-19 Thread Kiran Malla
Hello, What are all the flags and variables to set to cross compile PHP for arm? I didn't get any info on the query I posted earlier. If anyone has tried php on arm linux, please let me know the steps. Thanks so much, Regards, Kiran On 1/18/07, Kiran Malla [EMAIL PROTECTED] wrote: Hello, I

[PHP] PHP5 Cross Compilation

2007-01-18 Thread Kiran Malla
Hello, I am trying to cross compile PHP-5.2.0 for arm linux. # export CC=/usr/local/arm/3.3.2/bin/arm-linux-gcc # export AR=/usr/local/arm/3.3.2/bin/arm-linux-ar # export LD=/usr/local/arm/3.3.2/bin/arm-linux-ld # export NM=/usr/local/arm/3.3.2/bin/arm-linux-nm # export