Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55412 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14091 invoked from network); 13 Sep 2011 18:37:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Sep 2011 18:37:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@sugarcrm.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@sugarcrm.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain sugarcrm.com designates 67.192.241.153 as permitted sender) X-PHP-List-Original-Sender: smalyshev@sugarcrm.com X-Host-Fingerprint: 67.192.241.153 smtp153.dfw.emailsrvr.com Linux 2.6 Received: from [67.192.241.153] ([67.192.241.153:43663] helo=smtp153.dfw.emailsrvr.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4E/17-09632-CC2AF6E4 for ; Tue, 13 Sep 2011 14:37:04 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp15.relay.dfw1a.emailsrvr.com (SMTP Server) with ESMTP id D4630300687; Tue, 13 Sep 2011 14:36:52 -0400 (EDT) X-Virus-Scanned: OK Received: by smtp15.relay.dfw1a.emailsrvr.com (Authenticated sender: smalyshev-AT-sugarcrm.com) with ESMTPSA id 9DD643004B1; Tue, 13 Sep 2011 14:36:52 -0400 (EDT) Message-ID: <4E6FA2C4.3030505@sugarcrm.com> Date: Tue, 13 Sep 2011 11:36:52 -0700 Organization: SugarCRM User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: "internals@lists.php.net" CC: Sebastian Bergmann References: <4E58AF88.9010704@php.net> <4E5DFC77.2030101@php.net> <4E6F8DB3.2080306@php.net> In-Reply-To: <4E6F8DB3.2080306@php.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Cannot build ext/intl on Fedora 15 From: smalyshev@sugarcrm.com (Stas Malyshev) Hi! > Am 31.08.2011 12:11, schrieb Ferenc Kovacs: >> I think we should fix this on our end. > > Does nobody have the knowledge to fix this? I am sorry that I am unable > to fix this myself. If somebody shows me how to reproduce this on Darwin, I could look into it in more detail. Or, otherwise, get an access to a system where it can be reproduced. I've noticed we have this in autoconf macros: C_DEFUN([PHP_REQUIRE_CXX],[ if test -z "$php_cxx_done"; then AC_PROG_CXX AC_PROG_CXXCPP case $host_alias in *darwin*) PHP_ADD_LIBRARY(stdc++) ;; esac php_cxx_done=yes fi ]) and intl uses PHP_REQUIRE_CXX. Maybe we should add stdc++ for everybody - or, even better, add it to INTL libs instead of PHP libs (in case it's build shared)? -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227