Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54992 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30473 invoked from network); 28 Aug 2011 08:12:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Aug 2011 08:12:57 -0000 Authentication-Results: pb1.pair.com header.from=sebastian@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=sebastian@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 93.190.64.35 as permitted sender) X-PHP-List-Original-Sender: sebastian@php.net X-Host-Fingerprint: 93.190.64.35 mail-5.de-punkt.de Received: from [93.190.64.35] ([93.190.64.35:55270] helo=mail-5.de-punkt.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E8/90-21897-788F95E4 for ; Sun, 28 Aug 2011 04:12:56 -0400 Received: (qmail 19024 invoked by uid 511); 28 Aug 2011 08:12:49 -0000 Received: by simscan 1.3.1 ppid: 19017, pid: 19022, t: 0.0278s scanners: attach: 1.4.0 Received: from unknown (HELO ?192.168.2.31?) (sb@sebastian-bergmann.de@217.253.86.62) by 0 with ESMTPA; 28 Aug 2011 08:12:49 -0000 Message-ID: <4E59F889.5040006@php.net> Date: Sun, 28 Aug 2011 10:12:57 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20110812 Thunderbird/6.0 MIME-Version: 1.0 To: internals@lists.php.net References: <4E58AF88.9010704@php.net> <4E59F5BA.8090103@sugarcrm.com> In-Reply-To: <4E59F5BA.8090103@sugarcrm.com> X-Enigmail-Version: 1.3.1 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Cannot build ext/intl on Fedora 15 From: sebastian@php.net (Sebastian Bergmann) Am 28.08.2011 10:00, schrieb Stas Malyshev: > Judging from a quick search this is caused by libstdc++ missing from link > line, and can be fixed by adding it, but I have no idea what's special > with new Fedora (i.e., I think some new gcc stuff, no idea what) or why > our autoconf magic didn't do what it was supposed to do. Hope autoconf > magicians can shed some light on this :) Pierre pointed me to http://forums.nvidia.com/index.php?showtopic=72887 yesterday which suggests that this is caused by a change in recent versions of binutils and the output of "ld --version" being different from what it used to be. I am seeing the same issue on Ubuntu 11.04 btw. -- Sebastian Bergmann Co-Founder and Principal Consultant http://sebastian-bergmann.de/ http://thePHP.cc/