Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58154 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97521 invoked from network); 27 Feb 2012 16:45:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2012 16:45:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.42 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:42541] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 37/ED-40985-633BB4F4 for ; Mon, 27 Feb 2012 11:45:42 -0500 Received: by yhfq11 with SMTP id q11so696754yhf.29 for ; Mon, 27 Feb 2012 08:45:39 -0800 (PST) Received-SPF: pass (google.com: domain of hannes.magnusson@gmail.com designates 10.236.154.168 as permitted sender) client-ip=10.236.154.168; Authentication-Results: mr.google.com; spf=pass (google.com: domain of hannes.magnusson@gmail.com designates 10.236.154.168 as permitted sender) smtp.mail=hannes.magnusson@gmail.com; dkim=pass header.i=hannes.magnusson@gmail.com Received: from mr.google.com ([10.236.154.168]) by 10.236.154.168 with SMTP id h28mr21971437yhk.59.1330361139924 (num_hops = 1); Mon, 27 Feb 2012 08:45:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=/dPvkRXvNo4xGxVqzFJE9Ka4qiR842b2oyznOGZhiDU=; b=C3cUytx9glR38zszn6jBBGrIZZN9CCaRu/9ziTLI0mTMH1rNZGesVwqfvrTkCvKHuH xCPxXWGZgmLUzaSDWAPRsOBHbzFuyQUSeCFcRL9JjrBgEla4NtSmIr/NoXBUYLosHQWt KUPOyREM4Ed+QD9rrJ7VPQhNpaDFJZWLCuT4s= MIME-Version: 1.0 Received: by 10.236.154.168 with SMTP id h28mr16446261yhk.59.1330361139874; Mon, 27 Feb 2012 08:45:39 -0800 (PST) Received: by 10.147.168.4 with HTTP; Mon, 27 Feb 2012 08:45:39 -0800 (PST) In-Reply-To: <947424542e69779fff453a9c4748f58a.squirrel@www.l-i-e.com> References: <947424542e69779fff453a9c4748f58a.squirrel@www.l-i-e.com> Date: Mon, 27 Feb 2012 17:45:39 +0100 Message-ID: To: Richard Lynch Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Cannot build ext/intl on Fedora 15 From: hannes.magnusson@gmail.com (Hannes Magnusson) On Mon, Feb 27, 2012 at 17:43, Richard Lynch wrote: > On Sun, February 26, 2012 1:19 pm, Tom Boutell wrote: >> Bump - this is still a live issue on Ubuntu 11.10, for instance. >> >> I just hacked my Ubuntu PHP-from-source installer to touch up the >> Makefile by prepending -lstdc++ to EXTRA_LIBS. That does the job. >> >> Which I knew more about autoconf, I'd like to help figure this out >> properly so everyone doesn't wind up maintaining hacks to compile PHP >> from source. It discourages a very large community from trying new >> releases. >> >> Is this perhaps because some of the code being included in the PHP >> build happens to be C++ code? (Not readily apparent from the outside >> of course.) > > I believe core PHP is all in C. > > Extensions, however, could be in C++ > ext/intl contains one or two c++ files. -Hannes