Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Still unable to compile gd for php7.2 / 7.3 in Ubuntu 20.04.1 LTS using freetype #1213

Closed
ioweb-gr opened this issue Dec 8, 2020 · 9 comments
Assignees

Comments

@ioweb-gr
Copy link

ioweb-gr commented Dec 8, 2020

I've read issue #1033 however none of the suggestions there helped me install correctly with freetype. The issue persists for both php 7.2 and php 7.3 for me.

Output

root@devhub01 ~ # phpbrew --debug ext install gd -- --with-freetype-dir="/usr/include" --with-jpeg-dir=/usr; # or replace with the library path
===> Installing gd extension...
Extension path /opt/phpbrew/build/phpbrew7_3_25_fdev/ext/gd
Log stored at: /opt/phpbrew/build/phpbrew7_3_25_fdev/ext/gd/build.log
Changing directory to /opt/phpbrew/build/phpbrew7_3_25_fdev/ext/gd
===> Phpize...
Running Command:phpize > /opt/phpbrew/build/phpbrew7_3_25_fdev/ext/gd/build.log 2>&1
===> Configuring...
Appending argument: --with-php-config=/opt/phpbrew/php/phpbrew7_3_25_fdev/bin/php-config
Running Command:./configure '--with-freetype-dir=/usr/include' '--with-jpeg-dir=/usr' '--with-php-config=/opt/phpbrew/php/phpbrew7_3_25_fdev/bin/php-config'
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for PHP prefix... /opt/phpbrew/php/phpbrew7_3_25_fdev
checking for PHP includes... -I/opt/phpbrew/php/phpbrew7_3_25_fdev/include/php -I/opt/phpbrew/php/phpbrew7_3_25_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_3_25_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_3_25_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_3_25_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_3_25_fdev/include/php/ext/date/lib
checking for PHP extension directory... /opt/phpbrew/php/phpbrew7_3_25_fdev/lib/php/extensions/no-debug-non-zts-20180731
checking for PHP installed headers prefix... /opt/phpbrew/php/phpbrew7_3_25_fdev/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... re2c
checking for re2c version... 1.3 (ok)
checking for gawk... gawk
checking for GD support... yes, shared
checking for the location of libwebp... no
checking for the location of libjpeg... /usr
checking for the location of libpng... no
checking for the location of libz... no
checking for the location of libXpm... no
checking for FreeType 2... /usr/include
checking whether to enable JIS-mapped Japanese font support in GD... no
If configure fails try --with-webp-dir=


checking for jpeg_read_header in -ljpeg... yes
checking for png_write_image in -lpng... yes
If configure fails try --with-xpm-dir=
configure: error: freetype-config not found.
Error: Command failed: ./configure '--with-freetype-dir=/usr/include' '--with-jpeg-dir=/usr' '--with-php-config=/opt/phpbrew/php/phpbrew7_3_25_fdev/bin/php-config' returns: If configure fails try --with-xpm-dir=

Expected Result

GD compiles correctly

Command

Paste your phpbrew install command here (be sure to install with --debug flag, e.g. phpbrew --debug install)

phpbrew --debug ext install gd -- --with-freetype-dir="/usr/include" --with-jpeg-dir=/usr;

Build Log

root@devhub01 ~ # cat /opt/phpbrew/build/phpbrew7_3_25_fdev/ext/gd/build.log
Configuring for:
PHP Api Version: 20180731
Zend Module Api No: 20180731
Zend Extension Api No: 320180731

Platform

OS:

Ubuntu 20.04.1 LTS

Running PHP:

PHP 7.3.25 (cli) (built: Dec 8 2020 20:59:26) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.25, Copyright (c) 1998-2018 Zend Technologies

Installing PHP:

PHP 7.3.25 (cli) (built: Dec 8 2020 20:59:26) ( NTS )

@ioweb-gr
Copy link
Author

It seems the url request in #1044

https://git.archlinux.org/svntogit/packages.git/plain/trunk/freetype.patch?h=packages/php

Resolves to a not found

image

Maybe that's the reason?

@ioweb-gr
Copy link
Author

I tracked another version of the patch, I created a gist to download it at https://gist.github.com/ioweb-gr/c39fed4839f090d7b81438089ce646c0, then installed using --patch directive successfully. So definitely the URL needs an update.

@ioweb-gr
Copy link
Author

ioweb-gr commented Feb 1, 2021

Even if I install GD with the patch, still it's not working correctly with Freetype. That's on PHP 7.3

E.g.


php -r "gd_info();"; php -r "imageftbbox();";
PHP Fatal error:  Uncaught Error: Call to undefined function imageftbbox() in Command line code:1
Stack trace:
#0 {main}
  thrown in Command line code on line 1

However in phpinfo it shows

gd

GD Support => enabled
GD Version => bundled (2.1.0 compatible)
FreeType Support => enabled
FreeType Linkage => with freetype
FreeType Version => 2.10.1
GIF Read Support => enabled
GIF Create Support => enabled
JPEG Support => enabled
libJPEG Version => 8
PNG Support => enabled
libPNG Version => 1.6.37
WBMP Support => enabled
XBM Support => enabled

@jmfarina
Copy link

Hi! in case it helps, I have just successfully installed GD extension with Freetype support. What I figured out was that the configuration script seems to be expecting some flags to enable support for some libraries, aside from the flags that you are already using to specify the libraries' dir: I added the flags --with-jpeg --with-webp. E.g.:

phpbrew -d ext install gd -- --with-gd=shared,/usr --enable-gd-native-ttf --with-gmp=shared,/usr --with-jpeg-dir=shared,/usr --with-xpm-dir=shared,/usr/X11R6 --with-png-dir=shared,/usr --with-freetype-dir=shared,/usr --with-vpx-dir=shared,/usr --with-freetype --with-jpeg --with-webp

(not sure whether the other flags make a difference, to be honest - just grabbed the base command from somewhere else)

One thing that helped me figure out this (just in case it's useful for somebody in the future to figure out some different situation) was to enable the debug flag (-d): in the output I read "checking for FreeType 2... no". With this in mind, I checked phpbrew's build dir for the string "freetype":
cd /opt/phpbrew/build/php-7.4.15/
grep -iR freetype
and among the results, I found mentions to --with-freetype (seems to be documented in UPGRADING file, which I hadn't seen).

@ioweb-gr
Copy link
Author

Hi, the issue is.with php7.2 and 7.3 but you're building php 7.4

@jmfarina
Copy link

You are indeed correct, my bad.
I had it working with 7.3.3 previously, and I'm sure I didn't use the flags I mentioned in the previous comment.
From my notes of that time, it seems I used this command to build PHP with support for freetype: CFLAGS="-I/opt/phpbrew/build/php-7.3.3" phpbrew install 7.3.3 +default +gd +pdo+mysql +fpm+sqlite+pcntl+posix+gettext+intl+openssl+curl -- --with-mcrypt=/opt/local --with-libdir=lib/x86_64-linux-gnu --with-gd=shared --enable-gd-native-ttf --with-jpeg-dir=/usr --with-png-dir=/usr
Notice the flags --with-gd=shared --enable-gd-native-ttf.
Unfortunately, I'm not sure whether that's the command that finally got it to work and certainly some arguments were specific to my use case. Hope it helps.

@ioweb-gr
Copy link
Author

ioweb-gr commented Apr 15, 2022

I'm coming back up with this as I still can't install it correctly with freetype. More specifically I can't make function imageftbbox appear after compilation on php 7.2 and 7.3 no matter what options I try

My latest attempt on Ubuntu 20.04

phpbrew --debug ext install gd -- --with-jpeg-dir="/usr/lib/x86_64-linux-gnu" --with-png-dir="/usr/lib/x86_64-linux-gnu" --with-zlib-dir="/usr/include/" --with-freetype-dir=/usr/include/freetype2 --with-gd=shared

Debug result

/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd$ phpbrew --debug ext install gd -- --with-jpeg-dir="/usr/lib/x86_64-linux-gnu" --with-png-dir="/usr/lib/x86_64-linux-gnu" --with-zlib-dir="/usr" --with-freetype-dir
=/usr/include/freetype2 --with-gd=shared
[ ] gd extension is already disabled.
===> Installing gd extension...
Extension path /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd
Log stored at: /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/build.log
Changing directory to /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd
===> Running make clean: /usr/bin/make -C '/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd' --quiet 'clean'
Running Command:/usr/bin/make -C '/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd' --quiet 'clean'
===> Phpize...
Running Command:phpize > /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/build.log 2>&1
===> Configuring...
Appending argument: --with-php-config=/opt/phpbrew/php/phpbrew7_2_34_fdev/bin/php-config
Running Command:./configure '--with-jpeg-dir=/usr/lib/x86_64-linux-gnu' '--with-png-dir=/usr/lib/x86_64-linux-gnu' '--with-zlib-dir=/usr' '--with-freetype-dir=/usr/include/freetype2' '--with-gd=shared' '--with-php-config=/opt/phpbrew/php/phpbrew7_2_34_fdev/bin/php-config'
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /opt/phpbrew/php/phpbrew7_2_34_fdev
checking for PHP includes... -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib
checking for PHP extension directory... /opt/phpbrew/php/phpbrew7_2_34_fdev/lib/php/extensions/no-debug-non-zts-20170718
checking for PHP installed headers prefix... /opt/phpbrew/php/phpbrew7_2_34_fdev/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... re2c
checking for re2c version... 1.3 (ok)
checking for gawk... gawk
checking for GD support... yes, shared
checking for the location of libwebp... no
checking for the location of libjpeg... /usr/lib/x86_64-linux-gnu
checking for the location of libpng... /usr/lib/x86_64-linux-gnu
checking for the location of libz... /usr
checking for the location of libXpm... no
checking for FreeType 2... /usr/include/freetype2
checking whether to enable JIS-mapped Japanese font support in GD... no
If configure fails try --with-webp-dir=<DIR>
checking for jpeg_read_header in -ljpeg... yes
checking for png_write_image in -lpng... yes
If configure fails try --with-xpm-dir=<DIR>
checking for pkg-config... /usr/bin/pkg-config
checking for fabsf... no
checking for floorf... no
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

creating libtool
appending configuration tag "CXX" to libtool
configure: creating ./config.status
config.status: creating config.h
===> Building...
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/gd.c -o gd.lo
mkdir .libs
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/gd.c  -fPIC -DPIC -o .libs/gd.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd.c -o libgd/gd.lo
mkdir libgd/.libs
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd.c  -fPIC -DPIC -o libgd/.libs/gd.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_gd.c -o libgd/gd_gd.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_gd.c  -fPIC -DPIC -o libgd/.libs/gd_gd.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_gd2.c -o libgd/gd_gd2.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_gd2.c  -fPIC -DPIC -o libgd/.libs/gd_gd2.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_io.c -o libgd/gd_io.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_io.c  -fPIC -DPIC -o libgd/.libs/gd_io.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_io_dp.c -o libgd/gd_io_dp.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_io_dp.c  -fPIC -DPIC -o libgd/.libs/gd_io_dp.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_io_file.c -o libgd/gd_io_file.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_io_file.c  -fPIC -DPIC -o libgd/.libs/gd_io_file.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_ss.c -o libgd/gd_ss.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_ss.c  -fPIC -DPIC -o libgd/.libs/gd_ss.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_io_ss.c -o libgd/gd_io_ss.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_io_ss.c  -fPIC -DPIC -o libgd/.libs/gd_io_ss.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_webp.c -o libgd/gd_webp.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_webp.c  -fPIC -DPIC -o libgd/.libs/gd_webp.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_png.c -o libgd/gd_png.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_png.c  -fPIC -DPIC -o libgd/.libs/gd_png.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_jpeg.c -o libgd/gd_jpeg.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_jpeg.c  -fPIC -DPIC -o libgd/.libs/gd_jpeg.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gdxpm.c -o libgd/gdxpm.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gdxpm.c  -fPIC -DPIC -o libgd/.libs/gdxpm.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gdfontt.c -o libgd/gdfontt.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gdfontt.c  -fPIC -DPIC -o libgd/.libs/gdfontt.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gdfonts.c -o libgd/gdfonts.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gdfonts.c  -fPIC -DPIC -o libgd/.libs/gdfonts.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gdfontmb.c -o libgd/gdfontmb.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gdfontmb.c  -fPIC -DPIC -o libgd/.libs/gdfontmb.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gdfontl.c -o libgd/gdfontl.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gdfontl.c  -fPIC -DPIC -o libgd/.libs/gdfontl.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gdfontg.c -o libgd/gdfontg.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gdfontg.c  -fPIC -DPIC -o libgd/.libs/gdfontg.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gdtables.c -o libgd/gdtables.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gdtables.c  -fPIC -DPIC -o libgd/.libs/gdtables.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gdft.c -o libgd/gdft.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gdft.c  -fPIC -DPIC -o libgd/.libs/gdft.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gdcache.c -o libgd/gdcache.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gdcache.c  -fPIC -DPIC -o libgd/.libs/gdcache.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gdkanji.c -o libgd/gdkanji.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gdkanji.c  -fPIC -DPIC -o libgd/.libs/gdkanji.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/wbmp.c -o libgd/wbmp.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/wbmp.c  -fPIC -DPIC -o libgd/.libs/wbmp.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_wbmp.c -o libgd/gd_wbmp.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_wbmp.c  -fPIC -DPIC -o libgd/.libs/gd_wbmp.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gdhelpers.c -o libgd/gdhelpers.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gdhelpers.c  -fPIC -DPIC -o libgd/.libs/gdhelpers.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_topal.c -o libgd/gd_topal.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_topal.c  -fPIC -DPIC -o libgd/.libs/gd_topal.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_gif_in.c -o libgd/gd_gif_in.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_gif_in.c  -fPIC -DPIC -o libgd/.libs/gd_gif_in.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_xbm.c -o libgd/gd_xbm.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_xbm.c  -fPIC -DPIC -o libgd/.libs/gd_xbm.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_gif_out.c -o libgd/gd_gif_out.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_gif_out.c  -fPIC -DPIC -o libgd/.libs/gd_gif_out.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_security.c -o libgd/gd_security.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_security.c  -fPIC -DPIC -o libgd/.libs/gd_security.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_filter.c -o libgd/gd_filter.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_filter.c  -fPIC -DPIC -o libgd/.libs/gd_filter.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_pixelate.c -o libgd/gd_pixelate.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_pixelate.c  -fPIC -DPIC -o libgd/.libs/gd_pixelate.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_rotate.c -o libgd/gd_rotate.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_rotate.c  -fPIC -DPIC -o libgd/.libs/gd_rotate.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_color_match.c -o libgd/gd_color_match.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_color_match.c  -fPIC -DPIC -o libgd/.libs/gd_color_match.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_transform.c -o libgd/gd_transform.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_transform.c  -fPIC -DPIC -o libgd/.libs/gd_transform.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_crop.c -o libgd/gd_crop.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_crop.c  -fPIC -DPIC -o libgd/.libs/gd_crop.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_interpolation.c -o libgd/gd_interpolation.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_interpolation.c  -fPIC -DPIC -o libgd/.libs/gd_interpolation.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_matrix.c -o libgd/gd_matrix.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_matrix.c  -fPIC -DPIC -o libgd/.libs/gd_matrix.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=compile cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2   -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_bmp.c -o libgd/gd_bmp.lo
 cc -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16 -DHAVE_CONFIG_H -g -O2 -c /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libgd/gd_bmp.c  -fPIC -DPIC -o libgd/.libs/gd_bmp.o
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=link cc -DPHP_ATOM_INC -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/include -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/main -I/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/main -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/TSRM -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/Zend -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext -I/opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/ext/date/lib -I/usr/include/freetype2 -I/usr/include/libpng16  -DHAVE_CONFIG_H  -g -O2    -o gd.la -export-dynamic -avoid-version -prefer-pic -module -rpath /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/modules  gd.lo libgd/gd.lo libgd/gd_gd.lo libgd/gd_gd2.lo libgd/gd_io.lo libgd/gd_io_dp.lo libgd/gd_io_file.lo libgd/gd_ss.lo libgd/gd_io_ss.lo libgd/gd_webp.lo libgd/gd_png.lo libgd/gd_jpeg.lo libgd/gdxpm.lo libgd/gdfontt.lo libgd/gdfonts.lo libgd/gdfontmb.lo libgd/gdfontl.lo libgd/gdfontg.lo libgd/gdtables.lo libgd/gdft.lo libgd/gdcache.lo libgd/gdkanji.lo libgd/wbmp.lo libgd/gd_wbmp.lo libgd/gdhelpers.lo libgd/gd_topal.lo libgd/gd_gif_in.lo libgd/gd_xbm.lo libgd/gd_gif_out.lo libgd/gd_security.lo libgd/gd_filter.lo libgd/gd_pixelate.lo libgd/gd_rotate.lo libgd/gd_color_match.lo libgd/gd_transform.lo libgd/gd_crop.lo libgd/gd_interpolation.lo libgd/gd_matrix.lo libgd/gd_bmp.lo -lpng -lz -ljpeg -lfreetype
cc -shared  .libs/gd.o libgd/.libs/gd.o libgd/.libs/gd_gd.o libgd/.libs/gd_gd2.o libgd/.libs/gd_io.o libgd/.libs/gd_io_dp.o libgd/.libs/gd_io_file.o libgd/.libs/gd_ss.o libgd/.libs/gd_io_ss.o libgd/.libs/gd_webp.o libgd/.libs/gd_png.o libgd/.libs/gd_jpeg.o libgd/.libs/gdxpm.o libgd/.libs/gdfontt.o libgd/.libs/gdfonts.o libgd/.libs/gdfontmb.o libgd/.libs/gdfontl.o libgd/.libs/gdfontg.o libgd/.libs/gdtables.o libgd/.libs/gdft.o libgd/.libs/gdcache.o libgd/.libs/gdkanji.o libgd/.libs/wbmp.o libgd/.libs/gd_wbmp.o libgd/.libs/gdhelpers.o libgd/.libs/gd_topal.o libgd/.libs/gd_gif_in.o libgd/.libs/gd_xbm.o libgd/.libs/gd_gif_out.o libgd/.libs/gd_security.o libgd/.libs/gd_filter.o libgd/.libs/gd_pixelate.o libgd/.libs/gd_rotate.o libgd/.libs/gd_color_match.o libgd/.libs/gd_transform.o libgd/.libs/gd_crop.o libgd/.libs/gd_interpolation.o libgd/.libs/gd_matrix.o libgd/.libs/gd_bmp.o  -lpng -lz -ljpeg -lfreetype  -Wl,-soname -Wl,gd.so -o .libs/gd.so
creating gd.la
(cd .libs && rm -f gd.la && ln -s ../gd.la gd.la)
/bin/bash /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/libtool --mode=install cp ./gd.la /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/modules
cp ./.libs/gd.so /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/modules/gd.so
cp ./.libs/gd.lai /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/modules/gd.la
PATH="$PATH:/sbin" ldconfig -n /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/modules
----------------------------------------------------------------------
Libraries have been installed in:
   /opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------

Build complete.
Don't forget to run 'make test'.

===> Installing...
Installing shared extensions:     /opt/phpbrew/php/phpbrew7_2_34_fdev/lib/php/extensions/no-debug-non-zts-20170718/
Installing header files:          /opt/phpbrew/php/phpbrew7_2_34_fdev/include/php/
Installed extension library: /opt/phpbrew/php/phpbrew7_2_34_fdev/lib/php/extensions/no-debug-non-zts-20170718/gd.so
===> Extension is installed.
===> Creating config file /opt/phpbrew/php/phpbrew7_2_34_fdev/var/db/gd.ini.disabled
===> Enabling extension gd
[*] gd extension is enabled.
Done.

However even though gd compiles correctly and shows that freetype support is enabled

/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd$ php -i | grep -i freetype
FreeType Support => enabled
FreeType Linkage => with freetype
FreeType Version => 2.10.1

It actually isn't installed correctly as imageftbbox does not exist

/opt/phpbrew/build/phpbrew7_2_34_fdev/ext/gd$ php -r 'var_dump( function_exists("imageftbbox"));';
Command line code:1:
bool(false)

For the love of god how do we install it correctly on 7.2 and 7.3 ?

7.4 works perfectly fine but 7.2 and 7.3 not.

@peter279k
Copy link
Member

peter279k commented Nov 30, 2022

After digging this issue, I found that the problem is about the libfreetype2.

The freetype2 library is too new for PHP 7.2 and PHP 7.3. Then it will cause configure: error: freetype-config not found. problem when running the phpbrew --debug ext install gd -- --with-jpeg-dir="/usr/lib/x86_64-linux-gnu" --with-png-dir="/usr/lib/x86_64-linux-gnu" --with-zlib-dir="/usr" --with-freetype-dir="/usr/include" --with-gd=shared command.

To resolve above issue, I use the following steps to build and compile the PHP 7.2 and PHP 7.3:

  • Prepare fresh and clean Ubuntu 20.04.
  • Install some packages to prepare for running the PHPBrew.
  • Install the PHPBrew.
  • Running the phpbrew install 7.2 +default to install the latest PHP 7.2 version.
  • Running the phpbrew switch php-7.2.34 to switch the current PHP version.
  • Running the apt-get install libjpeg-dev libpng-dev libfreetype6-dev for the JPEG and PNG libraries.
  • Running the wget http://download.savannah.gnu.org/releases/freetype/freetype-2.8.1.tar.gz to download the freetype library from source.
  • Running the tar -xvzf freetype-2.8.1.tar.gz to decompress the compressed file.
  • Running the cd freetype-2.8.1.
  • Running the ./configure --prefix="/usr/include"
  • Running the make && make install to install freetype libraries.
  • Running the phpbrew --debug ext install gd -- --with-jpeg-dir="/usr/lib/x86_64-linux-gnu" --with-png-dir="/usr/lib/x86_64-linux-gnu" --with-zlib-dir="/usr" --with-freetype-dir="/usr/include" --with-gd=shared to install the gd extension.

After completing above steps, running the following commands to verify the freetype is supported inside the GD extension in PHP 7.2 version correctly:

$ php -v
PHP 7.2.34 (cli) (built: Nov 30 2022 09:41:05) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies

$ php -i | grep freetype
FreeType Linkage => with freetype
OLDPWD => /root/freetype-2.8.1
$_SERVER['OLDPWD'] => /root/freetype-2.8.1

$ php -r 'var_dump( function_exists("imageftbbox"));'
bool(true)

@peter279k
Copy link
Member

I try to use above solution for two times, and it's worked successfully.

I'm going to close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants