Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15198 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59775 invoked by uid 1010); 25 Feb 2005 23:04:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 59468 invoked from network); 25 Feb 2005 23:04:42 -0000 Received: from unknown (HELO joongang.co.kr) (127.0.0.1) by localhost with SMTP; 25 Feb 2005 23:04:42 -0000 X-Host-Fingerprint: 66.111.4.25 out1.smtp.messagingengine.com Received: from ([66.111.4.25:56865] helo=out1.smtp.messagingengine.com) by pb1.pair.com (ecelerity HEAD r(5124)) with SMTP id E9/00-07707-F984F124 for ; Fri, 25 Feb 2005 10:47:44 -0500 Received: from web2.messagingengine.com (web2.internal [10.202.2.211]) by frontend1.messagingengine.com (Postfix) with ESMTP id A08CFC5A820; Fri, 25 Feb 2005 10:47:40 -0500 (EST) Received: by web2.messagingengine.com (Postfix, from userid 99) id 775D8FED; Fri, 25 Feb 2005 10:47:35 -0500 (EST) Message-ID: <1109346455.17741.216025517@webmail.messagingengine.com> X-Sasl-Enc: UJrkTa+GDo8ZUcsY2GSeDv+g+k12JMukpmM8wVAgFWGs 1109346455 To: "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) References: <1109247342.16968.215920995@webmail.messagingengine.com> In-Reply-To: Date: Fri, 25 Feb 2005 07:47:35 -0800 Subject: Re: [PHP-DEV] Patch to TSRM to configure properly in cross compilation environment.(Especially NetWare) From: kameshj@fastmail.fm ("Kamesh Jayachandran") Thanks Jani. With regards Kamesh Jayachandran On Thu, 24 Feb 2005 21:30:03 +0200 (EET), "Jani Taskinen" said: > 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 >