Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84994 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97160 invoked from network); 16 Mar 2015 06:42:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Mar 2015 06:42:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=xinchen.h@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=laruence@php.net; sender-id=unknown Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.217.178 as permitted sender) X-PHP-List-Original-Sender: xinchen.h@zend.com X-Host-Fingerprint: 209.85.217.178 mail-lb0-f178.google.com Received: from [209.85.217.178] ([209.85.217.178:36114] helo=mail-lb0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 09/F6-06614-E4B76055 for ; Mon, 16 Mar 2015 01:42:23 -0500 Received: by lbcds1 with SMTP id ds1so24814599lbc.3 for ; Sun, 15 Mar 2015 23:42:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=F7pBJLLIR/XsVInnTWia5xrYOkofPmo6k4VZUU6sdIU=; b=kFKiuNxGjxACkD/s0UKy3EETWgfTyTBkmOsc3KQ8eWWDtlPIJOSuMmfJKp11DshFJg MkszuUFjxxpoiJ6qtI0bc3erH0ZCw58vk5TF/GMk69/XTqJOvZkuNRLot6gx/yFPTrAH +Gs58spe1OmXB0mjF8zNmJKusfTAzSFaig5yqlrqecZCCmelxoAJGWqqIKu92EBaOkS6 2kqdf5vP8T/cvz6kCx4Nfj9YhRecO6hSV2di78BUXLoSPW4CpdYspYgLKPknMM0rkykn 1E8jnrsXrq9wt67cjiOx2UQEwxqvo8nBs4pY11y9uWFXt7Gqqww3H+hQqZDW5/RB6Fn/ m+DQ== X-Gm-Message-State: ALoCoQklUvhhoopAPiatZCaTS8RPLPCVXwfmEL6jRZdUCSe4OLxzF2sZoaRX7025mXuO5yHU52JkpWWomGlQvjsCPoUsfviwW4Hb+4BEuoMkKzmIqEj9M4rXAzL0A0uGtAYjEG0VN3drYFKyrFxRmMttD6YJ1ppM+w== X-Received: by 10.152.198.8 with SMTP id iy8mr34634199lac.13.1426488139508; Sun, 15 Mar 2015 23:42:19 -0700 (PDT) Received: from mail-la0-f52.google.com (mail-la0-f52.google.com. [209.85.215.52]) by mx.google.com with ESMTPSA id ao5sm1986484lac.48.2015.03.15.23.42.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 15 Mar 2015 23:42:18 -0700 (PDT) Received: by ladw1 with SMTP id w1so31507583lad.0 for ; Sun, 15 Mar 2015 23:42:17 -0700 (PDT) X-Received: by 10.112.181.41 with SMTP id dt9mr55117569lbc.56.1426488137833; Sun, 15 Mar 2015 23:42:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.114.82.99 with HTTP; Sun, 15 Mar 2015 23:41:57 -0700 (PDT) In-Reply-To: <55067994.3000608@php.net> References: <55059866.8030607@php.net> <5505A6E4.4080707@php.net> <55067994.3000608@php.net> Date: Mon, 16 Mar 2015 14:41:57 +0800 Message-ID: To: Sebastian Bergmann Cc: PHP Internals , Anatoliy Belsky Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Minimum version of GCC required to build PHP From: laruence@php.net (Xinchen Hui) Hey: On Mon, Mar 16, 2015 at 2:35 PM, Sebastian Bergmann wrote: > 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). what is the link problems? thanks > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php -- Xinchen Hui @Laruence http://www.laruence.com/