Patch to build shared extensions for Netware

php.internals

Kamesh Jayachandran

21 years ago
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

Jani Taskinen

21 years ago
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

Kamesh Jayachandran

21 years ago
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" <sniper@iki.fi> said:

Kamesh Jayachandran

21 years ago
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" <kameshj@fastmail.fm> said: