Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15181 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49880 invoked by uid 1010); 25 Feb 2005 15:54:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 14227 invoked from network); 24 Feb 2005 19:30:04 -0000 Received: from unknown (HELO iki.fi) (127.0.0.1) by localhost with SMTP; 24 Feb 2005 19:30:04 -0000 X-Host-Fingerprint: 195.197.172.115 gw01.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.115:37045] helo=gw01.mail.saunalahti.fi) by pb1.pair.com (ecelerity HEAD r(5124)) with SMTP id 7A/EA-43751-B3B2E124 for ; Thu, 24 Feb 2005 14:30:03 -0500 Received: from nest.netphobia.fi (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw01.mail.saunalahti.fi (Postfix) with ESMTP id 25D1EDBCEA; Thu, 24 Feb 2005 21:30:01 +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 j1OJU3uv022139; Thu, 24 Feb 2005 21:30:03 +0200 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j1OJU3Pm022136; Thu, 24 Feb 2005 21:30:03 +0200 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Thu, 24 Feb 2005 21:30:03 +0200 (EET) Reply-To: Jani Taskinen To: Kamesh Jayachandran Cc: internals@lists.php.net In-Reply-To: <1109247342.16968.215920995@webmail.messagingengine.com> Message-ID: References: <1109247342.16968.215920995@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] Patch to TSRM to configure properly in cross compilation environment.(Especially NetWare) From: sniper@iki.fi (Jani Taskinen) On Thu, 24 Feb 2005, Kamesh Jayachandran wrote: > Hi Jani, > PTHREADS_CHECK_COMPILE macro fails with pthreads_working=no for cross > compilation environment. > As I am aware NetWare has proper support for PTHREADS this patch sets > pthreads_working=yes for NetWare alone. > > Find the patch at > http://puggy.symonds.net/~kameshj/threads.m4.patch > Please apply the same along with my earlier patch on configure.in. Committed too, but I changed the '$host_alias' to '$target_alias' since the former is not the one you're compiling for.. :) --Jani