Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15165 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93827 invoked by uid 1010); 23 Feb 2005 07:51:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 93812 invoked from network); 23 Feb 2005 07:51:47 -0000 Received: from unknown (HELO iki.fi) (127.0.0.1) by localhost with SMTP; 23 Feb 2005 07:51:47 -0000 X-Host-Fingerprint: 195.197.172.116 gw02.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.116:54986] helo=gw02.mail.saunalahti.fi) by pb1.pair.com (ecelerity HEAD r(5097)) with SMTP id 6E/9C-08154-3163C124 for ; Wed, 23 Feb 2005 02:51:47 -0500 Received: from nest.netphobia.fi (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id 12661B99DF; Wed, 23 Feb 2005 09:51:45 +0200 (EET) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id j1N7pjf3011141; Wed, 23 Feb 2005 09:51:45 +0200 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j1N7pjeu011138; Wed, 23 Feb 2005 09:51:45 +0200 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Wed, 23 Feb 2005 09:51:45 +0200 (EET) Reply-To: Jani Taskinen To: Kamesh Jayachandran Cc: internals@lists.php.net In-Reply-To: <1109143473.8523.215714883@webmail.messagingengine.com> Message-ID: References: <1109064121.3789.215626284@webmail.messagingengine.com> <1109143473.8523.215714883@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] Patch for not to run some tests while cross compiling From: sniper@iki.fi (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). > > Please apply my new patch against the current HEAD(Now instead of echo > the patch do test 1) > http://puggy.symonds.net/~kameshj/Zend.m4.patch > > With regards > Kamesh Jayachandran > > On Tue, 22 Feb 2005 15:53:41 +0200 (EET), "Jani Taskinen" > said: >> 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 got errors >>> stating "cannot run tests while cross compiling.". I have a fix for this >>> located at, >>> http://puggy.symonds.net/~kameshj/Zend.m4.patch >>> Can someone review it and apply the patch? >> >> Committed, without the echo though as that is superfluous. >> >> --Jani >> >