Created
February 3, 2015 12:24
-
-
Save danielcosta/c32326bba3f79550f460 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-02-03 10:23:36 -0200 | |
/usr/local/opt/php56/bin/phpize | |
Configuring for: | |
PHP Api Version: 20131106 | |
Zend Module Api No: 20131226 | |
Zend Extension Api No: 220131226 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-02-03 10:23:37 -0200 | |
mkdir -p ext/igbinary | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-02-03 10:23:37 -0200 | |
./configure | |
--prefix=/usr/local/Cellar/php56-redis/2.2.6 | |
--with-php-config=/usr/local/opt/php56/bin/php-config | |
--enable-redis-igbinary | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed | |
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 clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking how to run the C preprocessor... clang -E | |
checking for icc... no | |
checking for suncc... no | |
checking whether clang and cc understand -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-apple-darwin14.0.0 | |
checking host system type... x86_64-apple-darwin14.0.0 | |
checking target system type... x86_64-apple-darwin14.0.0 | |
checking for PHP prefix... /usr/local/Cellar/php56/5.6.5 | |
checking for PHP includes... -I/usr/local/Cellar/php56/5.6.5/include/php -I/usr/local/Cellar/php56/5.6.5/include/php/main -I/usr/local/Cellar/php56/5.6.5/include/php/TSRM -I/usr/local/Cellar/php56/5.6.5/include/php/Zend -I/usr/local/Cellar/php56/5.6.5/include/php/ext -I/usr/local/Cellar/php56/5.6.5/include/php/ext/date/lib | |
checking for PHP extension directory... /usr/local/Cellar/php56/5.6.5/lib/php/extensions/no-debug-zts-20131226 | |
checking for PHP installed headers prefix... /usr/local/Cellar/php56/5.6.5/include/php | |
checking if debug is enabled... no | |
checking if zts is enabled... no | |
checking for re2c... no | |
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers. | |
checking for gawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking if awk is broken... no | |
checking whether to enable redis support... yes, shared | |
checking whether to enable sessions... yes | |
checking whether to enable igbinary serializer support... yes | |
checking for igbinary includes... /private/tmp/php56-redis-xiis08/phpredis-2.2.6 | |
checking for redis igbinary support... enabled | |
checking for ld used by clang... /Library/Developer/CommandLineTools/usr/bin/ld | |
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no | |
checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r | |
checking for BSD-compatible nm... /usr/bin/nm | |
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... 196608 | |
checking command to parse /usr/bin/nm output from clang object... ok | |
checking for objdir... .libs | |
checking for ar... ar | |
checking for ranlib... ranlib | |
checking for strip... strip | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking if clang supports -fno-rtti -fno-exceptions... yes | |
checking for clang option to produce PIC... -fno-common | |
checking if clang PIC flag -fno-common works... yes | |
checking if clang static flag -static works... no | |
checking if clang supports -c -o file.o... yes | |
checking whether the clang linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin14.0.0 dyld | |
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 | |
checking whether the clang++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... no | |
checking for clang++ option to produce PIC... | |
checking if clang++ static flag works... yes | |
checking if clang++ supports -c -o file.o... yes | |
checking whether the clang++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... no | |
checking dynamic linker characteristics... darwin14.0.0 dyld | |
(cached) (cached) checking how to hardcode library paths into programs... immediate | |
configure: creating ./config.status | |
config.status: creating config.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: --version | |
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: conftest.c | |
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.c | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -c conftest.c | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -c conftest.c -o conftest2.o | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -c conftest.c -o conftest2.o | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
cc called with: -c conftest.c | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
cc called with: -c conftest.c -o conftest2.o | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
cc called with: -c conftest.c -o conftest2.o | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -o conftest -g -O2 conftest.c -R /usr/lib | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -R /usr/lib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -Wl,-rpath,/usr/lib | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -Wl,-rpath,/usr/lib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E - | |
superenv executed: clang -E - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -E -I/usr/local/Cellar/php56/5.6.5/include/php conftest.c | |
superenv executed: clang -E -I/usr/local/Cellar/php56/5.6.5/include/php conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -E -I/usr/local/Cellar/php56/5.6.5/include/php conftest.c | |
superenv executed: clang -E -I/usr/local/Cellar/php56/5.6.5/include/php conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -print-prog-name=ld | |
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -E conftest.c | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -o conftest -g -O2 conftest.c conftstm.o | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c conftstm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -o libconftest.dylib -dynamiclib -single_module conftest.c | |
superenv executed: clang -pipe -Os -march=native -g -O2 -o libconftest.dylib -dynamiclib -single_module conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -fno-rtti -fno-exceptions conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-rtti -fno-exceptions conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -fno-common -DPIC conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-common -DPIC conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -o conftest -g -O2 -static conftest.c | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -static conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -o out/conftest2.o conftest.c | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -o out/conftest2.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -print-search-dirs | |
superenv executed: clang -pipe -Os -march=native -print-search-dirs -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -print-multi-os-directory | |
superenv executed: clang -pipe -Os -march=native -g -O2 -print-multi-os-directory -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang++ called with: -o conftest conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -o conftest conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang++ called with: -o conftest conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -o conftest conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c -o out/conftest2.o conftest.cpp | |
superenv executed: clang++ -pipe -Os -march=native -c -o out/conftest2.o conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-02-03 10:23:44 -0200 | |
make | |
/bin/sh /private/tmp/php56-redis-xiis08/phpredis-2.2.6/libtool --mode=compile clang -I. -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -DPHP_ATOM_INC -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/include -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/main -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -I/usr/local/Cellar/php56/5.6.5/include/php -I/usr/local/Cellar/php56/5.6.5/include/php/main -I/usr/local/Cellar/php56/5.6.5/include/php/TSRM -I/usr/local/Cellar/php56/5.6.5/include/php/Zend -I/usr/local/Cellar/php56/5.6.5/include/php/ext -I/usr/local/Cellar/php56/5.6.5/include/php/ext/date/lib -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/ext -DHAVE_CONFIG_H -g -O2 -c /private/tmp/php56-redis-xiis08/phpredis-2.2.6/redis.c -o redis.lo | |
/bin/sh /private/tmp/php56-redis-xiis08/phpredis-2.2.6/libtool --mode=compile clang -I. -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -DPHP_ATOM_INC -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/include -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/main -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -I/usr/local/Cellar/php56/5.6.5/include/php -I/usr/local/Cellar/php56/5.6.5/include/php/main -I/usr/local/Cellar/php56/5.6.5/include/php/TSRM -I/usr/local/Cellar/php56/5.6.5/include/php/Zend -I/usr/local/Cellar/php56/5.6.5/include/php/ext -I/usr/local/Cellar/php56/5.6.5/include/php/ext/date/lib -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/ext -DHAVE_CONFIG_H -g -O2 -c /private/tmp/php56-redis-xiis08/phpredis-2.2.6/library.c -o library.lo | |
/bin/sh /private/tmp/php56-redis-xiis08/phpredis-2.2.6/libtool --mode=compile clang -I. -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -DPHP_ATOM_INC -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/include -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/main -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -I/usr/local/Cellar/php56/5.6.5/include/php -I/usr/local/Cellar/php56/5.6.5/include/php/main -I/usr/local/Cellar/php56/5.6.5/include/php/TSRM -I/usr/local/Cellar/php56/5.6.5/include/php/Zend -I/usr/local/Cellar/php56/5.6.5/include/php/ext -I/usr/local/Cellar/php56/5.6.5/include/php/ext/date/lib -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/ext -DHAVE_CONFIG_H -g -O2 -c /private/tmp/php56-redis-xiis08/phpredis-2.2.6/redis_session.c -o redis_session.lo | |
/bin/sh /private/tmp/php56-redis-xiis08/phpredis-2.2.6/libtool --mode=compile clang -I. -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -DPHP_ATOM_INC -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/include -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/main -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -I/usr/local/Cellar/php56/5.6.5/include/php -I/usr/local/Cellar/php56/5.6.5/include/php/main -I/usr/local/Cellar/php56/5.6.5/include/php/TSRM -I/usr/local/Cellar/php56/5.6.5/include/php/Zend -I/usr/local/Cellar/php56/5.6.5/include/php/ext -I/usr/local/Cellar/php56/5.6.5/include/php/ext/date/lib -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/ext -DHAVE_CONFIG_H -g -O2 -c /private/tmp/php56-redis-xiis08/phpredis-2.2.6/redis_array.c -o redis_array.lo | |
mkdir .libs | |
mkdir .libs | |
mkdir .libs | |
mkdir: .libs: File exists | |
mkdir: .libs: File exists | |
clang -I. -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -DPHP_ATOM_INC -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/include -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/main -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -I/usr/local/Cellar/php56/5.6.5/include/php -I/usr/local/Cellar/php56/5.6.5/include/php/main -I/usr/local/Cellar/php56/5.6.5/include/php/TSRM -I/usr/local/Cellar/php56/5.6.5/include/php/Zend -I/usr/local/Cellar/php56/5.6.5/include/php/ext -I/usr/local/Cellar/php56/5.6.5/include/php/ext/date/lib -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/ext -DHAVE_CONFIG_H -g -O2 -c /private/tmp/php56-redis-xiis08/phpredis-2.2.6/redis.c -fno-common -DPIC -o .libs/redis.o | |
clang -I. -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -DPHP_ATOM_INC -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/include -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/main -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -I/usr/local/Cellar/php56/5.6.5/include/php -I/usr/local/Cellar/php56/5.6.5/include/php/main -I/usr/local/Cellar/php56/5.6.5/include/php/TSRM -I/usr/local/Cellar/php56/5.6.5/include/php/Zend -I/usr/local/Cellar/php56/5.6.5/include/php/ext -I/usr/local/Cellar/php56/5.6.5/include/php/ext/date/lib -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/ext -DHAVE_CONFIG_H -g -O2 -c /private/tmp/php56-redis-xiis08/phpredis-2.2.6/redis_array.c -fno-common -DPIC -o .libs/redis_array.o | |
clang -I. -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -DPHP_ATOM_INC -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/include -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/main -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -I/usr/local/Cellar/php56/5.6.5/include/php -I/usr/local/Cellar/php56/5.6.5/include/php/main -I/usr/local/Cellar/php56/5.6.5/include/php/TSRM -I/usr/local/Cellar/php56/5.6.5/include/php/Zend -I/usr/local/Cellar/php56/5.6.5/include/php/ext -I/usr/local/Cellar/php56/5.6.5/include/php/ext/date/lib -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/ext -DHAVE_CONFIG_H -g -O2 -c /private/tmp/php56-redis-xiis08/phpredis-2.2.6/redis_session.c -fno-common -DPIC -o .libs/redis_session.o | |
clang -I. -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -DPHP_ATOM_INC -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/include -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/main -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -I/usr/local/Cellar/php56/5.6.5/include/php -I/usr/local/Cellar/php56/5.6.5/include/php/main -I/usr/local/Cellar/php56/5.6.5/include/php/TSRM -I/usr/local/Cellar/php56/5.6.5/include/php/Zend -I/usr/local/Cellar/php56/5.6.5/include/php/ext -I/usr/local/Cellar/php56/5.6.5/include/php/ext/date/lib -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/ext -DHAVE_CONFIG_H -g -O2 -c /private/tmp/php56-redis-xiis08/phpredis-2.2.6/library.c -fno-common -DPIC -o .libs/library.o | |
/private/tmp/php56-redis-xiis08/phpredis-2.2.6/library.c:83:51: error: expected expression | |
if (redis_sock_write(redis_sock, cmd, cmd_len TSRMLS_DC) < 0) { | |
^ | |
/usr/local/Cellar/php56/5.6.5/include/php/Zend/../TSRM/TSRM.h:166:21: note: expanded from macro 'TSRMLS_DC' | |
#define TSRMLS_DC , TSRMLS_D | |
^ | |
/usr/local/Cellar/php56/5.6.5/include/php/Zend/../TSRM/TSRM.h:165:18: note: expanded from macro 'TSRMLS_D' | |
#define TSRMLS_D void ***tsrm_ls | |
^ | |
/private/tmp/php56-redis-xiis08/phpredis-2.2.6/library.c:188:55: error: too few arguments to function call, expected 2, have 1 | |
if (redis_sock->auth && resend_auth(redis_sock) != 0) { | |
~~~~~~~~~~~ ^ | |
/private/tmp/php56-redis-xiis08/phpredis-2.2.6/library.c:76:1: note: 'resend_auth' declared here | |
static int resend_auth(RedisSock *redis_sock TSRMLS_DC) { | |
^ | |
/private/tmp/php56-redis-xiis08/phpredis-2.2.6/library.c:193:59: error: too few arguments to function call, expected 2, have 1 | |
if (redis_sock->dbNumber && reselect_db(redis_sock) != 0) { | |
~~~~~~~~~~~ ^ | |
/private/tmp/php56-redis-xiis08/phpredis-2.2.6/library.c:49:1: note: 'reselect_db' declared here | |
static int reselect_db(RedisSock *redis_sock TSRMLS_DC) { | |
^ | |
/private/tmp/php56-redis-xiis08/phpredis-2.2.6/library.c:353:49: error: too few arguments to function call, expected 3, have 2 | |
redis_error_throw(inbuf + 1, err_len); | |
~~~~~~~~~~~~~~~~~ ^ | |
/private/tmp/php56-redis-xiis08/phpredis-2.2.6/library.c:111:1: note: 'redis_error_throw' declared here | |
static void redis_error_throw(char *err, size_t err_len TSRMLS_DC) { | |
^ | |
4 errors generated. | |
make: *** [library.lo] Error 1 | |
make: *** Waiting for unfinished jobs.... | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew | |
HEAD: 9b9c6e954776ff2fe079841a643d577843d85100 | |
Last commit: 76 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit ivybridge | |
OS X: 10.10.1-x86_64 | |
Xcode: N/A | |
CLT: 6.1.1.0.1.1416017670 | |
GCC-4.2: build 0 | |
Clang: 6.0 build 600 | |
X11: N/A | |
System Ruby: 2.0.0-p481 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby | |
Java: 1.8.0_25 | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local/opt/icu4c:/usr/local/opt/zlib:/usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/zlib/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10 | |
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/autoconf/bin:/usr/local/opt/libpng/bin:/usr/local/opt/freetype/bin:/usr/local/opt/gettext/bin:/usr/local/opt/icu4c/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/unixodbc/bin:/usr/local/opt/php56/bin:/usr/bin:/bin:/usr/sbin:/sbin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: -I. -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -DPHP_ATOM_INC -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/include -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/main -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -I/usr/local/Cellar/php56/5.6.5/include/php -I/usr/local/Cellar/php56/5.6.5/include/php/main -I/usr/local/Cellar/php56/5.6.5/include/php/TSRM -I/usr/local/Cellar/php56/5.6.5/include/php/Zend -I/usr/local/Cellar/php56/5.6.5/include/php/ext -I/usr/local/Cellar/php56/5.6.5/include/php/ext/date/lib -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/ext -DHAVE_CONFIG_H -g -O2 -c /private/tmp/php56-redis-xiis08/phpredis-2.2.6/library.c -fno-common -DPIC -o .libs/library.o | |
superenv removed: -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -w -Os -march=native -I. -DPHP_ATOM_INC -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/include -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/main -I/usr/local/Cellar/php56/5.6.5/include/php -I/usr/local/Cellar/php56/5.6.5/include/php/main -I/usr/local/Cellar/php56/5.6.5/include/php/TSRM -I/usr/local/Cellar/php56/5.6.5/include/php/Zend -I/usr/local/Cellar/php56/5.6.5/include/php/ext -I/usr/local/Cellar/php56/5.6.5/include/php/ext/date/lib -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/ext -DHAVE_CONFIG_H -c /private/tmp/php56-redis-xiis08/phpredis-2.2.6/library.c -fno-common -DPIC -o .libs/library.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -I. -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -DPHP_ATOM_INC -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/include -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/main -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -I/usr/local/Cellar/php56/5.6.5/include/php -I/usr/local/Cellar/php56/5.6.5/include/php/main -I/usr/local/Cellar/php56/5.6.5/include/php/TSRM -I/usr/local/Cellar/php56/5.6.5/include/php/Zend -I/usr/local/Cellar/php56/5.6.5/include/php/ext -I/usr/local/Cellar/php56/5.6.5/include/php/ext/date/lib -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/ext -DHAVE_CONFIG_H -g -O2 -c /private/tmp/php56-redis-xiis08/phpredis-2.2.6/redis.c -fno-common -DPIC -o .libs/redis.o | |
superenv removed: -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -w -Os -march=native -I. -DPHP_ATOM_INC -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/include -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/main -I/usr/local/Cellar/php56/5.6.5/include/php -I/usr/local/Cellar/php56/5.6.5/include/php/main -I/usr/local/Cellar/php56/5.6.5/include/php/TSRM -I/usr/local/Cellar/php56/5.6.5/include/php/Zend -I/usr/local/Cellar/php56/5.6.5/include/php/ext -I/usr/local/Cellar/php56/5.6.5/include/php/ext/date/lib -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/ext -DHAVE_CONFIG_H -c /private/tmp/php56-redis-xiis08/phpredis-2.2.6/redis.c -fno-common -DPIC -o .libs/redis.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -I. -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -DPHP_ATOM_INC -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/include -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/main -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -I/usr/local/Cellar/php56/5.6.5/include/php -I/usr/local/Cellar/php56/5.6.5/include/php/main -I/usr/local/Cellar/php56/5.6.5/include/php/TSRM -I/usr/local/Cellar/php56/5.6.5/include/php/Zend -I/usr/local/Cellar/php56/5.6.5/include/php/ext -I/usr/local/Cellar/php56/5.6.5/include/php/ext/date/lib -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/ext -DHAVE_CONFIG_H -g -O2 -c /private/tmp/php56-redis-xiis08/phpredis-2.2.6/redis_session.c -fno-common -DPIC -o .libs/redis_session.o | |
superenv removed: -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -w -Os -march=native -I. -DPHP_ATOM_INC -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/include -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/main -I/usr/local/Cellar/php56/5.6.5/include/php -I/usr/local/Cellar/php56/5.6.5/include/php/main -I/usr/local/Cellar/php56/5.6.5/include/php/TSRM -I/usr/local/Cellar/php56/5.6.5/include/php/Zend -I/usr/local/Cellar/php56/5.6.5/include/php/ext -I/usr/local/Cellar/php56/5.6.5/include/php/ext/date/lib -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/ext -DHAVE_CONFIG_H -c /private/tmp/php56-redis-xiis08/phpredis-2.2.6/redis_session.c -fno-common -DPIC -o .libs/redis_session.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
clang called with: -I. -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -DPHP_ATOM_INC -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/include -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/main -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -I/usr/local/Cellar/php56/5.6.5/include/php -I/usr/local/Cellar/php56/5.6.5/include/php/main -I/usr/local/Cellar/php56/5.6.5/include/php/TSRM -I/usr/local/Cellar/php56/5.6.5/include/php/Zend -I/usr/local/Cellar/php56/5.6.5/include/php/ext -I/usr/local/Cellar/php56/5.6.5/include/php/ext/date/lib -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/ext -DHAVE_CONFIG_H -g -O2 -c /private/tmp/php56-redis-xiis08/phpredis-2.2.6/redis_array.c -fno-common -DPIC -o .libs/redis_array.o | |
superenv removed: -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6 -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -w -Os -march=native -I. -DPHP_ATOM_INC -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/include -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/main -I/usr/local/Cellar/php56/5.6.5/include/php -I/usr/local/Cellar/php56/5.6.5/include/php/main -I/usr/local/Cellar/php56/5.6.5/include/php/TSRM -I/usr/local/Cellar/php56/5.6.5/include/php/Zend -I/usr/local/Cellar/php56/5.6.5/include/php/ext -I/usr/local/Cellar/php56/5.6.5/include/php/ext/date/lib -I/private/tmp/php56-redis-xiis08/phpredis-2.2.6/ext -DHAVE_CONFIG_H -c /private/tmp/php56-redis-xiis08/phpredis-2.2.6/redis_array.c -fno-common -DPIC -o .libs/redis_array.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/zlib/include | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by configure, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --prefix=/usr/local/Cellar/php56-redis/2.2.6 --with-php-config=/usr/local/opt/php56/bin/php-config --enable-redis-igbinary | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = Daniels-MacBook-Pro.local | |
uname -m = x86_64 | |
uname -r = 14.0.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64 | |
Kernel configured for up to 4 processors. | |
2 processors are physically available. | |
4 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 2 3 | |
Primary memory available: 8.00 gigabytes | |
Default processor set: 248 tasks, 1213 threads, 4 processors | |
Load average: 2.55, Mach factor: 1.53 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Library/ENV/4.3 | |
PATH: /usr/local/opt/autoconf/bin | |
PATH: /usr/local/opt/libpng/bin | |
PATH: /usr/local/opt/freetype/bin | |
PATH: /usr/local/opt/gettext/bin | |
PATH: /usr/local/opt/icu4c/bin | |
PATH: /usr/local/opt/jpeg/bin | |
PATH: /usr/local/opt/unixodbc/bin | |
PATH: /usr/local/opt/php56/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2298: checking for grep that handles long lines and -e | |
configure:2356: result: /usr/bin/grep | |
configure:2361: checking for egrep | |
configure:2423: result: /usr/bin/grep -E | |
configure:2428: checking for a sed that does not truncate output | |
configure:2482: result: /usr/local/Library/ENV/4.3/sed | |
configure:2672: checking for C compiler version | |
configure:2681: clang --version >&5 | |
Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn) | |
Target: x86_64-apple-darwin14.0.0 | |
Thread model: posix | |
configure:2692: $? = 0 | |
configure:2681: clang -v >&5 | |
Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn) | |
Target: x86_64-apple-darwin14.0.0 | |
Thread model: posix | |
configure:2692: $? = 0 | |
configure:2681: clang -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
configure:2692: $? = 1 | |
configure:2681: clang -qversion >&5 | |
clang: error: unknown argument: '-qversion' | |
configure:2692: $? = 1 | |
configure:2712: checking whether the C compiler works | |
configure:2734: clang conftest.c >&5 | |
configure:2738: $? = 0 | |
configure:2786: result: yes | |
configure:2789: checking for C compiler default output file name | |
configure:2791: result: a.out | |
configure:2797: checking for suffix of executables | |
configure:2804: clang -o conftest conftest.c >&5 | |
configure:2808: $? = 0 | |
configure:2830: result: | |
configure:2852: checking whether we are cross compiling | |
configure:2860: clang -o conftest conftest.c >&5 | |
configure:2864: $? = 0 | |
configure:2871: ./conftest | |
configure:2875: $? = 0 | |
configure:2890: result: no | |
configure:2895: checking for suffix of object files | |
configure:2917: clang -c conftest.c >&5 | |
configure:2921: $? = 0 | |
configure:2942: result: o | |
configure:2946: checking whether we are using the GNU C compiler | |
configure:2965: clang -c conftest.c >&5 | |
configure:2965: $? = 0 | |
configure:2974: result: yes | |
configure:2983: checking whether clang accepts -g | |
configure:3003: clang -c -g conftest.c >&5 | |
configure:3003: $? = 0 | |
configure:3044: result: yes | |
configure:3061: checking for clang option to accept ISO C89 | |
configure:3124: clang -c -g -O2 conftest.c >&5 | |
configure:3124: $? = 0 | |
configure:3137: result: none needed | |
configure:3163: checking how to run the C preprocessor | |
configure:3194: clang -E conftest.c | |
configure:3194: $? = 0 | |
configure:3208: clang -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:3208: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:3233: result: clang -E | |
configure:3253: clang -E conftest.c | |
configure:3253: $? = 0 | |
configure:3267: clang -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:3267: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:3298: checking for icc | |
configure:3307: result: no | |
configure:3321: checking for suncc | |
configure:3330: result: no | |
configure:3345: checking whether clang and cc understand -c and -o together | |
configure:3376: clang -c conftest.c -o conftest2.o >&5 | |
configure:3380: $? = 0 | |
configure:3386: clang -c conftest.c -o conftest2.o >&5 | |
configure:3390: $? = 0 | |
configure:3401: cc -c conftest.c >&5 | |
configure:3405: $? = 0 | |
configure:3413: cc -c conftest.c -o conftest2.o >&5 | |
configure:3417: $? = 0 | |
configure:3423: cc -c conftest.c -o conftest2.o >&5 | |
configure:3427: $? = 0 | |
configure:3445: result: yes | |
configure:3459: checking for system library directory | |
configure:3474: result: lib | |
configure:3481: checking if compiler supports -R | |
configure:3500: clang -o conftest -g -O2 conftest.c -R /usr/lib >&5 | |
clang: warning: argument unused during compilation: '-R' | |
ld: can't map file, errno=22 file '/usr/lib' for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:3500: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:3510: result: no | |
configure:3515: checking if compiler supports -Wl,-rpath, | |
configure:3534: clang -o conftest -g -O2 conftest.c -Wl,-rpath,/usr/lib >&5 | |
configure:3534: $? = 0 | |
configure:3544: result: yes | |
configure:3589: checking build system type | |
configure:3603: result: x86_64-apple-darwin14.0.0 | |
configure:3623: checking host system type | |
configure:3636: result: x86_64-apple-darwin14.0.0 | |
configure:3656: checking target system type | |
configure:3669: result: x86_64-apple-darwin14.0.0 | |
configure:3772: checking for PHP prefix | |
configure:3774: result: /usr/local/Cellar/php56/5.6.5 | |
configure:3776: checking for PHP includes | |
configure:3778: result: -I/usr/local/Cellar/php56/5.6.5/include/php -I/usr/local/Cellar/php56/5.6.5/include/php/main -I/usr/local/Cellar/php56/5.6.5/include/php/TSRM -I/usr/local/Cellar/php56/5.6.5/include/php/Zend -I/usr/local/Cellar/php56/5.6.5/include/php/ext -I/usr/local/Cellar/php56/5.6.5/include/php/ext/date/lib | |
configure:3780: checking for PHP extension directory | |
configure:3782: result: /usr/local/Cellar/php56/5.6.5/lib/php/extensions/no-debug-zts-20131226 | |
configure:3784: checking for PHP installed headers prefix | |
configure:3786: result: /usr/local/Cellar/php56/5.6.5/include/php | |
configure:3789: checking if debug is enabled | |
configure:3815: result: no | |
configure:3818: checking if zts is enabled | |
configure:3844: result: no | |
configure:3915: checking for re2c | |
configure:3945: result: no | |
configure:3970: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers. | |
configure:3984: checking for gawk | |
configure:4015: result: no | |
configure:3984: checking for nawk | |
configure:4015: result: no | |
configure:3984: checking for awk | |
configure:4001: found /usr/bin/awk | |
configure:4012: result: awk | |
configure:4035: checking if awk is broken | |
configure:4042: result: no | |
configure:4056: checking whether to enable redis support | |
configure:4095: result: yes, shared | |
configure:4104: checking whether to enable sessions | |
configure:4118: result: yes | |
configure:4127: checking whether to enable igbinary serializer support | |
configure:4141: result: yes | |
configure:4157: checking for igbinary includes | |
configure:4178: result: /private/tmp/php56-redis-xiis08/phpredis-2.2.6 | |
configure:4183: checking for redis igbinary support | |
configure:4186: result: enabled | |
configure:4643: checking for ld used by clang | |
configure:4710: result: /Library/Developer/CommandLineTools/usr/bin/ld | |
configure:4717: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld | |
configure:4732: result: no | |
configure:4737: checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files | |
configure:4744: result: -r | |
configure:4762: checking for BSD-compatible nm | |
configure:4811: result: /usr/bin/nm | |
configure:4815: checking whether ln -s works | |
configure:4819: result: yes | |
configure:4826: checking how to recognize dependent libraries | |
configure:5012: result: pass_all | |
configure:5230: checking for ANSI C header files | |
configure:5250: clang -c -g -O2 conftest.c >&5 | |
configure:5250: $? = 0 | |
configure:5323: clang -o conftest -g -O2 conftest.c >&5 | |
configure:5323: $? = 0 | |
configure:5323: ./conftest | |
configure:5323: $? = 0 | |
configure:5334: result: yes | |
configure:5347: checking for sys/types.h | |
configure:5347: clang -c -g -O2 conftest.c >&5 | |
configure:5347: $? = 0 | |
configure:5347: result: yes | |
configure:5347: checking for sys/stat.h | |
configure:5347: clang -c -g -O2 conftest.c >&5 | |
configure:5347: $? = 0 | |
configure:5347: result: yes | |
configure:5347: checking for stdlib.h | |
configure:5347: clang -c -g -O2 conftest.c >&5 | |
configure:5347: $? = 0 | |
configure:5347: result: yes | |
configure:5347: checking for string.h | |
configure:5347: clang -c -g -O2 conftest.c >&5 | |
configure:5347: $? = 0 | |
configure:5347: result: yes | |
configure:5347: checking for memory.h | |
configure:5347: clang -c -g -O2 conftest.c >&5 | |
configure:5347: $? = 0 | |
configure:5347: result: yes | |
configure:5347: checking for strings.h | |
configure:5347: clang -c -g -O2 conftest.c >&5 | |
configure:5347: $? = 0 | |
configure:5347: result: yes | |
configure:5347: checking for inttypes.h | |
configure:5347: clang -c -g -O2 conftest.c >&5 | |
configure:5347: $? = 0 | |
configure:5347: result: yes | |
configure:5347: checking for stdint.h | |
configure:5347: clang -c -g -O2 conftest.c >&5 | |
configure:5347: $? = 0 | |
configure:5347: result: yes | |
configure:5347: checking for unistd.h | |
configure:5347: clang -c -g -O2 conftest.c >&5 | |
configure:5347: $? = 0 | |
configure:5347: result: yes | |
configure:5361: checking dlfcn.h usability | |
configure:5361: clang -c -g -O2 conftest.c >&5 | |
configure:5361: $? = 0 | |
configure:5361: result: yes | |
configure:5361: checking dlfcn.h presence | |
configure:5361: clang -E conftest.c | |
configure:5361: $? = 0 | |
configure:5361: result: yes | |
configure:5361: checking for dlfcn.h | |
configure:5361: result: yes | |
configure:5383: checking the maximum length of command line arguments | |
configure:5495: result: 196608 | |
configure:5507: checking command to parse /usr/bin/nm output from clang object | |
configure:5612: clang -c -g -O2 conftest.c >&5 | |
configure:5615: $? = 0 | |
configure:5619: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm | |
configure:5622: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:5612: clang -c -g -O2 conftest.c >&5 | |
configure:5615: $? = 0 | |
configure:5619: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm | |
configure:5622: $? = 0 | |
configure:5674: clang -o conftest -g -O2 conftest.c conftstm.o >&5 | |
configure:5677: $? = 0 | |
configure:5715: result: ok | |
configure:5719: checking for objdir | |
configure:5734: result: .libs | |
configure:5826: checking for ar | |
configure:5842: found /usr/bin/ar | |
configure:5853: result: ar | |
configure:5918: checking for ranlib | |
configure:5934: found /usr/bin/ranlib | |
configure:5945: result: ranlib | |
configure:6010: checking for strip | |
configure:6026: found /usr/bin/strip | |
configure:6037: result: strip | |
configure:6290: checking for dsymutil | |
configure:6306: found /usr/bin/dsymutil | |
configure:6317: result: dsymutil | |
configure:6382: checking for nmedit | |
configure:6398: found /usr/bin/nmedit | |
configure:6409: result: nmedit | |
configure:6432: checking for -single_module linker flag | |
configure:6453: result: yes | |
configure:6455: checking for -exported_symbols_list linker flag | |
configure:6471: clang -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
configure:6474: $? = 0 | |
configure:6488: result: yes | |
configure:6606: checking if clang supports -fno-rtti -fno-exceptions | |
configure:6624: clang -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:6628: $? = 0 | |
configure:6641: result: yes | |
configure:6656: checking for clang option to produce PIC | |
configure:6896: result: -fno-common | |
configure:6904: checking if clang PIC flag -fno-common works | |
configure:6922: clang -c -g -O2 -fno-common -DPIC conftest.c >&5 | |
configure:6926: $? = 0 | |
configure:6939: result: yes | |
configure:6967: checking if clang static flag -static works | |
configure:6995: result: no | |
configure:7005: checking if clang supports -c -o file.o | |
configure:7026: clang -c -g -O2 -o out/conftest2.o conftest.c >&5 | |
configure:7030: $? = 0 | |
configure:7052: result: yes | |
configure:7078: checking whether the clang linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries | |
configure:8006: result: yes | |
configure:8073: checking dynamic linker characteristics | |
configure:8671: result: darwin14.0.0 dyld | |
configure:8695: checking how to hardcode library paths into programs | |
configure:8720: result: immediate | |
configure:8734: checking whether stripping libraries is possible | |
configure:8748: result: yes | |
configure:9256: checking if libtool supports shared libraries | |
configure:9258: result: yes | |
configure:9261: checking whether to build shared libraries | |
configure:9282: result: yes | |
configure:9285: checking whether to build static libraries | |
configure:9289: result: no | |
configure:9384: result: | |
creating libtool | |
configure:10115: checking whether the clang++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries | |
configure:11013: result: no | |
configure:11034: clang++ -c conftest.cpp >&5 | |
configure:11037: $? = 0 | |
configure:11193: checking for clang++ option to produce PIC | |
configure:11483: result: | |
configure:11554: checking if clang++ static flag works | |
configure:11582: result: yes | |
configure:11592: checking if clang++ supports -c -o file.o | |
configure:11613: clang++ -c -o out/conftest2.o conftest.cpp >&5 | |
configure:11617: $? = 0 | |
configure:11639: result: yes | |
configure:11665: checking whether the clang++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries | |
configure:11691: result: no | |
configure:11758: checking dynamic linker characteristics | |
configure:12304: result: darwin14.0.0 dyld | |
configure:12328: checking how to hardcode library paths into programs | |
configure:12353: result: immediate | |
configure:13083: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by config.status, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on Daniels-MacBook-Pro.local | |
config.status:678: creating config.h | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin14.0.0 | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=clang | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_header_dlfcn_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_host=x86_64-apple-darwin14.0.0 | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='clang -E' | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil | |
ac_cv_prog_ac_ct_NMEDIT=nmedit | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_ac_ct_STRIP=strip | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_clang_c_o=yes | |
ac_cv_prog_cc_g=yes | |
ac_cv_target=x86_64-apple-darwin14.0.0 | |
lt_cv_apple_cc_single_mod=yes | |
lt_cv_deplibs_check_method=pass_all | |
lt_cv_file_magic_cmd='$MAGIC_CMD' | |
lt_cv_file_magic_test_file= | |
lt_cv_ld_exported_symbols_list=yes | |
lt_cv_ld_reload_flag=-r | |
lt_cv_objdir=.libs | |
lt_cv_path_LD=/Library/Developer/CommandLineTools/usr/bin/ld | |
lt_cv_path_LDCXX= | |
lt_cv_path_NM=/usr/bin/nm | |
lt_cv_path_SED=/usr/local/Library/ENV/4.3/sed | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_c_o_CXX=yes | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_rtti_exceptions=yes | |
lt_cv_prog_compiler_static_works=no | |
lt_cv_prog_compiler_static_works_CXX=yes | |
lt_cv_prog_gnu_ld=no | |
lt_cv_prog_gnu_ldcxx= | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' | |
lt_cv_sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' | |
lt_cv_sys_lib_search_path_spec='/Library/Developer/CommandLineTools/usr/lib/clang/6.0 /usr/local/lib' | |
lt_cv_sys_max_cmd_len=196608 | |
lt_lt_cv_prog_compiler_c_o='"yes"' | |
lt_lt_cv_prog_compiler_c_o_CXX='"yes"' | |
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([BCDEGRST][BCDEGRST]*\\)[ ][ ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 _\\2 \\2/p'\''"' | |
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' | |
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' | |
php_cv_cc_dashr=no | |
php_cv_cc_rpath=yes | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
AR='ar' | |
AWK='awk' | |
CC='clang' | |
CFLAGS='-g -O2' | |
CONFIGURE_COMMAND=' '\''./configure'\'' '\''--prefix=/usr/local/Cellar/php56-redis/2.2.6'\'' '\''--with-php-config=/usr/local/opt/php56/bin/php-config'\'' '\''--enable-redis-igbinary'\'' '\''CC=clang'\''' | |
CONFIGURE_OPTIONS=' '\''--prefix=/usr/local/Cellar/php56-redis/2.2.6'\'' '\''--with-php-config=/usr/local/opt/php56/bin/php-config'\'' '\''--enable-redis-igbinary'\'' '\''CC=clang'\''' | |
CPP='clang -E' | |
CPPFLAGS=' -DHAVE_CONFIG_H' | |
DEFS='-DHAVE_CONFIG_H' | |
DSYMUTIL='dsymutil' | |
ECHO='/bin/echo' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EXEEXT='' | |
GREP='/usr/bin/grep' | |
LDFLAGS='' | |
LIBOBJS='' | |
LIBS='' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LN_S='ln -s' | |
LTLIBOBJS='' | |
NMEDIT='nmedit' | |
OBJEXT='o' | |
PACKAGE_BUGREPORT='' | |
PACKAGE_NAME='' | |
PACKAGE_STRING='' | |
PACKAGE_TARNAME='' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='' | |
PATH_SEPARATOR=':' | |
RANLIB='ranlib' | |
RE2C='exit 0;' | |
SED='/usr/local/Library/ENV/4.3/sed' | |
SHELL='/bin/sh' | |
SHLIB_DL_SUFFIX_NAME='so' | |
SHLIB_SUFFIX_NAME='dylib' | |
STRIP='strip' | |
ac_ct_CC='' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin14.0.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin14.0.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE}' | |
dvidir='${docdir}' | |
exec_prefix='$(prefix)' | |
host='x86_64-apple-darwin14.0.0' | |
host_alias='x86_64-apple-darwin14.0.0' | |
host_cpu='x86_64' | |
host_os='darwin14.0.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/local/Cellar/php56/5.6.5' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target='x86_64-apple-darwin14.0.0' | |
target_alias='' | |
target_cpu='x86_64' | |
target_os='darwin14.0.0' | |
target_vendor='apple' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "" | |
#define PACKAGE_TARNAME "" | |
#define PACKAGE_VERSION "" | |
#define PACKAGE_STRING "" | |
#define PACKAGE_BUGREPORT "" | |
#define PACKAGE_URL "" | |
#define PHP_SESSION 1 | |
#define HAVE_REDIS_IGBINARY 1 | |
#define COMPILE_DL_REDIS 1 | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_DLFCN_H 1 | |
configure: exit 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew | |
HEAD: 9b9c6e954776ff2fe079841a643d577843d85100 | |
Last commit: 76 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit ivybridge | |
OS X: 10.10.1-x86_64 | |
Xcode: N/A | |
CLT: 6.1.1.0.1.1416017670 | |
Clang: 6.0 build 600 | |
X11: N/A | |
System Ruby: 2.0.0-p481 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/bin/ruby | |
Java: 1.8.0_25 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Your system is ready to brew. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment