Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84993 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95353 invoked from network); 16 Mar 2015 06:35:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Mar 2015 06:35:08 -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.237 as permitted sender) X-PHP-List-Original-Sender: sebastian@php.net X-Host-Fingerprint: 93.190.64.237 mail-1.de-punkt.de Received: from [93.190.64.237] ([93.190.64.237:39604] helo=mail-1.de-punkt.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F1/A6-06614-99976055 for ; Mon, 16 Mar 2015 01:35:06 -0500 Received: from localhost (localhost [127.0.0.1]) by mail-1.de-punkt.de (Postfix) with ESMTP id C11DB3A273 for ; Mon, 16 Mar 2015 07:35:01 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail-1.de-punkt.de Received: from mail-1.de-punkt.de ([127.0.0.1]) by localhost (mail-1.de-punkt.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6fWluP0HgZH2 for ; Mon, 16 Mar 2015 07:35:01 +0100 (CET) Received: from [192.168.178.24] (p4FC7C724.dip0.t-ipconnect.de [79.199.199.36]) (Authenticated sender: php@sebastian-bergmann.de) by mail-1.de-punkt.de (Postfix) with ESMTPSA id 4EA0A3A26D for ; Mon, 16 Mar 2015 07:35:01 +0100 (CET) Message-ID: <55067994.3000608@php.net> Date: Mon, 16 Mar 2015 07:35:00 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: internals@lists.php.net References: <55059866.8030607@php.net> <5505A6E4.4080707@php.net> In-Reply-To: <5505A6E4.4080707@php.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Minimum version of GCC required to build PHP From: sebastian@php.net (Sebastian Bergmann) Am 15.03.2015 um 16:36 schrieb Sebastian Bergmann: > Over in Room 11, Michael just pointed out that this could be related > to php_stdint.h. Okay, this does not seem to be related to the GCC version but rather to the fact that some int types etc. are not defined on/for my platform. If I use -Dintptr_t=long -Duintptr_t=ulong, for instance, then I can compile PHP (but not link it, but that's another issue).