Skip to content

Instantly share code, notes, and snippets.

@Partyschaum
Created October 31, 2016 15:44
Show Gist options
  • Save Partyschaum/83bdb6c18f71b7a029cda71c869b44a6 to your computer and use it in GitHub Desktop.
Save Partyschaum/83bdb6c18f71b7a029cda71c869b44a6 to your computer and use it in GitHub Desktop.
phpbrew --debug ext install mongodb
Warning: Some extension won't be able to be built with php7. If the extension
supports php7 in another branch or new major version, you will need to specify
the branch name or version name explicitly.
For example, to install memcached extension for php7, use:
phpbrew ext install github:php-memcached-dev/php-memcached php7 -- --disable-memcached-sasl
Downloading https://pecl.php.net/rest/r/mongodb/stable.txt via curl extension
[==================================================================] 5.00/5.00B 100%
https://pecl.php.net/rest/r/mongodb/stable.txt => /private/var/folders/51/bdfr_yvj6rxfyjq1yvp6tg880000gn/T/phpbrew_fT5WYH
Downloading https://pecl.php.net/rest/r/mongodb/1.1.9.xml via curl extension
[==================================================================] 928.00/928.00B 100%
https://pecl.php.net/rest/r/mongodb/1.1.9.xml => /private/var/folders/51/bdfr_yvj6rxfyjq1yvp6tg880000gn/T/phpbrew_zIIbzn
Downloading https://pecl.php.net/rest/r/mongodb/stable.txt via curl extension
[==================================================================] 5.00/5.00B 100%
https://pecl.php.net/rest/r/mongodb/stable.txt => /private/var/folders/51/bdfr_yvj6rxfyjq1yvp6tg880000gn/T/phpbrew_oi0Bmi
Downloading https://pecl.php.net/rest/r/mongodb/1.1.9.xml via curl extension
[==================================================================] 928.00/928.00B 100%
https://pecl.php.net/rest/r/mongodb/1.1.9.xml => /private/var/folders/51/bdfr_yvj6rxfyjq1yvp6tg880000gn/T/phpbrew_voP10M
Downloading http://pecl.php.net/get/mongodb-1.1.9.tgz via curl extension
[==================================================================] 787.63/787.63KB 100%
http://pecl.php.net/get/mongodb-1.1.9.tgz => /Users/hauke/.phpbrew/distfiles/mongodb-1.1.9.tgz
===> Extracting to /Users/hauke/.phpbrew/build/php-7.0.12/ext...
tar -C /Users/hauke/.phpbrew/build/php-7.0.12/ext -xzf /Users/hauke/.phpbrew/distfiles/mongodb-1.1.9.tgz
rm -rf /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb
mv /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb-1.1.9 /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb
mv /Users/hauke/.phpbrew/build/php-7.0.12/ext/package.xml /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/package.xml
===> Installing mongodb extension...
Extension path /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb
Log stored at: /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/build.log
Changing directory to /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb
===> Phpize...
Running Command:phpize > /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/build.log 2>&1
===> Configuring...
Appending argument: --with-php-config=/Users/hauke/.phpbrew/php/php-7.0.12/bin/php-config
Running Command:./configure --with-php-config=/Users/hauke/.phpbrew/php/php-7.0.12/bin/php-config
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/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-apple-darwin15.6.0
checking host system type... x86_64-apple-darwin15.6.0
checking target system type... x86_64-apple-darwin15.6.0
checking for PHP prefix... /Users/hauke/.phpbrew/php/php-7.0.12
checking for PHP includes... -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib
checking for PHP extension directory... /Users/hauke/.phpbrew/php/php-7.0.12/lib/php/extensions/no-debug-non-zts-20151012
checking for PHP installed headers prefix... /Users/hauke/.phpbrew/php/php-7.0.12/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... re2c
checking for re2c version... 0.15.3 (ok)
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking if awk is broken... no
checking whether to enable mongodb support... yes, shared
checking OpenSSL dir for mongodb... yes
checking PHP version... 70012
checking whether to enable developer build flags... no
checking whether to enable code coverage... no
checking whether to use system libbson... no
checking configuring libmongoc... ...
checking whether to use system libmongoc... no
checking for pkg-config... /usr/local/bin/pkg-config
checking for pcre-dir install prefix... yes, shared
checking for pcre... found in /usr/local
checking for Cyrus SASL support... auto
checking for SASL... found in /usr
checking for sasl_version in -lsasl2... yes
checking for sasl_client_done in -lsasl2... yes
checking if weak symbols are supported... yes
checking if compiler needs -Werror to reject unknown flags... yes
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for PTHREAD_PRIO_INHERIT... yes
checking for shm_open... yes
checking for __sync_add_and_fetch_4... yes
checking for __sync_add_and_fetch_8... yes
checking for strnlen... yes
checking for snprintf... yes
checking for _set_output_format... no
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 for struct timespec... yes
checking for library containing clock_gettime... no
checking for pthread_join in LIBS= with CFLAGS=-D_THREAD_SAFE -pthread... yes
checking if compiler needs -Werror to reject unknown flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for PTHREAD_PRIO_INHERIT... (cached) yes
checking whether PTHREAD_ONCE_INIT needs braces... no
checking for stdint-types....... "(putting them into ./src/libbson/src/bson/bson-stdint.h)"
checking for uintptr_t... yes
checking for uint64_t... yes
... seen our uintptr_t in stdint.h (uint64_t too)
creating ./src/libbson/src/bson/bson-stdint.h : ___SRC_LIBBSON_SRC_BSON_BSON_STDINT_H
checking for int_least32_t... yes
checking for int_fast32_t... yes
..adding include stdint.h
... seen good stdint.h inttypes
... seen good uint64_t
... DONE ./src/libbson/src/bson/bson-stdint.h
checking whether byte ordering is bigendian... no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for clock_gettime... no
checking for clock_gettime in -lrt... no
checking for strnlen... (cached) yes
checking for snprintf... (cached) yes
configure: Current version (from VERSION_CURRENT file): 1.3.6
configure: creating ./config.status
config.status: creating ./src/libmongoc/src/mongoc/mongoc-config.h
configure: creating ./config.status
config.status: creating ./src/libmongoc/src/mongoc/mongoc-config.h
config.status: creating ./src/libmongoc/src/mongoc/mongoc-version.h
configure: Current version (from VERSION_CURRENT file): 1.3.6
configure: creating ./config.status
config.status: creating ./src/libmongoc/src/mongoc/mongoc-config.h
config.status: creating ./src/libmongoc/src/mongoc/mongoc-version.h
config.status: creating ./src/libbson/src/bson/bson-config.h
configure: creating ./config.status
config.status: creating ./src/libmongoc/src/mongoc/mongoc-config.h
config.status: creating ./src/libmongoc/src/mongoc/mongoc-version.h
config.status: creating ./src/libbson/src/bson/bson-config.h
config.status: creating ./src/libbson/src/bson/bson-version.h
checking for ld used by cc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/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 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 -B output from cc 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 cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fno-common
checking if cc PIC flag -fno-common works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin15.6.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
configure: creating ./config.status
mongodb was configured with the following options:
Build configuration:
CFLAGS : -g -O2
Extra CFLAGS : -D_THREAD_SAFE -pthread
Developers flags (slow) :
Code Coverage flags (extra slow) :
System mongoc : no
System libbson : no
LDFLAGS :
EXTRA_LDFLAGS :
MONGODB_SHARED_LIBADD : -lsasl2 -lssl -lcrypto -lz
Please submit bugreports at:
https://jira.mongodb.org/browse/PHPC
config.status: creating ./src/libmongoc/src/mongoc/mongoc-config.h
config.status: creating ./src/libmongoc/src/mongoc/mongoc-version.h
config.status: creating ./src/libbson/src/bson/bson-config.h
config.status: creating ./src/libbson/src/bson/bson-version.h
config.status: creating config.h
===> Building...
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/bson.c -o src/bson.lo
mkdir src/.libs
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/bson.c -fno-common -DPIC -o src/.libs/bson.o
/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/bson.c:1638:79: warning: address of array 'error.message' will always evaluate to 'true'
[-Wpointer-bool-conversion]
phongo_throw_exception(PHONGO_ERROR_UNEXPECTED_VALUE TSRMLS_CC, "%s", error.message ? error.message : "Error parsing JSON");
~~~~~~^~~~~~~ ~
1 warning generated.
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/Type.c -o src/BSON/Type.lo
mkdir src/BSON/.libs
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/Type.c -fno-common -DPIC -o src/BSON/.libs/Type.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/Unserializable.c -o src/BSON/Unserializable.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/Unserializable.c -fno-common -DPIC -o src/BSON/.libs/Unserializable.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/Serializable.c -o src/BSON/Serializable.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/Serializable.c -fno-common -DPIC -o src/BSON/.libs/Serializable.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/Persistable.c -o src/BSON/Persistable.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/Persistable.c -fno-common -DPIC -o src/BSON/.libs/Persistable.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/Binary.c -o src/BSON/Binary.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/Binary.c -fno-common -DPIC -o src/BSON/.libs/Binary.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/Javascript.c -o src/BSON/Javascript.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/Javascript.c -fno-common -DPIC -o src/BSON/.libs/Javascript.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/MaxKey.c -o src/BSON/MaxKey.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/MaxKey.c -fno-common -DPIC -o src/BSON/.libs/MaxKey.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/MinKey.c -o src/BSON/MinKey.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/MinKey.c -fno-common -DPIC -o src/BSON/.libs/MinKey.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ObjectID.c -o src/BSON/ObjectID.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ObjectID.c -fno-common -DPIC -o src/BSON/.libs/ObjectID.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/Regex.c -o src/BSON/Regex.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/Regex.c -fno-common -DPIC -o src/BSON/.libs/Regex.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/Timestamp.c -o src/BSON/Timestamp.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/Timestamp.c -fno-common -DPIC -o src/BSON/.libs/Timestamp.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/UTCDateTime.c -o src/BSON/UTCDateTime.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/UTCDateTime.c -fno-common -DPIC -o src/BSON/.libs/UTCDateTime.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Command.c -o src/MongoDB/Command.lo
mkdir src/MongoDB/.libs
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Command.c -fno-common -DPIC -o src/MongoDB/.libs/Command.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Cursor.c -o src/MongoDB/Cursor.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Cursor.c -fno-common -DPIC -o src/MongoDB/.libs/Cursor.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/CursorId.c -o src/MongoDB/CursorId.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/CursorId.c -fno-common -DPIC -o src/MongoDB/.libs/CursorId.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Manager.c -o src/MongoDB/Manager.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Manager.c -fno-common -DPIC -o src/MongoDB/.libs/Manager.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Query.c -o src/MongoDB/Query.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Query.c -fno-common -DPIC -o src/MongoDB/.libs/Query.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ReadConcern.c -o src/MongoDB/ReadConcern.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ReadConcern.c -fno-common -DPIC -o src/MongoDB/.libs/ReadConcern.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ReadPreference.c -o src/MongoDB/ReadPreference.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ReadPreference.c -fno-common -DPIC -o src/MongoDB/.libs/ReadPreference.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Server.c -o src/MongoDB/Server.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Server.c -fno-common -DPIC -o src/MongoDB/.libs/Server.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/BulkWrite.c -o src/MongoDB/BulkWrite.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/BulkWrite.c -fno-common -DPIC -o src/MongoDB/.libs/BulkWrite.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/WriteConcern.c -o src/MongoDB/WriteConcern.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/WriteConcern.c -fno-common -DPIC -o src/MongoDB/.libs/WriteConcern.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/WriteConcernError.c -o src/MongoDB/WriteConcernError.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/WriteConcernError.c -fno-common -DPIC -o src/MongoDB/.libs/WriteConcernError.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/WriteError.c -o src/MongoDB/WriteError.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/WriteError.c -fno-common -DPIC -o src/MongoDB/.libs/WriteError.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/WriteResult.c -o src/MongoDB/WriteResult.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/WriteResult.c -fno-common -DPIC -o src/MongoDB/.libs/WriteResult.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/Exception.c -o src/MongoDB/Exception/Exception.lo
mkdir src/MongoDB/Exception/.libs
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/Exception.c -fno-common -DPIC -o src/MongoDB/Exception/.libs/Exception.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/LogicException.c -o src/MongoDB/Exception/LogicException.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/LogicException.c -fno-common -DPIC -o src/MongoDB/Exception/.libs/LogicException.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/RuntimeException.c -o src/MongoDB/Exception/RuntimeException.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/RuntimeException.c -fno-common -DPIC -o src/MongoDB/Exception/.libs/RuntimeException.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/UnexpectedValueException.c -o src/MongoDB/Exception/UnexpectedValueException.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/UnexpectedValueException.c -fno-common -DPIC -o src/MongoDB/Exception/.libs/UnexpectedValueException.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/InvalidArgumentException.c -o src/MongoDB/Exception/InvalidArgumentException.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/InvalidArgumentException.c -fno-common -DPIC -o src/MongoDB/Exception/.libs/InvalidArgumentException.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ConnectionException.c -o src/MongoDB/Exception/ConnectionException.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ConnectionException.c -fno-common -DPIC -o src/MongoDB/Exception/.libs/ConnectionException.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/AuthenticationException.c -o src/MongoDB/Exception/AuthenticationException.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/AuthenticationException.c -fno-common -DPIC -o src/MongoDB/Exception/.libs/AuthenticationException.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/SSLConnectionException.c -o src/MongoDB/Exception/SSLConnectionException.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/SSLConnectionException.c -fno-common -DPIC -o src/MongoDB/Exception/.libs/SSLConnectionException.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ExecutionTimeoutException.c -o src/MongoDB/Exception/ExecutionTimeoutException.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ExecutionTimeoutException.c -fno-common -DPIC -o src/MongoDB/Exception/.libs/ExecutionTimeoutException.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ConnectionTimeoutException.c -o src/MongoDB/Exception/ConnectionTimeoutException.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ConnectionTimeoutException.c -fno-common -DPIC -o src/MongoDB/Exception/.libs/ConnectionTimeoutException.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/WriteException.c -o src/MongoDB/Exception/WriteException.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/WriteException.c -fno-common -DPIC -o src/MongoDB/Exception/.libs/WriteException.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/BulkWriteException.c -o src/MongoDB/Exception/BulkWriteException.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/BulkWriteException.c -fno-common -DPIC -o src/MongoDB/Exception/.libs/BulkWriteException.o
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/php-ssl.c -o src/contrib/php-ssl.lo
mkdir src/contrib/.libs
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/php-ssl.c -fno-common -DPIC -o src/contrib/.libs/php-ssl.o
In file included from /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/php-ssl.c:31:
/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/php-ssl.h:33:10: fatal error: 'openssl/evp.h' file not found
#include <openssl/evp.h>
^
1 error generated.
make: *** [src/contrib/php-ssl.lo] Error 1
===> Installing...
/bin/sh /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/libtool --mode=compile cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/php-ssl.c -o src/contrib/php-ssl.lo
cc -I. -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -DPHP_ATOM_INC -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/include -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/main -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/main -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/TSRM -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/Zend -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext -I/Users/hauke/.phpbrew/php/php-7.0.12/include/php/ext/date/lib -I/usr/local/include -I/usr -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/BSON/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/MongoDB/Exception/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libmongoc/src/mongoc/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/yajl/ -I/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/libbson/src/bson/ -DBSON_COMPILATION -DMONGOC_COMPILATION -DMONGOC_TRACE -DHAVE_CONFIG_H -g -O2 -D_THREAD_SAFE -pthread -c /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/php-ssl.c -fno-common -DPIC -o src/contrib/.libs/php-ssl.o
In file included from /Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/php-ssl.c:31:
/Users/hauke/.phpbrew/build/php-7.0.12/ext/mongodb/src/contrib/php-ssl.h:33:10: fatal error: 'openssl/evp.h' file not found
#include <openssl/evp.h>
^
1 error generated.
make: *** [src/contrib/php-ssl.lo] Error 1
Installed extension library: /Users/hauke/.phpbrew/php/php-7.0.12/lib/php/extensions/no-debug-non-zts-20151012/mongodb.so
===> Extension is installed.
===> Creating config file /Users/hauke/.phpbrew/php/php-7.0.12/var/db/mongodb.ini.disabled
/Users/hauke/.phpbrew/php/php-7.0.12/var/db/mongodb.ini.disabled is created.
===> Enabling extension mongodb
[*] mongodb extension is enabled.
Done.
@Partyschaum
Copy link
Author

$> phpbrew list -v
PHP Warning:  PHP Startup: Unable to load dynamic library '/Users/hauke/.phpbrew/php/php-7.0.12/lib/php/extensions/no-debug-non-zts-20151012/mongodb.so' - dlopen(/Users/hauke/.phpbrew/php/php-7.0.12/lib/php/extensions/no-debug-non-zts-20151012/mongodb.so, 9): image not found in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library '/Users/hauke/.phpbrew/php/php-7.0.12/lib/php/extensions/no-debug-non-zts-20151012/mongodb.so' - dlopen(/Users/hauke/.phpbrew/php/php-7.0.12/lib/php/extensions/no-debug-non-zts-20151012/mongodb.so, 9): image not found in Unknown on line 0
* php-7.0.12
    Variants:  +openssl=/usr/local/opt/openssl  +xml +opcache +sqlite +mysql +pgsql +pdo \
              +bcmath +bz2 +calendar +cli +ctype +dom +fileinfo +filter +ipc +json \
              +mbregex +mbstring +mhash +mcrypt +pcntl +pcre +phar +posix +readline \
              +sockets +tokenizer +curl +zip

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