Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21866 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20771 invoked by uid 1010); 14 Feb 2006 15:32:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 20756 invoked from network); 14 Feb 2006 15:32:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2006 15:32:11 -0000 X-Host-Fingerprint: 198.152.12.103 nj300815-ier2.net.avaya.com Linux 2.4/2.6 Received: from ([198.152.12.103:48355] helo=nj300815-ier2.net.avaya.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 71/10-18928-BF7F1F34 for ; Tue, 14 Feb 2006 10:32:11 -0500 Received: from tiere.net.avaya.com (tiere.net.avaya.com [198.152.12.100]) by nj300815-ier2.net.avaya.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id k1EFRkeL022062 for ; Tue, 14 Feb 2006 10:27:46 -0500 Received: from IS0004AVEXU1.global.avaya.com (h135-64-105-51.avaya.com [135.64.105.51]) by tiere.net.avaya.com (Switch-3.1.2/Switch-3.1.0) with ESMTP id k1EFT3hj001501 for ; Tue, 14 Feb 2006 10:29:04 -0500 (EST) X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C6317B.D03CB9D1" Date: Tue, 14 Feb 2006 17:32:07 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: PHP5.1.1 Pthreads issues on cross compilation Thread-Index: AcYxe3w/LloRnjJcSNGQzUk7wqLYJA== To: X-Scanner: InterScan AntiVirus for Sendmail Subject: PHP5.1.1 Pthreads issues on cross compilation From: artzi@avaya.com ("Artzi, Yoav \(Yoav\)") ------_=_NextPart_001_01C6317B.D03CB9D1 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I have a problem that the PHP configure seems to automatically disable pthreads when I compile on cross platfrom. Host: i686-pentium-linux Target: ppc-powerquicc-linux =20 More details about the target machine: PowerQuicc II MPC8248 =20 My configure file is as follows: './configure' \ '--cache-file=3Dconfig.cache' \ '--disable-debug' \ '--enable-memory-limit' \ '--enable-pic' \ '--enable-safe-mode' \ '--enable-sockets' \ '--enable-track-vars' \ '--enable-trans-sid' \ '--enable-wddx' \ '--sysconfdir=3D/home/yoav/export/etc/appWeb' \ '--with-exec-dir=3D/home/yoav/export/etc/appWeb/exec' \ '--with-regex=3Dsystem' \ '--with-pear' \ '--with-xml' \ '--with-xmlrpc' \ '--enable-bcmath' \ '--enable-calendar' \ '--enable-force-cgi-redirect' \ '--enable-ftp' \ '--enable-inline-optimization' \ '--enable-magic-quotes' \ '--disable-rpath' \ '--with-zlib' \ '--with-db' \ '--enable-embed=3Dshared' \ '--with-gnu-ld' \ '--prefix=3D/home/yoav/export/etc/php5' \ '--target=3Dppc-powerquicc-linux' \ '--enable-maintainer-zts' \ '--with-tsrm-pthreads'=20 =20 Using ZTS as an application I would like to use (AppWeb) required it and I must have a multi threaded version of PHP. Looking at the configure file it seems that PHP automatically chooses to disable pthreads once it detects it's a cross platform compilation. =20 Thanks, =20 Yoav. =20 ------_=_NextPart_001_01C6317B.D03CB9D1--