Hi,
I am trying to cross compile PHP
After make the configure file via autoconf, I execute it via
./configure --host=powerpc-tuxbox-linux-gnu
After a while, it just stops complaining about
Cannot run test program while compiling.
It seems the error is related to the PHP_FOPENCOOKIE line in the configure.in file.
Do you guys have any idea about what this is for and why if I leave it, the configure process just complains ?
Thx a lot.
S.