Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16122 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28227 invoked by uid 1010); 28 Apr 2005 10:27:24 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 28211 invoked from network); 28 Apr 2005 10:27:24 -0000 Received: from unknown (HELO fastmail.fm) (127.0.0.1) by localhost with SMTP; 28 Apr 2005 10:27:24 -0000 X-Host-Fingerprint: 66.111.4.25 out1.smtp.messagingengine.com Received: from ([66.111.4.25:60405] helo=out1.smtp.messagingengine.com) by pb1.pair.com (ecelerity 1.2.12rc1 r(5476:5477)) with SMTP id AC/EC-20173-A8AB0724 for ; Thu, 28 Apr 2005 06:27:23 -0400 Received: from web2.messagingengine.com (web2.internal [10.202.2.211]) by frontend1.messagingengine.com (Postfix) with ESMTP id 3EA23C83DF4; Thu, 28 Apr 2005 06:27:19 -0400 (EDT) Received: by web2.messagingengine.com (Postfix, from userid 99) id 299E02DD9; Thu, 28 Apr 2005 06:27:16 -0400 (EDT) Message-ID: <1114684036.14998.232914422@webmail.messagingengine.com> X-Sasl-Enc: juZ21QIFN0QAlzngrIWr07A4y80CUVrkpGzht9ydLJ12 1114684036 To: "Kamesh Jayachandran" , "Jani Taskinen" Cc: internals@lists.php.net Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.5 (F2.73; T1.001; A1.64; B3.05; Q3.03) In-Reply-To: <1114524987.18595.232746042@webmail.messagingengine.com> Date: Thu, 28 Apr 2005 03:27:16 -0700 References: <1114156895.5767.232472757@webmail.messagingengine.com> <1114524987.18595.232746042@webmail.messagingengine.com> Subject: Re: [PHP-DEV] Patch to build shared extensions for Netware From: kameshj@fastmail.fm ("Kamesh Jayachandran") Atlast identified the cause of ./configure on cross build failing. The cause was autoconf versions. In my dev environment I have autoconf version 2.57 whereas snaps.php.net has autoconf 2.13. Fixed NetWare TSRM/threads.m4 to make configure work out of snaps.php.net release. With regards Kamesh Jayachandran On Tue, 26 Apr 2005 07:16:27 -0700, "Kamesh Jayachandran" said: > Thanks Jani. > > Would be great if you can tell me how configure scripts are generated by > snapshot. > Somehow I keep getting the following error while doing a cross compile > on configure that I got from snaps.php.net. > > configure: error: can only configure for one host and one target at a > time > I build configure by simple invocation of ./buildconf from my workarea > the resulting ./configure cross compiles perfectly fine. Even ./snapshot > ran on workarea also generates a proper configure files that allows me > to cross compile. > > May be if you can suggest whom to contact regarding this is also would > be great. > > With regards > Kamesh Jayachandran > On Tue, 26 Apr 2005 11:21:10 +0300 (EEST), "Jani Taskinen" > said: > > > > Patch applied. > > > > --Jani > > > > > > On Fri, 22 Apr 2005, Kamesh Jayachandran wrote: > > > > > Hi Jani, > > > Please apply this patch which enables to build NetWare PHP extensions > > > using gcc cross compiler. > > > > > > For 5.0 > > > http://puggy.symonds.net/~kameshj/acinclude.m4.patch.5.0 > > > > > > For 5.1 > > > http://puggy.symonds.net/~kameshj/acinclude.m4.patch.5.1 > > > > > > With regards > > > Kamesh Jayachandran > > > > > > > > > > -- > > Donate @ http://pecl.php.net/wishlist.php/sniper > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >