Skip to content

Instantly share code, notes, and snippets.

Created September 25, 2014 05:52
Show Gist options
  • Save anonymous/15a3050ea5f8dc7eca5c to your computer and use it in GitHub Desktop.
Save anonymous/15a3050ea5f8dc7eca5c to your computer and use it in GitHub Desktop.
2014-09-24 22:48:29 -0700
./autogen.sh
* Running /usr/local/opt/libtool/bin/glibtoolize (2.4.2)
OPTIONS = --force --copy --install
glibtoolize: putting auxiliary files in `.'.
glibtoolize: copying file `./config.guess'
glibtoolize: copying file `./config.sub'
glibtoolize: copying file `./install-sh'
glibtoolize: copying file `./ltmain.sh'
glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `macros'.
glibtoolize: copying file `macros/libtool.m4'
glibtoolize: copying file `macros/ltoptions.m4'
glibtoolize: copying file `macros/ltsugar.m4'
glibtoolize: copying file `macros/ltversion.m4'
glibtoolize: copying file `macros/lt~obsolete.m4'
glibtoolize: Consider adding `-I macros' to ACLOCAL_AMFLAGS in Makefile.am.
* Running /usr/local/opt/automake/bin/aclocal (1.14.1)
* Running /usr/local/opt/autoconf/bin/autoconf (2.69)
======================================
Now you are ready to run './configure'
======================================
2014-09-24 22:48:33 -0700
./configure
--disable-dependency-tracking
--with-projdir=/usr/local
--with-jsondir=/usr/local/opt/json-c
--with-pgconfig=/usr/local/Cellar/postgresql/9.3.5_1/bin/pg_config
--disable-nls
configure: WARNING: unrecognized options: --disable-dependency-tracking
checking build system type... x86_64-apple-darwin13.4.0
checking host system type... x86_64-apple-darwin13.4.0
checking how to print strings... printf
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 for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
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 whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin13.4.0 file names to x86_64-apple-darwin13.4.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin13.4.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... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
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 for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking command to parse /usr/bin/nm output from clang object... ok
checking for sysroot... no
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... darwin13.4.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gcc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... clang -E
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking how to run the C++ preprocessor... clang++ -E
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 whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... 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... darwin13.4.0 dyld
checking how to hardcode library paths into programs... immediate
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for ant... /usr/local/Library/ENV/4.3/ant
checking for cpp... /usr/local/Library/ENV/4.3/cpp
checking if clang++ supports -Wall... yes
checking if clang++ supports -Wmissing-prototypes... yes
checking if clang++ supports -ffloat-store... yes
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -ll
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for perl... /usr/bin/perl
checking for convert... no
configure: WARNING: ImageMagick does not seem to be installed. Documentation cannot be built
checking for xsltproc... /usr/bin/xsltproc
checking for xmllint... /usr/local/opt/libxml2/bin/xmllint
checking for dblatex... no
configure: WARNING: dblatex is not installed so PDF documentation cannot be built
configure: WARNING: could not locate Docbook stylesheets required to build the documentation
checking CUnit/CUnit.h usability... no
checking CUnit/CUnit.h presence... no
checking for CUnit/CUnit.h... no
configure: WARNING: could not locate CUnit required for unit tests
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for libiconv_open in -liconv... no
checking for iconv_open in -lc... no
checking for iconv_open in -liconv... yes
checking for iconvctl... no
checking for libiconvctl... no
Using user-specified pg_config file: /usr/local/Cellar/postgresql/9.3.5_1/bin/pg_config
checking PostgreSQL version... PostgreSQL 9.3.5
checking libpq-fe.h usability... yes
checking libpq-fe.h presence... yes
checking for libpq-fe.h... yes
checking for PQserverVersion in -lpq... yes
checking for xml2-config... /usr/local/opt/libxml2/bin/xml2-config
checking libxml/tree.h usability... yes
checking libxml/tree.h presence... yes
checking for libxml/tree.h... yes
checking libxml/parser.h usability... yes
checking libxml/parser.h presence... yes
checking for libxml/parser.h... yes
checking libxml/xpath.h usability... yes
checking libxml/xpath.h presence... yes
checking for libxml/xpath.h... yes
checking libxml/xpathInternals.h usability... yes
checking libxml/xpathInternals.h presence... yes
checking for libxml/xpathInternals.h... yes
checking for xmlInitParser in -lxml2... yes
checking for geos-config... /usr/local/opt/geos/bin/geos-config
checking GEOS version... 3.4.2
checking geos_c.h usability... yes
checking geos_c.h presence... yes
checking for geos_c.h... yes
checking for initGEOS in -lgeos_c... yes
checking for sfcgal-config... /usr/local/opt/sfcgal/bin/sfcgal-config
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking whether NLS is requested... no
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for ld used by GCC... /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 shared library run path origin... done
checking for CFPreferencesCopyAppValue... yes
checking for CFLocaleCopyCurrent... yes
checking whether to use NLS... no
Using user-specified proj directory: /usr/local
checking proj_api.h usability... yes
checking proj_api.h presence... yes
checking for proj_api.h... yes
checking for pj_get_release in -lproj... yes
Using user-specified json-c directory: /usr/local/opt/json-c
checking json-c/json.h usability... yes
checking json-c/json.h presence... yes
checking for json-c/json.h... yes
checking for json_object_get in -ljson-c... yes
CPPFLAGS: -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL
TOPOLOGY: Topology support requested
RASTER: Raster support requested
checking for gdal-config... /usr/local/opt/gdal/bin/gdal-config
checking GDAL version... 1.11.0
checking for OGR enabled... yes
checking gdal.h usability... yes
checking gdal.h presence... yes
checking for gdal.h... yes
checking ogr_api.h usability... yes
checking ogr_api.h presence... yes
checking for ogr_api.h... yes
checking cpl_conv.h usability... yes
checking cpl_conv.h presence... yes
checking for cpl_conv.h... yes
checking for library containing GDALAllRegister... none required
checking for library containing OGRRegisterAll... none required
checking for library containing GDALFPolygonize... none required
enabling PostgreSQL extension support...
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating extensions/Makefile
config.status: creating extensions/postgis/Makefile
config.status: creating extensions/postgis/postgis.control
config.status: creating extensions/postgis_topology/Makefile
config.status: creating extensions/postgis_topology/postgis_topology.control
config.status: creating extensions/postgis_tiger_geocoder/Makefile
config.status: creating extensions/postgis_tiger_geocoder/postgis_tiger_geocoder.control
config.status: creating liblwgeom/Makefile
config.status: creating liblwgeom/cunit/Makefile
config.status: creating liblwgeom/liblwgeom.h
config.status: creating libpgcommon/Makefile
config.status: creating libpgcommon/cunit/Makefile
config.status: creating postgis/Makefile
config.status: creating postgis/sqldefines.h
config.status: creating loader/Makefile
config.status: creating loader/cunit/Makefile
config.status: creating topology/Makefile
config.status: creating topology/test/Makefile
config.status: creating regress/Makefile
config.status: creating doc/Makefile
config.status: creating doc/Makefile.comments
config.status: creating doc/html/image_src/Makefile
config.status: creating utils/Makefile
config.status: creating java/jdbc/Makefile
config.status: creating raster/Makefile
config.status: creating raster/rt_core/Makefile
config.status: creating raster/rt_pg/Makefile
config.status: creating raster/loader/Makefile
config.status: creating raster/test/Makefile
config.status: creating raster/test/cunit/Makefile
config.status: creating raster/test/regress/Makefile
config.status: creating raster/scripts/Makefile
config.status: creating raster/scripts/python/Makefile
config.status: creating postgis_config.h
config.status: creating raster/raster_config.h
config.status: executing libtool commands
config.status: executing po-directories commands
configure: WARNING: unrecognized options: --disable-dependency-tracking
PostGIS is now configured for x86_64-apple-darwin13.4.0
-------------- Compiler Info -------------
C compiler: clang -g -O2
C++ compiler: clang++ -g -O2
SQL preprocessor: /usr/local/Library/ENV/4.3/cpp -w -traditional-cpp -P
-------------- Dependencies --------------
GEOS config: /usr/local/opt/geos/bin/geos-config
GEOS version: 3.4.2
GDAL config: /usr/local/opt/gdal/bin/gdal-config
GDAL version: 1.11.0
SFCGAL config: /usr/local/opt/sfcgal/bin/sfcgal-config
SFCGAL version: 1.0.5
PostgreSQL config: /usr/local/Cellar/postgresql/9.3.5_1/bin/pg_config
PostgreSQL version: PostgreSQL 9.3.5
PROJ4 version: 48
Libxml2 config: /usr/local/opt/libxml2/bin/xml2-config
Libxml2 version: 2.9.1
JSON-C support: yes
PostGIS debug level: 0
Perl: /usr/bin/perl
--------------- Extensions ---------------
PostGIS Raster: enabled
PostGIS Topology: enabled
SFCGAL support: enabled
-------- Documentation Generation --------
xsltproc: /usr/bin/xsltproc
xsl style sheets:
dblatex:
convert:
mathml2.dtd: http://www.w3.org/Math/DTD/mathml2/mathml2.dtd
clang called with: -E -
superenv executed: clang -E - -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: --version
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -v
superenv executed: clang -v
clang called with: -V
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -qversion
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: conftest.c
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c conftest.c
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g conftest.c
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -print-prog-name=ld
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -g -O2 conftest.c conftstm.o
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c conftstm.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
superenv executed: clang -pipe -Os -march=native -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -g -O2 -c -o conftest.o conftest.c
superenv executed: clang -pipe -Os -march=native -g -O2 -c -o conftest.o conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
superenv executed: clang -pipe -Os -march=native -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -fno-rtti -fno-exceptions conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-rtti -fno-exceptions conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-common -DPIC -DPIC conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -g -O2 -static conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -static conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -o out/conftest2.o conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -o out/conftest2.o conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -print-search-dirs
superenv executed: clang -pipe -Os -march=native -print-search-dirs -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -g -O2 -print-multi-os-directory
superenv executed: clang -pipe -Os -march=native -g -O2 -print-multi-os-directory -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: --version
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -v
superenv executed: clang -v
clang called with: -V
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -qversion
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: --version
superenv executed: clang++ -pipe -Os -march=native --version -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -v
superenv executed: clang++ -v
clang++ called with: -V
superenv executed: clang++ -pipe -Os -march=native -V -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -qversion
superenv executed: clang++ -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c conftest.cpp
superenv executed: clang++ -pipe -Os -march=native -c conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -c -g conftest.cpp
superenv executed: clang++ -pipe -Os -march=native -c -g conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -E conftest.cpp
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -E conftest.cpp
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -E conftest.cpp
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -E conftest.cpp
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -c -g -O2 conftest.cpp
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -o conftest -g -O2 conftest.cpp
superenv executed: clang++ -pipe -Os -march=native -o conftest -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -print-prog-name=ld
superenv executed: clang++ -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -g -O2 conftest.cpp
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang++ called with: -o conftest -g -O2 -static conftest.cpp
superenv executed: clang++ -pipe -Os -march=native -o conftest -g -O2 -static conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -g -O2 -o out/conftest2.o conftest.cpp
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -o out/conftest2.o conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g -O2 -Wall conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wall conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g -O2 -Wmissing-prototypes conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Wmissing-prototypes conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g -O2 -ffloat-store conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -ffloat-store conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lfl
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lfl -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -ll
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -ll -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -ll
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -ll -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -g -O2 conftest.c -liconv
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -liconv -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lc
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lc -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -liconv
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -liconv -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/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 -I/usr/local/Cellar/postgresql/9.3.5_1/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/Cellar/postgresql/9.3.5_1/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E -I/usr/local/Cellar/postgresql/9.3.5_1/include conftest.c
superenv executed: clang -E -I/usr/local/Cellar/postgresql/9.3.5_1/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -g -O2 conftest.c -lpq -L/usr/local/Cellar/postgresql/9.3.5_1/lib -lpq
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpq -L/usr/local/Cellar/postgresql/9.3.5_1/lib -lpq -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/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 -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 conftest.c
superenv executed: clang -E -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g -O2 -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 conftest.c
superenv executed: clang -E -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g -O2 -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 conftest.c
superenv executed: clang -E -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -g -O2 -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 conftest.c
superenv executed: clang -E -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -g -O2 conftest.c -lxml2 -L/usr/local/Cellar/libxml2/2.9.1/lib -lxml2 -lz -lpthread -liconv -lm
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lxml2 -L/usr/local/Cellar/libxml2/2.9.1/lib -lxml2 -lz -lpthread -liconv -lm -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/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 -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include conftest.c
superenv executed: clang -E -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -g -O2 conftest.c -lgeos_c -L@@HOMEBREW_CELLAR@@/geos/3.4.2/lib
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lgeos_c -L@@HOMEBREW_CELLAR@@/geos/3.4.2/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -print-prog-name=ld
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -print-search-dirs
superenv executed: clang -pipe -Os -march=native -print-search-dirs -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/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 -I/usr/local/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E -I/usr/local/include conftest.c
superenv executed: clang -E -I/usr/local/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -g -O2 -I/usr/local/include conftest.c
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lproj -L/usr/local/lib
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lproj -L/usr/local/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/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 -I/usr/local/opt/json-c/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/json-c/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E -I/usr/local/opt/json-c/include conftest.c
superenv executed: clang -E -I/usr/local/opt/json-c/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -g -O2 conftest.c -ljson-c -L/usr/local/opt/json-c/lib
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -ljson-c -L/usr/local/opt/json-c/lib -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c
superenv executed: clang -E -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c
superenv executed: clang -E -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -c -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c
superenv executed: clang -pipe -Os -march=native -c -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -E -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c
superenv executed: clang -E -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -o conftest -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c -L@@HOMEBREW_CELLAR@@/gdal/1.11.0/lib -lgdal
superenv executed: clang -pipe -Os -march=native -o conftest -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c -L@@HOMEBREW_CELLAR@@/gdal/1.11.0/lib -lgdal -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c -L@@HOMEBREW_CELLAR@@/gdal/1.11.0/lib -lgdal
superenv executed: clang -pipe -Os -march=native -o conftest -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c -L@@HOMEBREW_CELLAR@@/gdal/1.11.0/lib -lgdal -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c -L@@HOMEBREW_CELLAR@@/gdal/1.11.0/lib -lgdal
superenv executed: clang -pipe -Os -march=native -o conftest -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c -L@@HOMEBREW_CELLAR@@/gdal/1.11.0/lib -lgdal -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2014-09-24 22:48:42 -0700
make
/usr/bin/perl utils/svn_repo_revision.pl
Can't fetch local revision (neither .svn nor .git found)
Not updating existing rev file at 12547
for s in liblwgeom libpgcommon postgis regress raster topology loader utils extensions; do \
echo "---- Making all in ${s}"; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ${s} all || exit 1; \
done;
---- Making all in liblwgeom
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o stringbuffer.lo stringbuffer.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c stringbuffer.c -fno-common -DPIC -o .libs/stringbuffer.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c stringbuffer.c -o stringbuffer.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o measures.lo measures.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c measures.c -fno-common -DPIC -o .libs/measures.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c measures.c -o measures.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o measures3d.lo measures3d.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c measures3d.c -fno-common -DPIC -o .libs/measures3d.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c measures3d.c -o measures3d.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o box2d.lo box2d.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c box2d.c -fno-common -DPIC -o .libs/box2d.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c box2d.c -o box2d.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o ptarray.lo ptarray.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c ptarray.c -fno-common -DPIC -o .libs/ptarray.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c ptarray.c -o ptarray.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwgeom_api.lo lwgeom_api.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_api.c -fno-common -DPIC -o .libs/lwgeom_api.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_api.c -o lwgeom_api.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwgeom.lo lwgeom.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom.c -fno-common -DPIC -o .libs/lwgeom.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom.c -o lwgeom.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwpoint.lo lwpoint.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwpoint.c -fno-common -DPIC -o .libs/lwpoint.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwpoint.c -o lwpoint.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwline.lo lwline.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwline.c -fno-common -DPIC -o .libs/lwline.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwline.c -o lwline.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwpoly.lo lwpoly.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwpoly.c -fno-common -DPIC -o .libs/lwpoly.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwpoly.c -o lwpoly.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwtriangle.lo lwtriangle.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwtriangle.c -fno-common -DPIC -o .libs/lwtriangle.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwtriangle.c -o lwtriangle.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwmpoint.lo lwmpoint.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmpoint.c -fno-common -DPIC -o .libs/lwmpoint.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmpoint.c -o lwmpoint.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwmline.lo lwmline.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmline.c -fno-common -DPIC -o .libs/lwmline.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmline.c -o lwmline.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwmpoly.lo lwmpoly.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmpoly.c -fno-common -DPIC -o .libs/lwmpoly.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmpoly.c -o lwmpoly.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwcollection.lo lwcollection.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwcollection.c -fno-common -DPIC -o .libs/lwcollection.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwcollection.c -o lwcollection.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwcircstring.lo lwcircstring.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwcircstring.c -fno-common -DPIC -o .libs/lwcircstring.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwcircstring.c -o lwcircstring.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwcompound.lo lwcompound.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwcompound.c -fno-common -DPIC -o .libs/lwcompound.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwcompound.c -o lwcompound.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwcurvepoly.lo lwcurvepoly.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwcurvepoly.c -fno-common -DPIC -o .libs/lwcurvepoly.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwcurvepoly.c -o lwcurvepoly.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwmcurve.lo lwmcurve.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmcurve.c -fno-common -DPIC -o .libs/lwmcurve.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmcurve.c -o lwmcurve.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwmsurface.lo lwmsurface.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmsurface.c -fno-common -DPIC -o .libs/lwmsurface.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmsurface.c -o lwmsurface.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwpsurface.lo lwpsurface.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwpsurface.c -fno-common -DPIC -o .libs/lwpsurface.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwpsurface.c -o lwpsurface.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwtin.lo lwtin.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwtin.c -fno-common -DPIC -o .libs/lwtin.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwtin.c -o lwtin.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwout_wkb.lo lwout_wkb.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_wkb.c -fno-common -DPIC -o .libs/lwout_wkb.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_wkb.c -o lwout_wkb.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwin_geojson.lo lwin_geojson.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_geojson.c -fno-common -DPIC -o .libs/lwin_geojson.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_geojson.c -o lwin_geojson.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwin_wkb.lo lwin_wkb.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_wkb.c -fno-common -DPIC -o .libs/lwin_wkb.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_wkb.c -o lwin_wkb.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwout_wkt.lo lwout_wkt.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_wkt.c -fno-common -DPIC -o .libs/lwout_wkt.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_wkt.c -o lwout_wkt.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwin_wkt_parse.lo lwin_wkt_parse.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_wkt_parse.c -fno-common -DPIC -o .libs/lwin_wkt_parse.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_wkt_parse.c -o lwin_wkt_parse.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwin_wkt_lex.lo lwin_wkt_lex.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_wkt_lex.c -fno-common -DPIC -o .libs/lwin_wkt_lex.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_wkt_lex.c -o lwin_wkt_lex.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwin_wkt.lo lwin_wkt.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_wkt.c -fno-common -DPIC -o .libs/lwin_wkt.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_wkt.c -o lwin_wkt.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwutil.lo lwutil.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwutil.c -fno-common -DPIC -o .libs/lwutil.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwutil.c -o lwutil.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwhomogenize.lo lwhomogenize.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwhomogenize.c -fno-common -DPIC -o .libs/lwhomogenize.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwhomogenize.c -o lwhomogenize.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwalgorithm.lo lwalgorithm.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwalgorithm.c -fno-common -DPIC -o .libs/lwalgorithm.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwalgorithm.c -o lwalgorithm.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwsegmentize.lo lwsegmentize.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwsegmentize.c -fno-common -DPIC -o .libs/lwsegmentize.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwsegmentize.c -o lwsegmentize.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwlinearreferencing.lo lwlinearreferencing.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwlinearreferencing.c -fno-common -DPIC -o .libs/lwlinearreferencing.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwlinearreferencing.c -o lwlinearreferencing.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwprint.lo lwprint.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwprint.c -fno-common -DPIC -o .libs/lwprint.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwprint.c -o lwprint.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o vsprintf.lo vsprintf.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c vsprintf.c -fno-common -DPIC -o .libs/vsprintf.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c vsprintf.c -o vsprintf.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o g_box.lo g_box.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c g_box.c -fno-common -DPIC -o .libs/g_box.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c g_box.c -o g_box.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o g_serialized.lo g_serialized.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c g_serialized.c -fno-common -DPIC -o .libs/g_serialized.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c g_serialized.c -o g_serialized.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o g_util.lo g_util.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c g_util.c -fno-common -DPIC -o .libs/g_util.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c g_util.c -o g_util.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwgeodetic.lo lwgeodetic.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeodetic.c -fno-common -DPIC -o .libs/lwgeodetic.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeodetic.c -o lwgeodetic.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwgeodetic_tree.lo lwgeodetic_tree.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeodetic_tree.c -fno-common -DPIC -o .libs/lwgeodetic_tree.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeodetic_tree.c -o lwgeodetic_tree.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwtree.lo lwtree.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwtree.c -fno-common -DPIC -o .libs/lwtree.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwtree.c -o lwtree.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwout_gml.lo lwout_gml.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_gml.c -fno-common -DPIC -o .libs/lwout_gml.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_gml.c -o lwout_gml.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwout_kml.lo lwout_kml.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_kml.c -fno-common -DPIC -o .libs/lwout_kml.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_kml.c -o lwout_kml.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwout_geojson.lo lwout_geojson.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_geojson.c -fno-common -DPIC -o .libs/lwout_geojson.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_geojson.c -o lwout_geojson.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwout_svg.lo lwout_svg.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_svg.c -fno-common -DPIC -o .libs/lwout_svg.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_svg.c -o lwout_svg.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwout_x3d.lo lwout_x3d.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_x3d.c -fno-common -DPIC -o .libs/lwout_x3d.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_x3d.c -o lwout_x3d.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwgeom_debug.lo lwgeom_debug.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_debug.c -fno-common -DPIC -o .libs/lwgeom_debug.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_debug.c -o lwgeom_debug.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwgeom_geos.lo lwgeom_geos.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_geos.c -fno-common -DPIC -o .libs/lwgeom_geos.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_geos.c -o lwgeom_geos.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwgeom_geos_clean.lo lwgeom_geos_clean.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_geos_clean.c -fno-common -DPIC -o .libs/lwgeom_geos_clean.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_geos_clean.c -o lwgeom_geos_clean.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwgeom_geos_node.lo lwgeom_geos_node.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_geos_node.c -fno-common -DPIC -o .libs/lwgeom_geos_node.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_geos_node.c -o lwgeom_geos_node.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwgeom_geos_split.lo lwgeom_geos_split.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_geos_split.c -fno-common -DPIC -o .libs/lwgeom_geos_split.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_geos_split.c -o lwgeom_geos_split.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwgeom_transform.lo lwgeom_transform.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_transform.c -fno-common -DPIC -o .libs/lwgeom_transform.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_transform.c -o lwgeom_transform.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c -o lwgeom_sfcgal.lo lwgeom_sfcgal.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_sfcgal.c -fno-common -DPIC -o .libs/lwgeom_sfcgal.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_sfcgal.c -o lwgeom_sfcgal.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -ffloat-store -c -o lwspheroid.lo lwspheroid.c
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -ffloat-store -c lwspheroid.c -fno-common -DPIC -o .libs/lwspheroid.o
libtool: compile: clang -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -ffloat-store -c lwspheroid.c -o lwspheroid.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link clang -rpath /usr/local/lib stringbuffer.lo measures.lo measures3d.lo box2d.lo ptarray.lo lwgeom_api.lo lwgeom.lo lwpoint.lo lwline.lo lwpoly.lo lwtriangle.lo lwmpoint.lo lwmline.lo lwmpoly.lo lwcollection.lo lwcircstring.lo lwcompound.lo lwcurvepoly.lo lwmcurve.lo lwmsurface.lo lwpsurface.lo lwtin.lo lwout_wkb.lo lwin_geojson.lo lwin_wkb.lo lwout_wkt.lo lwin_wkt_parse.lo lwin_wkt_lex.lo lwin_wkt.lo lwutil.lo lwhomogenize.lo lwalgorithm.lo lwsegmentize.lo lwlinearreferencing.lo lwprint.lo vsprintf.lo g_box.lo g_serialized.lo g_util.lo lwgeodetic.lo lwgeodetic_tree.lo lwtree.lo lwout_gml.lo lwout_kml.lo lwout_geojson.lo lwout_svg.lo lwout_x3d.lo lwgeom_debug.lo lwgeom_geos.lo lwgeom_geos_clean.lo lwgeom_geos_node.lo lwgeom_geos_split.lo lwgeom_transform.lo lwgeom_sfcgal.lo lwspheroid.lo -release 2.1.3 -L@@HOMEBREW_CELLAR@@/geos/3.4.2/lib -lgeos_c -L/usr/local/lib -lproj -L/usr/local/opt/json-c/lib -ljson-c -L/usr/local/Cellar/sfcgal/1.0.5/lib -lSFCGAL -o liblwgeom.la
../libtool: line 5997: cd: @@HOMEBREW_CELLAR@@/geos/3.4.2/lib: No such file or directory
libtool: link: cannot determine absolute directory name of `@@HOMEBREW_CELLAR@@/geos/3.4.2/lib'
make[1]: *** [liblwgeom.la] Error 1
make: *** [all] Error 1
HOMEBREW_VERSION: 0.9.5
HEAD: 85f34746bb7f1841b072dc45c080754f8b6aba61
CPU: 8-core 64-bit haswell
OS X: 10.9.5-x86_64
Xcode: 6.0.1
CLT: 6.0.0.0.1.1410400753
X11: N/A
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c stringbuffer.c -fno-common -DPIC -o .libs/stringbuffer.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c stringbuffer.c -fno-common -DPIC -o .libs/stringbuffer.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c stringbuffer.c -o stringbuffer.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c stringbuffer.c -o stringbuffer.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c measures.c -fno-common -DPIC -o .libs/measures.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c measures.c -fno-common -DPIC -o .libs/measures.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c measures.c -o measures.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c measures.c -o measures.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c measures3d.c -fno-common -DPIC -o .libs/measures3d.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c measures3d.c -fno-common -DPIC -o .libs/measures3d.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c measures3d.c -o measures3d.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c measures3d.c -o measures3d.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c box2d.c -fno-common -DPIC -o .libs/box2d.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c box2d.c -fno-common -DPIC -o .libs/box2d.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c box2d.c -o box2d.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c box2d.c -o box2d.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c ptarray.c -fno-common -DPIC -o .libs/ptarray.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c ptarray.c -fno-common -DPIC -o .libs/ptarray.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c ptarray.c -o ptarray.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c ptarray.c -o ptarray.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_api.c -fno-common -DPIC -o .libs/lwgeom_api.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_api.c -fno-common -DPIC -o .libs/lwgeom_api.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_api.c -o lwgeom_api.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_api.c -o lwgeom_api.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom.c -fno-common -DPIC -o .libs/lwgeom.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom.c -fno-common -DPIC -o .libs/lwgeom.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom.c -o lwgeom.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom.c -o lwgeom.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwpoint.c -fno-common -DPIC -o .libs/lwpoint.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwpoint.c -fno-common -DPIC -o .libs/lwpoint.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwpoint.c -o lwpoint.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwpoint.c -o lwpoint.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwline.c -fno-common -DPIC -o .libs/lwline.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwline.c -fno-common -DPIC -o .libs/lwline.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwline.c -o lwline.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwline.c -o lwline.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwpoly.c -fno-common -DPIC -o .libs/lwpoly.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwpoly.c -fno-common -DPIC -o .libs/lwpoly.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwpoly.c -o lwpoly.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwpoly.c -o lwpoly.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwtriangle.c -fno-common -DPIC -o .libs/lwtriangle.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwtriangle.c -fno-common -DPIC -o .libs/lwtriangle.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwtriangle.c -o lwtriangle.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwtriangle.c -o lwtriangle.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmpoint.c -fno-common -DPIC -o .libs/lwmpoint.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmpoint.c -fno-common -DPIC -o .libs/lwmpoint.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmpoint.c -o lwmpoint.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmpoint.c -o lwmpoint.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmline.c -fno-common -DPIC -o .libs/lwmline.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmline.c -fno-common -DPIC -o .libs/lwmline.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmline.c -o lwmline.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmline.c -o lwmline.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmpoly.c -fno-common -DPIC -o .libs/lwmpoly.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmpoly.c -fno-common -DPIC -o .libs/lwmpoly.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmpoly.c -o lwmpoly.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmpoly.c -o lwmpoly.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwcollection.c -fno-common -DPIC -o .libs/lwcollection.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwcollection.c -fno-common -DPIC -o .libs/lwcollection.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwcollection.c -o lwcollection.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwcollection.c -o lwcollection.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwcircstring.c -fno-common -DPIC -o .libs/lwcircstring.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwcircstring.c -fno-common -DPIC -o .libs/lwcircstring.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwcircstring.c -o lwcircstring.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwcircstring.c -o lwcircstring.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwcompound.c -fno-common -DPIC -o .libs/lwcompound.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwcompound.c -fno-common -DPIC -o .libs/lwcompound.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwcompound.c -o lwcompound.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwcompound.c -o lwcompound.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwcurvepoly.c -fno-common -DPIC -o .libs/lwcurvepoly.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwcurvepoly.c -fno-common -DPIC -o .libs/lwcurvepoly.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwcurvepoly.c -o lwcurvepoly.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwcurvepoly.c -o lwcurvepoly.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmcurve.c -fno-common -DPIC -o .libs/lwmcurve.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmcurve.c -fno-common -DPIC -o .libs/lwmcurve.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmcurve.c -o lwmcurve.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmcurve.c -o lwmcurve.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmsurface.c -fno-common -DPIC -o .libs/lwmsurface.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmsurface.c -fno-common -DPIC -o .libs/lwmsurface.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmsurface.c -o lwmsurface.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwmsurface.c -o lwmsurface.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwpsurface.c -fno-common -DPIC -o .libs/lwpsurface.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwpsurface.c -fno-common -DPIC -o .libs/lwpsurface.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwpsurface.c -o lwpsurface.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwpsurface.c -o lwpsurface.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwtin.c -fno-common -DPIC -o .libs/lwtin.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwtin.c -fno-common -DPIC -o .libs/lwtin.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwtin.c -o lwtin.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwtin.c -o lwtin.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_wkb.c -fno-common -DPIC -o .libs/lwout_wkb.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_wkb.c -fno-common -DPIC -o .libs/lwout_wkb.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_wkb.c -o lwout_wkb.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_wkb.c -o lwout_wkb.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_geojson.c -fno-common -DPIC -o .libs/lwin_geojson.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_geojson.c -fno-common -DPIC -o .libs/lwin_geojson.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_geojson.c -o lwin_geojson.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_geojson.c -o lwin_geojson.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_wkb.c -fno-common -DPIC -o .libs/lwin_wkb.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_wkb.c -fno-common -DPIC -o .libs/lwin_wkb.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_wkb.c -o lwin_wkb.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_wkb.c -o lwin_wkb.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_wkt.c -fno-common -DPIC -o .libs/lwout_wkt.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_wkt.c -fno-common -DPIC -o .libs/lwout_wkt.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_wkt.c -o lwout_wkt.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_wkt.c -o lwout_wkt.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_wkt_parse.c -fno-common -DPIC -o .libs/lwin_wkt_parse.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_wkt_parse.c -fno-common -DPIC -o .libs/lwin_wkt_parse.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_wkt_parse.c -o lwin_wkt_parse.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_wkt_parse.c -o lwin_wkt_parse.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_wkt_lex.c -fno-common -DPIC -o .libs/lwin_wkt_lex.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_wkt_lex.c -fno-common -DPIC -o .libs/lwin_wkt_lex.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_wkt_lex.c -o lwin_wkt_lex.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_wkt_lex.c -o lwin_wkt_lex.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_wkt.c -fno-common -DPIC -o .libs/lwin_wkt.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_wkt.c -fno-common -DPIC -o .libs/lwin_wkt.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_wkt.c -o lwin_wkt.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwin_wkt.c -o lwin_wkt.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwutil.c -fno-common -DPIC -o .libs/lwutil.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwutil.c -fno-common -DPIC -o .libs/lwutil.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwutil.c -o lwutil.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwutil.c -o lwutil.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwhomogenize.c -fno-common -DPIC -o .libs/lwhomogenize.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwhomogenize.c -fno-common -DPIC -o .libs/lwhomogenize.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwhomogenize.c -o lwhomogenize.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwhomogenize.c -o lwhomogenize.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwalgorithm.c -fno-common -DPIC -o .libs/lwalgorithm.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwalgorithm.c -fno-common -DPIC -o .libs/lwalgorithm.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwalgorithm.c -o lwalgorithm.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwalgorithm.c -o lwalgorithm.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwsegmentize.c -fno-common -DPIC -o .libs/lwsegmentize.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwsegmentize.c -fno-common -DPIC -o .libs/lwsegmentize.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwsegmentize.c -o lwsegmentize.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwsegmentize.c -o lwsegmentize.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwlinearreferencing.c -fno-common -DPIC -o .libs/lwlinearreferencing.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwlinearreferencing.c -fno-common -DPIC -o .libs/lwlinearreferencing.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwlinearreferencing.c -o lwlinearreferencing.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwlinearreferencing.c -o lwlinearreferencing.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwprint.c -fno-common -DPIC -o .libs/lwprint.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwprint.c -fno-common -DPIC -o .libs/lwprint.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwprint.c -o lwprint.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwprint.c -o lwprint.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c vsprintf.c -fno-common -DPIC -o .libs/vsprintf.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c vsprintf.c -fno-common -DPIC -o .libs/vsprintf.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c vsprintf.c -o vsprintf.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c vsprintf.c -o vsprintf.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c g_box.c -fno-common -DPIC -o .libs/g_box.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c g_box.c -fno-common -DPIC -o .libs/g_box.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c g_box.c -o g_box.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c g_box.c -o g_box.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c g_serialized.c -fno-common -DPIC -o .libs/g_serialized.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c g_serialized.c -fno-common -DPIC -o .libs/g_serialized.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c g_serialized.c -o g_serialized.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c g_serialized.c -o g_serialized.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c g_util.c -fno-common -DPIC -o .libs/g_util.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c g_util.c -fno-common -DPIC -o .libs/g_util.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c g_util.c -o g_util.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c g_util.c -o g_util.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeodetic.c -fno-common -DPIC -o .libs/lwgeodetic.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeodetic.c -fno-common -DPIC -o .libs/lwgeodetic.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeodetic.c -o lwgeodetic.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeodetic.c -o lwgeodetic.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeodetic_tree.c -fno-common -DPIC -o .libs/lwgeodetic_tree.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeodetic_tree.c -fno-common -DPIC -o .libs/lwgeodetic_tree.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeodetic_tree.c -o lwgeodetic_tree.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeodetic_tree.c -o lwgeodetic_tree.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwtree.c -fno-common -DPIC -o .libs/lwtree.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwtree.c -fno-common -DPIC -o .libs/lwtree.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwtree.c -o lwtree.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwtree.c -o lwtree.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_gml.c -fno-common -DPIC -o .libs/lwout_gml.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_gml.c -fno-common -DPIC -o .libs/lwout_gml.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_gml.c -o lwout_gml.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_gml.c -o lwout_gml.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_kml.c -fno-common -DPIC -o .libs/lwout_kml.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_kml.c -fno-common -DPIC -o .libs/lwout_kml.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_kml.c -o lwout_kml.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_kml.c -o lwout_kml.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_geojson.c -fno-common -DPIC -o .libs/lwout_geojson.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_geojson.c -fno-common -DPIC -o .libs/lwout_geojson.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_geojson.c -o lwout_geojson.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_geojson.c -o lwout_geojson.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_svg.c -fno-common -DPIC -o .libs/lwout_svg.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_svg.c -fno-common -DPIC -o .libs/lwout_svg.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_svg.c -o lwout_svg.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_svg.c -o lwout_svg.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_x3d.c -fno-common -DPIC -o .libs/lwout_x3d.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_x3d.c -fno-common -DPIC -o .libs/lwout_x3d.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_x3d.c -o lwout_x3d.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwout_x3d.c -o lwout_x3d.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_debug.c -fno-common -DPIC -o .libs/lwgeom_debug.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_debug.c -fno-common -DPIC -o .libs/lwgeom_debug.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_debug.c -o lwgeom_debug.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_debug.c -o lwgeom_debug.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_geos.c -fno-common -DPIC -o .libs/lwgeom_geos.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_geos.c -fno-common -DPIC -o .libs/lwgeom_geos.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_geos.c -o lwgeom_geos.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_geos.c -o lwgeom_geos.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_geos_clean.c -fno-common -DPIC -o .libs/lwgeom_geos_clean.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_geos_clean.c -fno-common -DPIC -o .libs/lwgeom_geos_clean.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_geos_clean.c -o lwgeom_geos_clean.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_geos_clean.c -o lwgeom_geos_clean.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_geos_node.c -fno-common -DPIC -o .libs/lwgeom_geos_node.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_geos_node.c -fno-common -DPIC -o .libs/lwgeom_geos_node.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_geos_node.c -o lwgeom_geos_node.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_geos_node.c -o lwgeom_geos_node.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_geos_split.c -fno-common -DPIC -o .libs/lwgeom_geos_split.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_geos_split.c -fno-common -DPIC -o .libs/lwgeom_geos_split.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_geos_split.c -o lwgeom_geos_split.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_geos_split.c -o lwgeom_geos_split.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_transform.c -fno-common -DPIC -o .libs/lwgeom_transform.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_transform.c -fno-common -DPIC -o .libs/lwgeom_transform.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_transform.c -o lwgeom_transform.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_transform.c -o lwgeom_transform.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_sfcgal.c -fno-common -DPIC -o .libs/lwgeom_sfcgal.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_sfcgal.c -fno-common -DPIC -o .libs/lwgeom_sfcgal.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_sfcgal.c -o lwgeom_sfcgal.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -c lwgeom_sfcgal.c -o lwgeom_sfcgal.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -ffloat-store -c lwspheroid.c -fno-common -DPIC -o .libs/lwspheroid.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -ffloat-store -c lwspheroid.c -fno-common -DPIC -o .libs/lwspheroid.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
clang called with: -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -ffloat-store -c lwspheroid.c -o lwspheroid.o
superenv removed: -g -O2 -Wall -Wmissing-prototypes -I/usr/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
superenv executed: clang -pipe -w -Os -march=native -fno-common -DPIC -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/opt/json-c/include -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL -ffloat-store -c lwspheroid.c -o lwspheroid.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --disable-dependency-tracking --with-projdir=/usr/local --with-jsondir=/usr/local/opt/json-c --with-pgconfig=/usr/local/Cellar/postgresql/9.3.5_1/bin/pg_config --disable-nls
## --------- ##
## Platform. ##
## --------- ##
hostname = Franciss-iMac.local
uname -m = x86_64
uname -r = 13.4.0
uname -s = Darwin
uname -v = Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/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 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 8.00 gigabytes
Default processor set: 223 tasks, 1053 threads, 8 processors
Load average: 1.93, Mach factor: 6.06
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/local/opt/autoconf/bin
PATH: /usr/local/opt/automake/bin
PATH: /usr/local/opt/libtool/bin
PATH: /usr/local/opt/gpp/bin
PATH: /usr/local/opt/ossp-uuid/bin
PATH: /usr/local/opt/openssl/bin
PATH: /usr/local/opt/postgresql/bin
PATH: /usr/local/opt/proj/bin
PATH: /usr/local/opt/geos/bin
PATH: /usr/local/opt/libpng/bin
PATH: /usr/local/opt/jpeg/bin
PATH: /usr/local/opt/giflib/bin
PATH: /usr/local/opt/libtiff/bin
PATH: /usr/local/opt/libgeotiff/bin
PATH: /usr/local/opt/sqlite/bin
PATH: /usr/local/opt/libxml2/bin
PATH: /usr/local/opt/gdal/bin
PATH: /usr/local/opt/cgal/bin
PATH: /usr/local/opt/sfcgal/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2526: checking build system type
configure:2540: result: x86_64-apple-darwin13.4.0
configure:2560: checking host system type
configure:2573: result: x86_64-apple-darwin13.4.0
configure:2614: checking how to print strings
configure:2641: result: printf
configure:2710: checking for gcc
configure:2737: result: clang
configure:2966: checking for C compiler version
configure:2975: clang --version >&5
Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
configure:2986: $? = 0
configure:2975: clang -v >&5
Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
configure:2986: $? = 0
configure:2975: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:2986: $? = 1
configure:2975: clang -qversion >&5
clang: error: unknown argument: '-qversion'
configure:2986: $? = 1
configure:3006: checking whether the C compiler works
configure:3028: clang conftest.c >&5
configure:3032: $? = 0
configure:3080: result: yes
configure:3083: checking for C compiler default output file name
configure:3085: result: a.out
configure:3091: checking for suffix of executables
configure:3098: clang -o conftest conftest.c >&5
configure:3102: $? = 0
configure:3124: result:
configure:3146: checking whether we are cross compiling
configure:3154: clang -o conftest conftest.c >&5
configure:3158: $? = 0
configure:3165: ./conftest
configure:3169: $? = 0
configure:3184: result: no
configure:3189: checking for suffix of object files
configure:3211: clang -c conftest.c >&5
configure:3215: $? = 0
configure:3236: result: o
configure:3240: checking whether we are using the GNU C compiler
configure:3259: clang -c conftest.c >&5
configure:3259: $? = 0
configure:3268: result: yes
configure:3277: checking whether clang accepts -g
configure:3297: clang -c -g conftest.c >&5
configure:3297: $? = 0
configure:3338: result: yes
configure:3355: checking for clang option to accept ISO C89
configure:3418: clang -c -g -O2 conftest.c >&5
configure:3418: $? = 0
configure:3431: result: none needed
configure:3451: checking for a sed that does not truncate output
configure:3515: result: /usr/local/Library/ENV/4.3/sed
configure:3533: checking for grep that handles long lines and -e
configure:3591: result: /usr/bin/grep
configure:3596: checking for egrep
configure:3658: result: /usr/bin/grep -E
configure:3663: checking for fgrep
configure:3725: result: /usr/bin/grep -F
configure:3760: checking for ld used by clang
configure:3827: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:3834: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:3849: result: no
configure:3861: checking for BSD- or MS-compatible name lister (nm)
configure:3910: result: /usr/bin/nm
configure:4040: checking the name lister (/usr/bin/nm) interface
configure:4047: clang -c -g -O2 conftest.c >&5
configure:4050: /usr/bin/nm "conftest.o"
configure:4053: output
0000000000000228 S _some_variable
configure:4060: result: BSD nm
configure:4063: checking whether ln -s works
configure:4067: result: yes
configure:4075: checking the maximum length of command line arguments
configure:4205: result: 196608
configure:4222: checking whether the shell understands some XSI constructs
configure:4232: result: yes
configure:4236: checking whether the shell understands "+="
configure:4242: result: yes
configure:4277: checking how to convert x86_64-apple-darwin13.4.0 file names to x86_64-apple-darwin13.4.0 format
configure:4317: result: func_convert_file_noop
configure:4324: checking how to convert x86_64-apple-darwin13.4.0 file names to toolchain format
configure:4344: result: func_convert_file_noop
configure:4351: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
configure:4358: result: -r
configure:4432: checking for objdump
configure:4462: result: no
configure:4491: checking how to recognize dependent libraries
configure:4693: result: pass_all
configure:4778: checking for dlltool
configure:4808: result: no
configure:4838: checking how to associate runtime and link libraries
configure:4865: result: printf %s\n
configure:4926: checking for ar
configure:4942: found /usr/bin/ar
configure:4953: result: ar
configure:4990: checking for archiver @FILE support
configure:5007: clang -c -g -O2 conftest.c >&5
configure:5007: $? = 0
configure:5010: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:5013: $? = 1
configure:5033: result: no
configure:5091: checking for strip
configure:5107: found /usr/bin/strip
configure:5118: result: strip
configure:5190: checking for ranlib
configure:5206: found /usr/bin/ranlib
configure:5217: result: ranlib
configure:5294: checking for gawk
configure:5324: result: no
configure:5294: checking for mawk
configure:5324: result: no
configure:5294: checking for nawk
configure:5324: result: no
configure:5294: checking for awk
configure:5310: found /usr/bin/awk
configure:5321: result: awk
configure:5361: checking command to parse /usr/bin/nm output from clang object
configure:5481: clang -c -g -O2 conftest.c >&5
configure:5484: $? = 0
configure:5488: /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:5491: $? = 0
cannot find nm_test_var in conftest.nm
configure:5481: clang -c -g -O2 conftest.c >&5
configure:5484: $? = 0
configure:5488: /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:5491: $? = 0
configure:5557: clang -o conftest -g -O2 conftest.c conftstm.o >&5
configure:5560: $? = 0
configure:5598: result: ok
configure:5635: checking for sysroot
configure:5665: result: no
configure:5921: checking for mt
configure:5951: result: no
configure:5971: checking if : is a manifest tool
configure:5977: : '-?'
configure:5985: result: no
configure:6041: checking for dsymutil
configure:6057: found /usr/bin/dsymutil
configure:6068: result: dsymutil
configure:6133: checking for nmedit
configure:6149: found /usr/bin/nmedit
configure:6160: result: nmedit
configure:6225: checking for lipo
configure:6241: found /usr/bin/lipo
configure:6252: result: lipo
configure:6317: checking for otool
configure:6333: found /usr/bin/otool
configure:6344: result: otool
configure:6409: checking for otool64
configure:6439: result: no
configure:6484: checking for -single_module linker flag
clang -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:6517: result: yes
configure:6520: checking for -exported_symbols_list linker flag
configure:6540: clang -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:6540: $? = 0
configure:6550: result: yes
configure:6553: checking for -force_load linker flag
clang -g -O2 -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
clang -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:6585: result: yes
configure:6627: checking how to run the C preprocessor
configure:6658: clang -E conftest.c
configure:6658: $? = 0
configure:6672: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:6672: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6697: result: clang -E
configure:6717: clang -E conftest.c
configure:6717: $? = 0
configure:6731: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:6731: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6760: checking for ANSI C header files
configure:6780: clang -c -g -O2 conftest.c >&5
configure:6780: $? = 0
configure:6853: clang -o conftest -g -O2 conftest.c >&5
configure:6853: $? = 0
configure:6853: ./conftest
configure:6853: $? = 0
configure:6864: result: yes
configure:6877: checking for sys/types.h
configure:6877: clang -c -g -O2 conftest.c >&5
configure:6877: $? = 0
configure:6877: result: yes
configure:6877: checking for sys/stat.h
configure:6877: clang -c -g -O2 conftest.c >&5
configure:6877: $? = 0
configure:6877: result: yes
configure:6877: checking for stdlib.h
configure:6877: clang -c -g -O2 conftest.c >&5
configure:6877: $? = 0
configure:6877: result: yes
configure:6877: checking for string.h
configure:6877: clang -c -g -O2 conftest.c >&5
configure:6877: $? = 0
configure:6877: result: yes
configure:6877: checking for memory.h
configure:6877: clang -c -g -O2 conftest.c >&5
configure:6877: $? = 0
configure:6877: result: yes
configure:6877: checking for strings.h
configure:6877: clang -c -g -O2 conftest.c >&5
configure:6877: $? = 0
configure:6877: result: yes
configure:6877: checking for inttypes.h
configure:6877: clang -c -g -O2 conftest.c >&5
configure:6877: $? = 0
configure:6877: result: yes
configure:6877: checking for stdint.h
configure:6877: clang -c -g -O2 conftest.c >&5
configure:6877: $? = 0
configure:6877: result: yes
configure:6877: checking for unistd.h
configure:6877: clang -c -g -O2 conftest.c >&5
configure:6877: $? = 0
configure:6877: result: yes
configure:6891: checking for dlfcn.h
configure:6891: clang -c -g -O2 conftest.c >&5
configure:6891: $? = 0
configure:6891: result: yes
configure:7097: checking for objdir
configure:7112: result: .libs
configure:7383: checking if clang supports -fno-rtti -fno-exceptions
configure:7401: clang -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
configure:7405: $? = 0
configure:7418: result: yes
configure:7745: checking for clang option to produce PIC
configure:7752: result: -fno-common -DPIC
configure:7760: checking if clang PIC flag -fno-common -DPIC works
configure:7778: clang -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
configure:7782: $? = 0
configure:7795: result: yes
configure:7824: checking if clang static flag -static works
configure:7852: result: no
configure:7867: checking if clang supports -c -o file.o
configure:7888: clang -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:7892: $? = 0
configure:7914: result: yes
configure:7922: checking if clang supports -c -o file.o
configure:7969: result: yes
configure:8002: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:9155: result: yes
configure:9395: checking dynamic linker characteristics
configure:10128: result: darwin13.4.0 dyld
configure:10235: checking how to hardcode library paths into programs
configure:10260: result: immediate
configure:10800: checking whether stripping libraries is possible
configure:10814: result: yes
configure:10840: checking if libtool supports shared libraries
configure:10842: result: yes
configure:10845: checking whether to build shared libraries
configure:10866: result: yes
configure:10869: checking whether to build static libraries
configure:10873: result: yes
configure:10959: checking for gcc
configure:10986: result: clang
configure:11215: checking for C compiler version
configure:11224: clang --version >&5
Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
configure:11235: $? = 0
configure:11224: clang -v >&5
Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
configure:11235: $? = 0
configure:11224: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:11235: $? = 1
configure:11224: clang -qversion >&5
clang: error: unknown argument: '-qversion'
configure:11235: $? = 1
configure:11239: checking whether we are using the GNU C compiler
configure:11267: result: yes
configure:11276: checking whether clang accepts -g
configure:11337: result: yes
configure:11354: checking for clang option to accept ISO C89
configure:11430: result: none needed
configure:11455: checking how to run the C preprocessor
configure:11525: result: clang -E
configure:11545: clang -E conftest.c
configure:11545: $? = 0
configure:11559: clang -E conftest.c
conftest.c:21:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:11559: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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. */
| #include <ac_nonexistent.h>
configure:11699: checking for C++ compiler version
configure:11708: clang++ --version >&5
Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
configure:11719: $? = 0
configure:11708: clang++ -v >&5
Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
configure:11719: $? = 0
configure:11708: clang++ -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:11719: $? = 1
configure:11708: clang++ -qversion >&5
clang: error: unknown argument: '-qversion'
configure:11719: $? = 1
configure:11723: checking whether we are using the GNU C++ compiler
configure:11742: clang++ -c conftest.cpp >&5
configure:11742: $? = 0
configure:11751: result: yes
configure:11760: checking whether clang++ accepts -g
configure:11780: clang++ -c -g conftest.cpp >&5
configure:11780: $? = 0
configure:11821: result: yes
configure:11862: checking how to run the C++ preprocessor
configure:11889: clang++ -E conftest.cpp
configure:11889: $? = 0
configure:11903: clang++ -E conftest.cpp
conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:11903: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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. */
| #include <ac_nonexistent.h>
configure:11928: result: clang++ -E
configure:11948: clang++ -E conftest.cpp
configure:11948: $? = 0
configure:11962: clang++ -E conftest.cpp
conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:11962: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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. */
| #include <ac_nonexistent.h>
configure:12131: checking for ld used by clang++
configure:12198: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:12205: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:12220: result: no
configure:12275: checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:13280: result: yes
configure:13316: clang++ -c -g -O2 conftest.cpp >&5
configure:13319: $? = 0
configure:13839: checking for clang++ option to produce PIC
configure:13846: result: -fno-common -DPIC
configure:13854: checking if clang++ PIC flag -fno-common -DPIC works
configure:13872: clang++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5
configure:13876: $? = 0
configure:13889: result: yes
configure:13912: checking if clang++ static flag -static works
configure:13940: result: no
configure:13952: checking if clang++ supports -c -o file.o
configure:13973: clang++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:13977: $? = 0
configure:13999: result: yes
configure:14004: checking if clang++ supports -c -o file.o
configure:14051: result: yes
configure:14081: checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:14117: result: yes
configure:14258: checking dynamic linker characteristics
configure:14925: result: darwin13.4.0 dyld
configure:14978: checking how to hardcode library paths into programs
configure:15003: result: immediate
configure:15043: checking for grep that handles long lines and -e
configure:15101: result: /usr/bin/grep
configure:15108: checking for ant
configure:15126: found /usr/local/Library/ENV/4.3/ant
configure:15138: result: /usr/local/Library/ENV/4.3/ant
configure:15150: checking for cpp
configure:15168: found /usr/local/Library/ENV/4.3/cpp
configure:15180: result: /usr/local/Library/ENV/4.3/cpp
configure:15246: checking if clang++ supports -Wall
configure:15264: clang -c -g -O2 -Wall conftest.c >&5
configure:15268: $? = 0
configure:15281: result: yes
configure:15290: checking if clang++ supports -Wmissing-prototypes
configure:15308: clang -c -g -O2 -Wmissing-prototypes conftest.c >&5
configure:15312: $? = 0
configure:15325: result: yes
configure:15337: checking if clang++ supports -ffloat-store
configure:15355: clang -c -g -O2 -ffloat-store conftest.c >&5
configure:15359: $? = 0
configure:15372: result: yes
configure:15415: checking for flex
configure:15431: found /usr/bin/flex
configure:15442: result: flex
configure:15480: flex conftest.l
configure:15484: $? = 0
configure:15486: checking lex output file root
configure:15500: result: lex.yy
configure:15505: checking lex library
configure:15519: clang -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_yywrap", referenced from:
_yylex in conftest-dbacc5.o
_main in conftest-dbacc5.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:15519: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 POSTGIS_MAJOR_VERSION "2"
| #define POSTGIS_MINOR_VERSION "1"
| #define POSTGIS_MICRO_VERSION "3"
| /* end confdefs.h. */
|
| #line 3 "lex.yy.c"
|
| #define YY_INT_ALIGNED short int
|
| /* A lexical scanner generated by flex */
|
| #define FLEX_SCANNER
| #define YY_FLEX_MAJOR_VERSION 2
| #define YY_FLEX_MINOR_VERSION 5
| #define YY_FLEX_SUBMINOR_VERSION 35
| #if YY_FLEX_SUBMINOR_VERSION > 0
| #define FLEX_BETA
| #endif
|
| /* First, we deal with platform-specific or compiler-specific issues. */
|
| /* begin standard C headers. */
| #include <stdio.h>
| #include <string.h>
| #include <errno.h>
| #include <stdlib.h>
|
| /* end standard C headers. */
|
| /* flex integer type definitions */
|
| #ifndef FLEXINT_H
| #define FLEXINT_H
|
| /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
|
| #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
| /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
| * if you want the limit (max/min) macros for int types.
| */
| #ifndef __STDC_LIMIT_MACROS
| #define __STDC_LIMIT_MACROS 1
| #endif
|
| #include <inttypes.h>
| typedef int8_t flex_int8_t;
| typedef uint8_t flex_uint8_t;
| typedef int16_t flex_int16_t;
| typedef uint16_t flex_uint16_t;
| typedef int32_t flex_int32_t;
| typedef uint32_t flex_uint32_t;
| typedef uint64_t flex_uint64_t;
| #else
| typedef signed char flex_int8_t;
| typedef short int flex_int16_t;
| typedef int flex_int32_t;
| typedef unsigned char flex_uint8_t;
| typedef unsigned short int flex_uint16_t;
| typedef unsigned int flex_uint32_t;
| #endif /* ! C99 */
|
| /* Limits of integral types. */
| #ifndef INT8_MIN
| #define INT8_MIN (-128)
| #endif
| #ifndef INT16_MIN
| #define INT16_MIN (-32767-1)
| #endif
| #ifndef INT32_MIN
| #define INT32_MIN (-2147483647-1)
| #endif
| #ifndef INT8_MAX
| #define INT8_MAX (127)
| #endif
| #ifndef INT16_MAX
| #define INT16_MAX (32767)
| #endif
| #ifndef INT32_MAX
| #define INT32_MAX (2147483647)
| #endif
| #ifndef UINT8_MAX
| #define UINT8_MAX (255U)
| #endif
| #ifndef UINT16_MAX
| #define UINT16_MAX (65535U)
| #endif
| #ifndef UINT32_MAX
| #define UINT32_MAX (4294967295U)
| #endif
|
| #endif /* ! FLEXINT_H */
|
| #ifdef __cplusplus
|
| /* The "const" storage-class-modifier is valid. */
| #define YY_USE_CONST
|
| #else /* ! __cplusplus */
|
| /* C99 requires __STDC__ to be defined as 1. */
| #if defined (__STDC__)
|
| #define YY_USE_CONST
|
| #endif /* defined (__STDC__) */
| #endif /* ! __cplusplus */
|
| #ifdef YY_USE_CONST
| #define yyconst const
| #else
| #define yyconst
| #endif
|
| /* Returned upon end-of-file. */
| #define YY_NULL 0
|
| /* Promotes a possibly negative, possibly signed char to an unsigned
| * integer for use as an array index. If the signed char is negative,
| * we want to instead treat it as an 8-bit unsigned char, hence the
| * double cast.
| */
| #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
|
| /* Enter a start condition. This macro really ought to take a parameter,
| * but we do it the disgusting crufty way forced on us by the ()-less
| * definition of BEGIN.
| */
| #define BEGIN (yy_start) = 1 + 2 *
|
| /* Translate the current start state into a value that can be later handed
| * to BEGIN to return to the state. The YYSTATE alias is for lex
| * compatibility.
| */
| #define YY_START (((yy_start) - 1) / 2)
| #define YYSTATE YY_START
|
| /* Action number for EOF rule of a given start state. */
| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
|
| /* Special action meaning "start processing a new file". */
| #define YY_NEW_FILE yyrestart(yyin )
|
| #define YY_END_OF_BUFFER_CHAR 0
|
| /* Size of default input buffer. */
| #ifndef YY_BUF_SIZE
| #define YY_BUF_SIZE 16384
| #endif
|
| /* The state buf must be large enough to hold one state per character in the main buffer.
| */
| #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
|
| #ifndef YY_TYPEDEF_YY_BUFFER_STATE
| #define YY_TYPEDEF_YY_BUFFER_STATE
| typedef struct yy_buffer_state *YY_BUFFER_STATE;
| #endif
|
| #ifndef YY_TYPEDEF_YY_SIZE_T
| #define YY_TYPEDEF_YY_SIZE_T
| typedef size_t yy_size_t;
| #endif
|
| extern yy_size_t yyleng;
|
| extern FILE *yyin, *yyout;
|
| #define EOB_ACT_CONTINUE_SCAN 0
| #define EOB_ACT_END_OF_FILE 1
| #define EOB_ACT_LAST_MATCH 2
|
| #define YY_LESS_LINENO(n)
|
| /* Return all but the first "n" matched characters back to the input stream. */
| #define yyless(n) \
| do \
| { \
| /* Undo effects of setting up yytext. */ \
| int yyless_macro_arg = (n); \
| YY_LESS_LINENO(yyless_macro_arg);\
| *yy_cp = (yy_hold_char); \
| YY_RESTORE_YY_MORE_OFFSET \
| (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
| YY_DO_BEFORE_ACTION; /* set up yytext again */ \
| } \
| while ( 0 )
|
| #define unput(c) yyunput( c, (yytext_ptr) )
|
| #ifndef YY_STRUCT_YY_BUFFER_STATE
| #define YY_STRUCT_YY_BUFFER_STATE
| struct yy_buffer_state
| {
| FILE *yy_input_file;
|
| char *yy_ch_buf; /* input buffer */
| char *yy_buf_pos; /* current position in input buffer */
|
| /* Size of input buffer in bytes, not including room for EOB
| * characters.
| */
| yy_size_t yy_buf_size;
|
| /* Number of characters read into yy_ch_buf, not including EOB
| * characters.
| */
| yy_size_t yy_n_chars;
|
| /* Whether we "own" the buffer - i.e., we know we created it,
| * and can realloc() it to grow it, and should free() it to
| * delete it.
| */
| int yy_is_our_buffer;
|
| /* Whether this is an "interactive" input source; if so, and
| * if we're using stdio for input, then we want to use getc()
| * instead of fread(), to make sure we stop fetching input after
| * each newline.
| */
| int yy_is_interactive;
|
| /* Whether we're considered to be at the beginning of a line.
| * If so, '^' rules will be active on the next match, otherwise
| * not.
| */
| int yy_at_bol;
|
| int yy_bs_lineno; /**< The line count. */
| int yy_bs_column; /**< The column count. */
|
| /* Whether to try to fill the input buffer when we reach the
| * end of it.
| */
| int yy_fill_buffer;
|
| int yy_buffer_status;
|
| #define YY_BUFFER_NEW 0
| #define YY_BUFFER_NORMAL 1
| /* When an EOF's been seen but there's still some text to process
| * then we mark the buffer as YY_EOF_PENDING, to indicate that we
| * shouldn't try reading from the input source any more. We might
| * still have a bunch of tokens to match, though, because of
| * possible backing-up.
| *
| * When we actually see the EOF, we change the status to "new"
| * (via yyrestart()), so that the user can continue scanning by
| * just pointing yyin at a new input file.
| */
| #define YY_BUFFER_EOF_PENDING 2
|
| };
| #endif /* !YY_STRUCT_YY_BUFFER_STATE */
|
| /* Stack of input buffers. */
| static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
| static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
| static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
|
| /* We provide macros for accessing buffer states in case in the
| * future we want to put the buffer states in a more general
| * "scanner state".
| *
| * Returns the top of the stack, or NULL.
| */
| #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
| ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
| : NULL)
|
| /* Same as previous macro, but useful when we know that the buffer stack is not
| * NULL or when we need an lvalue. For internal use only.
| */
| #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
|
| /* yy_hold_char holds the character lost when yytext is formed. */
| static char yy_hold_char;
| static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */
| yy_size_t yyleng;
|
| /* Points to current character in buffer. */
| static char *yy_c_buf_p = (char *) 0;
| static int yy_init = 0; /* whether we need to initialize */
| static int yy_start = 0; /* start state number */
|
| /* Flag which is used to allow yywrap()'s to do buffer switches
| * instead of setting up a fresh yyin. A bit of a hack ...
| */
| static int yy_did_buffer_switch_on_eof;
|
| void yyrestart (FILE *input_file );
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
| YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
| void yy_delete_buffer (YY_BUFFER_STATE b );
| void yy_flush_buffer (YY_BUFFER_STATE b );
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
| void yypop_buffer_state (void );
|
| static void yyensure_buffer_stack (void );
| static void yy_load_buffer_state (void );
| static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
|
| #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
|
| YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
| YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
| YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len );
|
| void *yyalloc (yy_size_t );
| void *yyrealloc (void *,yy_size_t );
| void yyfree (void * );
|
| #define yy_new_buffer yy_create_buffer
|
| #define yy_set_interactive(is_interactive) \
| { \
| if ( ! YY_CURRENT_BUFFER ){ \
| yyensure_buffer_stack (); \
| YY_CURRENT_BUFFER_LVALUE = \
| yy_create_buffer(yyin,YY_BUF_SIZE ); \
| } \
| YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
| }
|
| #define yy_set_bol(at_bol) \
| { \
| if ( ! YY_CURRENT_BUFFER ){\
| yyensure_buffer_stack (); \
| YY_CURRENT_BUFFER_LVALUE = \
| yy_create_buffer(yyin,YY_BUF_SIZE ); \
| } \
| YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
| }
|
| #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
|
| /* Begin user sect3 */
|
| typedef unsigned char YY_CHAR;
|
| FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
|
| typedef int yy_state_type;
|
| extern int yylineno;
|
| int yylineno = 1;
|
| extern char *yytext;
| #define yytext_ptr yytext
|
| static yy_state_type yy_get_previous_state (void );
| static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
| static int yy_get_next_buffer (void );
| static void yy_fatal_error (yyconst char msg[] );
|
| /* Done after the current pattern has been matched and before the
| * corresponding action - sets up yytext.
| */
| #define YY_DO_BEFORE_ACTION \
| (yytext_ptr) = yy_bp; \
| (yytext_ptr) -= (yy_more_len); \
| yyleng = (yy_size_t) (yy_cp - (yytext_ptr)); \
| (yy_hold_char) = *yy_cp; \
| *yy_cp = '\0'; \
| (yy_c_buf_p) = yy_cp;
|
| #define YY_NUM_RULES 8
| #define YY_END_OF_BUFFER 9
| /* This struct is not used in this scanner,
| but its presence is necessary. */
| struct yy_trans_info
| {
| flex_int32_t yy_verify;
| flex_int32_t yy_nxt;
| };
| static yyconst flex_int16_t yy_acclist[23] =
| { 0,
| 9, 7, 8, 8, 1, 7, 8, 2, 7, 8,
| 3, 7, 8, 4, 7, 8, 5, 7, 8, 6,
| 7, 8
| } ;
|
| static yyconst flex_int16_t yy_accept[14] =
| { 0,
| 1, 1, 1, 2, 4, 5, 8, 11, 14, 17,
| 20, 23, 23
| } ;
|
| static yyconst flex_int32_t yy_ec[256] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 2,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 3, 4, 5, 6,
|
| 7, 8, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1
| } ;
|
| static yyconst flex_int32_t yy_meta[9] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1
| } ;
|
| static yyconst flex_int16_t yy_base[13] =
| { 0,
| 0, 0, 9, 10, 10, 10, 10, 10, 10, 10,
| 10, 10
| } ;
|
| static yyconst flex_int16_t yy_def[13] =
| { 0,
| 12, 1, 12, 12, 12, 12, 12, 12, 12, 12,
| 12, 0
| } ;
|
| static yyconst flex_int16_t yy_nxt[19] =
| { 0,
| 4, 5, 6, 7, 8, 9, 10, 11, 12, 3,
| 12, 12, 12, 12, 12, 12, 12, 12
| } ;
|
| static yyconst flex_int16_t yy_chk[19] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1, 3, 12,
| 12, 12, 12, 12, 12, 12, 12, 12
| } ;
|
| extern int yy_flex_debug;
| int yy_flex_debug = 0;
|
| static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;
| static char *yy_full_match;
| static int yy_lp;
| #define REJECT \
| { \
| *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
| yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
| ++(yy_lp); \
| goto find_rule; \
| }
|
| static int yy_more_flag = 0;
| static int yy_more_len = 0;
| #define yymore() ((yy_more_flag) = 1)
| #define YY_MORE_ADJ (yy_more_len)
| #define YY_RESTORE_YY_MORE_OFFSET
| char *yytext;
| #line 1 "conftest.l"
| #line 469 "lex.yy.c"
|
| #define INITIAL 0
|
| #ifndef YY_NO_UNISTD_H
| /* Special case for "unistd.h", since it is non-ANSI. We include it way
| * down here because we want the user's section 1 to have been scanned first.
| * The user has a chance to override it with an option.
| */
| #include <unistd.h>
| #endif
|
| #ifndef YY_EXTRA_TYPE
| #define YY_EXTRA_TYPE void *
| #endif
|
| static int yy_init_globals (void );
|
| /* Accessor methods to globals.
| These are made visible to non-reentrant scanners for convenience. */
|
| int yylex_destroy (void );
|
| int yyget_debug (void );
|
| void yyset_debug (int debug_flag );
|
| YY_EXTRA_TYPE yyget_extra (void );
|
| void yyset_extra (YY_EXTRA_TYPE user_defined );
|
| FILE *yyget_in (void );
|
| void yyset_in (FILE * in_str );
|
| FILE *yyget_out (void );
|
| void yyset_out (FILE * out_str );
|
| yy_size_t yyget_leng (void );
|
| char *yyget_text (void );
|
| int yyget_lineno (void );
|
| void yyset_lineno (int line_number );
|
| /* Macros after this point can all be overridden by user definitions in
| * section 1.
| */
|
| #ifndef YY_SKIP_YYWRAP
| #ifdef __cplusplus
| extern "C" int yywrap (void );
| #else
| extern int yywrap (void );
| #endif
| #endif
|
| static void yyunput (int c,char *buf_ptr );
|
| #ifndef yytext_ptr
| static void yy_flex_strncpy (char *,yyconst char *,int );
| #endif
|
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen (yyconst char * );
| #endif
|
| #ifndef YY_NO_INPUT
|
| #ifdef __cplusplus
| static int yyinput (void );
| #else
| static int input (void );
| #endif
|
| #endif
|
| /* Amount of stuff to slurp up with each read. */
| #ifndef YY_READ_BUF_SIZE
| #define YY_READ_BUF_SIZE 8192
| #endif
|
| /* Copy whatever the last rule matched to the standard output. */
| #ifndef ECHO
| /* This used to be an fputs(), but since the string might contain NUL's,
| * we now use fwrite().
| */
| #define ECHO fwrite( yytext, yyleng, 1, yyout )
| #endif
|
| /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
| * is returned in "result".
| */
| #ifndef YY_INPUT
| #define YY_INPUT(buf,result,max_size) \
| if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
| { \
| int c = '*'; \
| yy_size_t n; \
| for ( n = 0; n < max_size && \
| (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
| buf[n] = (char) c; \
| if ( c == '\n' ) \
| buf[n++] = (char) c; \
| if ( c == EOF && ferror( yyin ) ) \
| YY_FATAL_ERROR( "input in flex scanner failed" ); \
| result = n; \
| } \
| else \
| { \
| errno=0; \
| while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
| { \
| if( errno != EINTR) \
| { \
| YY_FATAL_ERROR( "input in flex scanner failed" ); \
| break; \
| } \
| errno=0; \
| clearerr(yyin); \
| } \
| }\
| \
|
| #endif
|
| /* No semi-colon after return; correct usage is to write "yyterminate();" -
| * we don't want an extra ';' after the "return" because that will cause
| * some compilers to complain about unreachable statements.
| */
| #ifndef yyterminate
| #define yyterminate() return YY_NULL
| #endif
|
| /* Number of entries by which start-condition stack grows. */
| #ifndef YY_START_STACK_INCR
| #define YY_START_STACK_INCR 25
| #endif
|
| /* Report a fatal error. */
| #ifndef YY_FATAL_ERROR
| #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
| #endif
|
| /* end tables serialization structures and prototypes */
|
| /* Default declaration of generated scanner - a define so the user can
| * easily add parameters.
| */
| #ifndef YY_DECL
| #define YY_DECL_IS_OURS 1
|
| extern int yylex (void);
|
| #define YY_DECL int yylex (void)
| #endif /* !YY_DECL */
|
| /* Code executed at the beginning of each rule, after yytext and yyleng
| * have been set up.
| */
| #ifndef YY_USER_ACTION
| #define YY_USER_ACTION
| #endif
|
| /* Code executed at the end of each rule. */
| #ifndef YY_BREAK
| #define YY_BREAK break;
| #endif
|
| #define YY_RULE_SETUP \
| YY_USER_ACTION
|
| /** The main scanner function which does all the work.
| */
| YY_DECL
| {
| register yy_state_type yy_current_state;
| register char *yy_cp, *yy_bp;
| register int yy_act;
|
| #line 1 "conftest.l"
|
| #line 653 "lex.yy.c"
|
| if ( !(yy_init) )
| {
| (yy_init) = 1;
|
| #ifdef YY_USER_INIT
| YY_USER_INIT;
| #endif
|
| /* Create the reject buffer large enough to save one state per allowed character. */
| if ( ! (yy_state_buf) )
| (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE );
| if ( ! (yy_state_buf) )
| YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
|
| if ( ! (yy_start) )
| (yy_start) = 1; /* first start state */
|
| if ( ! yyin )
| yyin = stdin;
|
| if ( ! yyout )
| yyout = stdout;
|
| if ( ! YY_CURRENT_BUFFER ) {
| yyensure_buffer_stack ();
| YY_CURRENT_BUFFER_LVALUE =
| yy_create_buffer(yyin,YY_BUF_SIZE );
| }
|
| yy_load_buffer_state( );
| }
|
| while ( 1 ) /* loops until end-of-file is reached */
| {
| (yy_more_len) = 0;
| if ( (yy_more_flag) )
| {
| (yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
| (yy_more_flag) = 0;
| }
| yy_cp = (yy_c_buf_p);
|
| /* Support of yytext. */
| *yy_cp = (yy_hold_char);
|
| /* yy_bp points to the position in yy_ch_buf of the start of
| * the current run.
| */
| yy_bp = yy_cp;
|
| yy_current_state = (yy_start);
|
| (yy_state_ptr) = (yy_state_buf);
| *(yy_state_ptr)++ = yy_current_state;
|
| yy_match:
| do
| {
| register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| *(yy_state_ptr)++ = yy_current_state;
| ++yy_cp;
| }
| while ( yy_base[yy_current_state] != 10 );
|
| yy_find_action:
| yy_current_state = *--(yy_state_ptr);
| (yy_lp) = yy_accept[yy_current_state];
| goto find_rule; /* Shut up GCC warning -Wall */
| find_rule: /* we branch to this label when backing up */
| for ( ; ; ) /* until we find what rule we matched */
| {
| if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] )
| {
| yy_act = yy_acclist[(yy_lp)];
| {
| (yy_full_match) = yy_cp;
| break;
| }
| }
| --yy_cp;
| yy_current_state = *--(yy_state_ptr);
| (yy_lp) = yy_accept[yy_current_state];
| }
|
| YY_DO_BEFORE_ACTION;
|
| do_action: /* This label is used only to access EOF actions. */
|
| switch ( yy_act )
| { /* beginning of action switch */
| case 1:
| YY_RULE_SETUP
| #line 2 "conftest.l"
| { ECHO; }
| YY_BREAK
| case 2:
| YY_RULE_SETUP
| #line 3 "conftest.l"
| { REJECT; }
| YY_BREAK
| case 3:
| YY_RULE_SETUP
| #line 4 "conftest.l"
| { yymore (); }
| YY_BREAK
| case 4:
| YY_RULE_SETUP
| #line 5 "conftest.l"
| { yyless (1); }
| YY_BREAK
| case 5:
| YY_RULE_SETUP
| #line 6 "conftest.l"
| { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
| yyless ((input () != 0)); }
| YY_BREAK
| case 6:
| YY_RULE_SETUP
| #line 8 "conftest.l"
| { unput (yytext[0]); }
| YY_BREAK
| case 7:
| YY_RULE_SETUP
| #line 9 "conftest.l"
| { BEGIN INITIAL; }
| YY_BREAK
| case 8:
| YY_RULE_SETUP
| #line 10 "conftest.l"
| ECHO;
| YY_BREAK
| #line 793 "lex.yy.c"
| case YY_STATE_EOF(INITIAL):
| yyterminate();
|
| case YY_END_OF_BUFFER:
| {
| /* Amount of text matched not including the EOB char. */
| int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
|
| /* Undo the effects of YY_DO_BEFORE_ACTION. */
| *yy_cp = (yy_hold_char);
| YY_RESTORE_YY_MORE_OFFSET
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
| {
| /* We're scanning a new file or input source. It's
| * possible that this happened because the user
| * just pointed yyin at a new source and called
| * yylex(). If so, then we have to assure
| * consistency between YY_CURRENT_BUFFER and our
| * globals. Here is the right place to do so, because
| * this is the first action (other than possibly a
| * back-up) that will match for the new input source.
| */
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
| YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
| }
|
| /* Note that here we test for yy_c_buf_p "<=" to the position
| * of the first EOB in the buffer, since yy_c_buf_p will
| * already have been incremented past the NUL character
| * (since all states make transitions on EOB to the
| * end-of-buffer state). Contrast this with the test
| * in input().
| */
| if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
| { /* This was really a NUL. */
| yy_state_type yy_next_state;
|
| (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
|
| yy_current_state = yy_get_previous_state( );
|
| /* Okay, we're now positioned to make the NUL
| * transition. We couldn't have
| * yy_get_previous_state() go ahead and do it
| * for us because it doesn't know how to deal
| * with the possibility of jamming (and we don't
| * want to build jamming into it because then it
| * will run more slowly).
| */
|
| yy_next_state = yy_try_NUL_trans( yy_current_state );
|
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
| if ( yy_next_state )
| {
| /* Consume the NUL. */
| yy_cp = ++(yy_c_buf_p);
| yy_current_state = yy_next_state;
| goto yy_match;
| }
|
| else
| {
| yy_cp = (yy_c_buf_p);
| goto yy_find_action;
| }
| }
|
| else switch ( yy_get_next_buffer( ) )
| {
| case EOB_ACT_END_OF_FILE:
| {
| (yy_did_buffer_switch_on_eof) = 0;
|
| if ( yywrap( ) )
| {
| /* Note: because we've taken care in
| * yy_get_next_buffer() to have set up
| * yytext, we can now set up
| * yy_c_buf_p so that if some total
| * hoser (like flex itself) wants to
| * call the scanner after we return the
| * YY_NULL, it'll still work - another
| * YY_NULL will get returned.
| */
| (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
|
| yy_act = YY_STATE_EOF(YY_START);
| goto do_action;
| }
|
| else
| {
| if ( ! (yy_did_buffer_switch_on_eof) )
| YY_NEW_FILE;
| }
| break;
| }
|
| case EOB_ACT_CONTINUE_SCAN:
| (yy_c_buf_p) =
| (yytext_ptr) + yy_amount_of_matched_text;
|
| yy_current_state = yy_get_previous_state( );
|
| yy_cp = (yy_c_buf_p);
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
| goto yy_match;
|
| case EOB_ACT_LAST_MATCH:
| (yy_c_buf_p) =
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
|
| yy_current_state = yy_get_previous_state( );
|
| yy_cp = (yy_c_buf_p);
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
| goto yy_find_action;
| }
| break;
| }
|
| default:
| YY_FATAL_ERROR(
| "fatal flex scanner internal error--no action found" );
| } /* end of action switch */
| } /* end of scanning one token */
| } /* end of yylex */
|
| /* yy_get_next_buffer - try to read in a new buffer
| *
| * Returns a code representing an action:
| * EOB_ACT_LAST_MATCH -
| * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
| * EOB_ACT_END_OF_FILE - end of file
| */
| static int yy_get_next_buffer (void)
| {
| register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
| register char *source = (yytext_ptr);
| register int number_to_move, i;
| int ret_val;
|
| if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
| YY_FATAL_ERROR(
| "fatal flex scanner internal error--end of buffer missed" );
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
| { /* Don't try to fill the buffer, so this is an EOF. */
| if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
| {
| /* We matched a single character, the EOB, so
| * treat this as a final EOF.
| */
| return EOB_ACT_END_OF_FILE;
| }
|
| else
| {
| /* We matched some text prior to the EOB, first
| * process it.
| */
| return EOB_ACT_LAST_MATCH;
| }
| }
|
| /* Try to read more data. */
|
| /* First move last chars to start of buffer. */
| number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
|
| for ( i = 0; i < number_to_move; ++i )
| *(dest++) = *(source++);
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
| /* don't do the read, it's not guaranteed to return an EOF,
| * just force an EOF
| */
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
|
| else
| {
| yy_size_t num_to_read =
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
|
| while ( num_to_read <= 0 )
| { /* Not enough room in the buffer - grow it. */
|
| YY_FATAL_ERROR(
| "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
|
| }
|
| if ( num_to_read > YY_READ_BUF_SIZE )
| num_to_read = YY_READ_BUF_SIZE;
|
| /* Read in more data. */
| YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
| (yy_n_chars), num_to_read );
|
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| if ( (yy_n_chars) == 0 )
| {
| if ( number_to_move == YY_MORE_ADJ )
| {
| ret_val = EOB_ACT_END_OF_FILE;
| yyrestart(yyin );
| }
|
| else
| {
| ret_val = EOB_ACT_LAST_MATCH;
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
| YY_BUFFER_EOF_PENDING;
| }
| }
|
| else
| ret_val = EOB_ACT_CONTINUE_SCAN;
|
| if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
| /* Extend the array by 50%, plus the number we really need. */
| yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
| if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
| }
|
| (yy_n_chars) += number_to_move;
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
|
| (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
|
| return ret_val;
| }
|
| /* yy_get_previous_state - get the state just before the EOB char was reached */
|
| static yy_state_type yy_get_previous_state (void)
| {
| register yy_state_type yy_current_state;
| register char *yy_cp;
|
| yy_current_state = (yy_start);
|
| (yy_state_ptr) = (yy_state_buf);
| *(yy_state_ptr)++ = yy_current_state;
|
| for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
| {
| register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| *(yy_state_ptr)++ = yy_current_state;
| }
|
| return yy_current_state;
| }
|
| /* yy_try_NUL_trans - try to make a transition on the NUL character
| *
| * synopsis
| * next_state = yy_try_NUL_trans( current_state );
| */
| static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
| {
| register int yy_is_jam;
|
| register YY_CHAR yy_c = 1;
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| yy_is_jam = (yy_current_state == 12);
| if ( ! yy_is_jam )
| *(yy_state_ptr)++ = yy_current_state;
|
| return yy_is_jam ? 0 : yy_current_state;
| }
|
| static void yyunput (int c, register char * yy_bp )
| {
| register char *yy_cp;
|
| yy_cp = (yy_c_buf_p);
|
| /* undo effects of setting up yytext */
| *yy_cp = (yy_hold_char);
|
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
| { /* need to shift things up to make room */
| /* +2 for EOB chars. */
| register yy_size_t number_to_move = (yy_n_chars) + 2;
| register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
| register char *source =
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
|
| while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
| *--dest = *--source;
|
| yy_cp += (int) (dest - source);
| yy_bp += (int) (dest - source);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
|
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
| YY_FATAL_ERROR( "flex scanner push-back overflow" );
| }
|
| *--yy_cp = (char) c;
|
| (yytext_ptr) = yy_bp;
| (yy_hold_char) = *yy_cp;
| (yy_c_buf_p) = yy_cp;
| }
|
| #ifndef YY_NO_INPUT
| #ifdef __cplusplus
| static int yyinput (void)
| #else
| static int input (void)
| #endif
|
| {
| int c;
|
| *(yy_c_buf_p) = (yy_hold_char);
|
| if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
| {
| /* yy_c_buf_p now points to the character we want to return.
| * If this occurs *before* the EOB characters, then it's a
| * valid NUL; if not, then we've hit the end of the buffer.
| */
| if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
| /* This was really a NUL. */
| *(yy_c_buf_p) = '\0';
|
| else
| { /* need more input */
| yy_size_t offset = (yy_c_buf_p) - (yytext_ptr);
| ++(yy_c_buf_p);
|
| switch ( yy_get_next_buffer( ) )
| {
| case EOB_ACT_LAST_MATCH:
| /* This happens because yy_g_n_b()
| * sees that we've accumulated a
| * token and flags that we need to
| * try matching the token before
| * proceeding. But for input(),
| * there's no matching to consider.
| * So convert the EOB_ACT_LAST_MATCH
| * to EOB_ACT_END_OF_FILE.
| */
|
| /* Reset buffer status. */
| yyrestart(yyin );
|
| /*FALLTHROUGH*/
|
| case EOB_ACT_END_OF_FILE:
| {
| if ( yywrap( ) )
| return 0;
|
| if ( ! (yy_did_buffer_switch_on_eof) )
| YY_NEW_FILE;
| #ifdef __cplusplus
| return yyinput();
| #else
| return input();
| #endif
| }
|
| case EOB_ACT_CONTINUE_SCAN:
| (yy_c_buf_p) = (yytext_ptr) + offset;
| break;
| }
| }
| }
|
| c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
| *(yy_c_buf_p) = '\0'; /* preserve yytext */
| (yy_hold_char) = *++(yy_c_buf_p);
|
| return c;
| }
| #endif /* ifndef YY_NO_INPUT */
|
| /** Immediately switch to a different input stream.
| * @param input_file A readable stream.
| *
| * @note This function does not reset the start condition to @c INITIAL .
| */
| void yyrestart (FILE * input_file )
| {
|
| if ( ! YY_CURRENT_BUFFER ){
| yyensure_buffer_stack ();
| YY_CURRENT_BUFFER_LVALUE =
| yy_create_buffer(yyin,YY_BUF_SIZE );
| }
|
| yy_init_buffer(YY_CURRENT_BUFFER,input_file );
| yy_load_buffer_state( );
| }
|
| /** Switch to a different input buffer.
| * @param new_buffer The new input buffer.
| *
| */
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
| {
|
| /* TODO. We should be able to replace this entire function body
| * with
| * yypop_buffer_state();
| * yypush_buffer_state(new_buffer);
| */
| yyensure_buffer_stack ();
| if ( YY_CURRENT_BUFFER == new_buffer )
| return;
|
| if ( YY_CURRENT_BUFFER )
| {
| /* Flush out information for old buffer. */
| *(yy_c_buf_p) = (yy_hold_char);
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| YY_CURRENT_BUFFER_LVALUE = new_buffer;
| yy_load_buffer_state( );
|
| /* We don't actually know whether we did this switch during
| * EOF (yywrap()) processing, but the only time this flag
| * is looked at is after yywrap() is called, so it's safe
| * to go ahead and always set it.
| */
| (yy_did_buffer_switch_on_eof) = 1;
| }
|
| static void yy_load_buffer_state (void)
| {
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
| (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
| yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
| (yy_hold_char) = *(yy_c_buf_p);
| }
|
| /** Allocate and initialize an input buffer state.
| * @param file A readable stream.
| * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
| *
| * @return the allocated buffer state.
| */
| YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
| {
| YY_BUFFER_STATE b;
|
| b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
| if ( ! b )
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
| b->yy_buf_size = size;
|
| /* yy_ch_buf has to be 2 characters longer than the size given because
| * we need to put in 2 end-of-buffer characters.
| */
| b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
| if ( ! b->yy_ch_buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
| b->yy_is_our_buffer = 1;
|
| yy_init_buffer(b,file );
|
| return b;
| }
|
| /** Destroy the buffer.
| * @param b a buffer created with yy_create_buffer()
| *
| */
| void yy_delete_buffer (YY_BUFFER_STATE b )
| {
|
| if ( ! b )
| return;
|
| if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
| YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
|
| if ( b->yy_is_our_buffer )
| yyfree((void *) b->yy_ch_buf );
|
| yyfree((void *) b );
| }
|
| #ifndef __cplusplus
| extern int isatty (int );
| #endif /* __cplusplus */
|
| /* Initializes or reinitializes a buffer.
| * This function is sometimes called more than once on the same buffer,
| * such as during a yyrestart() or at EOF.
| */
| static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
|
| {
| int oerrno = errno;
|
| yy_flush_buffer(b );
|
| b->yy_input_file = file;
| b->yy_fill_buffer = 1;
|
| /* If b is the current buffer, then yy_init_buffer was _probably_
| * called from yyrestart() or through yy_get_next_buffer.
| * In that case, we don't want to reset the lineno or column.
| */
| if (b != YY_CURRENT_BUFFER){
| b->yy_bs_lineno = 1;
| b->yy_bs_column = 0;
| }
|
| b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
|
| errno = oerrno;
| }
|
| /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
| * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
| *
| */
| void yy_flush_buffer (YY_BUFFER_STATE b )
| {
| if ( ! b )
| return;
|
| b->yy_n_chars = 0;
|
| /* We always need two end-of-buffer characters. The first causes
| * a transition to the end-of-buffer state. The second causes
| * a jam in that state.
| */
| b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
| b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
|
| b->yy_buf_pos = &b->yy_ch_buf[0];
|
| b->yy_at_bol = 1;
| b->yy_buffer_status = YY_BUFFER_NEW;
|
| if ( b == YY_CURRENT_BUFFER )
| yy_load_buffer_state( );
| }
|
| /** Pushes the new state onto the stack. The new state becomes
| * the current state. This function will allocate the stack
| * if necessary.
| * @param new_buffer The new state.
| *
| */
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
| {
| if (new_buffer == NULL)
| return;
|
| yyensure_buffer_stack();
|
| /* This block is copied from yy_switch_to_buffer. */
| if ( YY_CURRENT_BUFFER )
| {
| /* Flush out information for old buffer. */
| *(yy_c_buf_p) = (yy_hold_char);
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| /* Only push if top exists. Otherwise, replace top. */
| if (YY_CURRENT_BUFFER)
| (yy_buffer_stack_top)++;
| YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
| /* copied from yy_switch_to_buffer. */
| yy_load_buffer_state( );
| (yy_did_buffer_switch_on_eof) = 1;
| }
|
| /** Removes and deletes the top of the stack, if present.
| * The next element becomes the new top.
| *
| */
| void yypop_buffer_state (void)
| {
| if (!YY_CURRENT_BUFFER)
| return;
|
| yy_delete_buffer(YY_CURRENT_BUFFER );
| YY_CURRENT_BUFFER_LVALUE = NULL;
| if ((yy_buffer_stack_top) > 0)
| --(yy_buffer_stack_top);
|
| if (YY_CURRENT_BUFFER) {
| yy_load_buffer_state( );
| (yy_did_buffer_switch_on_eof) = 1;
| }
| }
|
| /* Allocates the stack if it does not exist.
| * Guarantees space for at least one push.
| */
| static void yyensure_buffer_stack (void)
| {
| yy_size_t num_to_alloc;
|
| if (!(yy_buffer_stack)) {
|
| /* First allocation is just for 2 elements, since we don't know if this
| * scanner will even need a stack. We use 2 instead of 1 to avoid an
| * immediate realloc on the next call.
| */
| num_to_alloc = 1;
| (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
| (num_to_alloc * sizeof(struct yy_buffer_state*)
| );
| if ( ! (yy_buffer_stack) )
| YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
| memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
|
| (yy_buffer_stack_max) = num_to_alloc;
| (yy_buffer_stack_top) = 0;
| return;
| }
|
| if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
|
| /* Increase the buffer to prepare for a possible push. */
| int grow_size = 8 /* arbitrary grow size */;
|
| num_to_alloc = (yy_buffer_stack_max) + grow_size;
| (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
| ((yy_buffer_stack),
| num_to_alloc * sizeof(struct yy_buffer_state*)
| );
| if ( ! (yy_buffer_stack) )
| YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
| /* zero only the new slots.*/
| memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
| (yy_buffer_stack_max) = num_to_alloc;
| }
| }
|
| /** Setup the input buffer state to scan directly from a user-specified character buffer.
| * @param base the character buffer
| * @param size the size in bytes of the character buffer
| *
| * @return the newly allocated buffer state object.
| */
| YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
| {
| YY_BUFFER_STATE b;
|
| if ( size < 2 ||
| base[size-2] != YY_END_OF_BUFFER_CHAR ||
| base[size-1] != YY_END_OF_BUFFER_CHAR )
| /* They forgot to leave room for the EOB's. */
| return 0;
|
| b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
| if ( ! b )
| YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
|
| b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
| b->yy_buf_pos = b->yy_ch_buf = base;
| b->yy_is_our_buffer = 0;
| b->yy_input_file = 0;
| b->yy_n_chars = b->yy_buf_size;
| b->yy_is_interactive = 0;
| b->yy_at_bol = 1;
| b->yy_fill_buffer = 0;
| b->yy_buffer_status = YY_BUFFER_NEW;
|
| yy_switch_to_buffer(b );
|
| return b;
| }
|
| /** Setup the input buffer state to scan a string. The next call to yylex() will
| * scan from a @e copy of @a str.
| * @param yystr a NUL-terminated string to scan
| *
| * @return the newly allocated buffer state object.
| * @note If you want to scan bytes that may contain NUL values, then use
| * yy_scan_bytes() instead.
| */
| YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
| {
|
| return yy_scan_bytes(yystr,strlen(yystr) );
| }
|
| /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
| * scan from a @e copy of @a bytes.
| * @param bytes the byte buffer to scan
| * @param len the number of bytes in the buffer pointed to by @a bytes.
| *
| * @return the newly allocated buffer state object.
| */
| YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len )
| {
| YY_BUFFER_STATE b;
| char *buf;
| yy_size_t n, i;
|
| /* Get memory for full buffer, including space for trailing EOB's. */
| n = _yybytes_len + 2;
| buf = (char *) yyalloc(n );
| if ( ! buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
|
| for ( i = 0; i < _yybytes_len; ++i )
| buf[i] = yybytes[i];
|
| buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
|
| b = yy_scan_buffer(buf,n );
| if ( ! b )
| YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
|
| /* It's okay to grow etc. this buffer, and we should throw it
| * away when we're done.
| */
| b->yy_is_our_buffer = 1;
|
| return b;
| }
|
| #ifndef YY_EXIT_FAILURE
| #define YY_EXIT_FAILURE 2
| #endif
|
| static void yy_fatal_error (yyconst char* msg )
| {
| (void) fprintf( stderr, "%s\n", msg );
| exit( YY_EXIT_FAILURE );
| }
|
| /* Redefine yyless() so it works in section 3 code. */
|
| #undef yyless
| #define yyless(n) \
| do \
| { \
| /* Undo effects of setting up yytext. */ \
| int yyless_macro_arg = (n); \
| YY_LESS_LINENO(yyless_macro_arg);\
| yytext[yyleng] = (yy_hold_char); \
| (yy_c_buf_p) = yytext + yyless_macro_arg; \
| (yy_hold_char) = *(yy_c_buf_p); \
| *(yy_c_buf_p) = '\0'; \
| yyleng = yyless_macro_arg; \
| } \
| while ( 0 )
|
| /* Accessor methods (get/set functions) to struct members. */
|
| /** Get the current line number.
| *
| */
| int yyget_lineno (void)
| {
|
| return yylineno;
| }
|
| /** Get the input stream.
| *
| */
| FILE *yyget_in (void)
| {
| return yyin;
| }
|
| /** Get the output stream.
| *
| */
| FILE *yyget_out (void)
| {
| return yyout;
| }
|
| /** Get the length of the current token.
| *
| */
| yy_size_t yyget_leng (void)
| {
| return yyleng;
| }
|
| /** Get the current token.
| *
| */
|
| char *yyget_text (void)
| {
| return yytext;
| }
|
| /** Set the current line number.
| * @param line_number
| *
| */
| void yyset_lineno (int line_number )
| {
|
| yylineno = line_number;
| }
|
| /** Set the input stream. This does not discard the current
| * input buffer.
| * @param in_str A readable stream.
| *
| * @see yy_switch_to_buffer
| */
| void yyset_in (FILE * in_str )
| {
| yyin = in_str ;
| }
|
| void yyset_out (FILE * out_str )
| {
| yyout = out_str ;
| }
|
| int yyget_debug (void)
| {
| return yy_flex_debug;
| }
|
| void yyset_debug (int bdebug )
| {
| yy_flex_debug = bdebug ;
| }
|
| static int yy_init_globals (void)
| {
| /* Initialization is the same as for the non-reentrant scanner.
| * This function is called from yylex_destroy(), so don't allocate here.
| */
|
| (yy_buffer_stack) = 0;
| (yy_buffer_stack_top) = 0;
| (yy_buffer_stack_max) = 0;
| (yy_c_buf_p) = (char *) 0;
| (yy_init) = 0;
| (yy_start) = 0;
|
| (yy_state_buf) = 0;
| (yy_state_ptr) = 0;
| (yy_full_match) = 0;
| (yy_lp) = 0;
|
| /* Defined in main.c */
| #ifdef YY_STDINIT
| yyin = stdin;
| yyout = stdout;
| #else
| yyin = (FILE *) 0;
| yyout = (FILE *) 0;
| #endif
|
| /* For future reference: Set errno on error, since we are called by
| * yylex_init()
| */
| return 0;
| }
|
| /* yylex_destroy is for both reentrant and non-reentrant scanners. */
| int yylex_destroy (void)
| {
|
| /* Pop the buffer stack, destroying each element. */
| while(YY_CURRENT_BUFFER){
| yy_delete_buffer(YY_CURRENT_BUFFER );
| YY_CURRENT_BUFFER_LVALUE = NULL;
| yypop_buffer_state();
| }
|
| /* Destroy the stack itself. */
| yyfree((yy_buffer_stack) );
| (yy_buffer_stack) = NULL;
|
| yyfree ( (yy_state_buf) );
| (yy_state_buf) = NULL;
|
| /* Reset the globals. This is important in a non-reentrant scanner so the next time
| * yylex() is called, initialization will occur. */
| yy_init_globals( );
|
| return 0;
| }
|
| /*
| * Internal utility routines.
| */
|
| #ifndef yytext_ptr
| static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
| {
| register int i;
| for ( i = 0; i < n; ++i )
| s1[i] = s2[i];
| }
| #endif
|
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen (yyconst char * s )
| {
| register int n;
| for ( n = 0; s[n]; ++n )
| ;
|
| return n;
| }
| #endif
|
| void *yyalloc (yy_size_t size )
| {
| return (void *) malloc( size );
| }
|
| void *yyrealloc (void * ptr, yy_size_t size )
| {
| /* The cast to (char *) in the following accommodates both
| * implementations that use char* generic pointers, and those
| * that use void* generic pointers. It works with the latter
| * because both ANSI C and C++ allow castless assignment from
| * any pointer type to void*, and deal with argument conversions
| * as though doing an assignment.
| */
| return (void *) realloc( (char *) ptr, size );
| }
|
| void yyfree (void * ptr )
| {
| free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
| }
|
| #define YYTABLES_NAME "yytables"
|
| #line 10 "conftest.l"
|
|
| #ifdef YYTEXT_POINTER
| extern char *yytext;
| #endif
| int
| main (void)
| {
| return ! yylex () + ! yywrap ();
| }
configure:15519: clang -o conftest -g -O2 conftest.c -lfl >&5
ld: library not found for -lfl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:15519: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 POSTGIS_MAJOR_VERSION "2"
| #define POSTGIS_MINOR_VERSION "1"
| #define POSTGIS_MICRO_VERSION "3"
| /* end confdefs.h. */
|
| #line 3 "lex.yy.c"
|
| #define YY_INT_ALIGNED short int
|
| /* A lexical scanner generated by flex */
|
| #define FLEX_SCANNER
| #define YY_FLEX_MAJOR_VERSION 2
| #define YY_FLEX_MINOR_VERSION 5
| #define YY_FLEX_SUBMINOR_VERSION 35
| #if YY_FLEX_SUBMINOR_VERSION > 0
| #define FLEX_BETA
| #endif
|
| /* First, we deal with platform-specific or compiler-specific issues. */
|
| /* begin standard C headers. */
| #include <stdio.h>
| #include <string.h>
| #include <errno.h>
| #include <stdlib.h>
|
| /* end standard C headers. */
|
| /* flex integer type definitions */
|
| #ifndef FLEXINT_H
| #define FLEXINT_H
|
| /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
|
| #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
| /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
| * if you want the limit (max/min) macros for int types.
| */
| #ifndef __STDC_LIMIT_MACROS
| #define __STDC_LIMIT_MACROS 1
| #endif
|
| #include <inttypes.h>
| typedef int8_t flex_int8_t;
| typedef uint8_t flex_uint8_t;
| typedef int16_t flex_int16_t;
| typedef uint16_t flex_uint16_t;
| typedef int32_t flex_int32_t;
| typedef uint32_t flex_uint32_t;
| typedef uint64_t flex_uint64_t;
| #else
| typedef signed char flex_int8_t;
| typedef short int flex_int16_t;
| typedef int flex_int32_t;
| typedef unsigned char flex_uint8_t;
| typedef unsigned short int flex_uint16_t;
| typedef unsigned int flex_uint32_t;
| #endif /* ! C99 */
|
| /* Limits of integral types. */
| #ifndef INT8_MIN
| #define INT8_MIN (-128)
| #endif
| #ifndef INT16_MIN
| #define INT16_MIN (-32767-1)
| #endif
| #ifndef INT32_MIN
| #define INT32_MIN (-2147483647-1)
| #endif
| #ifndef INT8_MAX
| #define INT8_MAX (127)
| #endif
| #ifndef INT16_MAX
| #define INT16_MAX (32767)
| #endif
| #ifndef INT32_MAX
| #define INT32_MAX (2147483647)
| #endif
| #ifndef UINT8_MAX
| #define UINT8_MAX (255U)
| #endif
| #ifndef UINT16_MAX
| #define UINT16_MAX (65535U)
| #endif
| #ifndef UINT32_MAX
| #define UINT32_MAX (4294967295U)
| #endif
|
| #endif /* ! FLEXINT_H */
|
| #ifdef __cplusplus
|
| /* The "const" storage-class-modifier is valid. */
| #define YY_USE_CONST
|
| #else /* ! __cplusplus */
|
| /* C99 requires __STDC__ to be defined as 1. */
| #if defined (__STDC__)
|
| #define YY_USE_CONST
|
| #endif /* defined (__STDC__) */
| #endif /* ! __cplusplus */
|
| #ifdef YY_USE_CONST
| #define yyconst const
| #else
| #define yyconst
| #endif
|
| /* Returned upon end-of-file. */
| #define YY_NULL 0
|
| /* Promotes a possibly negative, possibly signed char to an unsigned
| * integer for use as an array index. If the signed char is negative,
| * we want to instead treat it as an 8-bit unsigned char, hence the
| * double cast.
| */
| #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
|
| /* Enter a start condition. This macro really ought to take a parameter,
| * but we do it the disgusting crufty way forced on us by the ()-less
| * definition of BEGIN.
| */
| #define BEGIN (yy_start) = 1 + 2 *
|
| /* Translate the current start state into a value that can be later handed
| * to BEGIN to return to the state. The YYSTATE alias is for lex
| * compatibility.
| */
| #define YY_START (((yy_start) - 1) / 2)
| #define YYSTATE YY_START
|
| /* Action number for EOF rule of a given start state. */
| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
|
| /* Special action meaning "start processing a new file". */
| #define YY_NEW_FILE yyrestart(yyin )
|
| #define YY_END_OF_BUFFER_CHAR 0
|
| /* Size of default input buffer. */
| #ifndef YY_BUF_SIZE
| #define YY_BUF_SIZE 16384
| #endif
|
| /* The state buf must be large enough to hold one state per character in the main buffer.
| */
| #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
|
| #ifndef YY_TYPEDEF_YY_BUFFER_STATE
| #define YY_TYPEDEF_YY_BUFFER_STATE
| typedef struct yy_buffer_state *YY_BUFFER_STATE;
| #endif
|
| #ifndef YY_TYPEDEF_YY_SIZE_T
| #define YY_TYPEDEF_YY_SIZE_T
| typedef size_t yy_size_t;
| #endif
|
| extern yy_size_t yyleng;
|
| extern FILE *yyin, *yyout;
|
| #define EOB_ACT_CONTINUE_SCAN 0
| #define EOB_ACT_END_OF_FILE 1
| #define EOB_ACT_LAST_MATCH 2
|
| #define YY_LESS_LINENO(n)
|
| /* Return all but the first "n" matched characters back to the input stream. */
| #define yyless(n) \
| do \
| { \
| /* Undo effects of setting up yytext. */ \
| int yyless_macro_arg = (n); \
| YY_LESS_LINENO(yyless_macro_arg);\
| *yy_cp = (yy_hold_char); \
| YY_RESTORE_YY_MORE_OFFSET \
| (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
| YY_DO_BEFORE_ACTION; /* set up yytext again */ \
| } \
| while ( 0 )
|
| #define unput(c) yyunput( c, (yytext_ptr) )
|
| #ifndef YY_STRUCT_YY_BUFFER_STATE
| #define YY_STRUCT_YY_BUFFER_STATE
| struct yy_buffer_state
| {
| FILE *yy_input_file;
|
| char *yy_ch_buf; /* input buffer */
| char *yy_buf_pos; /* current position in input buffer */
|
| /* Size of input buffer in bytes, not including room for EOB
| * characters.
| */
| yy_size_t yy_buf_size;
|
| /* Number of characters read into yy_ch_buf, not including EOB
| * characters.
| */
| yy_size_t yy_n_chars;
|
| /* Whether we "own" the buffer - i.e., we know we created it,
| * and can realloc() it to grow it, and should free() it to
| * delete it.
| */
| int yy_is_our_buffer;
|
| /* Whether this is an "interactive" input source; if so, and
| * if we're using stdio for input, then we want to use getc()
| * instead of fread(), to make sure we stop fetching input after
| * each newline.
| */
| int yy_is_interactive;
|
| /* Whether we're considered to be at the beginning of a line.
| * If so, '^' rules will be active on the next match, otherwise
| * not.
| */
| int yy_at_bol;
|
| int yy_bs_lineno; /**< The line count. */
| int yy_bs_column; /**< The column count. */
|
| /* Whether to try to fill the input buffer when we reach the
| * end of it.
| */
| int yy_fill_buffer;
|
| int yy_buffer_status;
|
| #define YY_BUFFER_NEW 0
| #define YY_BUFFER_NORMAL 1
| /* When an EOF's been seen but there's still some text to process
| * then we mark the buffer as YY_EOF_PENDING, to indicate that we
| * shouldn't try reading from the input source any more. We might
| * still have a bunch of tokens to match, though, because of
| * possible backing-up.
| *
| * When we actually see the EOF, we change the status to "new"
| * (via yyrestart()), so that the user can continue scanning by
| * just pointing yyin at a new input file.
| */
| #define YY_BUFFER_EOF_PENDING 2
|
| };
| #endif /* !YY_STRUCT_YY_BUFFER_STATE */
|
| /* Stack of input buffers. */
| static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
| static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
| static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
|
| /* We provide macros for accessing buffer states in case in the
| * future we want to put the buffer states in a more general
| * "scanner state".
| *
| * Returns the top of the stack, or NULL.
| */
| #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
| ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
| : NULL)
|
| /* Same as previous macro, but useful when we know that the buffer stack is not
| * NULL or when we need an lvalue. For internal use only.
| */
| #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
|
| /* yy_hold_char holds the character lost when yytext is formed. */
| static char yy_hold_char;
| static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */
| yy_size_t yyleng;
|
| /* Points to current character in buffer. */
| static char *yy_c_buf_p = (char *) 0;
| static int yy_init = 0; /* whether we need to initialize */
| static int yy_start = 0; /* start state number */
|
| /* Flag which is used to allow yywrap()'s to do buffer switches
| * instead of setting up a fresh yyin. A bit of a hack ...
| */
| static int yy_did_buffer_switch_on_eof;
|
| void yyrestart (FILE *input_file );
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
| YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
| void yy_delete_buffer (YY_BUFFER_STATE b );
| void yy_flush_buffer (YY_BUFFER_STATE b );
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
| void yypop_buffer_state (void );
|
| static void yyensure_buffer_stack (void );
| static void yy_load_buffer_state (void );
| static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
|
| #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
|
| YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
| YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
| YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len );
|
| void *yyalloc (yy_size_t );
| void *yyrealloc (void *,yy_size_t );
| void yyfree (void * );
|
| #define yy_new_buffer yy_create_buffer
|
| #define yy_set_interactive(is_interactive) \
| { \
| if ( ! YY_CURRENT_BUFFER ){ \
| yyensure_buffer_stack (); \
| YY_CURRENT_BUFFER_LVALUE = \
| yy_create_buffer(yyin,YY_BUF_SIZE ); \
| } \
| YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
| }
|
| #define yy_set_bol(at_bol) \
| { \
| if ( ! YY_CURRENT_BUFFER ){\
| yyensure_buffer_stack (); \
| YY_CURRENT_BUFFER_LVALUE = \
| yy_create_buffer(yyin,YY_BUF_SIZE ); \
| } \
| YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
| }
|
| #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
|
| /* Begin user sect3 */
|
| typedef unsigned char YY_CHAR;
|
| FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
|
| typedef int yy_state_type;
|
| extern int yylineno;
|
| int yylineno = 1;
|
| extern char *yytext;
| #define yytext_ptr yytext
|
| static yy_state_type yy_get_previous_state (void );
| static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
| static int yy_get_next_buffer (void );
| static void yy_fatal_error (yyconst char msg[] );
|
| /* Done after the current pattern has been matched and before the
| * corresponding action - sets up yytext.
| */
| #define YY_DO_BEFORE_ACTION \
| (yytext_ptr) = yy_bp; \
| (yytext_ptr) -= (yy_more_len); \
| yyleng = (yy_size_t) (yy_cp - (yytext_ptr)); \
| (yy_hold_char) = *yy_cp; \
| *yy_cp = '\0'; \
| (yy_c_buf_p) = yy_cp;
|
| #define YY_NUM_RULES 8
| #define YY_END_OF_BUFFER 9
| /* This struct is not used in this scanner,
| but its presence is necessary. */
| struct yy_trans_info
| {
| flex_int32_t yy_verify;
| flex_int32_t yy_nxt;
| };
| static yyconst flex_int16_t yy_acclist[23] =
| { 0,
| 9, 7, 8, 8, 1, 7, 8, 2, 7, 8,
| 3, 7, 8, 4, 7, 8, 5, 7, 8, 6,
| 7, 8
| } ;
|
| static yyconst flex_int16_t yy_accept[14] =
| { 0,
| 1, 1, 1, 2, 4, 5, 8, 11, 14, 17,
| 20, 23, 23
| } ;
|
| static yyconst flex_int32_t yy_ec[256] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 2,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 3, 4, 5, 6,
|
| 7, 8, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1
| } ;
|
| static yyconst flex_int32_t yy_meta[9] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1
| } ;
|
| static yyconst flex_int16_t yy_base[13] =
| { 0,
| 0, 0, 9, 10, 10, 10, 10, 10, 10, 10,
| 10, 10
| } ;
|
| static yyconst flex_int16_t yy_def[13] =
| { 0,
| 12, 1, 12, 12, 12, 12, 12, 12, 12, 12,
| 12, 0
| } ;
|
| static yyconst flex_int16_t yy_nxt[19] =
| { 0,
| 4, 5, 6, 7, 8, 9, 10, 11, 12, 3,
| 12, 12, 12, 12, 12, 12, 12, 12
| } ;
|
| static yyconst flex_int16_t yy_chk[19] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1, 3, 12,
| 12, 12, 12, 12, 12, 12, 12, 12
| } ;
|
| extern int yy_flex_debug;
| int yy_flex_debug = 0;
|
| static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;
| static char *yy_full_match;
| static int yy_lp;
| #define REJECT \
| { \
| *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
| yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
| ++(yy_lp); \
| goto find_rule; \
| }
|
| static int yy_more_flag = 0;
| static int yy_more_len = 0;
| #define yymore() ((yy_more_flag) = 1)
| #define YY_MORE_ADJ (yy_more_len)
| #define YY_RESTORE_YY_MORE_OFFSET
| char *yytext;
| #line 1 "conftest.l"
| #line 469 "lex.yy.c"
|
| #define INITIAL 0
|
| #ifndef YY_NO_UNISTD_H
| /* Special case for "unistd.h", since it is non-ANSI. We include it way
| * down here because we want the user's section 1 to have been scanned first.
| * The user has a chance to override it with an option.
| */
| #include <unistd.h>
| #endif
|
| #ifndef YY_EXTRA_TYPE
| #define YY_EXTRA_TYPE void *
| #endif
|
| static int yy_init_globals (void );
|
| /* Accessor methods to globals.
| These are made visible to non-reentrant scanners for convenience. */
|
| int yylex_destroy (void );
|
| int yyget_debug (void );
|
| void yyset_debug (int debug_flag );
|
| YY_EXTRA_TYPE yyget_extra (void );
|
| void yyset_extra (YY_EXTRA_TYPE user_defined );
|
| FILE *yyget_in (void );
|
| void yyset_in (FILE * in_str );
|
| FILE *yyget_out (void );
|
| void yyset_out (FILE * out_str );
|
| yy_size_t yyget_leng (void );
|
| char *yyget_text (void );
|
| int yyget_lineno (void );
|
| void yyset_lineno (int line_number );
|
| /* Macros after this point can all be overridden by user definitions in
| * section 1.
| */
|
| #ifndef YY_SKIP_YYWRAP
| #ifdef __cplusplus
| extern "C" int yywrap (void );
| #else
| extern int yywrap (void );
| #endif
| #endif
|
| static void yyunput (int c,char *buf_ptr );
|
| #ifndef yytext_ptr
| static void yy_flex_strncpy (char *,yyconst char *,int );
| #endif
|
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen (yyconst char * );
| #endif
|
| #ifndef YY_NO_INPUT
|
| #ifdef __cplusplus
| static int yyinput (void );
| #else
| static int input (void );
| #endif
|
| #endif
|
| /* Amount of stuff to slurp up with each read. */
| #ifndef YY_READ_BUF_SIZE
| #define YY_READ_BUF_SIZE 8192
| #endif
|
| /* Copy whatever the last rule matched to the standard output. */
| #ifndef ECHO
| /* This used to be an fputs(), but since the string might contain NUL's,
| * we now use fwrite().
| */
| #define ECHO fwrite( yytext, yyleng, 1, yyout )
| #endif
|
| /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
| * is returned in "result".
| */
| #ifndef YY_INPUT
| #define YY_INPUT(buf,result,max_size) \
| if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
| { \
| int c = '*'; \
| yy_size_t n; \
| for ( n = 0; n < max_size && \
| (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
| buf[n] = (char) c; \
| if ( c == '\n' ) \
| buf[n++] = (char) c; \
| if ( c == EOF && ferror( yyin ) ) \
| YY_FATAL_ERROR( "input in flex scanner failed" ); \
| result = n; \
| } \
| else \
| { \
| errno=0; \
| while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
| { \
| if( errno != EINTR) \
| { \
| YY_FATAL_ERROR( "input in flex scanner failed" ); \
| break; \
| } \
| errno=0; \
| clearerr(yyin); \
| } \
| }\
| \
|
| #endif
|
| /* No semi-colon after return; correct usage is to write "yyterminate();" -
| * we don't want an extra ';' after the "return" because that will cause
| * some compilers to complain about unreachable statements.
| */
| #ifndef yyterminate
| #define yyterminate() return YY_NULL
| #endif
|
| /* Number of entries by which start-condition stack grows. */
| #ifndef YY_START_STACK_INCR
| #define YY_START_STACK_INCR 25
| #endif
|
| /* Report a fatal error. */
| #ifndef YY_FATAL_ERROR
| #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
| #endif
|
| /* end tables serialization structures and prototypes */
|
| /* Default declaration of generated scanner - a define so the user can
| * easily add parameters.
| */
| #ifndef YY_DECL
| #define YY_DECL_IS_OURS 1
|
| extern int yylex (void);
|
| #define YY_DECL int yylex (void)
| #endif /* !YY_DECL */
|
| /* Code executed at the beginning of each rule, after yytext and yyleng
| * have been set up.
| */
| #ifndef YY_USER_ACTION
| #define YY_USER_ACTION
| #endif
|
| /* Code executed at the end of each rule. */
| #ifndef YY_BREAK
| #define YY_BREAK break;
| #endif
|
| #define YY_RULE_SETUP \
| YY_USER_ACTION
|
| /** The main scanner function which does all the work.
| */
| YY_DECL
| {
| register yy_state_type yy_current_state;
| register char *yy_cp, *yy_bp;
| register int yy_act;
|
| #line 1 "conftest.l"
|
| #line 653 "lex.yy.c"
|
| if ( !(yy_init) )
| {
| (yy_init) = 1;
|
| #ifdef YY_USER_INIT
| YY_USER_INIT;
| #endif
|
| /* Create the reject buffer large enough to save one state per allowed character. */
| if ( ! (yy_state_buf) )
| (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE );
| if ( ! (yy_state_buf) )
| YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
|
| if ( ! (yy_start) )
| (yy_start) = 1; /* first start state */
|
| if ( ! yyin )
| yyin = stdin;
|
| if ( ! yyout )
| yyout = stdout;
|
| if ( ! YY_CURRENT_BUFFER ) {
| yyensure_buffer_stack ();
| YY_CURRENT_BUFFER_LVALUE =
| yy_create_buffer(yyin,YY_BUF_SIZE );
| }
|
| yy_load_buffer_state( );
| }
|
| while ( 1 ) /* loops until end-of-file is reached */
| {
| (yy_more_len) = 0;
| if ( (yy_more_flag) )
| {
| (yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
| (yy_more_flag) = 0;
| }
| yy_cp = (yy_c_buf_p);
|
| /* Support of yytext. */
| *yy_cp = (yy_hold_char);
|
| /* yy_bp points to the position in yy_ch_buf of the start of
| * the current run.
| */
| yy_bp = yy_cp;
|
| yy_current_state = (yy_start);
|
| (yy_state_ptr) = (yy_state_buf);
| *(yy_state_ptr)++ = yy_current_state;
|
| yy_match:
| do
| {
| register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| *(yy_state_ptr)++ = yy_current_state;
| ++yy_cp;
| }
| while ( yy_base[yy_current_state] != 10 );
|
| yy_find_action:
| yy_current_state = *--(yy_state_ptr);
| (yy_lp) = yy_accept[yy_current_state];
| goto find_rule; /* Shut up GCC warning -Wall */
| find_rule: /* we branch to this label when backing up */
| for ( ; ; ) /* until we find what rule we matched */
| {
| if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] )
| {
| yy_act = yy_acclist[(yy_lp)];
| {
| (yy_full_match) = yy_cp;
| break;
| }
| }
| --yy_cp;
| yy_current_state = *--(yy_state_ptr);
| (yy_lp) = yy_accept[yy_current_state];
| }
|
| YY_DO_BEFORE_ACTION;
|
| do_action: /* This label is used only to access EOF actions. */
|
| switch ( yy_act )
| { /* beginning of action switch */
| case 1:
| YY_RULE_SETUP
| #line 2 "conftest.l"
| { ECHO; }
| YY_BREAK
| case 2:
| YY_RULE_SETUP
| #line 3 "conftest.l"
| { REJECT; }
| YY_BREAK
| case 3:
| YY_RULE_SETUP
| #line 4 "conftest.l"
| { yymore (); }
| YY_BREAK
| case 4:
| YY_RULE_SETUP
| #line 5 "conftest.l"
| { yyless (1); }
| YY_BREAK
| case 5:
| YY_RULE_SETUP
| #line 6 "conftest.l"
| { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
| yyless ((input () != 0)); }
| YY_BREAK
| case 6:
| YY_RULE_SETUP
| #line 8 "conftest.l"
| { unput (yytext[0]); }
| YY_BREAK
| case 7:
| YY_RULE_SETUP
| #line 9 "conftest.l"
| { BEGIN INITIAL; }
| YY_BREAK
| case 8:
| YY_RULE_SETUP
| #line 10 "conftest.l"
| ECHO;
| YY_BREAK
| #line 793 "lex.yy.c"
| case YY_STATE_EOF(INITIAL):
| yyterminate();
|
| case YY_END_OF_BUFFER:
| {
| /* Amount of text matched not including the EOB char. */
| int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
|
| /* Undo the effects of YY_DO_BEFORE_ACTION. */
| *yy_cp = (yy_hold_char);
| YY_RESTORE_YY_MORE_OFFSET
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
| {
| /* We're scanning a new file or input source. It's
| * possible that this happened because the user
| * just pointed yyin at a new source and called
| * yylex(). If so, then we have to assure
| * consistency between YY_CURRENT_BUFFER and our
| * globals. Here is the right place to do so, because
| * this is the first action (other than possibly a
| * back-up) that will match for the new input source.
| */
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
| YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
| }
|
| /* Note that here we test for yy_c_buf_p "<=" to the position
| * of the first EOB in the buffer, since yy_c_buf_p will
| * already have been incremented past the NUL character
| * (since all states make transitions on EOB to the
| * end-of-buffer state). Contrast this with the test
| * in input().
| */
| if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
| { /* This was really a NUL. */
| yy_state_type yy_next_state;
|
| (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
|
| yy_current_state = yy_get_previous_state( );
|
| /* Okay, we're now positioned to make the NUL
| * transition. We couldn't have
| * yy_get_previous_state() go ahead and do it
| * for us because it doesn't know how to deal
| * with the possibility of jamming (and we don't
| * want to build jamming into it because then it
| * will run more slowly).
| */
|
| yy_next_state = yy_try_NUL_trans( yy_current_state );
|
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
| if ( yy_next_state )
| {
| /* Consume the NUL. */
| yy_cp = ++(yy_c_buf_p);
| yy_current_state = yy_next_state;
| goto yy_match;
| }
|
| else
| {
| yy_cp = (yy_c_buf_p);
| goto yy_find_action;
| }
| }
|
| else switch ( yy_get_next_buffer( ) )
| {
| case EOB_ACT_END_OF_FILE:
| {
| (yy_did_buffer_switch_on_eof) = 0;
|
| if ( yywrap( ) )
| {
| /* Note: because we've taken care in
| * yy_get_next_buffer() to have set up
| * yytext, we can now set up
| * yy_c_buf_p so that if some total
| * hoser (like flex itself) wants to
| * call the scanner after we return the
| * YY_NULL, it'll still work - another
| * YY_NULL will get returned.
| */
| (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
|
| yy_act = YY_STATE_EOF(YY_START);
| goto do_action;
| }
|
| else
| {
| if ( ! (yy_did_buffer_switch_on_eof) )
| YY_NEW_FILE;
| }
| break;
| }
|
| case EOB_ACT_CONTINUE_SCAN:
| (yy_c_buf_p) =
| (yytext_ptr) + yy_amount_of_matched_text;
|
| yy_current_state = yy_get_previous_state( );
|
| yy_cp = (yy_c_buf_p);
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
| goto yy_match;
|
| case EOB_ACT_LAST_MATCH:
| (yy_c_buf_p) =
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
|
| yy_current_state = yy_get_previous_state( );
|
| yy_cp = (yy_c_buf_p);
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
| goto yy_find_action;
| }
| break;
| }
|
| default:
| YY_FATAL_ERROR(
| "fatal flex scanner internal error--no action found" );
| } /* end of action switch */
| } /* end of scanning one token */
| } /* end of yylex */
|
| /* yy_get_next_buffer - try to read in a new buffer
| *
| * Returns a code representing an action:
| * EOB_ACT_LAST_MATCH -
| * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
| * EOB_ACT_END_OF_FILE - end of file
| */
| static int yy_get_next_buffer (void)
| {
| register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
| register char *source = (yytext_ptr);
| register int number_to_move, i;
| int ret_val;
|
| if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
| YY_FATAL_ERROR(
| "fatal flex scanner internal error--end of buffer missed" );
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
| { /* Don't try to fill the buffer, so this is an EOF. */
| if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
| {
| /* We matched a single character, the EOB, so
| * treat this as a final EOF.
| */
| return EOB_ACT_END_OF_FILE;
| }
|
| else
| {
| /* We matched some text prior to the EOB, first
| * process it.
| */
| return EOB_ACT_LAST_MATCH;
| }
| }
|
| /* Try to read more data. */
|
| /* First move last chars to start of buffer. */
| number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
|
| for ( i = 0; i < number_to_move; ++i )
| *(dest++) = *(source++);
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
| /* don't do the read, it's not guaranteed to return an EOF,
| * just force an EOF
| */
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
|
| else
| {
| yy_size_t num_to_read =
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
|
| while ( num_to_read <= 0 )
| { /* Not enough room in the buffer - grow it. */
|
| YY_FATAL_ERROR(
| "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
|
| }
|
| if ( num_to_read > YY_READ_BUF_SIZE )
| num_to_read = YY_READ_BUF_SIZE;
|
| /* Read in more data. */
| YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
| (yy_n_chars), num_to_read );
|
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| if ( (yy_n_chars) == 0 )
| {
| if ( number_to_move == YY_MORE_ADJ )
| {
| ret_val = EOB_ACT_END_OF_FILE;
| yyrestart(yyin );
| }
|
| else
| {
| ret_val = EOB_ACT_LAST_MATCH;
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
| YY_BUFFER_EOF_PENDING;
| }
| }
|
| else
| ret_val = EOB_ACT_CONTINUE_SCAN;
|
| if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
| /* Extend the array by 50%, plus the number we really need. */
| yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
| if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
| }
|
| (yy_n_chars) += number_to_move;
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
|
| (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
|
| return ret_val;
| }
|
| /* yy_get_previous_state - get the state just before the EOB char was reached */
|
| static yy_state_type yy_get_previous_state (void)
| {
| register yy_state_type yy_current_state;
| register char *yy_cp;
|
| yy_current_state = (yy_start);
|
| (yy_state_ptr) = (yy_state_buf);
| *(yy_state_ptr)++ = yy_current_state;
|
| for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
| {
| register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| *(yy_state_ptr)++ = yy_current_state;
| }
|
| return yy_current_state;
| }
|
| /* yy_try_NUL_trans - try to make a transition on the NUL character
| *
| * synopsis
| * next_state = yy_try_NUL_trans( current_state );
| */
| static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
| {
| register int yy_is_jam;
|
| register YY_CHAR yy_c = 1;
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| yy_is_jam = (yy_current_state == 12);
| if ( ! yy_is_jam )
| *(yy_state_ptr)++ = yy_current_state;
|
| return yy_is_jam ? 0 : yy_current_state;
| }
|
| static void yyunput (int c, register char * yy_bp )
| {
| register char *yy_cp;
|
| yy_cp = (yy_c_buf_p);
|
| /* undo effects of setting up yytext */
| *yy_cp = (yy_hold_char);
|
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
| { /* need to shift things up to make room */
| /* +2 for EOB chars. */
| register yy_size_t number_to_move = (yy_n_chars) + 2;
| register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
| register char *source =
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
|
| while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
| *--dest = *--source;
|
| yy_cp += (int) (dest - source);
| yy_bp += (int) (dest - source);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
|
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
| YY_FATAL_ERROR( "flex scanner push-back overflow" );
| }
|
| *--yy_cp = (char) c;
|
| (yytext_ptr) = yy_bp;
| (yy_hold_char) = *yy_cp;
| (yy_c_buf_p) = yy_cp;
| }
|
| #ifndef YY_NO_INPUT
| #ifdef __cplusplus
| static int yyinput (void)
| #else
| static int input (void)
| #endif
|
| {
| int c;
|
| *(yy_c_buf_p) = (yy_hold_char);
|
| if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
| {
| /* yy_c_buf_p now points to the character we want to return.
| * If this occurs *before* the EOB characters, then it's a
| * valid NUL; if not, then we've hit the end of the buffer.
| */
| if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
| /* This was really a NUL. */
| *(yy_c_buf_p) = '\0';
|
| else
| { /* need more input */
| yy_size_t offset = (yy_c_buf_p) - (yytext_ptr);
| ++(yy_c_buf_p);
|
| switch ( yy_get_next_buffer( ) )
| {
| case EOB_ACT_LAST_MATCH:
| /* This happens because yy_g_n_b()
| * sees that we've accumulated a
| * token and flags that we need to
| * try matching the token before
| * proceeding. But for input(),
| * there's no matching to consider.
| * So convert the EOB_ACT_LAST_MATCH
| * to EOB_ACT_END_OF_FILE.
| */
|
| /* Reset buffer status. */
| yyrestart(yyin );
|
| /*FALLTHROUGH*/
|
| case EOB_ACT_END_OF_FILE:
| {
| if ( yywrap( ) )
| return 0;
|
| if ( ! (yy_did_buffer_switch_on_eof) )
| YY_NEW_FILE;
| #ifdef __cplusplus
| return yyinput();
| #else
| return input();
| #endif
| }
|
| case EOB_ACT_CONTINUE_SCAN:
| (yy_c_buf_p) = (yytext_ptr) + offset;
| break;
| }
| }
| }
|
| c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
| *(yy_c_buf_p) = '\0'; /* preserve yytext */
| (yy_hold_char) = *++(yy_c_buf_p);
|
| return c;
| }
| #endif /* ifndef YY_NO_INPUT */
|
| /** Immediately switch to a different input stream.
| * @param input_file A readable stream.
| *
| * @note This function does not reset the start condition to @c INITIAL .
| */
| void yyrestart (FILE * input_file )
| {
|
| if ( ! YY_CURRENT_BUFFER ){
| yyensure_buffer_stack ();
| YY_CURRENT_BUFFER_LVALUE =
| yy_create_buffer(yyin,YY_BUF_SIZE );
| }
|
| yy_init_buffer(YY_CURRENT_BUFFER,input_file );
| yy_load_buffer_state( );
| }
|
| /** Switch to a different input buffer.
| * @param new_buffer The new input buffer.
| *
| */
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
| {
|
| /* TODO. We should be able to replace this entire function body
| * with
| * yypop_buffer_state();
| * yypush_buffer_state(new_buffer);
| */
| yyensure_buffer_stack ();
| if ( YY_CURRENT_BUFFER == new_buffer )
| return;
|
| if ( YY_CURRENT_BUFFER )
| {
| /* Flush out information for old buffer. */
| *(yy_c_buf_p) = (yy_hold_char);
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| YY_CURRENT_BUFFER_LVALUE = new_buffer;
| yy_load_buffer_state( );
|
| /* We don't actually know whether we did this switch during
| * EOF (yywrap()) processing, but the only time this flag
| * is looked at is after yywrap() is called, so it's safe
| * to go ahead and always set it.
| */
| (yy_did_buffer_switch_on_eof) = 1;
| }
|
| static void yy_load_buffer_state (void)
| {
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
| (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
| yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
| (yy_hold_char) = *(yy_c_buf_p);
| }
|
| /** Allocate and initialize an input buffer state.
| * @param file A readable stream.
| * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
| *
| * @return the allocated buffer state.
| */
| YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
| {
| YY_BUFFER_STATE b;
|
| b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
| if ( ! b )
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
| b->yy_buf_size = size;
|
| /* yy_ch_buf has to be 2 characters longer than the size given because
| * we need to put in 2 end-of-buffer characters.
| */
| b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
| if ( ! b->yy_ch_buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
| b->yy_is_our_buffer = 1;
|
| yy_init_buffer(b,file );
|
| return b;
| }
|
| /** Destroy the buffer.
| * @param b a buffer created with yy_create_buffer()
| *
| */
| void yy_delete_buffer (YY_BUFFER_STATE b )
| {
|
| if ( ! b )
| return;
|
| if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
| YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
|
| if ( b->yy_is_our_buffer )
| yyfree((void *) b->yy_ch_buf );
|
| yyfree((void *) b );
| }
|
| #ifndef __cplusplus
| extern int isatty (int );
| #endif /* __cplusplus */
|
| /* Initializes or reinitializes a buffer.
| * This function is sometimes called more than once on the same buffer,
| * such as during a yyrestart() or at EOF.
| */
| static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
|
| {
| int oerrno = errno;
|
| yy_flush_buffer(b );
|
| b->yy_input_file = file;
| b->yy_fill_buffer = 1;
|
| /* If b is the current buffer, then yy_init_buffer was _probably_
| * called from yyrestart() or through yy_get_next_buffer.
| * In that case, we don't want to reset the lineno or column.
| */
| if (b != YY_CURRENT_BUFFER){
| b->yy_bs_lineno = 1;
| b->yy_bs_column = 0;
| }
|
| b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
|
| errno = oerrno;
| }
|
| /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
| * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
| *
| */
| void yy_flush_buffer (YY_BUFFER_STATE b )
| {
| if ( ! b )
| return;
|
| b->yy_n_chars = 0;
|
| /* We always need two end-of-buffer characters. The first causes
| * a transition to the end-of-buffer state. The second causes
| * a jam in that state.
| */
| b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
| b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
|
| b->yy_buf_pos = &b->yy_ch_buf[0];
|
| b->yy_at_bol = 1;
| b->yy_buffer_status = YY_BUFFER_NEW;
|
| if ( b == YY_CURRENT_BUFFER )
| yy_load_buffer_state( );
| }
|
| /** Pushes the new state onto the stack. The new state becomes
| * the current state. This function will allocate the stack
| * if necessary.
| * @param new_buffer The new state.
| *
| */
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
| {
| if (new_buffer == NULL)
| return;
|
| yyensure_buffer_stack();
|
| /* This block is copied from yy_switch_to_buffer. */
| if ( YY_CURRENT_BUFFER )
| {
| /* Flush out information for old buffer. */
| *(yy_c_buf_p) = (yy_hold_char);
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| /* Only push if top exists. Otherwise, replace top. */
| if (YY_CURRENT_BUFFER)
| (yy_buffer_stack_top)++;
| YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
| /* copied from yy_switch_to_buffer. */
| yy_load_buffer_state( );
| (yy_did_buffer_switch_on_eof) = 1;
| }
|
| /** Removes and deletes the top of the stack, if present.
| * The next element becomes the new top.
| *
| */
| void yypop_buffer_state (void)
| {
| if (!YY_CURRENT_BUFFER)
| return;
|
| yy_delete_buffer(YY_CURRENT_BUFFER );
| YY_CURRENT_BUFFER_LVALUE = NULL;
| if ((yy_buffer_stack_top) > 0)
| --(yy_buffer_stack_top);
|
| if (YY_CURRENT_BUFFER) {
| yy_load_buffer_state( );
| (yy_did_buffer_switch_on_eof) = 1;
| }
| }
|
| /* Allocates the stack if it does not exist.
| * Guarantees space for at least one push.
| */
| static void yyensure_buffer_stack (void)
| {
| yy_size_t num_to_alloc;
|
| if (!(yy_buffer_stack)) {
|
| /* First allocation is just for 2 elements, since we don't know if this
| * scanner will even need a stack. We use 2 instead of 1 to avoid an
| * immediate realloc on the next call.
| */
| num_to_alloc = 1;
| (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
| (num_to_alloc * sizeof(struct yy_buffer_state*)
| );
| if ( ! (yy_buffer_stack) )
| YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
| memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
|
| (yy_buffer_stack_max) = num_to_alloc;
| (yy_buffer_stack_top) = 0;
| return;
| }
|
| if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
|
| /* Increase the buffer to prepare for a possible push. */
| int grow_size = 8 /* arbitrary grow size */;
|
| num_to_alloc = (yy_buffer_stack_max) + grow_size;
| (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
| ((yy_buffer_stack),
| num_to_alloc * sizeof(struct yy_buffer_state*)
| );
| if ( ! (yy_buffer_stack) )
| YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
| /* zero only the new slots.*/
| memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
| (yy_buffer_stack_max) = num_to_alloc;
| }
| }
|
| /** Setup the input buffer state to scan directly from a user-specified character buffer.
| * @param base the character buffer
| * @param size the size in bytes of the character buffer
| *
| * @return the newly allocated buffer state object.
| */
| YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
| {
| YY_BUFFER_STATE b;
|
| if ( size < 2 ||
| base[size-2] != YY_END_OF_BUFFER_CHAR ||
| base[size-1] != YY_END_OF_BUFFER_CHAR )
| /* They forgot to leave room for the EOB's. */
| return 0;
|
| b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
| if ( ! b )
| YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
|
| b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
| b->yy_buf_pos = b->yy_ch_buf = base;
| b->yy_is_our_buffer = 0;
| b->yy_input_file = 0;
| b->yy_n_chars = b->yy_buf_size;
| b->yy_is_interactive = 0;
| b->yy_at_bol = 1;
| b->yy_fill_buffer = 0;
| b->yy_buffer_status = YY_BUFFER_NEW;
|
| yy_switch_to_buffer(b );
|
| return b;
| }
|
| /** Setup the input buffer state to scan a string. The next call to yylex() will
| * scan from a @e copy of @a str.
| * @param yystr a NUL-terminated string to scan
| *
| * @return the newly allocated buffer state object.
| * @note If you want to scan bytes that may contain NUL values, then use
| * yy_scan_bytes() instead.
| */
| YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
| {
|
| return yy_scan_bytes(yystr,strlen(yystr) );
| }
|
| /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
| * scan from a @e copy of @a bytes.
| * @param bytes the byte buffer to scan
| * @param len the number of bytes in the buffer pointed to by @a bytes.
| *
| * @return the newly allocated buffer state object.
| */
| YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len )
| {
| YY_BUFFER_STATE b;
| char *buf;
| yy_size_t n, i;
|
| /* Get memory for full buffer, including space for trailing EOB's. */
| n = _yybytes_len + 2;
| buf = (char *) yyalloc(n );
| if ( ! buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
|
| for ( i = 0; i < _yybytes_len; ++i )
| buf[i] = yybytes[i];
|
| buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
|
| b = yy_scan_buffer(buf,n );
| if ( ! b )
| YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
|
| /* It's okay to grow etc. this buffer, and we should throw it
| * away when we're done.
| */
| b->yy_is_our_buffer = 1;
|
| return b;
| }
|
| #ifndef YY_EXIT_FAILURE
| #define YY_EXIT_FAILURE 2
| #endif
|
| static void yy_fatal_error (yyconst char* msg )
| {
| (void) fprintf( stderr, "%s\n", msg );
| exit( YY_EXIT_FAILURE );
| }
|
| /* Redefine yyless() so it works in section 3 code. */
|
| #undef yyless
| #define yyless(n) \
| do \
| { \
| /* Undo effects of setting up yytext. */ \
| int yyless_macro_arg = (n); \
| YY_LESS_LINENO(yyless_macro_arg);\
| yytext[yyleng] = (yy_hold_char); \
| (yy_c_buf_p) = yytext + yyless_macro_arg; \
| (yy_hold_char) = *(yy_c_buf_p); \
| *(yy_c_buf_p) = '\0'; \
| yyleng = yyless_macro_arg; \
| } \
| while ( 0 )
|
| /* Accessor methods (get/set functions) to struct members. */
|
| /** Get the current line number.
| *
| */
| int yyget_lineno (void)
| {
|
| return yylineno;
| }
|
| /** Get the input stream.
| *
| */
| FILE *yyget_in (void)
| {
| return yyin;
| }
|
| /** Get the output stream.
| *
| */
| FILE *yyget_out (void)
| {
| return yyout;
| }
|
| /** Get the length of the current token.
| *
| */
| yy_size_t yyget_leng (void)
| {
| return yyleng;
| }
|
| /** Get the current token.
| *
| */
|
| char *yyget_text (void)
| {
| return yytext;
| }
|
| /** Set the current line number.
| * @param line_number
| *
| */
| void yyset_lineno (int line_number )
| {
|
| yylineno = line_number;
| }
|
| /** Set the input stream. This does not discard the current
| * input buffer.
| * @param in_str A readable stream.
| *
| * @see yy_switch_to_buffer
| */
| void yyset_in (FILE * in_str )
| {
| yyin = in_str ;
| }
|
| void yyset_out (FILE * out_str )
| {
| yyout = out_str ;
| }
|
| int yyget_debug (void)
| {
| return yy_flex_debug;
| }
|
| void yyset_debug (int bdebug )
| {
| yy_flex_debug = bdebug ;
| }
|
| static int yy_init_globals (void)
| {
| /* Initialization is the same as for the non-reentrant scanner.
| * This function is called from yylex_destroy(), so don't allocate here.
| */
|
| (yy_buffer_stack) = 0;
| (yy_buffer_stack_top) = 0;
| (yy_buffer_stack_max) = 0;
| (yy_c_buf_p) = (char *) 0;
| (yy_init) = 0;
| (yy_start) = 0;
|
| (yy_state_buf) = 0;
| (yy_state_ptr) = 0;
| (yy_full_match) = 0;
| (yy_lp) = 0;
|
| /* Defined in main.c */
| #ifdef YY_STDINIT
| yyin = stdin;
| yyout = stdout;
| #else
| yyin = (FILE *) 0;
| yyout = (FILE *) 0;
| #endif
|
| /* For future reference: Set errno on error, since we are called by
| * yylex_init()
| */
| return 0;
| }
|
| /* yylex_destroy is for both reentrant and non-reentrant scanners. */
| int yylex_destroy (void)
| {
|
| /* Pop the buffer stack, destroying each element. */
| while(YY_CURRENT_BUFFER){
| yy_delete_buffer(YY_CURRENT_BUFFER );
| YY_CURRENT_BUFFER_LVALUE = NULL;
| yypop_buffer_state();
| }
|
| /* Destroy the stack itself. */
| yyfree((yy_buffer_stack) );
| (yy_buffer_stack) = NULL;
|
| yyfree ( (yy_state_buf) );
| (yy_state_buf) = NULL;
|
| /* Reset the globals. This is important in a non-reentrant scanner so the next time
| * yylex() is called, initialization will occur. */
| yy_init_globals( );
|
| return 0;
| }
|
| /*
| * Internal utility routines.
| */
|
| #ifndef yytext_ptr
| static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
| {
| register int i;
| for ( i = 0; i < n; ++i )
| s1[i] = s2[i];
| }
| #endif
|
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen (yyconst char * s )
| {
| register int n;
| for ( n = 0; s[n]; ++n )
| ;
|
| return n;
| }
| #endif
|
| void *yyalloc (yy_size_t size )
| {
| return (void *) malloc( size );
| }
|
| void *yyrealloc (void * ptr, yy_size_t size )
| {
| /* The cast to (char *) in the following accommodates both
| * implementations that use char* generic pointers, and those
| * that use void* generic pointers. It works with the latter
| * because both ANSI C and C++ allow castless assignment from
| * any pointer type to void*, and deal with argument conversions
| * as though doing an assignment.
| */
| return (void *) realloc( (char *) ptr, size );
| }
|
| void yyfree (void * ptr )
| {
| free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
| }
|
| #define YYTABLES_NAME "yytables"
|
| #line 10 "conftest.l"
|
|
| #ifdef YYTEXT_POINTER
| extern char *yytext;
| #endif
| int
| main (void)
| {
| return ! yylex () + ! yywrap ();
| }
configure:15519: clang -o conftest -g -O2 conftest.c -ll >&5
configure:15519: $? = 0
configure:15529: result: -ll
configure:15535: checking whether yytext is a pointer
configure:15552: clang -o conftest -g -O2 conftest.c -ll >&5
configure:15552: $? = 0
configure:15560: result: yes
configure:15574: checking for bison
configure:15590: found /usr/bin/bison
configure:15601: result: bison -y
configure:15616: checking ieeefp.h usability
configure:15616: clang -c -g -O2 conftest.c >&5
conftest.c:58:10: fatal error: 'ieeefp.h' file not found
#include <ieeefp.h>
^
1 error generated.
configure:15616: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 POSTGIS_MAJOR_VERSION "2"
| #define POSTGIS_MINOR_VERSION "1"
| #define POSTGIS_MICRO_VERSION "3"
| #define YYTEXT_POINTER 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
| #include <ieeefp.h>
configure:15616: result: no
configure:15616: checking ieeefp.h presence
configure:15616: clang -E conftest.c
conftest.c:25:10: fatal error: 'ieeefp.h' file not found
#include <ieeefp.h>
^
1 error generated.
configure:15616: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 POSTGIS_MAJOR_VERSION "2"
| #define POSTGIS_MINOR_VERSION "1"
| #define POSTGIS_MICRO_VERSION "3"
| #define YYTEXT_POINTER 1
| /* end confdefs.h. */
| #include <ieeefp.h>
configure:15616: result: no
configure:15616: checking for ieeefp.h
configure:15616: result: no
configure:15629: checking termios.h usability
configure:15629: clang -c -g -O2 conftest.c >&5
configure:15629: $? = 0
configure:15629: result: yes
configure:15629: checking termios.h presence
configure:15629: clang -E conftest.c
configure:15629: $? = 0
configure:15629: result: yes
configure:15629: checking for termios.h
configure:15629: result: yes
configure:15644: checking for vasprintf
configure:15644: clang -o conftest -g -O2 conftest.c >&5
conftest.c:61:19: warning: format string missing [-Wformat]
return vasprintf ();
~~~~~~~~~ ^
1 warning generated.
configure:15644: $? = 0
configure:15644: result: yes
configure:15653: checking for asprintf
configure:15653: clang -o conftest -g -O2 conftest.c >&5
conftest.c:62:18: warning: format string missing [-Wformat]
return asprintf ();
~~~~~~~~ ^
1 warning generated.
configure:15653: $? = 0
configure:15653: result: yes
configure:15662: checking for _LARGEFILE_SOURCE value needed for large files
configure:15681: clang -o conftest -g -O2 conftest.c >&5
configure:15681: $? = 0
configure:15709: result: no
configure:15743: checking for perl
configure:15761: found /usr/bin/perl
configure:15773: result: /usr/bin/perl
configure:15789: checking for convert
configure:15822: result: no
configure:15828: WARNING: ImageMagick does not seem to be installed. Documentation cannot be built
configure:15834: checking for xsltproc
configure:15852: found /usr/bin/xsltproc
configure:15864: result: /usr/bin/xsltproc
configure:15879: checking for xmllint
configure:15897: found /usr/local/opt/libxml2/bin/xmllint
configure:15909: result: /usr/local/opt/libxml2/bin/xmllint
configure:15924: checking for dblatex
configure:15957: result: no
configure:15963: WARNING: dblatex is not installed so PDF documentation cannot be built
configure:15995: WARNING: could not locate Docbook stylesheets required to build the documentation
configure:16041: checking CUnit/CUnit.h usability
configure:16041: clang -c -g -O2 conftest.c >&5
conftest.c:63:10: fatal error: 'CUnit/CUnit.h' file not found
#include <CUnit/CUnit.h>
^
1 error generated.
configure:16041: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 POSTGIS_MAJOR_VERSION "2"
| #define POSTGIS_MINOR_VERSION "1"
| #define POSTGIS_MICRO_VERSION "3"
| #define YYTEXT_POINTER 1
| #define HAVE_IEEEFP_H 0
| #define HAVE_TERMIOS_H 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FSEEKO 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
| #include <CUnit/CUnit.h>
configure:16041: result: no
configure:16041: checking CUnit/CUnit.h presence
configure:16041: clang -E conftest.c
conftest.c:30:10: fatal error: 'CUnit/CUnit.h' file not found
#include <CUnit/CUnit.h>
^
1 error generated.
configure:16041: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 POSTGIS_MAJOR_VERSION "2"
| #define POSTGIS_MINOR_VERSION "1"
| #define POSTGIS_MICRO_VERSION "3"
| #define YYTEXT_POINTER 1
| #define HAVE_IEEEFP_H 0
| #define HAVE_TERMIOS_H 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FSEEKO 1
| /* end confdefs.h. */
| #include <CUnit/CUnit.h>
configure:16041: result: no
configure:16041: checking for CUnit/CUnit.h
configure:16041: result: no
configure:16091: WARNING: could not locate CUnit required for unit tests
configure:16128: checking iconv.h usability
configure:16128: clang -c -g -O2 conftest.c >&5
configure:16128: $? = 0
configure:16128: result: yes
configure:16128: checking iconv.h presence
configure:16128: clang -E conftest.c
configure:16128: $? = 0
configure:16128: result: yes
configure:16128: checking for iconv.h
configure:16128: result: yes
configure:16136: checking for libiconv_open in -liconv
configure:16161: clang -o conftest -g -O2 conftest.c -liconv >&5
Undefined symbols for architecture x86_64:
"_libiconv_open", referenced from:
_main in conftest-296cd0.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:16161: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 POSTGIS_MAJOR_VERSION "2"
| #define POSTGIS_MINOR_VERSION "1"
| #define POSTGIS_MICRO_VERSION "3"
| #define YYTEXT_POINTER 1
| #define HAVE_IEEEFP_H 0
| #define HAVE_TERMIOS_H 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FSEEKO 1
| /* 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 libiconv_open ();
| int
| main ()
| {
| return libiconv_open ();
| ;
| return 0;
| }
configure:16170: result: no
configure:16177: checking for iconv_open in -lc
configure:16202: clang -o conftest -g -O2 conftest.c -lc >&5
Undefined symbols for architecture x86_64:
"_iconv_open", referenced from:
_main in conftest-988ea7.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:16202: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 POSTGIS_MAJOR_VERSION "2"
| #define POSTGIS_MINOR_VERSION "1"
| #define POSTGIS_MICRO_VERSION "3"
| #define YYTEXT_POINTER 1
| #define HAVE_IEEEFP_H 0
| #define HAVE_TERMIOS_H 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FSEEKO 1
| /* 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 iconv_open ();
| int
| main ()
| {
| return iconv_open ();
| ;
| return 0;
| }
configure:16211: result: no
configure:16218: checking for iconv_open in -liconv
configure:16243: clang -o conftest -g -O2 conftest.c -liconv >&5
configure:16243: $? = 0
configure:16252: result: yes
configure:16270: checking for iconvctl
configure:16270: clang -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_iconvctl", referenced from:
_main in conftest-026491.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:16270: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 POSTGIS_MAJOR_VERSION "2"
| #define POSTGIS_MINOR_VERSION "1"
| #define POSTGIS_MICRO_VERSION "3"
| #define YYTEXT_POINTER 1
| #define HAVE_IEEEFP_H 0
| #define HAVE_TERMIOS_H 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FSEEKO 1
| /* end confdefs.h. */
| /* Define iconvctl to an innocuous variant, in case <limits.h> declares iconvctl.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define iconvctl innocuous_iconvctl
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char iconvctl (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef iconvctl
|
| /* 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 iconvctl ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_iconvctl || defined __stub___iconvctl
| choke me
| #endif
|
| int
| main ()
| {
| return iconvctl ();
| ;
| return 0;
| }
configure:16270: result: no
configure:16270: checking for libiconvctl
configure:16270: clang -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_libiconvctl", referenced from:
_main in conftest-80c083.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:16270: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 POSTGIS_MAJOR_VERSION "2"
| #define POSTGIS_MINOR_VERSION "1"
| #define POSTGIS_MICRO_VERSION "3"
| #define YYTEXT_POINTER 1
| #define HAVE_IEEEFP_H 0
| #define HAVE_TERMIOS_H 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FSEEKO 1
| /* end confdefs.h. */
| /* Define libiconvctl to an innocuous variant, in case <limits.h> declares libiconvctl.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define libiconvctl innocuous_libiconvctl
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char libiconvctl (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef libiconvctl
|
| /* 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 libiconvctl ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_libiconvctl || defined __stub___libiconvctl
| choke me
| #endif
|
| int
| main ()
| {
| return libiconvctl ();
| ;
| return 0;
| }
configure:16270: result: no
configure:16357: result: Using user-specified pg_config file: /usr/local/Cellar/postgresql/9.3.5_1/bin/pg_config
configure:16384: result: checking PostgreSQL version... PostgreSQL 9.3.5
configure:16437: checking libpq-fe.h usability
configure:16437: clang -c -g -O2 -I/usr/local/Cellar/postgresql/9.3.5_1/include conftest.c >&5
configure:16437: $? = 0
configure:16437: result: yes
configure:16437: checking libpq-fe.h presence
configure:16437: clang -E -I/usr/local/Cellar/postgresql/9.3.5_1/include conftest.c
configure:16437: $? = 0
configure:16437: result: yes
configure:16437: checking for libpq-fe.h
configure:16437: result: yes
configure:16449: checking for PQserverVersion in -lpq
configure:16474: clang -o conftest -g -O2 conftest.c -lpq -L/usr/local/Cellar/postgresql/9.3.5_1/lib -lpq >&5
configure:16474: $? = 0
configure:16483: result: yes
configure:16539: checking for xml2-config
configure:16557: found /usr/local/opt/libxml2/bin/xml2-config
configure:16569: result: /usr/local/opt/libxml2/bin/xml2-config
configure:16605: checking libxml/tree.h usability
configure:16605: clang -c -g -O2 -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 conftest.c >&5
configure:16605: $? = 0
configure:16605: result: yes
configure:16605: checking libxml/tree.h presence
configure:16605: clang -E -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 conftest.c
configure:16605: $? = 0
configure:16605: result: yes
configure:16605: checking for libxml/tree.h
configure:16605: result: yes
configure:16605: checking libxml/parser.h usability
configure:16605: clang -c -g -O2 -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 conftest.c >&5
configure:16605: $? = 0
configure:16605: result: yes
configure:16605: checking libxml/parser.h presence
configure:16605: clang -E -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 conftest.c
configure:16605: $? = 0
configure:16605: result: yes
configure:16605: checking for libxml/parser.h
configure:16605: result: yes
configure:16605: checking libxml/xpath.h usability
configure:16605: clang -c -g -O2 -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 conftest.c >&5
configure:16605: $? = 0
configure:16605: result: yes
configure:16605: checking libxml/xpath.h presence
configure:16605: clang -E -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 conftest.c
configure:16605: $? = 0
configure:16605: result: yes
configure:16605: checking for libxml/xpath.h
configure:16605: result: yes
configure:16605: checking libxml/xpathInternals.h usability
configure:16605: clang -c -g -O2 -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 conftest.c >&5
configure:16605: $? = 0
configure:16605: result: yes
configure:16605: checking libxml/xpathInternals.h presence
configure:16605: clang -E -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 conftest.c
configure:16605: $? = 0
configure:16605: result: yes
configure:16605: checking for libxml/xpathInternals.h
configure:16605: result: yes
configure:16621: checking for xmlInitParser in -lxml2
configure:16646: clang -o conftest -g -O2 conftest.c -lxml2 -L/usr/local/Cellar/libxml2/2.9.1/lib -lxml2 -lz -lpthread -liconv -lm >&5
configure:16646: $? = 0
configure:16655: result: yes
configure:16692: checking for geos-config
configure:16710: found /usr/local/opt/geos/bin/geos-config
configure:16722: result: /usr/local/opt/geos/bin/geos-config
configure:16759: result: checking GEOS version... 3.4.2
configure:16772: checking geos_c.h usability
configure:16772: clang -c -g -O2 -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include conftest.c >&5
configure:16772: $? = 0
configure:16772: result: yes
configure:16772: checking geos_c.h presence
configure:16772: clang -E -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include conftest.c
configure:16772: $? = 0
configure:16772: result: yes
configure:16772: checking for geos_c.h
configure:16772: result: yes
configure:16784: checking for initGEOS in -lgeos_c
configure:16809: clang -o conftest -g -O2 conftest.c -lgeos_c -L@@HOMEBREW_CELLAR@@/geos/3.4.2/lib >&5
ld: warning: directory not found for option '-L@@HOMEBREW_CELLAR@@/geos/3.4.2/lib'
configure:16809: $? = 0
configure:16818: result: yes
configure:16849: checking for sfcgal-config
configure:16867: found /usr/local/opt/sfcgal/bin/sfcgal-config
configure:16879: result: /usr/local/opt/sfcgal/bin/sfcgal-config
configure:16947: checking whether make sets $(MAKE)
configure:16969: result: yes
configure:16992: checking for a BSD-compatible install
configure:17060: result: /usr/bin/install -c
configure:17071: checking for a thread-safe mkdir -p
configure:17110: result: ./install-sh -c -d
configure:17121: checking whether NLS is requested
configure:17130: result: no
configure:17171: checking for msgfmt
configure:17206: result: no
configure:17212: checking for gmsgfmt
configure:17243: result: :
configure:17294: checking for xgettext
configure:17329: result: no
configure:17372: checking for msgmerge
configure:17406: result: no
configure:17460: checking for ld used by GCC
configure:17524: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:17531: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:17544: result: no
configure:17551: checking for shared library run path origin
configure:17564: result: done
configure:18065: checking for CFPreferencesCopyAppValue
configure:18083: clang -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
configure:18083: $? = 0
configure:18092: result: yes
configure:18099: checking for CFLocaleCopyCurrent
configure:18117: clang -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
configure:18117: $? = 0
configure:18126: result: yes
configure:18949: checking whether to use NLS
configure:18951: result: no
configure:19049: result: Using user-specified proj directory: /usr/local
configure:19063: checking proj_api.h usability
configure:19063: clang -c -g -O2 -I/usr/local/include conftest.c >&5
configure:19063: $? = 0
configure:19063: result: yes
configure:19063: checking proj_api.h presence
configure:19063: clang -E -I/usr/local/include conftest.c
configure:19063: $? = 0
configure:19063: result: yes
configure:19063: checking for proj_api.h
configure:19063: result: yes
configure:19101: clang -o conftest -g -O2 -I/usr/local/include conftest.c >&5
configure:19101: $? = 0
configure:19101: ./conftest
configure:19101: $? = 0
configure:19133: checking for pj_get_release in -lproj
configure:19158: clang -o conftest -g -O2 conftest.c -lproj -L/usr/local/lib >&5
configure:19158: $? = 0
configure:19167: result: yes
configure:19216: result: Using user-specified json-c directory: /usr/local/opt/json-c
configure:19226: checking json-c/json.h usability
configure:19226: clang -c -g -O2 -I/usr/local/opt/json-c/include conftest.c >&5
configure:19226: $? = 0
configure:19226: result: yes
configure:19226: checking json-c/json.h presence
configure:19226: clang -E -I/usr/local/opt/json-c/include conftest.c
configure:19226: $? = 0
configure:19226: result: yes
configure:19226: checking for json-c/json.h
configure:19226: result: yes
configure:19244: checking for json_object_get in -ljson-c
configure:19269: clang -o conftest -g -O2 conftest.c -ljson-c -L/usr/local/opt/json-c/lib >&5
configure:19269: $? = 0
configure:19278: result: yes
configure:19746: result: CPPFLAGS: -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL
configure:19762: result: TOPOLOGY: Topology support requested
configure:19790: result: RASTER: Raster support requested
configure:19880: checking for gdal-config
configure:19898: found /usr/local/opt/gdal/bin/gdal-config
configure:19910: result: /usr/local/opt/gdal/bin/gdal-config
configure:19922: checking GDAL version
configure:19933: result: 1.11.0
configure:19947: checking for OGR enabled
configure:19955: result: yes
configure:19971: checking gdal.h usability
configure:19971: clang -c -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c >&5
configure:19971: $? = 0
configure:19971: result: yes
configure:19971: checking gdal.h presence
configure:19971: clang -E -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c
configure:19971: $? = 0
configure:19971: result: yes
configure:19971: checking for gdal.h
configure:19971: result: yes
configure:19971: checking ogr_api.h usability
configure:19971: clang -c -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c >&5
configure:19971: $? = 0
configure:19971: result: yes
configure:19971: checking ogr_api.h presence
configure:19971: clang -E -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c
configure:19971: $? = 0
configure:19971: result: yes
configure:19971: checking for ogr_api.h
configure:19971: result: yes
configure:19971: checking cpl_conv.h usability
configure:19971: clang -c -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c >&5
configure:19971: $? = 0
configure:19971: result: yes
configure:19971: checking cpl_conv.h presence
configure:19971: clang -E -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c
configure:19971: $? = 0
configure:19971: result: yes
configure:19971: checking for cpl_conv.h
configure:19971: result: yes
configure:19984: checking for library containing GDALAllRegister
configure:20015: clang -o conftest -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c -L@@HOMEBREW_CELLAR@@/gdal/1.11.0/lib -lgdal >&5
ld: warning: directory not found for option '-L@@HOMEBREW_CELLAR@@/gdal/1.11.0/lib'
configure:20015: $? = 0
configure:20032: result: none required
configure:20045: checking for library containing OGRRegisterAll
configure:20076: clang -o conftest -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c -L@@HOMEBREW_CELLAR@@/gdal/1.11.0/lib -lgdal >&5
ld: warning: directory not found for option '-L@@HOMEBREW_CELLAR@@/gdal/1.11.0/lib'
configure:20076: $? = 0
configure:20093: result: none required
configure:20106: checking for library containing GDALFPolygonize
configure:20137: clang -o conftest -I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include conftest.c -L@@HOMEBREW_CELLAR@@/gdal/1.11.0/lib -lgdal >&5
ld: warning: directory not found for option '-L@@HOMEBREW_CELLAR@@/gdal/1.11.0/lib'
configure:20137: $? = 0
configure:20154: result: none required
configure:20221: result: enabling PostgreSQL extension support...
configure:20347: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on Franciss-iMac.local
config.status:1298: creating GNUmakefile
config.status:1298: creating extensions/Makefile
config.status:1298: creating extensions/postgis/Makefile
config.status:1298: creating extensions/postgis/postgis.control
config.status:1298: creating extensions/postgis_topology/Makefile
config.status:1298: creating extensions/postgis_topology/postgis_topology.control
config.status:1298: creating extensions/postgis_tiger_geocoder/Makefile
config.status:1298: creating extensions/postgis_tiger_geocoder/postgis_tiger_geocoder.control
config.status:1298: creating liblwgeom/Makefile
config.status:1298: creating liblwgeom/cunit/Makefile
config.status:1298: creating liblwgeom/liblwgeom.h
config.status:1298: creating libpgcommon/Makefile
config.status:1298: creating libpgcommon/cunit/Makefile
config.status:1298: creating postgis/Makefile
config.status:1298: creating postgis/sqldefines.h
config.status:1298: creating loader/Makefile
config.status:1298: creating loader/cunit/Makefile
config.status:1298: creating topology/Makefile
config.status:1298: creating topology/test/Makefile
config.status:1298: creating regress/Makefile
config.status:1298: creating doc/Makefile
config.status:1298: creating doc/Makefile.comments
config.status:1298: creating doc/html/image_src/Makefile
config.status:1298: creating utils/Makefile
config.status:1298: creating java/jdbc/Makefile
config.status:1298: creating raster/Makefile
config.status:1298: creating raster/rt_core/Makefile
config.status:1298: creating raster/rt_pg/Makefile
config.status:1298: creating raster/loader/Makefile
config.status:1298: creating raster/test/Makefile
config.status:1298: creating raster/test/cunit/Makefile
config.status:1298: creating raster/test/regress/Makefile
config.status:1298: creating raster/scripts/Makefile
config.status:1298: creating raster/scripts/python/Makefile
config.status:1298: creating postgis_config.h
config.status:1298: creating raster/raster_config.h
config.status:1493: executing libtool commands
config.status:1493: executing po-directories commands
configure:22850: WARNING: unrecognized options: --disable-dependency-tracking
configure:22856: result:
configure:22858: result: PostGIS is now configured for x86_64-apple-darwin13.4.0
configure:22860: result:
configure:22862: result: -------------- Compiler Info -------------
configure:22864: result: C compiler: clang -g -O2
configure:22866: result: C++ compiler: clang++ -g -O2
configure:22868: result: SQL preprocessor: /usr/local/Library/ENV/4.3/cpp -w -traditional-cpp -P
configure:22870: result:
configure:22872: result: -------------- Dependencies --------------
configure:22874: result: GEOS config: /usr/local/opt/geos/bin/geos-config
configure:22876: result: GEOS version: 3.4.2
configure:22879: result: GDAL config: /usr/local/opt/gdal/bin/gdal-config
configure:22881: result: GDAL version: 1.11.0
configure:22885: result: SFCGAL config: /usr/local/opt/sfcgal/bin/sfcgal-config
configure:22887: result: SFCGAL version: 1.0.5
configure:22890: result: PostgreSQL config: /usr/local/Cellar/postgresql/9.3.5_1/bin/pg_config
configure:22892: result: PostgreSQL version: PostgreSQL 9.3.5
configure:22894: result: PROJ4 version: 48
configure:22896: result: Libxml2 config: /usr/local/opt/libxml2/bin/xml2-config
configure:22898: result: Libxml2 version: 2.9.1
configure:22900: result: JSON-C support: yes
configure:22902: result: PostGIS debug level: 0
configure:22904: result: Perl: /usr/bin/perl
configure:22906: result:
configure:22908: result: --------------- Extensions ---------------
configure:22911: result: PostGIS Raster: enabled
configure:22919: result: PostGIS Topology: enabled
configure:22926: result: SFCGAL support: enabled
configure:22932: result:
configure:22934: result: -------- Documentation Generation --------
configure:22936: result: xsltproc: /usr/bin/xsltproc
configure:22938: result: xsl style sheets:
configure:22940: result: dblatex:
configure:22942: result: convert:
configure:22944: result: mathml2.dtd: http://www.w3.org/Math/DTD/mathml2/mathml2.dtd
configure:22946: result:
## ---------------- ##
## Cache variables. ##
## ---------------- ##
_cv_misprot=yes
_cv_wall=yes
ac_cv_build=x86_64-apple-darwin13.4.0
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=clang++
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PG_CONFIG_set=
ac_cv_env_PG_CONFIG_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_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_asprintf=yes
ac_cv_func_iconvctl=no
ac_cv_func_libiconvctl=no
ac_cv_func_vasprintf=yes
ac_cv_header_CUnit_CUnit_h=no
ac_cv_header_cpl_conv_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_gdal_h=yes
ac_cv_header_geos_c_h=yes
ac_cv_header_iconv_h=yes
ac_cv_header_ieeefp_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_json_c_json_h=yes
ac_cv_header_libpq_fe_h=yes
ac_cv_header_libxml_parser_h=yes
ac_cv_header_libxml_tree_h=yes
ac_cv_header_libxml_xpathInternals_h=yes
ac_cv_header_libxml_xpath_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_ogr_api_h=yes
ac_cv_header_proj_api_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin13.4.0
ac_cv_lib_c_iconv_open=no
ac_cv_lib_geos_c_initGEOS=yes
ac_cv_lib_iconv_iconv_open=yes
ac_cv_lib_iconv_libiconv_open=no
ac_cv_lib_json_c_json_object_get=yes
ac_cv_lib_lex=-ll
ac_cv_lib_pq_PQserverVersion=yes
ac_cv_lib_proj_pj_get_release=yes
ac_cv_lib_xml2_xmlInitParser=yes
ac_cv_objext=o
ac_cv_path_ANT=/usr/local/Library/ENV/4.3/ant
ac_cv_path_CPPBIN=/usr/local/Library/ENV/4.3/cpp
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GDAL_CONFIG=/usr/local/opt/gdal/bin/gdal-config
ac_cv_path_GEOSCONFIG=/usr/local/opt/geos/bin/geos-config
ac_cv_path_GMSGFMT=:
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_MSGFMT=:
ac_cv_path_MSGMERGE=:
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed
ac_cv_path_SFCGAL_CONFIG=/usr/local/opt/sfcgal/bin/sfcgal-config
ac_cv_path_XGETTEXT=:
ac_cv_path_XML2CONFIG=/usr/local/opt/libxml2/bin/xml2-config
ac_cv_path_XMLLINT=/usr/local/opt/libxml2/bin/xmllint
ac_cv_path_XSLTPROC=/usr/bin/xsltproc
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='clang -E'
ac_cv_prog_CXXCPP='clang++ -E'
ac_cv_prog_LEX=flex
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=clang
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_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_cxx_g=yes
ac_cv_prog_lex_root=lex.yy
ac_cv_prog_lex_yytext_pointer=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_GDALAllRegister='none required'
ac_cv_search_GDALFPolygonize='none required'
ac_cv_search_OGRRegisterAll='none required'
ac_cv_sys_largefile_source=no
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec=
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
acl_cv_prog_gnu_ld=no
acl_cv_rpath=done
acl_cv_shlibext=dylib
acl_cv_wl=-Wl,
dummy_cv_ffloat_store=yes
gt_cv_func_CFLocaleCopyCurrent=yes
gt_cv_func_CFPreferencesCopyAppValue=yes
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_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_LDCXX=/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_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=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]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
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
## ----------------- ##
## Output variables. ##
## ----------------- ##
ANT='/usr/local/Library/ENV/4.3/ant'
AR='ar'
AWK='awk'
CC='clang'
CFLAGS='-g -O2'
CPP='clang -E'
CPPBIN='/usr/local/Library/ENV/4.3/cpp'
CPPFLAGS=' -I@@HOMEBREW_CELLAR@@/geos/3.4.2/include -I/usr/local/include -I/usr/local/Cellar/libxml2/2.9.1/include/libxml2 -I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL '
CUNIT_CPPFLAGS=''
CUNIT_LDFLAGS=''
CXX='clang++'
CXXCPP='clang++ -E'
CXXFLAGS='-g -O2'
DBLATEX=''
DEFS='-DHAVE_CONFIG_H'
DLLTOOL='false'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
EXESUFFIX=''
EXTENSIONS='extensions'
FGREP='/usr/bin/grep -F'
GDALFPOLYGONIZE=''
GDAL_CONFIG='/usr/local/opt/gdal/bin/gdal-config'
GEOSCONFIG='/usr/local/opt/geos/bin/geos-config'
GEOS_CPPFLAGS='-I@@HOMEBREW_CELLAR@@/geos/3.4.2/include'
GEOS_LDFLAGS='-L@@HOMEBREW_CELLAR@@/geos/3.4.2/lib'
GEOS_NUMERIC_VERSION='30402'
GETTEXT_CFLAGS=''
GETTEXT_LDFLAGS=''
GETTEXT_MACRO_VERSION='0.17'
GMSGFMT=':'
GMSGFMT_015=':'
GPP=''
GREP='/usr/bin/grep'
GTK_BUILD=''
GTK_CFLAGS=''
GTK_LIBS=''
GTK_WIN32_FLAGS=''
GTK_WIN32_RES=''
HAVE_JSON='yes'
HAVE_SFCGAL='yes'
ICONV_CFLAGS=''
ICONV_LDFLAGS=' -liconv'
IGE_MAC_CFLAGS=''
IGE_MAC_LIBS=''
IMAGEMAGICK=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INTLLIBS=''
INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation'
JSON_CPPFLAGS='-I/usr/local/opt/json-c/include'
JSON_LDFLAGS='-L/usr/local/opt/json-c/lib -ljson-c'
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
LDFLAGS=''
LEX='flex'
LEXLIB='-ll'
LEX_OUTPUT_ROOT='lex.yy'
LIBGDAL_CFLAGS='-I@@HOMEBREW_CELLAR@@/gdal/1.11.0/include'
LIBGDAL_DEPLIBS_LDFLAGS=''
LIBGDAL_LDFLAGS='-L@@HOMEBREW_CELLAR@@/gdal/1.11.0/lib -lgdal'
LIBICONV='-liconv'
LIBINTL=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
MANIFEST_TOOL=':'
MATHML2_DTD='http://www.w3.org/Math/DTD/mathml2/mathml2.dtd'
MINGWBUILD='0'
MKDIR_P='./install-sh -c -d'
MSGFMT=':'
MSGFMT_015=':'
MSGMERGE=':'
NM='/usr/bin/nm'
NMEDIT='nmedit'
NUMERICFLAGS=' -ffloat-store'
OBJDUMP='false'
OBJEXT='o'
OTOOL64=':'
OTOOL='otool'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PGSQL_BE_CPPFLAGS='-I/usr/local/Cellar/postgresql/9.3.5_1/include/server'
PGSQL_BINDIR='/usr/local/Cellar/postgresql/9.3.5_1/bin'
PGSQL_DOCDIR='/usr/local/Cellar/postgresql/9.3.5_1/share/doc/postgresql'
PGSQL_FE_CPPFLAGS='-I/usr/local/Cellar/postgresql/9.3.5_1/include'
PGSQL_FE_LDFLAGS='-L/usr/local/Cellar/postgresql/9.3.5_1/lib -lpq'
PGSQL_MANDIR='/usr/local/Cellar/postgresql/9.3.5_1/share/man'
PGSQL_SHAREDIR='/usr/local/Cellar/postgresql/9.3.5_1/share/postgresql'
PGXS='/usr/local/Cellar/postgresql/9.3.5_1/lib/pgxs/src/makefiles/pgxs.mk'
PGXSOVERRIDE='0'
PG_CONFIG='/usr/local/Cellar/postgresql/9.3.5_1/bin/pg_config'
PICFLAGS=' -fno-common -DPIC'
PKG_CONFIG=''
POSTGIS_BUILD_DATE='2014-09-25 05:48:40'
POSTGIS_GDAL_VERSION='111'
POSTGIS_GEOS_VERSION='34'
POSTGIS_LIBXML2_VERSION='2.9.1'
POSTGIS_LIB_VERSION='2.1.3'
POSTGIS_MAJOR_VERSION='2'
POSTGIS_MICRO_VERSION='3'
POSTGIS_MINOR_VERSION='1'
POSTGIS_PGSQL_VERSION='93'
POSTGIS_PROJ_VERSION='48'
POSTGIS_RASTER_BUILD_DATE='2014-09-25 05:48:40'
POSTGIS_RASTER_LIB_VERSION='0.1.6d'
POSTGIS_RASTER_MAJOR_VERSION='0'
POSTGIS_RASTER_MICRO_VERSION='6d'
POSTGIS_RASTER_MINOR_VERSION='1'
POSTGIS_RASTER_SCRIPTS_VERSION='0.1.6d'
POSTGIS_RASTER_VERSION='0.1'
POSTGIS_SCRIPTS_VERSION='2.1.3'
POSTGIS_VERSION='2.1 USE_GEOS=1 USE_PROJ=1 USE_STATS=1'
POSUB=''
PROJ_CPPFLAGS='-I/usr/local/include'
PROJ_LDFLAGS='-L/usr/local/lib'
RANLIB='ranlib'
RASTER='raster'
RT_CORE_LIB='corelib'
RT_LOADER='rtloader'
RT_PG_LIB='pglib'
RT_POSTGIS_SQL='rtpostgis.sql'
SED='/usr/local/Library/ENV/4.3/sed'
SET_MAKE=''
SFCGAL='sfcgal'
SFCGAL_CONFIG='/usr/local/opt/sfcgal/bin/sfcgal-config'
SFCGAL_CPPFLAGS='-I/usr/local/Cellar/sfcgal/1.0.5/include -DHAVE_SFCGAL'
SFCGAL_LDFLAGS='-L/usr/local/Cellar/sfcgal/1.0.5/lib -lSFCGAL'
SFCGAL_OBJS=''
SFCGAL_VERSION='1.0.5'
SHELL='/bin/sh'
SHLIB_LINK=' -L@@HOMEBREW_CELLAR@@/geos/3.4.2/lib -L/usr/local/lib -lgeos_c -lproj -L/usr/local/opt/json-c/lib -ljson-c -L/usr/local/Cellar/libxml2/2.9.1/lib -lxml2 -lz -lpthread -liconv -lm -L/usr/local/Cellar/sfcgal/1.0.5/lib -lSFCGAL'
SQLPP='/usr/local/Library/ENV/4.3/cpp -w -traditional-cpp -P'
SRID_MAX='999999'
SRID_USR_MAX='998999'
STRIP='strip'
TOPOLOGY='topology'
USE_NLS='no'
WARNFLAGS=' -Wall -Wmissing-prototypes'
XGETTEXT=':'
XGETTEXT_015=':'
XGETTEXT_EXTRA_OPTIONS=''
XML2CONFIG='/usr/local/opt/libxml2/bin/xml2-config'
XMLLINT='/usr/local/opt/libxml2/bin/xmllint'
XSLBASE=''
XSLTPROC='/usr/bin/xsltproc'
YACC='bison -y'
YFLAGS=''
ac_ct_AR='ar'
ac_ct_CC='clang'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin13.4.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin13.4.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin13.4.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin13.4.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
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 ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#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 POSTGIS_MAJOR_VERSION "2"
#define POSTGIS_MINOR_VERSION "1"
#define POSTGIS_MICRO_VERSION "3"
#define YYTEXT_POINTER 1
#define HAVE_IEEEFP_H 0
#define HAVE_TERMIOS_H 1
#define HAVE_VASPRINTF 1
#define HAVE_ASPRINTF 1
#define HAVE_FSEEKO 1
#define HAVE_ICONV 1
#define PGSQL_LOCALEDIR "/usr/local/Cellar/postgresql/9.3.5_1/share/locale"
#define HAVE_LIBPQ 1
#define POSTGIS_PGSQL_VERSION 93
#define HAVE_LIBXML_TREE_H 1
#define HAVE_LIBXML_PARSER_H 1
#define HAVE_LIBXML_XPATH_H 1
#define HAVE_LIBXML_XPATHINTERNALS_H 1
#define HAVE_LIBXML2 1
#define POSTGIS_LIBXML2_VERSION "2.9.1"
#define HAVE_LIBGEOS_C 1
#define POSTGIS_GEOS_VERSION 34
#define HAVE_CFPREFERENCESCOPYAPPVALUE 1
#define HAVE_CFLOCALECOPYCURRENT 1
#define POSTGIS_PROJ_VERSION 48
#define HAVE_LIBPROJ 1
#define HAVE_LIBJSON 1
#define POSTGIS_DEBUG_LEVEL 0
#define POSTGIS_PROFILE 0
#define POSTGIS_VERSION "2.1 USE_GEOS=1 USE_PROJ=1 USE_STATS=1"
#define POSTGIS_LIB_VERSION "2.1.3"
#define POSTGIS_BUILD_DATE "2014-09-25 05:48:40"
#define POSTGIS_SCRIPTS_VERSION "2.1.3"
#define POSTGIS_AUTOCACHE_BBOX 1
#define POSTGIS_USE_STATS 1
#define POSTGIS_RASTER_MAJOR_VERSION "0"
#define POSTGIS_RASTER_MINOR_VERSION "1"
#define POSTGIS_RASTER_MICRO_VERSION "6d"
#define POSTGIS_RASTER_VERSION "0.1"
#define POSTGIS_RASTER_LIB_VERSION "0.1.6d"
#define POSTGIS_RASTER_BUILD_DATE "2014-09-25 05:48:40"
#define POSTGIS_RASTER_SCRIPTS_VERSION "0.1.6d"
#define POSTGIS_RASTER_WARN_ON_TRUNCATION 0
#define POSTGIS_GDAL_VERSION 111
#define HAVE_GDAL_H 1
#define HAVE_OGR_API_H 1
#define HAVE_CPL_CONV_H 1
#define GDALFPOLYGONIZE 1
configure: exit 0
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 85f34746bb7f1841b072dc45c080754f8b6aba61
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit haswell
OS X: 10.9.5-x86_64
Xcode: 6.0.1
CLT: 6.0.0.0.1.1410400753
Clang: 6.0 build 600
X11: N/A
System Ruby: 2.0.0-481
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby
Warning: Some directories in your path end in a slash.
Directories in your path should not end in a slash. This can break other
doctor checks. The following directories should be edited:
/Library/PostgreSQL/9.3/bin/
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