Skip to content

Instantly share code, notes, and snippets.

@dunn
Created May 6, 2015 03:50
Show Gist options
  • Save dunn/f6ed7ac29a23aa06ba65 to your computer and use it in GitHub Desktop.
Save dunn/f6ed7ac29a23aa06ba65 to your computer and use it in GitHub Desktop.
2015-05-05 20:48:48 -0700
./bootstrap
glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'.
glibtoolize: copying file 'config/ltmain.sh'
glibtoolize: putting macros in 'config'.
glibtoolize: copying file 'config/libtool.m4'
glibtoolize: copying file 'config/ltoptions.m4'
glibtoolize: copying file 'config/ltsugar.m4'
glibtoolize: copying file 'config/ltversion.m4'
glibtoolize: copying file 'config/lt~obsolete.m4'
glibtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([config])' to configure.ac,
glibtoolize: and rerunning glibtoolize and aclocal.
configure.ac:13: installing 'config/compile'
configure.ac:186: installing 'config/config.guess'
configure.ac:186: installing 'config/config.sub'
configure.ac:5: installing 'config/install-sh'
configure.ac:5: installing 'config/missing'
Makefile.am: installing 'config/depcomp'
2015-05-05 20:48:54 -0700
./configure
--prefix=/usr/local/Cellar/psqlodbc/HEAD
--with-unixodbc=/usr/local/opt/unixodbc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of clang... gcc3
checking -Wall is a valid compile option... yes
configure: using /usr/local/Cellar/unixodbc/2.3.2_1/include /usr/local/Cellar/unixodbc/2.3.2_1/lib
checking for pg_config... /usr/local/opt/postgresql/bin/pg_config
checking for prove... prove
checking build system type... x86_64-apple-darwin14.3.0
checking host system type... x86_64-apple-darwin14.3.0
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/bin/gsed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /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 BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking how to convert x86_64-apple-darwin14.3.0 file names to x86_64-apple-darwin14.3.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin14.3.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from clang object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... clang -E
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 dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin14.3.0 dyld
checking how to hardcode library paths into programs... immediate
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
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
checking for library containing SQLGetPrivateProfileString... -lodbcinst
checking for pthread_create in -lpthreads... no
checking for pthread_create in -lpthread... yes
checking for PQsetSingleRowMode in -lpq... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking libpq-fe.h usability... yes
checking libpq-fe.h presence... yes
checking for libpq-fe.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking size of long... 8
checking size of void *... 8
checking for long long... yes
checking for signed char... yes
checking for ssize_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for an ANSI C-conforming const... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for strtoul... yes
checking for strtoll... yes
checking for strlcat... yes
checking for localtime_r... yes
checking for strtok_r... yes
checking for pthread_mutexattr_settype... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating test/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
clang called with: --version
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -v
superenv executed: clang -v
clang called with: -V
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -qversion
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c conftest.c -o conftest2.o
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c conftest.c -o conftest2.o
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -MT sub/conftest.o -MD -MP -MF sub/conftest.TPo -c -o sub/conftest.o sub/conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -MT sub/conftest.o -MD -MP -MF sub/conftest.TPo -c -o sub/conftest.o sub/conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -print-prog-name=ld
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c conftstm.o
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c conftstm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -g -O2 -Wall -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -g -O2 -Wall -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib -Wl,-exported_symbols_list,conftest.sym conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib -Wl,-exported_symbols_list,conftest.sym conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -g -O2 -Wall -c -o conftest.o conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -g -O2 -Wall -c -o conftest.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -g -O2 -Wall -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib -o conftest conftest.c -Wl,-force_load,./libconftest.a
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -g -O2 -Wall -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib -o conftest conftest.c -Wl,-force_load,./libconftest.a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -E -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -E -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -E -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -E -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -E -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -E -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -E -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -E -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -E -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -E -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -E -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -E -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -fno-rtti -fno-exceptions conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -fno-rtti -fno-exceptions conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -fno-common -DPIC -DPIC conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -fno-common -DPIC -DPIC conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib -static conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib -static conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -o out/conftest2.o conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -o out/conftest2.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -print-search-dirs
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -print-search-dirs -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -g -O2 -Wall -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib -print-multi-os-directory
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -g -O2 -Wall -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib -print-multi-os-directory -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -ldl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -DHAVE_DLFCN_H -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -DHAVE_DLFCN_H -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -ldl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -DHAVE_DLFCN_H -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -DHAVE_DLFCN_H -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -ldl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lodbcinst
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lodbcinst -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpthreads -lodbcinst
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpthreads -lodbcinst -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpthread -lodbcinst
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpthread -lodbcinst -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -E -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -E -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -E -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -E -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -E -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -E -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
2015-05-05 20:49:03 -0700
make
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -g -O2 -Wall -MT info.lo -MD -MP -MF .deps/info.Tpo -c -o info.lo info.c
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -g -O2 -Wall -MT bind.lo -MD -MP -MF .deps/bind.Tpo -c -o bind.lo bind.c
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -g -O2 -Wall -MT columninfo.lo -MD -MP -MF .deps/columninfo.Tpo -c -o columninfo.lo columninfo.c
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -g -O2 -Wall -MT connection.lo -MD -MP -MF .deps/connection.Tpo -c -o connection.lo connection.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -g -O2 -Wall -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.c -fno-common -DPIC -o .libs/info.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -g -O2 -Wall -MT bind.lo -MD -MP -MF .deps/bind.Tpo -c bind.c -fno-common -DPIC -o .libs/bind.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -g -O2 -Wall -MT columninfo.lo -MD -MP -MF .deps/columninfo.Tpo -c columninfo.c -fno-common -DPIC -o .libs/columninfo.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -g -O2 -Wall -MT connection.lo -MD -MP -MF .deps/connection.Tpo -c connection.c -fno-common -DPIC -o .libs/connection.o
In file included from bind.c:20:
./misc.h:23:9: error: expected parameter declarator
size_t strlcat(char *, const char *, size_t);
^
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat'
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest))
^
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz'
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0)
^
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL'
# define _USE_FORTIFY_LEVEL 2
^
In file included from bind.c:20:
./misc.h:23:9: error: expected ')'
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat'
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest))
^
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz'
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0)
^
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL'
# define _USE_FORTIFY_LEVEL 2
^
./misc.h:23:9: note: to match this '('
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat'
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest))
^
/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz'
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0)
^
In file included from bind.c:20:
./misc.h:23:9: error: conflicting types for '__builtin___strlcat_chk'
size_t strlcat(char *, const char *, size_t);
^
/usr/include/secure/_string.h:111:3: note: expanded from macro 'strlcat'
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest))
^
./misc.h:23:9: note: '__builtin___strlcat_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)'
/usr/include/secure/_string.h:111:3: note: expanded from macro 'strlcat'
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest))
^
In file included from connection.c:25:
./misc.h:23:9: error: expected parameter declarator
size_t strlcat(char *, const char *, size_t);
^
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat'
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest))
^
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz'
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0)
^
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL'
# define _USE_FORTIFY_LEVEL 2
^
In file included from connection.c:25:
./misc.h:23:9: error: expected ')'
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat'
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest))
^
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz'
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0)
^
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL'
# define _USE_FORTIFY_LEVEL 2
^
./misc.h:23:9: note: to match this '('
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat'
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest))
^
/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz'
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0)
^
In file included from connection.c:25:
./misc.h:23:9: error: conflicting types for '__builtin___strlcat_chk'
size_t strlcat(char *, const char *, size_t);
^
/usr/include/secure/_string.h:111:3: note: expanded from macro 'strlcat'
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest))
^
./misc.h:23:9: note: '__builtin___strlcat_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)'
/usr/include/secure/_string.h:111:3: note: expanded from macro 'strlcat'
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest))
^
In file included from info.c:37:
./misc.h:23:9: error: expected parameter declarator
size_t strlcat(char *, const char *, size_t);
^
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat'
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest))
^
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz'
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0)
^
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL'
# define _USE_FORTIFY_LEVEL 2
^
In file included from info.c:37:
./misc.h:23:9: error: expected ')'
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat'
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest))
^
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz'
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0)
^
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL'
# define _USE_FORTIFY_LEVEL 2
^
./misc.h:23:9: note: to match this '('
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat'
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest))
^
/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz'
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0)
^
In file included from info.c:37:
./misc.h:23:9: error: conflicting types for '__builtin___strlcat_chk'
size_t strlcat(char *, const char *, size_t);
^
/usr/include/secure/_string.h:111:3: note: expanded from macro 'strlcat'
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest))
^
./misc.h:23:9: note: '__builtin___strlcat_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)'
/usr/include/secure/_string.h:111:3: note: expanded from macro 'strlcat'
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest))
^
3 errors generated.
make[1]: *** [bind.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
3 errors generated.
mv -f .deps/columninfo.Tpo .deps/columninfo.Plo
make[1]: *** [connection.lo] Error 1
3 errors generated.
make[1]: *** [info.lo] Error 1
make: *** [all] Error 2
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: 5e40a3e80ab128665ae85a0aa92a0180829dbfb6
Last commit: 60 seconds ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit haswell
OS X: 10.10.3-x86_64
Xcode: 6.3.1
CLT: 6.3.1.0.1.1429149539
GCC-4.2: build 0
Clang: 6.1 build 602
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby
Java: 1.8.0_20
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local/opt/openssl:/usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/postgresql/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/usr/local/opt/libtool/bin:/usr/local/opt/openssl/bin:/usr/local/opt/unixodbc/bin:/usr/local/opt/git/bin:/usr/local/opt/postgresql/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
clang called with: -DHAVE_CONFIG_H -I. -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -g -O2 -Wall -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.c -fno-common -DPIC -o .libs/info.o
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.c -fno-common -DPIC -o .libs/info.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -DHAVE_CONFIG_H -I. -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -g -O2 -Wall -MT bind.lo -MD -MP -MF .deps/bind.Tpo -c bind.c -fno-common -DPIC -o .libs/bind.o
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -MT bind.lo -MD -MP -MF .deps/bind.Tpo -c bind.c -fno-common -DPIC -o .libs/bind.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -DHAVE_CONFIG_H -I. -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -g -O2 -Wall -MT columninfo.lo -MD -MP -MF .deps/columninfo.Tpo -c columninfo.c -fno-common -DPIC -o .libs/columninfo.o
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -MT columninfo.lo -MD -MP -MF .deps/columninfo.Tpo -c columninfo.c -fno-common -DPIC -o .libs/columninfo.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
clang called with: -DHAVE_CONFIG_H -I. -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -g -O2 -Wall -MT connection.lo -MD -MP -MF .deps/connection.Tpo -c connection.c -fno-common -DPIC -o .libs/connection.o
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -MT connection.lo -MD -MP -MF .deps/connection.Tpo -c connection.c -fno-common -DPIC -o .libs/connection.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by psqlodbc configure 09.03.0400, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/psqlodbc/HEAD --with-unixodbc=/usr/local/opt/unixodbc
## --------- ##
## Platform. ##
## --------- ##
hostname = Hell
uname -m = x86_64
uname -r = 14.3.0
uname -s = Darwin
uname -v = Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3
Primary memory available: 16.00 gigabytes
Default processor set: 324 tasks, 1460 threads, 4 processors
Load average: 1.75, Mach factor: 2.24
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/local/opt/automake/bin
PATH: /usr/local/opt/autoconf/bin
PATH: /usr/local/opt/libtool/bin
PATH: /usr/local/opt/openssl/bin
PATH: /usr/local/opt/unixodbc/bin
PATH: /usr/local/opt/git/bin
PATH: /usr/local/opt/postgresql/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2570: checking for a BSD-compatible install
configure:2638: result: /usr/bin/install -c
configure:2649: checking whether build environment is sane
configure:2704: result: yes
configure:2855: checking for a thread-safe mkdir -p
configure:2894: result: /usr/local/bin/gmkdir -p
configure:2901: checking for gawk
configure:2917: found /usr/local/bin/gawk
configure:2928: result: gawk
configure:2939: checking whether make sets $(MAKE)
configure:2961: result: yes
configure:2990: checking whether make supports nested variables
configure:3007: result: yes
configure:3137: checking whether to enable maintainer-specific portions of Makefiles
configure:3146: result: no
configure:3211: checking for gcc
configure:3238: result: clang
configure:3467: checking for C compiler version
configure:3476: clang --version >&5
Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.3.0
Thread model: posix
configure:3487: $? = 0
configure:3476: clang -v >&5
Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.3.0
Thread model: posix
configure:3487: $? = 0
configure:3476: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:3487: $? = 1
configure:3476: clang -qversion >&5
clang: error: unknown argument: '-qversion'
configure:3487: $? = 1
configure:3507: checking whether the C compiler works
configure:3529: clang conftest.c >&5
configure:3533: $? = 0
configure:3581: result: yes
configure:3584: checking for C compiler default output file name
configure:3586: result: a.out
configure:3592: checking for suffix of executables
configure:3599: clang -o conftest conftest.c >&5
configure:3603: $? = 0
configure:3625: result:
configure:3647: checking whether we are cross compiling
configure:3655: clang -o conftest conftest.c >&5
configure:3659: $? = 0
configure:3666: ./conftest
configure:3670: $? = 0
configure:3685: result: no
configure:3690: checking for suffix of object files
configure:3712: clang -c conftest.c >&5
configure:3716: $? = 0
configure:3737: result: o
configure:3741: checking whether we are using the GNU C compiler
configure:3760: clang -c conftest.c >&5
configure:3760: $? = 0
configure:3769: result: yes
configure:3778: checking whether clang accepts -g
configure:3798: clang -c -g conftest.c >&5
configure:3798: $? = 0
configure:3839: result: yes
configure:3856: checking for clang option to accept ISO C89
configure:3919: clang -c -g -O2 conftest.c >&5
configure:3919: $? = 0
configure:3932: result: none needed
configure:3957: checking whether clang understands -c and -o together
configure:3979: clang -c conftest.c -o conftest2.o
configure:3982: $? = 0
configure:3979: clang -c conftest.c -o conftest2.o
configure:3982: $? = 0
configure:3994: result: yes
configure:4022: checking for style of include used by make
configure:4050: result: GNU
configure:4076: checking dependency style of clang
configure:4187: result: gcc3
configure:4214: checking -Wall is a valid compile option
configure:4230: clang -c -g -O2 -Wall conftest.c >&5
configure:4230: $? = 0
configure:4231: result: yes
configure:4410: using /usr/local/Cellar/unixodbc/2.3.2_1/include /usr/local/Cellar/unixodbc/2.3.2_1/lib
configure:4433: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include conftest.c >&5
conftest.c:12:17: warning: extra tokens at end of #include directive [-Wextra-tokens]
#include <sql.h>>
^
//
1 warning generated.
configure:4433: $? = 0
configure:4562: checking for pg_config
configure:4580: found /usr/local/opt/postgresql/bin/pg_config
configure:4592: result: /usr/local/opt/postgresql/bin/pg_config
configure:4621: checking for prove
configure:4637: found /usr/bin/prove
configure:4648: result: prove
configure:4666: checking build system type
configure:4680: result: x86_64-apple-darwin14.3.0
configure:4700: checking host system type
configure:4713: result: x86_64-apple-darwin14.3.0
configure:5117: checking how to print strings
configure:5144: result: printf
configure:5165: checking for a sed that does not truncate output
configure:5229: result: /usr/local/bin/gsed
configure:5247: checking for grep that handles long lines and -e
configure:5305: result: /usr/bin/grep
configure:5310: checking for egrep
configure:5372: result: /usr/bin/grep -E
configure:5377: checking for fgrep
configure:5439: result: /usr/bin/grep -F
configure:5474: checking for ld used by clang
configure:5541: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:5548: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:5563: result: no
configure:5575: checking for BSD- or MS-compatible name lister (nm)
configure:5629: result: /usr/bin/nm
configure:5759: checking the name lister (/usr/bin/nm) interface
configure:5766: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
configure:5769: /usr/bin/nm "conftest.o"
configure:5772: output
00000000000001f0 S _some_variable
configure:5779: result: BSD nm
configure:5782: checking whether ln -s works
configure:5786: result: yes
configure:5794: checking the maximum length of command line arguments
configure:5925: result: 196608
configure:5973: checking how to convert x86_64-apple-darwin14.3.0 file names to x86_64-apple-darwin14.3.0 format
configure:6013: result: func_convert_file_noop
configure:6020: checking how to convert x86_64-apple-darwin14.3.0 file names to toolchain format
configure:6040: result: func_convert_file_noop
configure:6047: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
configure:6054: result: -r
configure:6128: checking for objdump
configure:6155: result: objdump
configure:6184: checking how to recognize dependent libraries
configure:6384: result: pass_all
configure:6469: checking for dlltool
configure:6496: result: dlltool
configure:6526: checking how to associate runtime and link libraries
configure:6553: result: printf %s\n
configure:6613: checking for ar
configure:6629: found /usr/bin/ar
configure:6640: result: ar
configure:6677: checking for archiver @FILE support
configure:6694: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
configure:6694: $? = 0
configure:6697: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:6700: $? = 1
configure:6720: result: no
configure:6778: checking for strip
configure:6794: found /usr/bin/strip
configure:6805: result: strip
configure:6877: checking for ranlib
configure:6893: found /usr/bin/ranlib
configure:6904: result: ranlib
configure:7006: checking command to parse /usr/bin/nm output from clang object
configure:7159: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
configure:7162: $? = 0
configure:7166: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:7169: $? = 0
cannot find nm_test_var in conftest.nm
configure:7159: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
configure:7162: $? = 0
configure:7166: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:7169: $? = 0
configure:7235: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c conftstm.o >&5
configure:7238: $? = 0
configure:7276: result: ok
configure:7323: checking for sysroot
configure:7353: result: no
configure:7360: checking for a working dd
configure:7398: result: /bin/dd
configure:7402: checking how to truncate binary pipes
configure:7417: result: /bin/dd bs=4096 count=1
configure:7746: checking for mt
configure:7776: result: no
configure:7796: checking if : is a manifest tool
configure:7802: : '-?'
configure:7810: result: no
configure:7866: checking for dsymutil
configure:7882: found /usr/bin/dsymutil
configure:7893: result: dsymutil
configure:7958: checking for nmedit
configure:7974: found /usr/bin/nmedit
configure:7985: result: nmedit
configure:8050: checking for lipo
configure:8066: found /usr/bin/lipo
configure:8077: result: lipo
configure:8142: checking for otool
configure:8158: found /usr/bin/otool
configure:8169: result: otool
configure:8234: checking for otool64
configure:8264: result: no
configure:8309: checking for -single_module linker flag
clang -g -O2 -Wall -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:8342: result: yes
configure:8345: checking for -exported_symbols_list linker flag
configure:8365: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:8365: $? = 0
configure:8375: result: yes
configure:8378: checking for -force_load linker flag
clang -g -O2 -Wall -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
clang -g -O2 -Wall -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:8410: result: yes
configure:8487: checking how to run the C preprocessor
configure:8518: clang -E -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
configure:8518: $? = 0
configure:8532: clang -E -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
conftest.c:16:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:8532: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "psqlodbc"
| #define PACKAGE_TARNAME "psqlodbc"
| #define PACKAGE_VERSION "09.03.0400"
| #define PACKAGE_STRING "psqlodbc 09.03.0400"
| #define PACKAGE_BUGREPORT "pgsql-odbc@postgresql.org"
| #define PACKAGE_URL ""
| #define PACKAGE "psqlodbc"
| #define VERSION "09.03.0400"
| #define WITH_UNIXODBC 1
| #define SQLCOLATTRIBUTE_SQLLEN 1
| #define UNICODE_SUPPORT 1
| #define POSIX_MULTITHREAD_SUPPORT 1
| #define _REENTRANT 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8557: result: clang -E
configure:8577: clang -E -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
configure:8577: $? = 0
configure:8591: clang -E -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
conftest.c:16:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:8591: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "psqlodbc"
| #define PACKAGE_TARNAME "psqlodbc"
| #define PACKAGE_VERSION "09.03.0400"
| #define PACKAGE_STRING "psqlodbc 09.03.0400"
| #define PACKAGE_BUGREPORT "pgsql-odbc@postgresql.org"
| #define PACKAGE_URL ""
| #define PACKAGE "psqlodbc"
| #define VERSION "09.03.0400"
| #define WITH_UNIXODBC 1
| #define SQLCOLATTRIBUTE_SQLLEN 1
| #define UNICODE_SUPPORT 1
| #define POSIX_MULTITHREAD_SUPPORT 1
| #define _REENTRANT 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8620: checking for ANSI C header files
configure:8640: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
configure:8640: $? = 0
configure:8713: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c >&5
configure:8713: $? = 0
configure:8713: ./conftest
configure:8713: $? = 0
configure:8724: result: yes
configure:8737: checking for sys/types.h
configure:8737: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
configure:8737: $? = 0
configure:8737: result: yes
configure:8737: checking for sys/stat.h
configure:8737: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
configure:8737: $? = 0
configure:8737: result: yes
configure:8737: checking for stdlib.h
configure:8737: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
configure:8737: $? = 0
configure:8737: result: yes
configure:8737: checking for string.h
configure:8737: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
configure:8737: $? = 0
configure:8737: result: yes
configure:8737: checking for memory.h
configure:8737: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
configure:8737: $? = 0
configure:8737: result: yes
configure:8737: checking for strings.h
configure:8737: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
configure:8737: $? = 0
configure:8737: result: yes
configure:8737: checking for inttypes.h
configure:8737: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
configure:8737: $? = 0
configure:8737: result: yes
configure:8737: checking for stdint.h
configure:8737: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
configure:8737: $? = 0
configure:8737: result: yes
configure:8737: checking for unistd.h
configure:8737: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
configure:8737: $? = 0
configure:8737: result: yes
configure:8751: checking for dlfcn.h
configure:8751: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
configure:8751: $? = 0
configure:8751: result: yes
configure:8973: checking for objdir
configure:8988: result: .libs
configure:9252: checking if clang supports -fno-rtti -fno-exceptions
configure:9270: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -fno-rtti -fno-exceptions conftest.c >&5
configure:9274: $? = 0
configure:9287: result: yes
configure:9645: checking for clang option to produce PIC
configure:9652: result: -fno-common -DPIC
configure:9660: checking if clang PIC flag -fno-common -DPIC works
configure:9678: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -fno-common -DPIC -DPIC conftest.c >&5
configure:9682: $? = 0
configure:9695: result: yes
configure:9724: checking if clang static flag -static works
configure:9752: result: no
configure:9767: checking if clang supports -c -o file.o
configure:9788: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -o out/conftest2.o conftest.c >&5
configure:9792: $? = 0
configure:9814: result: yes
configure:9822: checking if clang supports -c -o file.o
configure:9869: result: yes
configure:9902: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:11161: result: yes
configure:11401: checking dynamic linker characteristics
configure:12219: result: darwin14.3.0 dyld
configure:12341: checking how to hardcode library paths into programs
configure:12366: result: immediate
configure:12411: checking for dlopen in -ldl
configure:12436: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -ldl >&5
configure:12436: $? = 0
configure:12445: result: yes
configure:12668: checking whether a program can dlopen itself
configure:12748: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -DHAVE_DLFCN_H -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -ldl >&5
configure:12751: $? = 0
configure:12769: result: yes
configure:12774: checking whether a statically linked program can dlopen itself
configure:12854: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -DHAVE_DLFCN_H -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -ldl >&5
configure:12857: $? = 0
configure:12875: result: yes
configure:12914: checking whether stripping libraries is possible
configure:12928: result: yes
configure:12954: checking if libtool supports shared libraries
configure:12956: result: yes
configure:12959: checking whether to build shared libraries
configure:12984: result: yes
configure:12987: checking whether to build static libraries
configure:12991: result: no
configure:13030: checking for library containing SQLGetPrivateProfileString
configure:13061: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_SQLGetPrivateProfileString", referenced from:
_main in conftest-e0fa18.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13061: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "psqlodbc"
| #define PACKAGE_TARNAME "psqlodbc"
| #define PACKAGE_VERSION "09.03.0400"
| #define PACKAGE_STRING "psqlodbc 09.03.0400"
| #define PACKAGE_BUGREPORT "pgsql-odbc@postgresql.org"
| #define PACKAGE_URL ""
| #define PACKAGE "psqlodbc"
| #define VERSION "09.03.0400"
| #define WITH_UNIXODBC 1
| #define SQLCOLATTRIBUTE_SQLLEN 1
| #define UNICODE_SUPPORT 1
| #define POSIX_MULTITHREAD_SUPPORT 1
| #define _REENTRANT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char SQLGetPrivateProfileString ();
| int
| main ()
| {
| return SQLGetPrivateProfileString ();
| ;
| return 0;
| }
configure:13061: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lodbcinst >&5
configure:13061: $? = 0
configure:13078: result: -lodbcinst
configure:13152: checking for pthread_create in -lpthreads
configure:13177: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpthreads -lodbcinst >&5
ld: library not found for -lpthreads
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13177: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "psqlodbc"
| #define PACKAGE_TARNAME "psqlodbc"
| #define PACKAGE_VERSION "09.03.0400"
| #define PACKAGE_STRING "psqlodbc 09.03.0400"
| #define PACKAGE_BUGREPORT "pgsql-odbc@postgresql.org"
| #define PACKAGE_URL ""
| #define PACKAGE "psqlodbc"
| #define VERSION "09.03.0400"
| #define WITH_UNIXODBC 1
| #define SQLCOLATTRIBUTE_SQLLEN 1
| #define UNICODE_SUPPORT 1
| #define POSIX_MULTITHREAD_SUPPORT 1
| #define _REENTRANT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_create ();
| int
| main ()
| {
| return pthread_create ();
| ;
| return 0;
| }
configure:13186: result: no
configure:13196: checking for pthread_create in -lpthread
configure:13221: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpthread -lodbcinst >&5
configure:13221: $? = 0
configure:13230: result: yes
configure:13245: checking for PQsetSingleRowMode in -lpq
configure:13270: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst >&5
configure:13270: $? = 0
configure:13279: result: yes
configure:13298: checking locale.h usability
configure:13298: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
configure:13298: $? = 0
configure:13298: result: yes
configure:13298: checking locale.h presence
configure:13298: clang -E -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
configure:13298: $? = 0
configure:13298: result: yes
configure:13298: checking for locale.h
configure:13298: result: yes
configure:13298: checking sys/time.h usability
configure:13298: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
configure:13298: $? = 0
configure:13298: result: yes
configure:13298: checking sys/time.h presence
configure:13298: clang -E -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
configure:13298: $? = 0
configure:13298: result: yes
configure:13298: checking for sys/time.h
configure:13298: result: yes
configure:13308: checking libpq-fe.h usability
configure:13308: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
configure:13308: $? = 0
configure:13308: result: yes
configure:13308: checking libpq-fe.h presence
configure:13308: clang -E -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c
configure:13308: $? = 0
configure:13308: result: yes
configure:13308: checking for libpq-fe.h
configure:13308: result: yes
configure:13316: checking whether time.h and sys/time.h may both be included
configure:13336: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
configure:13336: $? = 0
configure:13343: result: yes
configure:13360: checking size of long
configure:13365: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst >&5
configure:13365: $? = 0
configure:13365: ./conftest
configure:13365: $? = 0
configure:13379: result: 8
configure:13393: checking size of void *
configure:13398: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst >&5
configure:13398: $? = 0
configure:13398: ./conftest
configure:13398: $? = 0
configure:13412: result: 8
configure:13422: checking for long long
configure:13422: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
configure:13422: $? = 0
configure:13422: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
conftest.c:71:24: error: expected expression
if (sizeof ((long long)))
^
1 error generated.
configure:13422: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "psqlodbc"
| #define PACKAGE_TARNAME "psqlodbc"
| #define PACKAGE_VERSION "09.03.0400"
| #define PACKAGE_STRING "psqlodbc 09.03.0400"
| #define PACKAGE_BUGREPORT "pgsql-odbc@postgresql.org"
| #define PACKAGE_URL ""
| #define PACKAGE "psqlodbc"
| #define VERSION "09.03.0400"
| #define WITH_UNIXODBC 1
| #define SQLCOLATTRIBUTE_SQLLEN 1
| #define UNICODE_SUPPORT 1
| #define POSIX_MULTITHREAD_SUPPORT 1
| #define _REENTRANT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBPTHREAD 1
| #define HAVE_LIBPQ 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_TIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((long long)))
| return 0;
| ;
| return 0;
| }
configure:13422: result: yes
configure:13432: checking for signed char
configure:13432: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
configure:13432: $? = 0
configure:13432: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
conftest.c:72:26: error: expected expression
if (sizeof ((signed char)))
^
1 error generated.
configure:13432: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "psqlodbc"
| #define PACKAGE_TARNAME "psqlodbc"
| #define PACKAGE_VERSION "09.03.0400"
| #define PACKAGE_STRING "psqlodbc 09.03.0400"
| #define PACKAGE_BUGREPORT "pgsql-odbc@postgresql.org"
| #define PACKAGE_URL ""
| #define PACKAGE "psqlodbc"
| #define VERSION "09.03.0400"
| #define WITH_UNIXODBC 1
| #define SQLCOLATTRIBUTE_SQLLEN 1
| #define UNICODE_SUPPORT 1
| #define POSIX_MULTITHREAD_SUPPORT 1
| #define _REENTRANT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBPTHREAD 1
| #define HAVE_LIBPQ 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_TIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define HAVE_LONG_LONG 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((signed char)))
| return 0;
| ;
| return 0;
| }
configure:13432: result: yes
configure:13443: checking for ssize_t
configure:13443: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
configure:13443: $? = 0
configure:13443: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
conftest.c:73:22: error: expected expression
if (sizeof ((ssize_t)))
^
1 error generated.
configure:13443: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "psqlodbc"
| #define PACKAGE_TARNAME "psqlodbc"
| #define PACKAGE_VERSION "09.03.0400"
| #define PACKAGE_STRING "psqlodbc 09.03.0400"
| #define PACKAGE_BUGREPORT "pgsql-odbc@postgresql.org"
| #define PACKAGE_URL ""
| #define PACKAGE "psqlodbc"
| #define VERSION "09.03.0400"
| #define WITH_UNIXODBC 1
| #define SQLCOLATTRIBUTE_SQLLEN 1
| #define UNICODE_SUPPORT 1
| #define POSIX_MULTITHREAD_SUPPORT 1
| #define _REENTRANT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBPTHREAD 1
| #define HAVE_LIBPQ 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_TIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define HAVE_LONG_LONG 1
| #define HAVE_SIGNED_CHAR 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ssize_t)))
| return 0;
| ;
| return 0;
| }
configure:13443: result: yes
configure:13453: checking for size_t
configure:13453: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
configure:13453: $? = 0
configure:13453: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
conftest.c:74:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
configure:13453: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "psqlodbc"
| #define PACKAGE_TARNAME "psqlodbc"
| #define PACKAGE_VERSION "09.03.0400"
| #define PACKAGE_STRING "psqlodbc 09.03.0400"
| #define PACKAGE_BUGREPORT "pgsql-odbc@postgresql.org"
| #define PACKAGE_URL ""
| #define PACKAGE "psqlodbc"
| #define VERSION "09.03.0400"
| #define WITH_UNIXODBC 1
| #define SQLCOLATTRIBUTE_SQLLEN 1
| #define UNICODE_SUPPORT 1
| #define POSIX_MULTITHREAD_SUPPORT 1
| #define _REENTRANT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBPTHREAD 1
| #define HAVE_LIBPQ 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_TIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define HAVE_LONG_LONG 1
| #define HAVE_SIGNED_CHAR 1
| #define HAVE_SSIZE_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:13453: result: yes
configure:13467: checking whether struct tm is in sys/time.h or time.h
configure:13487: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
configure:13487: $? = 0
configure:13494: result: time.h
configure:13505: checking for an ANSI C-conforming const
configure:13571: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
configure:13571: $? = 0
configure:13578: result: yes
configure:13590: checking whether strerror_r is declared
configure:13590: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
configure:13590: $? = 0
configure:13590: result: yes
configure:13603: checking for strerror_r
configure:13603: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst >&5
configure:13603: $? = 0
configure:13603: result: yes
configure:13612: checking whether strerror_r returns char *
configure:13636: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
conftest.c:78:13: error: indirection requires pointer operand ('int' invalid)
char x = *strerror_r (0, buf, sizeof buf);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
conftest.c:79:10: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion]
char *p = strerror_r (0, buf, sizeof buf);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 1 error generated.
configure:13636: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "psqlodbc"
| #define PACKAGE_TARNAME "psqlodbc"
| #define PACKAGE_VERSION "09.03.0400"
| #define PACKAGE_STRING "psqlodbc 09.03.0400"
| #define PACKAGE_BUGREPORT "pgsql-odbc@postgresql.org"
| #define PACKAGE_URL ""
| #define PACKAGE "psqlodbc"
| #define VERSION "09.03.0400"
| #define WITH_UNIXODBC 1
| #define SQLCOLATTRIBUTE_SQLLEN 1
| #define UNICODE_SUPPORT 1
| #define POSIX_MULTITHREAD_SUPPORT 1
| #define _REENTRANT 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBPTHREAD 1
| #define HAVE_LIBPQ 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_TIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define HAVE_LONG_LONG 1
| #define HAVE_SIGNED_CHAR 1
| #define HAVE_SSIZE_T 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
|
| char buf[100];
| char x = *strerror_r (0, buf, sizeof buf);
| char *p = strerror_r (0, buf, sizeof buf);
| return !p || x;
|
| ;
| return 0;
| }
configure:13674: result: no
configure:13685: checking for strtoul
configure:13685: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst >&5
configure:13685: $? = 0
configure:13685: result: yes
configure:13685: checking for strtoll
configure:13685: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst >&5
configure:13685: $? = 0
configure:13685: result: yes
configure:13685: checking for strlcat
configure:13685: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst >&5
conftest.c:65:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
char strlcat ();
^
conftest.c:65:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
configure:13685: $? = 0
configure:13685: result: yes
configure:13699: checking for localtime_r
configure:13699: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst >&5
configure:13699: $? = 0
configure:13699: result: yes
configure:13699: checking for strtok_r
configure:13699: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst >&5
configure:13699: $? = 0
configure:13699: result: yes
configure:13699: checking for pthread_mutexattr_settype
configure:13699: clang -o conftest -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib conftest.c -lpq -lpthread -lodbcinst >&5
configure:13699: $? = 0
configure:13699: result: yes
configure:13721: clang -c -g -O2 -Wall -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include conftest.c >&5
conftest.c:50:5: warning: unused variable 'i' [-Wunused-variable]
int i = PTHREAD_MUTEX_RECURSIVE;
^
1 warning generated.
configure:13721: $? = 0
configure:13862: checking that generated files are newer than configure
configure:13868: result: done
configure:13903: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by psqlodbc config.status 09.03.0400, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on Hell
config.status:1117: creating Makefile
config.status:1117: creating test/Makefile
config.status:1117: creating config.h
config.status:1346: executing depfiles commands
config.status:1346: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin14.3.0
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_localtime_r=yes
ac_cv_func_pthread_mutexattr_settype=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strerror_r_char_p=no
ac_cv_func_strlcat=yes
ac_cv_func_strtok_r=yes
ac_cv_func_strtoll=yes
ac_cv_func_strtoul=yes
ac_cv_have_decl_strerror_r=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libpq_fe_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin14.3.0
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_pq_PQsetSingleRowMode=yes
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_pthreads_pthread_create=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_PG_CONFIG=/usr/local/opt/postgresql/bin/pg_config
ac_cv_path_SED=/usr/local/bin/gsed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/usr/local/bin/gmkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='clang -E'
ac_cv_prog_PROVE=prove
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=clang
ac_cv_prog_ac_ct_DLLTOOL=dlltool
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_SQLGetPrivateProfileString=-lodbcinst
ac_cv_sizeof_long=8
ac_cv_sizeof_void_p=8
ac_cv_struct_tm=time.h
ac_cv_type_long_long=yes
ac_cv_type_signed_char=yes
ac_cv_type_size_t=yes
ac_cv_type_ssize_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
lt_cv_path_NM=/usr/bin/nm
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=196608
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/psqlodbc20150505-11756-1n18hqr/config/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /private/tmp/psqlodbc20150505-11756-1n18hqr/config/missing autoconf'
AUTOHEADER='${SHELL} /private/tmp/psqlodbc20150505-11756-1n18hqr/config/missing autoheader'
AUTOMAKE='${SHELL} /private/tmp/psqlodbc20150505-11756-1n18hqr/config/missing automake-1.15'
AWK='gawk'
CC='clang'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -Wall'
CPP='clang -E'
CPPFLAGS=' -I/usr/local/Cellar/unixodbc/2.3.2_1/include -I/usr/local/Cellar/postgresql/9.4.1/include'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GCC_FALSE='#'
GCC_TRUE=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
LDFLAGS=' -L/usr/local/Cellar/unixodbc/2.3.2_1/lib -L/usr/local/Cellar/postgresql/9.4.1/lib'
LIBOBJS=''
LIBS='-lpq -lpthread -lodbcinst '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /private/tmp/psqlodbc20150505-11756-1n18hqr/config/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/usr/local/bin/gmkdir -p'
NM='/usr/bin/nm'
NMEDIT='nmedit'
OBJDUMP='objdump'
OBJEXT='o'
ODBC_CONFIG='/usr/local/opt/unixodbc/bin/odbc_config'
OTOOL64=':'
OTOOL='otool'
PACKAGE='psqlodbc'
PACKAGE_BUGREPORT='pgsql-odbc@postgresql.org'
PACKAGE_NAME='psqlodbc'
PACKAGE_STRING='psqlodbc 09.03.0400'
PACKAGE_TARNAME='psqlodbc'
PACKAGE_URL=''
PACKAGE_VERSION='09.03.0400'
PATH_SEPARATOR=':'
PG_CONFIG='/usr/local/opt/postgresql/bin/pg_config'
PROVE='prove'
RANLIB='ranlib'
SED='/usr/local/bin/gsed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='09.03.0400'
ac_ct_AR='ar'
ac_ct_CC='clang'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin14.3.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin14.3.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
enable_unicode_FALSE='#'
enable_unicode_TRUE=''
exec_prefix='${prefix}'
host='x86_64-apple-darwin14.3.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin14.3.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/psqlodbc20150505-11756-1n18hqr/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/psqlodbc/HEAD'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "psqlodbc"
#define PACKAGE_TARNAME "psqlodbc"
#define PACKAGE_VERSION "09.03.0400"
#define PACKAGE_STRING "psqlodbc 09.03.0400"
#define PACKAGE_BUGREPORT "pgsql-odbc@postgresql.org"
#define PACKAGE_URL ""
#define PACKAGE "psqlodbc"
#define VERSION "09.03.0400"
#define WITH_UNIXODBC 1
#define SQLCOLATTRIBUTE_SQLLEN 1
#define UNICODE_SUPPORT 1
#define POSIX_MULTITHREAD_SUPPORT 1
#define _REENTRANT 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_LIBPTHREAD 1
#define HAVE_LIBPQ 1
#define HAVE_LOCALE_H 1
#define HAVE_SYS_TIME_H 1
#define TIME_WITH_SYS_TIME 1
#define SIZEOF_LONG 8
#define SIZEOF_VOID_P 8
#define HAVE_LONG_LONG 1
#define HAVE_SIGNED_CHAR 1
#define HAVE_SSIZE_T 1
#define HAVE_DECL_STRERROR_R 1
#define HAVE_STRERROR_R 1
#define HAVE_STRTOUL 1
#define HAVE_STRTOLL 1
#define HAVE_STRLCAT 1
#define HAVE_LOCALTIME_R 1
#define HAVE_STRTOK_R 1
#define HAVE_PTHREAD_MUTEXATTR_SETTYPE 1
#define PG_RECURSIVE_MUTEXATTR PTHREAD_MUTEX_RECURSIVE
configure: exit 0
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: 5e40a3e80ab128665ae85a0aa92a0180829dbfb6
Last commit: 80 seconds ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit haswell
OS X: 10.10.3-x86_64
Xcode: 6.3.1
CLT: 6.3.1.0.1.1429149539
Clang: 6.1 build 602
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.2.2/bin/ruby
Java: 1.8.0_20
Warning: Some installed formula are missing dependencies.
You should `brew install` the missing dependencies:
brew install metis
Run `brew missing` for more details.
Warning: You have a curlrc file
If you have trouble downloading packages with Homebrew, then maybe this
is the problem? If the following command doesn't work, then try removing
your curlrc:
curl http://github.com
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment