Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58089 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55778 invoked from network); 26 Feb 2012 19:22:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Feb 2012 19:22:14 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 74.125.82.42 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 74.125.82.42 mail-ww0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:46225] helo=mail-ww0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EB/22-40985-5668A4F4 for ; Sun, 26 Feb 2012 14:22:14 -0500 Received: by wgbdt10 with SMTP id dt10so799915wgb.5 for ; Sun, 26 Feb 2012 11:22:10 -0800 (PST) Received-SPF: pass (google.com: domain of rasmus@lerdorf.com designates 10.180.24.202 as permitted sender) client-ip=10.180.24.202; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rasmus@lerdorf.com designates 10.180.24.202 as permitted sender) smtp.mail=rasmus@lerdorf.com Received: from mr.google.com ([10.180.24.202]) by 10.180.24.202 with SMTP id w10mr21620481wif.9.1330284130651 (num_hops = 1); Sun, 26 Feb 2012 11:22:10 -0800 (PST) Received: by 10.180.24.202 with SMTP id w10mr17245026wif.9.1330284130579; Sun, 26 Feb 2012 11:22:10 -0800 (PST) Received: from [10.0.254.224] ([89.206.243.92]) by mx.google.com with ESMTPS id ft8sm17087688wib.11.2012.02.26.11.22.09 (version=SSLv3 cipher=OTHER); Sun, 26 Feb 2012 11:22:09 -0800 (PST) Message-ID: <4F4A8660.6090302@lerdorf.com> Date: Sun, 26 Feb 2012 19:22:08 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: Tom Boutell CC: PHP Internals References: In-Reply-To: X-Enigmail-Version: 1.3.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQnd3Hz1thQVDoT+YzKAXy9RJUbpAOOMYbdRAYKozPIx3s5PPK0WEM9MxV40ZYCwmuFZ6HYP Subject: Re: [PHP-DEV] Cannot build ext/intl on Fedora 15 From: rasmus@lerdorf.com (Rasmus Lerdorf) On 02/26/2012 07: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.) > My dev box is Ubuntu 11.10 and I have no issues building ext/intl. -Rasmus