Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54994 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33472 invoked from network); 28 Aug 2011 08:29:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Aug 2011 08:29:38 -0000 Authentication-Results: pb1.pair.com smtp.mail=gwynne@darkrainfall.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=gwynne@darkrainfall.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain darkrainfall.org from 209.85.161.42 cause and error) X-PHP-List-Original-Sender: gwynne@darkrainfall.org X-Host-Fingerprint: 209.85.161.42 mail-fx0-f42.google.com Received: from [209.85.161.42] ([209.85.161.42:39824] helo=mail-fx0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 07/31-21897-17CF95E4 for ; Sun, 28 Aug 2011 04:29:37 -0400 Received: by fxe23 with SMTP id 23so3728637fxe.29 for ; Sun, 28 Aug 2011 01:29:33 -0700 (PDT) Received: by 10.223.6.214 with SMTP id a22mr1231361faa.99.1314520173877; Sun, 28 Aug 2011 01:29:33 -0700 (PDT) Received: from mail-fx0-f42.google.com (mail-fx0-f42.google.com [209.85.161.42]) by mx.google.com with ESMTPS id b13sm2748592fak.40.2011.08.28.01.29.33 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 28 Aug 2011 01:29:33 -0700 (PDT) Received: by fxe23 with SMTP id 23so3728630fxe.29 for ; Sun, 28 Aug 2011 01:29:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.6.214 with SMTP id a22mr1231329faa.99.1314520172908; Sun, 28 Aug 2011 01:29:32 -0700 (PDT) Received: by 10.223.116.9 with HTTP; Sun, 28 Aug 2011 01:29:32 -0700 (PDT) In-Reply-To: <4E59F5BA.8090103@sugarcrm.com> References: <4E58AF88.9010704@php.net> <4E59F5BA.8090103@sugarcrm.com> Date: Sun, 28 Aug 2011 04:29:32 -0400 Message-ID: To: Stas Malyshev Cc: Sebastian Bergmann , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Cannot build ext/intl on Fedora 15 From: gwynne@darkrainfall.org (Gwynne Raskind) On Sun, Aug 28, 2011 at 04:00, Stas Malyshev wrote: > Hi! > > On 8/27/11 1:49 AM, Sebastian Bergmann wrote: >> >> note: '__gxx_personality_v0@@CXXABI_1.3' is defined in DSO > 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 :) This issue exists on Darwin (OS X) as well. -- Gwynne