Re: [PHP-DEV] Minimum version of GCC required to build PHP

2015-03-16 Thread Sebastian Bergmann
Am 16.03.2015 um 07:41 schrieb Xinchen Hui: > what is the link problems? http://pastebin.com/Tk1kaipQ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Minimum version of GCC required to build PHP

2015-03-15 Thread 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

Re: [PHP-DEV] Minimum version of GCC required to build PHP

2015-03-15 Thread 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 -Di

Re: [PHP-DEV] Minimum version of GCC required to build PHP

2015-03-15 Thread Pierre Joye
On Mar 16, 2015 2:41 AM, "Michael Wallner" wrote: > > > > On 15 03 2015, at 16:36, Sebastian Bergmann wrote: > > > > Am 15.03.2015 um 15:34 schrieb Sebastian Bergmann: > >> I am asking because using GCC 2.95.3 and GCC 3.4.0 I get errors related > >> to the usage of intptr_t (see http://pastebin.c

Re: [PHP-DEV] Minimum version of GCC required to build PHP

2015-03-15 Thread Michael Wallner
> On 15 03 2015, at 16:36, Sebastian Bergmann wrote: > > Am 15.03.2015 um 15:34 schrieb Sebastian Bergmann: >> I am asking because using GCC 2.95.3 and GCC 3.4.0 I get errors related >> to the usage of intptr_t (see http://pastebin.com/9Gn0AAXA). > > Over in Room 11, Michael just pointed out th

Re: [PHP-DEV] Minimum version of GCC required to build PHP

2015-03-15 Thread Sebastian Bergmann
Am 15.03.2015 um 15:34 schrieb Sebastian Bergmann: > I am asking because using GCC 2.95.3 and GCC 3.4.0 I get errors related > to the usage of intptr_t (see http://pastebin.com/9Gn0AAXA). Over in Room 11, Michael just pointed out that this could be related to php_stdint.h. -- PHP Internals - P