[PHP-DEV] Patch for not to run some tests while cross compiling

2005-02-22 Thread Kamesh Jayachandran
Hi All, I am working for NetWare port of PHP. I am trying to use the autoconf based build system to build the binaries meant to run for NetWare with build system being Linux.(Cross compilation). While running ./configure with corresponding options I got errors stating cannot run tests while cross

Re: [PHP-DEV] Patch for not to run some tests while cross compiling

2005-02-22 Thread Jani Taskinen
On Tue, 22 Feb 2005, Kamesh Jayachandran wrote: Hi All, I am working for NetWare port of PHP. I am trying to use the autoconf based build system to build the binaries meant to run for NetWare with build system being Linux.(Cross compilation). While running ./configure with corresponding options I

Re: [PHP-DEV] Patch for not to run some tests while cross compiling

2005-02-22 Thread Kamesh Jayachandran
Hi Jani, Thanks for commiting the patch. But it does not work. The last param to AC_TRY_RUN need to be a non empty shell construct for cross compilation to go through(empty construct won't help). Please apply my new patch against the current HEAD(Now instead of echo the patch do test 1)

Re: [PHP-DEV] Patch for not to run some tests while cross compiling

2005-02-22 Thread Jani Taskinen
Committed, again something else. :) --Jani On Tue, 22 Feb 2005, Kamesh Jayachandran wrote: Hi Jani, Thanks for commiting the patch. But it does not work. The last param to AC_TRY_RUN need to be a non empty shell construct for cross compilation to go through(empty construct won't help).