Created
May 21, 2012 06:31
-
-
Save christopherdbull/2760813 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/bin/env python -c import numpy | |
==> Downloading http://download.osgeo.org/gdal/gdal-1.9.0.tar.gz | |
Already downloaded: /Users/chrisbull/Library/Caches/Homebrew/gdal-1.9.0.tar.gz | |
/usr/bin/tar xf /Users/chrisbull/Library/Caches/Homebrew/gdal-1.9.0.tar.gz | |
==> ./configure --prefix=/usr/local/Cellar/gdal/1.9.0 --mandir=/usr/local/Cellar/gdal/1.9.0/share/man --disable-debug --with-local=/usr/local/Cellar/gdal/1.9.0 --with-threads --with-libtool --with-libtiff=internal --with-geotiff=internal --with-pcraster=internal --with-pcidsk=internal --with-bsb --with-grib --with-pam --with-libz=/usr --with-png=/usr/X11 --with-expat=/usr --with-jpeg=/usr/local --with-jpeg12 --with-gif=/usr/local --with-curl=/usr/bin/curl-config --with-sqlite3=/usr/local --without-grass --without-libgrass --without-cfitsio --without-netcdf --without-ogdi --without-hdf4 --without-hdf5 --without-openjpeg --without-jasper --without-xerces --without-epsilon --without-spatialite --without-libkml --without-poppler --without-podofo --with-freexl=no --with-dods-root=no --without-msg --without-mrsid --without-jp2mrsid --without-kakadu --without-fme --without-ecw --without-dwgdirect --without-pg --without-mysql --without-sde --without-ingres --without-oci --without-idb --without-python --without-perl --without-php --without-ruby --with-armadillo=no | |
./configure --prefix=/usr/local/Cellar/gdal/1.9.0 --mandir=/usr/local/Cellar/gdal/1.9.0/share/man --disable-debug --with-local=/usr/local/Cellar/gdal/1.9.0 --with-threads --with-libtool --with-libtiff=internal --with-geotiff=internal --with-pcraster=internal --with-pcidsk=internal --with-bsb --with-grib --with-pam --with-libz=/usr --with-png=/usr/X11 --with-expat=/usr --with-jpeg=/usr/local --with-jpeg12 --with-gif=/usr/local --with-curl=/usr/bin/curl-config --with-sqlite3=/usr/local --without-grass --without-libgrass --without-cfitsio --without-netcdf --without-ogdi --without-hdf4 --without-hdf5 --without-openjpeg --without-jasper --without-xerces --without-epsilon --without-spatialite --without-libkml --without-poppler --without-podofo --with-freexl=no --with-dods-root=no --without-msg --without-mrsid --without-jp2mrsid --without-kakadu --without-fme --without-ecw --without-dwgdirect --without-pg --without-mysql --without-sde --without-ingres --without-oci --without-idb --without-python --without-perl --without-php --without-ruby --with-armadillo=no | |
checking build system type... i386-apple-darwin11.4.0 | |
checking host system type... i386-apple-darwin11.4.0 | |
checking for gcc... /usr/bin/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 /usr/bin/clang accepts -g... yes | |
checking for /usr/bin/clang option to accept ISO C89... none needed | |
checking C_WFLAGS for maximum warnings... -Wall -Wdeclaration-after-statement | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /usr/bin/clang++ accepts -g... yes | |
checking CXX_WFLAGS for maximum warnings... -Wall | |
checking for gcc... (cached) /usr/bin/clang | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether /usr/bin/clang accepts -g... (cached) yes | |
checking for /usr/bin/clang option to accept ISO C89... (cached) none needed | |
checking whether we are using the GNU C++ compiler... (cached) yes | |
checking whether /usr/bin/clang++ accepts -g... (cached) yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/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 /usr/bin/clang... /usr/bin/clang | |
checking if the linker (/usr/bin/clang) 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 i386-apple-darwin11.4.0 file names to i386-apple-darwin11.4.0 format... func_convert_file_noop | |
checking how to convert i386-apple-darwin11.4.0 file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/clang option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... dlltool | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking command to parse /usr/bin/nm output from /usr/bin/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... /usr/bin/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 /usr/bin/clang supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/clang option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/clang PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/clang static flag -static works... no | |
checking if /usr/bin/clang supports -c -o file.o... yes | |
checking if /usr/bin/clang supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/clang linker (/usr/bin/clang) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.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 how to run the C++ preprocessor... /usr/bin/clang++ -E | |
checking for ld used by /usr/bin/clang++... /usr/bin/clang | |
checking if the linker (/usr/bin/clang) is GNU ld... no | |
checking whether the /usr/bin/clang++ linker (/usr/bin/clang) supports shared libraries... yes | |
checking for /usr/bin/clang++ option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/clang++ PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/clang++ static flag -static works... no | |
checking if /usr/bin/clang++ supports -c -o file.o... yes | |
checking if /usr/bin/clang++ supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/clang++ linker (/usr/bin/clang) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.4.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for dlopen in -ldl... yes | |
checking for nanosleep in -lrt... no | |
checking for ANSI C header files... (cached) yes | |
checking assert.h usability... yes | |
checking assert.h presence... yes | |
checking for assert.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking for unistd.h... (cached) yes | |
checking dbmalloc.h usability... no | |
checking dbmalloc.h presence... no | |
checking for dbmalloc.h... no | |
checking for dlfcn.h... (cached) yes | |
checking for stdint.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking values.h usability... no | |
checking values.h presence... no | |
checking for values.h... no | |
checking float.h usability... yes | |
checking float.h presence... yes | |
checking for float.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking direct.h usability... no | |
checking direct.h presence... no | |
checking for direct.h... no | |
checking whether byte ordering is bigendian... no | |
checking for 64bit integer type... long long | |
checking for 64bit file io... yes | |
checking for stat64... yes | |
checking for fopen64... no | |
checking for ftruncate64... no | |
checking size of int... 4 | |
checking size of unsigned long... 8 | |
checking size of void*... 8 | |
checking for int8... no | |
checking for int16... no | |
checking for int32... no | |
checking native cpu bit order... lsb2msb | |
checking for vprintf... yes | |
checking for _doprnt... no | |
checking for snprintf... yes | |
checking for vsnprintf... yes | |
checking for atoll... yes | |
checking for strtof... yes | |
checking for getcwd... yes | |
checking whether strtof is declared... yes | |
checking for readlink... yes | |
checking for gmtime_r... yes | |
checking for localtime_r... yes | |
checking for setlocale... yes | |
checking to enable debug build... no, CFLAGS="-Os -w -pipe -march=native -Qunused-arguments" | |
checking whether GCC 4.1 atomic builtins are available... no | |
checking whether we should hide internal symbols... no | |
checking for local include/lib path... adding /usr/local/Cellar/gdal/1.9.0 | |
checking for pthread_create in -lpthread... yes | |
checking for PTHREAD_MUTEX_RECURSIVE... yes | |
checking for deflateInit_ in -lz... yes | |
checking for inflateCopy in -lz... yes | |
using libz library from /usr | |
checking for ld used by GCC... /usr/bin/clang | |
checking if the linker (/usr/bin/clang) is GNU ld... no | |
checking for shared library run path origin... /bin/sh: ./config.rpath: No such file or directory | |
done | |
checking for iconv... yes | |
checking for working iconv... yes | |
checking how to link with libiconv... -liconv | |
checking for iconv declaration... | |
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
using ICONV_CPP_CONST="" | |
checking for PostgreSQL... no | |
GRASS support disabled. | |
FITS support disabled. | |
using internal csf code. | |
checking for libpng... using libpng from /usr/X11. | |
checking for gta_version in -lgta... no | |
libgta not found - GTA support disabled | |
checking for PCIDSK... using internal libpcidsk. | |
checking for libtiff... using internal TIFF code. | |
BigTIFF support enabled. | |
using internal GeoTIFF code. | |
using libjpeg from /usr/local. | |
checking for jpeg12... enabled | |
using libgif from /usr/local. | |
ogdi support disabled. | |
checking for FMEObjects... disabled by user | |
hdf4 support disabled. | |
hdf5 support disabled. | |
netCDF support disabled. | |
configure: JasPer (JPEG2000) support disabled. | |
configure: OpenJPEG (JPEG2000) support disabled. | |
checking for OpenGeodatabase in -lFileGDBAPI... no | |
ECW support disabled. | |
checking for Kakadu JPEG2000 support... not requested. | |
configure: MrSID support disabled. | |
configure: MrSID/MG4 Lidar support disabled. | |
checking for MSG... not requested | |
checking for BSB... enabled | |
checking if Oracle support is enabled... no | |
checking for GRIB... enabled | |
checking for OGR ... enabled | |
checking for MySQL... no | |
checking for Ingres... no | |
checking for Xerces C++ Parser... no | |
checking for XML_ParserCreate in -lexpat... yes | |
checking for Expat XML Parser headers in /usr/include... found | |
checking for Expat XML Parser... yes | |
checking if Expat XML Parser version is >= 1.95.0... yes | |
checking for Google libkml... no | |
checking for SQLConnect in -lodbc... yes | |
checking for SQLInstallDriverEx in -lodbcinst... yes | |
checking if Oracle support is enabled... no | |
checking Checking for DODS... disabled | |
found libcurl version 7.21.4 | |
checking for curl_global_init in -lcurl... yes | |
disabled | |
checking for sqlite3_open in -lsqlite3... yes | |
checking for SQLite3 library >= 3.0.0... yes | |
checking Checking for DWGdirect... disabled | |
configure: "IBM Informix DataBlade support disabled." | |
configure: checking whether we should include ESRI SDE support... | |
ESRI SDE support not requested. | |
checking for VFK support... yes | |
checking for geos-config... /usr/local/bin/geos-config | |
checking for GEOS version >= 2.2.0... yes | |
checking for GEOSversion in -lgeos_c... yes | |
configure: Using C API from GEOS 3.3.3 | |
checking for OpenCL support... no | |
checking for FreeXL support... checking whether to enable PAM... yes | |
checking for poppler... disabled | |
checking for podofo... disabled | |
checking how to link PROJ.4 library... link dynamically. | |
checking GDAL version information from gdal_version.h: 1.9.0 | |
checking for Mac OS X Framework build... disabled | |
checking for perl bindings... disabled | |
checking for php bindings... disabled | |
checking for ruby bindings... disabled | |
checking for python bindings... disabled | |
checking whether we should include Java support... no | |
checking whether we should include MDB support... no | |
configure: checking whether we should include rasdaman support... | |
rasdaman support not requested. | |
checking whether we should include Armadillo support... no | |
configure: creating ./config.status | |
config.status: creating GDALmake.opt | |
config.status: WARNING: 'GDALmake.opt.in' seems to ignore the --datarootdir setting | |
config.status: creating port/cpl_config.h | |
config.status: executing libtool commands | |
GDAL is now configured for i386-apple-darwin11.4.0 | |
Installation directory: /usr/local/Cellar/gdal/1.9.0 | |
C compiler: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments | |
C++ compiler: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments | |
LIBTOOL support: yes | |
LIBZ support: external | |
LIBLZMA support: no | |
GRASS support: no | |
CFITSIO support: no | |
PCRaster support: internal | |
LIBPNG support: external | |
GTA support: no | |
LIBTIFF support: internal (BigTIFF=yes) | |
LIBGEOTIFF support: internal | |
LIBJPEG support: external | |
8/12 bit JPEG TIFF: yes | |
LIBGIF support: external | |
OGDI support: no | |
HDF4 support: no | |
HDF5 support: no | |
NetCDF support: no | |
Kakadu support: no | |
JasPer support: no | |
OpenJPEG support: no | |
ECW support: no | |
MrSID support: no | |
MrSID/MG4 Lidar support: no | |
MSG support: no | |
GRIB support: yes | |
EPSILON support: no | |
WebP support: no | |
cURL support (wms/wcs/...):yes | |
PostgreSQL support: no | |
MySQL support: no | |
Ingres support: no | |
Xerces-C support: no | |
NAS support: no | |
Expat support: yes | |
Google libkml support: no | |
ODBC support: yes | |
PGeo support: yes | |
FGDB support: no | |
MDB support: no | |
PCIDSK support: internal | |
OCI support: no | |
GEORASTER support: no | |
SDE support: no | |
Rasdaman support: no | |
DODS support: no | |
SQLite support: yes | |
SpatiaLite support: no | |
DWGdirect support no | |
INFORMIX DataBlade support:no | |
GEOS support: yes | |
VFK support: yes | |
Poppler support: no | |
Podofo support: no | |
OpenCL support: no | |
Armadillo support: no | |
FreeXL support: no | |
Mac OS X Framework : no | |
SWIG Bindings: no | |
Statically link PROJ.4: no | |
enable OGR building: yes | |
enable pthread support: yes | |
enable POSIX iconv support:yes | |
hide internal symbols: no | |
==> make | |
make | |
(cd port; make) | |
(cd gcore; make) | |
(cd frmts; make) | |
(cd ogr; make lib ) | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -c -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DFRMT_gxf -DFRMT_gtiff -DFRMT_hfa -DFRMT_aigrid -DFRMT_aaigrid -DFRMT_ceos -DFRMT_ceos2 -DFRMT_iso8211 -DFRMT_xpm -DFRMT_sdts -DFRMT_raw -DFRMT_dted -DFRMT_mem -DFRMT_jdem -DFRMT_envisat -DFRMT_elas -DFRMT_fit -DFRMT_vrt -DFRMT_usgsdem -DFRMT_l1b -DFRMT_nitf -DFRMT_bmp -DFRMT_pcidsk -DFRMT_airsar -DFRMT_rs2 -DFRMT_ilwis -DFRMT_rmf -DFRMT_leveller -DFRMT_sgi -DFRMT_srtmhgt -DFRMT_idrisi -DFRMT_gsg -DFRMT_ingr -DFRMT_ers -DFRMT_jaxapalsar -DFRMT_dimap -DFRMT_gff -DFRMT_cosar -DFRMT_pds -DFRMT_adrg -DFRMT_coasp -DFRMT_tsx -DFRMT_terragen -DFRMT_blx -DFRMT_msgn -DFRMT_til -DFRMT_r -DFRMT_northwood -DFRMT_saga -DFRMT_xyz -DFRMT_hf2 -DFRMT_kmlsuperoverlay -DFRMT_ozi -DFRMT_ctg -DFRMT_e00grid -DFRMT_zmap -DFRMT_ngsgeoid -DFRMT_wcs -DFRMT_wms -DFRMT_grib -DFRMT_bsb -DFRMT_gif -DFRMT_jpeg -DFRMT_png -DFRMT_pcraster -DFRMT_rik -DFRMT_rasterlite \ | |
-DGDAL_FORMATS="gxf gtiff hfa aigrid aaigrid ceos ceos2 iso8211 xpm sdts raw dted mem jdem envisat elas fit vrt usgsdem l1b nitf bmp pcidsk airsar rs2 ilwis rmf leveller sgi srtmhgt idrisi gsg ingr ers jaxapalsar dimap gff cosar pds adrg coasp tsx terragen blx msgn til r northwood saga xyz hf2 kmlsuperoverlay ozi ctg e00grid zmap ngsgeoid wcs wms grib bsb gif jpeg png pcraster rik rasterlite" \ | |
gdalallregister.cpp -o o/gdalallregister.lo | |
make -C gxf install-obj | |
make -C gtiff install-obj | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_conv.lo cpl_conv.cpp | |
(cd ogrsf_frmts; make) | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdalopeninfo.lo gdalopeninfo.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_error.lo cpl_error.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ogrgeometryfactory.lo ogrgeometryfactory.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/gxfdataset.lo gxfdataset.cpp | |
(cd libgeotiff; make install-obj) | |
make -C generic | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement xtiff.c -o ../../o/xtiff.lo | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DPCIDSK_ENABLED -DODBC_ENABLED -DPGEO_ENABLED -DMSSQLSPATIAL_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGEOMEDIA_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrsfdriverregistrar.lo ogrsfdriverregistrar.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_error.cpp -fno-common -DPIC -o .libs/cpl_error.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_conv.cpp -fno-common -DPIC -o .libs/cpl_conv.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalopeninfo.cpp -fno-common -DPIC -o .libs/gdalopeninfo.o | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrgeometryfactory.cpp -fno-common -DPIC -o .libs/ogrgeometryfactory.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gxfdataset.cpp -fno-common -DPIC -o ../o/.libs/gxfdataset.o | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement xtiff.c -fno-common -DPIC -o ../../o/.libs/xtiff.o | |
libtool: compile: /usr/bin/clang++ -c -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DFRMT_gxf -DFRMT_gtiff -DFRMT_hfa -DFRMT_aigrid -DFRMT_aaigrid -DFRMT_ceos -DFRMT_ceos2 -DFRMT_iso8211 -DFRMT_xpm -DFRMT_sdts -DFRMT_raw -DFRMT_dted -DFRMT_mem -DFRMT_jdem -DFRMT_envisat -DFRMT_elas -DFRMT_fit -DFRMT_vrt -DFRMT_usgsdem -DFRMT_l1b -DFRMT_nitf -DFRMT_bmp -DFRMT_pcidsk -DFRMT_airsar -DFRMT_rs2 -DFRMT_ilwis -DFRMT_rmf -DFRMT_leveller -DFRMT_sgi -DFRMT_srtmhgt -DFRMT_idrisi -DFRMT_gsg -DFRMT_ingr -DFRMT_ers -DFRMT_jaxapalsar -DFRMT_dimap -DFRMT_gff -DFRMT_cosar -DFRMT_pds -DFRMT_adrg -DFRMT_coasp -DFRMT_tsx -DFRMT_terragen -DFRMT_blx -DFRMT_msgn -DFRMT_til -DFRMT_r -DFRMT_northwood -DFRMT_saga -DFRMT_xyz -DFRMT_hf2 -DFRMT_kmlsuperoverlay -DFRMT_ozi -DFRMT_ctg -DFRMT_e00grid -DFRMT_zmap -DFRMT_ngsgeoid -DFRMT_wcs -DFRMT_wms -DFRMT_grib -DFRMT_bsb -DFRMT_gif -DFRMT_jpeg -DFRMT_png -DFRMT_pcraster -DFRMT_rik -DFRMT_rasterlite "-DGDAL_FORMATS=gxf gtiff hfa aigrid aaigrid ceos ceos2 iso8211 xpm sdts raw dted mem jdem envisat elas fit vrt usgsdem l1b nitf bmp pcidsk airsar rs2 ilwis rmf leveller sgi srtmhgt idrisi gsg ingr ers jaxapalsar dimap gff cosar pds adrg coasp tsx terragen blx msgn til r northwood saga xyz hf2 kmlsuperoverlay ozi ctg e00grid zmap ngsgeoid wcs wms grib bsb gif jpeg png pcraster rik rasterlite" gdalallregister.cpp -fno-common -DPIC -o o/.libs/gdalallregister.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DPCIDSK_ENABLED -DODBC_ENABLED -DPGEO_ENABLED -DMSSQLSPATIAL_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGEOMEDIA_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrsfdriverregistrar.cpp -fno-common -DPIC -o ../o/.libs/ogrsfdriverregistrar.o | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement xtiff.c -o ../../o/xtiff.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_error.cpp -o cpl_error.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_free.c -o ../../o/geo_free.lo | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_free.c -fno-common -DPIC -o ../../o/.libs/geo_free.o | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_free.c -o ../../o/geo_free.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -c -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DFRMT_gxf -DFRMT_gtiff -DFRMT_hfa -DFRMT_aigrid -DFRMT_aaigrid -DFRMT_ceos -DFRMT_ceos2 -DFRMT_iso8211 -DFRMT_xpm -DFRMT_sdts -DFRMT_raw -DFRMT_dted -DFRMT_mem -DFRMT_jdem -DFRMT_envisat -DFRMT_elas -DFRMT_fit -DFRMT_vrt -DFRMT_usgsdem -DFRMT_l1b -DFRMT_nitf -DFRMT_bmp -DFRMT_pcidsk -DFRMT_airsar -DFRMT_rs2 -DFRMT_ilwis -DFRMT_rmf -DFRMT_leveller -DFRMT_sgi -DFRMT_srtmhgt -DFRMT_idrisi -DFRMT_gsg -DFRMT_ingr -DFRMT_ers -DFRMT_jaxapalsar -DFRMT_dimap -DFRMT_gff -DFRMT_cosar -DFRMT_pds -DFRMT_adrg -DFRMT_coasp -DFRMT_tsx -DFRMT_terragen -DFRMT_blx -DFRMT_msgn -DFRMT_til -DFRMT_r -DFRMT_northwood -DFRMT_saga -DFRMT_xyz -DFRMT_hf2 -DFRMT_kmlsuperoverlay -DFRMT_ozi -DFRMT_ctg -DFRMT_e00grid -DFRMT_zmap -DFRMT_ngsgeoid -DFRMT_wcs -DFRMT_wms -DFRMT_grib -DFRMT_bsb -DFRMT_gif -DFRMT_jpeg -DFRMT_png -DFRMT_pcraster -DFRMT_rik -DFRMT_rasterlite "-DGDAL_FORMATS=gxf gtiff hfa aigrid aaigrid ceos ceos2 iso8211 xpm sdts raw dted mem jdem envisat elas fit vrt usgsdem l1b nitf bmp pcidsk airsar rs2 ilwis rmf leveller sgi srtmhgt idrisi gsg ingr ers jaxapalsar dimap gff cosar pds adrg coasp tsx terragen blx msgn til r northwood saga xyz hf2 kmlsuperoverlay ozi ctg e00grid zmap ngsgeoid wcs wms grib bsb gif jpeg png pcraster rik rasterlite" gdalallregister.cpp -o o/gdalallregister.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalopeninfo.cpp -o gdalopeninfo.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_string.lo cpl_string.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_get.c -o ../../o/geo_get.lo | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gxfdataset.cpp -o ../o/gxfdataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_string.cpp -fno-common -DPIC -o .libs/cpl_string.o | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_get.c -fno-common -DPIC -o ../../o/.libs/geo_get.o | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_get.c -o ../../o/geo_get.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_conv.cpp -o cpl_conv.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DPCIDSK_ENABLED -DODBC_ENABLED -DPGEO_ENABLED -DMSSQLSPATIAL_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGEOMEDIA_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrsfdriverregistrar.cpp -o ../o/ogrsfdriverregistrar.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_names.c -o ../../o/geo_names.lo | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_new.c -o ../../o/geo_new.lo | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_names.c -fno-common -DPIC -o ../../o/.libs/geo_names.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -c -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" \ | |
gdaldrivermanager.cpp -o gdaldrivermanager.lo | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_new.c -fno-common -DPIC -o ../../o/.libs/geo_new.o | |
libtool: compile: /usr/bin/clang++ -c -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" gdaldrivermanager.cpp -fno-common -DPIC -o .libs/gdaldrivermanager.o | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrgeometryfactory.cpp -o ogrgeometryfactory.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/gxfopen.lo gxfopen.c | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_new.c -o ../../o/geo_new.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gxfopen.c -fno-common -DPIC -o ../o/.libs/gxfopen.o | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_names.c -o ../../o/geo_names.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_print.c -o ../../o/geo_print.lo | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_string.cpp -o cpl_string.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_print.c -fno-common -DPIC -o ../../o/.libs/geo_print.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DPCIDSK_ENABLED -DODBC_ENABLED -DPGEO_ENABLED -DMSSQLSPATIAL_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGEOMEDIA_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrlayer.lo ogrlayer.cpp | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gxfopen.c -o ../o/gxfopen.o >/dev/null 2>&1 | |
make -C hfa install-obj | |
(cd libtiff; make install-obj) | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/hfaopen.lo hfaopen.cpp | |
(cd ../../jpeg; make libjpeg12/jcapimin12.c) | |
cp libjpeg/*.h libjpeg12 | |
cp libjpeg12/jmorecfg.h.12 libjpeg12/jmorecfg.h | |
for x in libjpeg/*.c ; do \ | |
b=`basename $x .c`; \ | |
cp $x libjpeg12/${b}12.c; \ | |
done | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DPCIDSK_ENABLED -DODBC_ENABLED -DPGEO_ENABLED -DMSSQLSPATIAL_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGEOMEDIA_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrlayer.cpp -fno-common -DPIC -o ../o/.libs/ogrlayer.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c hfaopen.cpp -fno-common -DPIC -o ../o/.libs/hfaopen.o | |
libtool: compile: /usr/bin/clang++ -c -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" gdaldrivermanager.cpp -o gdaldrivermanager.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_print.c -o ../../o/geo_print.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/gxf_proj4.lo gxf_proj4.c | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gxf_proj4.c -fno-common -DPIC -o ../o/.libs/gxf_proj4.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_set.c -o ../../o/geo_set.lo | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ogrpoint.lo ogrpoint.cpp | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_set.c -fno-common -DPIC -o ../../o/.libs/geo_set.o | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gxf_proj4.c -o ../o/gxf_proj4.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrpoint.cpp -fno-common -DPIC -o .libs/ogrpoint.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cplgetsymbol.lo cplgetsymbol.cpp | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_set.c -o ../../o/geo_set.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_aux.c -o ../../o/tif_aux.lo | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdaldriver.lo gdaldriver.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cplgetsymbol.cpp -fno-common -DPIC -o .libs/cplgetsymbol.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_aux.c -fno-common -DPIC -o ../../o/.libs/tif_aux.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DPCIDSK_ENABLED -DODBC_ENABLED -DPGEO_ENABLED -DMSSQLSPATIAL_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGEOMEDIA_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrlayer.cpp -o ../o/ogrlayer.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdaldriver.cpp -fno-common -DPIC -o .libs/gdaldriver.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_tiffp.c -o ../../o/geo_tiffp.lo | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cplgetsymbol.cpp -o cplgetsymbol.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/gxf_ogcwkt.lo gxf_ogcwkt.c | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_tiffp.c -fno-common -DPIC -o ../../o/.libs/geo_tiffp.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cplstringlist.lo cplstringlist.cpp | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gxf_ogcwkt.c -fno-common -DPIC -o ../o/.libs/gxf_ogcwkt.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_aux.c -o ../../o/tif_aux.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_tiffp.c -o ../../o/geo_tiffp.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cplstringlist.cpp -fno-common -DPIC -o .libs/cplstringlist.o | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrpoint.cpp -o ogrpoint.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gxf_ogcwkt.c -o ../o/gxf_ogcwkt.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_write.c -o ../../o/geo_write.lo | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_close.c -o ../../o/tif_close.lo | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_write.c -fno-common -DPIC -o ../../o/.libs/geo_write.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_close.c -fno-common -DPIC -o ../../o/.libs/tif_close.o | |
make -C aigrid install-obj | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../../ogr/ogrsf_frmts/avc -c -o ../o/aigdataset.lo aigdataset.cpp | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_write.c -o ../../o/geo_write.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_close.c -o ../../o/tif_close.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cplstringlist.cpp -o cplstringlist.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../../ogr/ogrsf_frmts/avc -c aigdataset.cpp -fno-common -DPIC -o ../o/.libs/aigdataset.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdaldriver.cpp -o gdaldriver.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_normalize.c -o ../../o/geo_normalize.lo | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DPCIDSK_ENABLED -DODBC_ENABLED -DPGEO_ENABLED -DMSSQLSPATIAL_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGEOMEDIA_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrdatasource.lo ogrdatasource.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_codec.c -o ../../o/tif_codec.lo | |
make -C aaigrid install-obj | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/aaigriddataset.lo aaigriddataset.cpp | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_normalize.c -fno-common -DPIC -o ../../o/.libs/geo_normalize.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_codec.c -fno-common -DPIC -o ../../o/.libs/tif_codec.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c hfaopen.cpp -o ../o/hfaopen.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DPCIDSK_ENABLED -DODBC_ENABLED -DPGEO_ENABLED -DMSSQLSPATIAL_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGEOMEDIA_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrdatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrdatasource.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_codec.c -o ../../o/tif_codec.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c aaigriddataset.cpp -fno-common -DPIC -o ../o/.libs/aaigriddataset.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_color.c -o ../../o/tif_color.lo | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_strtod.lo cpl_strtod.cpp | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_color.c -fno-common -DPIC -o ../../o/.libs/tif_color.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_strtod.cpp -fno-common -DPIC -o .libs/cpl_strtod.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_color.c -o ../../o/tif_color.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_strtod.cpp -o cpl_strtod.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_normalize.c -o ../../o/geo_normalize.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_path.lo cpl_path.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../../ogr/ogrsf_frmts/avc -c aigdataset.cpp -o ../o/aigdataset.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdaldataset.lo gdaldataset.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_compress.c -o ../../o/tif_compress.lo | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_path.cpp -fno-common -DPIC -o .libs/cpl_path.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_compress.c -fno-common -DPIC -o ../../o/.libs/tif_compress.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdaldataset.cpp -fno-common -DPIC -o .libs/gdaldataset.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_compress.c -o ../../o/tif_compress.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c aaigriddataset.cpp -o ../o/aaigriddataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DPCIDSK_ENABLED -DODBC_ENABLED -DPGEO_ENABLED -DMSSQLSPATIAL_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGEOMEDIA_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrdatasource.cpp -o ../o/ogrdatasource.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_dir.c -o ../../o/tif_dir.lo | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_dir.c -fno-common -DPIC -o ../../o/.libs/tif_dir.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geotiff_proj4.c -o ../../o/geotiff_proj4.lo | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_path.cpp -o cpl_path.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geotiff_proj4.c -fno-common -DPIC -o ../../o/.libs/geotiff_proj4.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../../ogr/ogrsf_frmts/avc -c -o ../o/gridlib.lo gridlib.c | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../../ogr/ogrsf_frmts/avc -c gridlib.c -fno-common -DPIC -o ../o/.libs/gridlib.o | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geotiff_proj4.c -o ../../o/geotiff_proj4.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdaldataset.cpp -o gdaldataset.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/hfaentry.lo hfaentry.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_csv.lo cpl_csv.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c hfaentry.cpp -fno-common -DPIC -o ../o/.libs/hfaentry.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -Ilibgeotiff -Ilibtiff -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/geotiff.lo geotiff.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_extra.c -o ../../o/geo_extra.lo | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_dir.c -o ../../o/tif_dir.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_csv.cpp -fno-common -DPIC -o .libs/cpl_csv.o | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../../ogr/ogrsf_frmts/avc -c gridlib.c -o ../o/gridlib.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_extra.c -fno-common -DPIC -o ../../o/.libs/geo_extra.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -Ilibgeotiff -Ilibtiff -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c geotiff.cpp -fno-common -DPIC -o ../o/.libs/geotiff.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DPCIDSK_ENABLED -DODBC_ENABLED -DPGEO_ENABLED -DMSSQLSPATIAL_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGEOMEDIA_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrsfdriver.lo ogrsfdriver.cpp | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_extra.c -o ../../o/geo_extra.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_trans.c -o ../../o/geo_trans.lo | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DPCIDSK_ENABLED -DODBC_ENABLED -DPGEO_ENABLED -DMSSQLSPATIAL_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGEOMEDIA_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrsfdriver.cpp -fno-common -DPIC -o ../o/.libs/ogrsfdriver.o | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_trans.c -fno-common -DPIC -o ../../o/.libs/geo_trans.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../../ogr/ogrsf_frmts/avc -c -o ../o/aigopen.lo aigopen.c | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_trans.c -o ../../o/geo_trans.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../../ogr/ogrsf_frmts/avc -c aigopen.c -fno-common -DPIC -o ../o/.libs/aigopen.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_csv.cpp -o cpl_csv.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_simpletags.c -o ../../o/geo_simpletags.lo | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c hfaentry.cpp -o ../o/hfaentry.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_simpletags.c -fno-common -DPIC -o ../../o/.libs/geo_simpletags.o | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../../ogr/ogrsf_frmts/avc -c aigopen.c -o ../o/aigopen.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdalrasterband.lo gdalrasterband.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DPCIDSK_ENABLED -DODBC_ENABLED -DPGEO_ENABLED -DMSSQLSPATIAL_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGEOMEDIA_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrsfdriver.cpp -o ../o/ogrsfdriver.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_dirinfo.c -o ../../o/tif_dirinfo.lo | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalrasterband.cpp -fno-common -DPIC -o .libs/gdalrasterband.o | |
libtool: compile: /usr/bin/clang -c -I../../port -I../libtiff -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement geo_simpletags.c -o ../../o/geo_simpletags.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_dirinfo.c -fno-common -DPIC -o ../../o/.libs/tif_dirinfo.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../../ogr/ogrsf_frmts/avc -c -o ../o/aigccitt.lo aigccitt.c | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ogrcurve.lo ogrcurve.cpp | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../../ogr/ogrsf_frmts/avc -c aigccitt.c -fno-common -DPIC -o ../o/.libs/aigccitt.o | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrcurve.cpp -fno-common -DPIC -o .libs/ogrcurve.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_findfile.lo cpl_findfile.cpp | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_dirinfo.c -o ../../o/tif_dirinfo.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DPCIDSK_ENABLED -DODBC_ENABLED -DPGEO_ENABLED -DMSSQLSPATIAL_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGEOMEDIA_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrregisterall.lo ogrregisterall.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_findfile.cpp -fno-common -DPIC -o .libs/cpl_findfile.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DPCIDSK_ENABLED -DODBC_ENABLED -DPGEO_ENABLED -DMSSQLSPATIAL_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGEOMEDIA_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrregisterall.cpp -fno-common -DPIC -o ../o/.libs/ogrregisterall.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_dirread.c -o ../../o/tif_dirread.lo | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/hfadictionary.lo hfadictionary.cpp | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrcurve.cpp -o ogrcurve.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_dirread.c -fno-common -DPIC -o ../../o/.libs/tif_dirread.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c hfadictionary.cpp -fno-common -DPIC -o ../o/.libs/hfadictionary.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_findfile.cpp -o cpl_findfile.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../../ogr/ogrsf_frmts/avc -c aigccitt.c -o ../o/aigccitt.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DPCIDSK_ENABLED -DODBC_ENABLED -DPGEO_ENABLED -DMSSQLSPATIAL_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGEOMEDIA_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrregisterall.cpp -o ../o/ogrregisterall.o >/dev/null 2>&1 | |
make -C ceos install-obj | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ceosopen.lo ceosopen.c | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_minixml.lo cpl_minixml.cpp | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ceosopen.c -fno-common -DPIC -o ../o/.libs/ceosopen.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c hfadictionary.cpp -o ../o/hfadictionary.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_minixml.cpp -fno-common -DPIC -o .libs/cpl_minixml.o | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ceosopen.c -o ../o/ceosopen.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DPCIDSK_ENABLED -DODBC_ENABLED -DPGEO_ENABLED -DMSSQLSPATIAL_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGEOMEDIA_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogr_gensql.lo ogr_gensql.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalrasterband.cpp -o gdalrasterband.o >/dev/null 2>&1 | |
make -C avc | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/avc_bin.lo avc_bin.c | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ceosdataset.lo ceosdataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DPCIDSK_ENABLED -DODBC_ENABLED -DPGEO_ENABLED -DMSSQLSPATIAL_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGEOMEDIA_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tlibtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c avc_bin.c -fno-common -DPIC -o ../o/.libs/avc_bin.o | |
mp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogr_gensql.cpp -fno-common -DPIC -o ../o/.libs/ogr_gensql.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ceosdataset.cpp -fno-common -DPIC -o ../o/.libs/ceosdataset.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/hfafield.lo hfafield.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c hfafield.cpp -fno-common -DPIC -o ../o/.libs/hfafield.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_minixml.cpp -o cpl_minixml.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ceosdataset.cpp -o ../o/ceosdataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c avc_bin.c -o ../o/avc_bin.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_dirread.c -o ../../o/tif_dirread.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c hfafield.cpp -o ../o/hfafield.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DPCIDSK_ENABLED -DODBC_ENABLED -DPGEO_ENABLED -DMSSQLSPATIAL_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGEOMEDIA_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogr_gensql.cpp -o ../o/ogr_gensql.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DPCIDSK_ENABLED -DODBC_ENABLED -DPGEO_ENABLED -DMSSQLSPATIAL_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGEOMEDIA_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogr_attrind.lo ogr_attrind.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/avc_binwr.lo avc_binwr.c | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DPCIDSK_ENABLED -DODBC_ENABLED -DPGEO_ENABLED -DMSSQLSPATIAL_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGEOMEDIA_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogr_attrind.cpp -fno-common -DPIC -o ../o/.libs/ogr_attrind.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_multiproc.lo cpl_multiproc.cpp | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c avc_binwr.c -fno-common -DPIC -o ../o/.libs/avc_binwr.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdal_misc.lo gdal_misc.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_multiproc.cpp -fno-common -DPIC -o .libs/cpl_multiproc.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdal_misc.cpp -fno-common -DPIC -o .libs/gdal_misc.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -Ilibgeotiff -Ilibtiff -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c geotiff.cpp -o ../o/geotiff.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_multiproc.cpp -o cpl_multiproc.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/hfatype.lo hfatype.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DPCIDSK_ENABLED -DODBC_ENABLED -DPGEO_ENABLED -DMSSQLSPATIAL_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGEOMEDIA_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogr_attrind.cpp -o ../o/ogr_attrind.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c hfatype.cpp -fno-common -DPIC -o ../o/.libs/hfatype.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_list.lo cpl_list.cpp | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c avc_binwr.c -o ../o/avc_binwr.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_list.cpp -fno-common -DPIC -o .libs/cpl_list.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_list.cpp -o cpl_list.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_dirwrite.c -o ../../o/tif_dirwrite.lo | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DPCIDSK_ENABLED -DODBC_ENABLED -DPGEO_ENABLED -DMSSQLSPATIAL_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGEOMEDIA_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogr_miattrind.lo ogr_miattrind.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_getexecpath.lo cpl_getexecpath.cpp | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_dirwrite.c -fno-common -DPIC -o ../../o/.libs/tif_dirwrite.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c hfatype.cpp -o ../o/hfatype.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_getexecpath.cpp -fno-common -DPIC -o .libs/cpl_getexecpath.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DPCIDSK_ENABLED -DODBC_ENABLED -DPGEO_ENABLED -DMSSQLSPATIAL_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGEOMEDIA_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/t/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/avc_e00gen.lo avc_e00gen.c | |
mp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogr_miattrind.cpp -fno-common -DPIC -o ../o/.libs/ogr_miattrind.o | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c avc_e00gen.c -fno-common -DPIC -o ../o/.libs/avc_e00gen.o | |
make -C ceos2 install-obj | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/sar_ceosdataset.lo sar_ceosdataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c sar_ceosdataset.cpp -fno-common -DPIC -o ../o/.libs/sar_ceosdataset.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdal_misc.cpp -o gdal_misc.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_getexecpath.cpp -o cpl_getexecpath.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c avc_e00gen.c -o ../o/avc_e00gen.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/hfaband.lo hfaband.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c hfaband.cpp -fno-common -DPIC -o ../o/.libs/hfaband.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cplstring.lo cplstring.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DINST_DATA=\"/usr/local/Cellar/gdal/1.9.0/share/gdal\" -DAVCBIN_ENABLED -DBNA_ENABLED -DCSV_ENABLED -DDGN_ENABLED -DGML_ENABLED -DGMT_ENABLED -DGPX_ENABLED -DMEM_ENABLED -DNTF_ENABLED -DREC_ENABLED -DS57_ENABLED -DSDTS_ENABLED -DSHAPE_ENABLED -DTAB_ENABLED -DTIGER_ENABLED -DVRT_ENABLED -DKML_ENABLED -DGEOJSON_ENABLED -DGEOCONCEPT_ENABLED -DXPLANE_ENABLED -DGEORSS_ENABLED -DGTM_ENABLED -DDXF_ENABLED -DPGDUMP_ENABLED -DGPSBABEL_ENABLED -DSUA_ENABLED -DOPENAIR_ENABLED -DPDS_ENABLED -DHTF_ENABLED -DAERONAVFAA_ENABLED -DEDIGEO_ENABLED -DSVG_ENABLED -DIDRISI_ENABLED -DARCGEN_ENABLED -DSEGUKOOA_ENABLED -DSEGY_ENABLED -DPCIDSK_ENABLED -DODBC_ENABLED -DPGEO_ENABLED -DMSSQLSPATIAL_ENABLED -DSQLITE_ENABLED -DVFK_ENABLED -DWFS_ENABLED -DGEOMEDIA_ENABLED -DGFT_ENABLED -DCOUCHDB_ENABLED -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogr_miattrind.cpp -o ../o/ogr_miattrind.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/avc_e00parse.lo avc_e00parse.c | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cplstring.cpp -fno-common -DPIC -o .libs/cplstring.o | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c avc_e00parse.c -fno-common -DPIC -o ../o/.libs/avc_e00parse.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_dirwrite.c -o ../../o/tif_dirwrite.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cplstring.cpp -o cplstring.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c avc_e00parse.c -o ../o/avc_e00parse.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_dumpmode.c -o ../../o/tif_dumpmode.lo | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c sar_ceosdataset.cpp -o ../o/sar_ceosdataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_dumpmode.c -fno-common -DPIC -o ../../o/.libs/tif_dumpmode.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_dumpmode.c -o ../../o/tif_dumpmode.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c hfaband.cpp -o ../o/hfaband.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o rasterio.lo rasterio.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ceosrecipe.lo ceosrecipe.c | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ceosrecipe.c -fno-common -DPIC -o ../o/.libs/ceosrecipe.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_vsil_win32.lo cpl_vsil_win32.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c rasterio.cpp -fno-common -DPIC -o .libs/rasterio.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/avc_e00write.lo avc_e00write.c | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsil_win32.cpp -fno-common -DPIC -o .libs/cpl_vsil_win32.o | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c avc_e00write.c -fno-common -DPIC -o ../o/.libs/avc_e00write.o | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ceosrecipe.c -o ../o/ceosrecipe.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c avc_e00write.c -o ../o/avc_e00write.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/hfacompress.lo hfacompress.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c hfacompress.cpp -fno-common -DPIC -o ../o/.libs/hfacompress.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsil_win32.cpp -o cpl_vsil_win32.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_error.c -o ../../o/tif_error.lo | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ceossar.lo ceossar.c | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_error.c -fno-common -DPIC -o ../../o/.libs/tif_error.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/avc_e00read.lo avc_e00read.c | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ceossar.c -fno-common -DPIC -o ../o/.libs/ceossar.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_error.c -o ../../o/tif_error.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c avc_e00read.c -fno-common -DPIC -o ../o/.libs/avc_e00read.o | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ceossar.c -o ../o/ceossar.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/avc_mbyte.lo avc_mbyte.c | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_extension.c -o ../../o/tif_extension.lo | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c avc_mbyte.c -fno-common -DPIC -o ../o/.libs/avc_mbyte.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ceos.lo ceos.c | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_vsisimple.lo cpl_vsisimple.cpp | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_extension.c -fno-common -DPIC -o ../../o/.libs/tif_extension.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c hfacompress.cpp -o ../o/hfacompress.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ceos.c -fno-common -DPIC -o ../o/.libs/ceos.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_extension.c -o ../../o/tif_extension.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsisimple.cpp -fno-common -DPIC -o .libs/cpl_vsisimple.o | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c avc_mbyte.c -o ../o/avc_mbyte.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_fax3.c -o ../../o/tif_fax3.lo | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ceos.c -o ../o/ceos.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_fax3.c -fno-common -DPIC -o ../../o/.libs/tif_fax3.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/avc_misc.lo avc_misc.c | |
make -C bna | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrbnadriver.lo ogrbnadriver.cpp | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c avc_misc.c -fno-common -DPIC -o ../o/.libs/avc_misc.o | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c avc_e00read.c -o ../o/avc_e00read.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrbnadriver.cpp -fno-common -DPIC -o ../o/.libs/ogrbnadriver.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/hfadataset.lo hfadataset.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/link.lo link.c | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsisimple.cpp -o cpl_vsisimple.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c hfadataset.cpp -fno-common -DPIC -o ../o/.libs/hfadataset.o | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c link.c -fno-common -DPIC -o ../o/.libs/link.o | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c avc_misc.c -o ../o/avc_misc.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c link.c -o ../o/link.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_fax3sm.c -o ../../o/tif_fax3sm.lo | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c rasterio.cpp -o rasterio.o >/dev/null 2>&1 | |
make -C iso8211 install-obj | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I../../port -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ddfmodule.lo ddfmodule.cpp | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_fax3sm.c -fno-common -DPIC -o ../../o/.libs/tif_fax3sm.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrbnadriver.cpp -o ../o/ogrbnadriver.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_vsil.lo cpl_vsil.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I../../port -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ddfmodule.cpp -fno-common -DPIC -o ../o/.libs/ddfmodule.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/avc_rawbin.lo avc_rawbin.c | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsil.cpp -fno-common -DPIC -o .libs/cpl_vsil.o | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c avc_rawbin.c -fno-common -DPIC -o ../o/.libs/avc_rawbin.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I../../port -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ddfmodule.cpp -o ../o/ddfmodule.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c avc_rawbin.c -o ../o/avc_rawbin.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_fax3sm.c -o ../../o/tif_fax3sm.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrbnadatasource.lo ogrbnadatasource.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrbnadatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrbnadatasource.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I../../port -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ddfutils.lo ddfutils.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogravcbindriver.lo ogravcbindriver.cpp | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_fax3.c -o ../../o/tif_fax3.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I../../port -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ddfutils.cpp -fno-common -DPIC -o ../o/.libs/ddfutils.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogravcbindriver.cpp -fno-common -DPIC -o ../o/.libs/ogravcbindriver.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsil.cpp -o cpl_vsil.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdalrasterblock.lo gdalrasterblock.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I../../port -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ddfutils.cpp -o ../o/ddfutils.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalrasterblock.cpp -fno-common -DPIC -o .libs/gdalrasterblock.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I../../port -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ddffielddefn.lo ddffielddefn.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrbnadatasource.cpp -o ../o/ogrbnadatasource.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I../../port -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ddffielddefn.cpp -fno-common -DPIC -o ../o/.libs/ddffielddefn.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogravcbindriver.cpp -o ../o/ogravcbindriver.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalrasterblock.cpp -o gdalrasterblock.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I../../port -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ddffielddefn.cpp -o ../o/ddffielddefn.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c hfadataset.cpp -o ../o/hfadataset.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogravcbindatasource.lo ogravcbindatasource.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_vsi_mem.lo cpl_vsi_mem.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdalcolortable.lo gdalcolortable.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrbnalayer.lo ogrbnalayer.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_getimage.c -o ../../o/tif_getimage.lo | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_getimage.c -fno-common -DPIC -o ../../o/.libs/tif_getimage.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsi_mem.cpp -fno-common -DPIC -o .libs/cpl_vsi_mem.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogravcbindatasource.cpp -fno-common -DPIC -o ../o/.libs/ogravcbindatasource.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrbnalayer.cpp -fno-common -DPIC -o ../o/.libs/ogrbnalayer.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalcolortable.cpp -fno-common -DPIC -o .libs/gdalcolortable.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_vsil_unix_stdio_64.lo cpl_vsil_unix_stdio_64.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I../../port -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ddfrecord.lo ddfrecord.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogravcbindatasource.cpp -o ../o/ogravcbindatasource.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsil_unix_stdio_64.cpp -fno-common -DPIC -o .libs/cpl_vsil_unix_stdio_64.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I../../port -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ddfrecord.cpp -fno-common -DPIC -o ../o/.libs/ddfrecord.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalcolortable.cpp -o gdalcolortable.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrbnalayer.cpp -o ../o/ogrbnalayer.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsi_mem.cpp -o cpl_vsi_mem.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogravcbinlayer.lo ogravcbinlayer.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I../../port -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ddfrecord.cpp -o ../o/ddfrecord.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsil_unix_stdio_64.cpp -o cpl_vsil_unix_stdio_64.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogravcbinlayer.cpp -fno-common -DPIC -o ../o/.libs/ogravcbinlayer.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdalmajorobject.lo gdalmajorobject.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalmajorobject.cpp -fno-common -DPIC -o .libs/gdalmajorobject.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I../../port -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ddffield.lo ddffield.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrbnaparser.lo ogrbnaparser.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I../../port -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ddffield.cpp -fno-common -DPIC -o ../o/.libs/ddffield.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrbnaparser.cpp -fno-common -DPIC -o ../o/.libs/ogrbnaparser.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_http.lo cpl_http.cpp | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_getimage.c -o ../../o/tif_getimage.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogravcbinlayer.cpp -o ../o/ogravcbinlayer.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ogrlinestring.lo ogrlinestring.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I../../port -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ddffield.cpp -o ../o/ddffield.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_http.cpp -fno-common -DPIC -o .libs/cpl_http.o | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrlinestring.cpp -fno-common -DPIC -o .libs/ogrlinestring.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I../../port -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ddfsubfielddefn.lo ddfsubfielddefn.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalmajorobject.cpp -o gdalmajorobject.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I../../port -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ddfsubfielddefn.cpp -fno-common -DPIC -o ../o/.libs/ddfsubfielddefn.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrbnaparser.cpp -o ../o/ogrbnaparser.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/hfa_overviews.lo hfa_overviews.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogravclayer.lo ogravclayer.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c hfa_overviews.cpp -fno-common -DPIC -o ../o/.libs/hfa_overviews.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I../../port -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ddfsubfielddefn.cpp -o ../o/ddfsubfielddefn.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogravclayer.cpp -fno-common -DPIC -o ../o/.libs/ogravclayer.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o overview.lo overview.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_http.cpp -o cpl_http.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c overview.cpp -fno-common -DPIC -o .libs/overview.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -Ilibgeotiff -Ilibtiff -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/gt_wkt_srs.lo gt_wkt_srs.cpp | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrlinestring.cpp -o ogrlinestring.o >/dev/null 2>&1 | |
make -C xpm install-obj | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I../mem -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/xpmdataset.lo xpmdataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -Ilibgeotiff -Ilibtiff -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gt_wkt_srs.cpp -fno-common -DPIC -o ../o/.libs/gt_wkt_srs.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c hfa_overviews.cpp -o ../o/hfa_overviews.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I../mem -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c xpmdataset.cpp -fno-common -DPIC -o ../o/.libs/xpmdataset.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogravclayer.cpp -o ../o/ogravclayer.o >/dev/null 2>&1 | |
make -C csv | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrcsvdriver.lo ogrcsvdriver.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_hash_set.lo cpl_hash_set.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrcsvdriver.cpp -fno-common -DPIC -o ../o/.libs/ogrcsvdriver.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_jpeg.c -o ../../o/tif_jpeg.lo | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_hash_set.cpp -fno-common -DPIC -o .libs/cpl_hash_set.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I../mem -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c xpmdataset.cpp -o ../o/xpmdataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_jpeg.c -fno-common -DPIC -o ../../o/.libs/tif_jpeg.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdaldefaultoverviews.lo gdaldefaultoverviews.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogravcdatasource.lo ogravcdatasource.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_hash_set.cpp -o cpl_hash_set.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdaldefaultoverviews.cpp -fno-common -DPIC -o .libs/gdaldefaultoverviews.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogravcdatasource.cpp -fno-common -DPIC -o ../o/.libs/ogravcdatasource.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cplkeywordparser.lo cplkeywordparser.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrcsvdriver.cpp -o ../o/ogrcsvdriver.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -Ilibgeotiff -Ilibtiff -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gt_wkt_srs.cpp -o ../o/gt_wkt_srs.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cplkeywordparser.cpp -fno-common -DPIC -o .libs/cplkeywordparser.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogravcdatasource.cpp -o ../o/ogravcdatasource.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrcsvdatasource.lo ogrcsvdatasource.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c overview.cpp -o overview.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrcsvdatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrcsvdatasource.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_jpeg.c -o ../../o/tif_jpeg.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdaldefaultoverviews.cpp -o gdaldefaultoverviews.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ogrlinearring.lo ogrlinearring.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cplkeywordparser.cpp -o cplkeywordparser.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrlinearring.cpp -fno-common -DPIC -o .libs/ogrlinearring.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogravce00layer.lo ogravce00layer.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogravce00layer.cpp -fno-common -DPIC -o ../o/.libs/ogravce00layer.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_recode.lo cpl_recode.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_jpeg_12.c -o ../../o/tif_jpeg_12.lo | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_recode.cpp -fno-common -DPIC -o .libs/cpl_recode.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrcsvdatasource.cpp -o ../o/ogrcsvdatasource.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_jpeg_12.c -fno-common -DPIC -o ../../o/.libs/tif_jpeg_12.o | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrlinearring.cpp -o ogrlinearring.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdalpamdataset.lo gdalpamdataset.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -Ilibgeotiff -Ilibtiff -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/gt_citation.lo gt_citation.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogravce00layer.cpp -o ../o/ogravce00layer.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -Ilibgeotiff -Ilibtiff -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gt_citation.cpp -fno-common -DPIC -o ../o/.libs/gt_citation.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalpamdataset.cpp -fno-common -DPIC -o .libs/gdalpamdataset.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_recode.cpp -o cpl_recode.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdalpamrasterband.lo gdalpamrasterband.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ogrpolygon.lo ogrpolygon.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogravce00datasource.lo ogravce00datasource.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalpamrasterband.cpp -fno-common -DPIC -o .libs/gdalpamrasterband.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_recode_iconv.lo cpl_recode_iconv.cpp | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrpolygon.cpp -fno-common -DPIC -o .libs/ogrpolygon.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_jpeg_12.c -o ../../o/tif_jpeg_12.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogravce00datasource.cpp -fno-common -DPIC -o ../o/.libs/ogravce00datasource.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_recode_iconv.cpp -fno-common -DPIC -o .libs/cpl_recode_iconv.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -Ilibgeotiff -Ilibtiff -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gt_citation.cpp -o ../o/gt_citation.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrcsvlayer.lo ogrcsvlayer.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrcsvlayer.cpp -fno-common -DPIC -o ../o/.libs/ogrcsvlayer.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalpamdataset.cpp -o gdalpamdataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_recode_iconv.cpp -o cpl_recode_iconv.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogravce00datasource.cpp -o ../o/ogravce00datasource.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrpolygon.cpp -o ogrpolygon.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalpamrasterband.cpp -o gdalpamrasterband.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_flush.c -o ../../o/tif_flush.lo | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogravce00driver.lo ogravce00driver.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_recode_stub.lo cpl_recode_stub.cpp | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_flush.c -fno-common -DPIC -o ../../o/.libs/tif_flush.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogravce00driver.cpp -fno-common -DPIC -o ../o/.libs/ogravce00driver.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_recode_stub.cpp -fno-common -DPIC -o .libs/cpl_recode_stub.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_flush.c -o ../../o/tif_flush.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrcsvlayer.cpp -o ../o/ogrcsvlayer.o >/dev/null 2>&1 | |
make -C sdts install-obj | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/sdtsiref.lo sdtsiref.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_luv.c -o ../../o/tif_luv.lo | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c sdtsiref.cpp -fno-common -DPIC -o ../o/.libs/sdtsiref.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_luv.c -fno-common -DPIC -o ../../o/.libs/tif_luv.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_quad_tree.lo cpl_quad_tree.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c sdtsiref.cpp -o ../o/sdtsiref.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../shape -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogravce00driver.cpp -o ../o/ogravce00driver.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_quad_tree.cpp -fno-common -DPIC -o .libs/cpl_quad_tree.o | |
make -C dgn | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_recode_stub.cpp -o cpl_recode_stub.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrdgndriver.lo ogrdgndriver.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrdgndriver.cpp -fno-common -DPIC -o ../o/.libs/ogrdgndriver.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/sdtscatd.lo sdtscatd.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdaljp2metadata.lo gdaljp2metadata.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c sdtscatd.cpp -fno-common -DPIC -o ../o/.libs/sdtscatd.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_quad_tree.cpp -o cpl_quad_tree.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdaljp2metadata.cpp -fno-common -DPIC -o .libs/gdaljp2metadata.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_atomic_ops.lo cpl_atomic_ops.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_lzw.c -o ../../o/tif_lzw.lo | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c sdtscatd.cpp -o ../o/sdtscatd.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_luv.c -o ../../o/tif_luv.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_lzw.c -fno-common -DPIC -o ../../o/.libs/tif_lzw.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_atomic_ops.cpp -fno-common -DPIC -o .libs/cpl_atomic_ops.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_vsil_subfile.lo cpl_vsil_subfile.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -Ilibgeotiff -Ilibtiff -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/gt_overview.lo gt_overview.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrdgndriver.cpp -o ../o/ogrdgndriver.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_atomic_ops.cpp -o cpl_atomic_ops.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/sdtslinereader.lo sdtslinereader.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsil_subfile.cpp -fno-common -DPIC -o .libs/cpl_vsil_subfile.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -Ilibgeotiff -Ilibtiff -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gt_overview.cpp -fno-common -DPIC -o ../o/.libs/gt_overview.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_next.c -o ../../o/tif_next.lo | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c sdtslinereader.cpp -fno-common -DPIC -o ../o/.libs/sdtslinereader.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_next.c -fno-common -DPIC -o ../../o/.libs/tif_next.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_next.c -o ../../o/tif_next.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_lzw.c -o ../../o/tif_lzw.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c sdtslinereader.cpp -o ../o/sdtslinereader.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdaljp2metadata.cpp -o gdaljp2metadata.o >/dev/null 2>&1 | |
make -C geojson | |
make -C jsonc | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrdgndatasource.lo ogrdgndatasource.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../../o/arraylist.lo arraylist.c | |
make -C gml | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c -o ../o/gmlpropertydefn.lo gmlpropertydefn.cpp | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c arraylist.c -fno-common -DPIC -o ../../o/.libs/arraylist.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrdgndatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrdgndatasource.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/sdtslib.lo sdtslib.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsil_subfile.cpp -o cpl_vsil_subfile.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c gmlpropertydefn.cpp -fno-common -DPIC -o ../o/.libs/gmlpropertydefn.o | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c arraylist.c -o ../../o/arraylist.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c sdtslib.cpp -fno-common -DPIC -o ../o/.libs/sdtslib.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_ojpeg.c -o ../../o/tif_ojpeg.lo | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -Ilibgeotiff -Ilibtiff -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gt_overview.cpp -o ../o/gt_overview.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../../o/debug.lo debug.c | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_ojpeg.c -fno-common -DPIC -o ../../o/.libs/tif_ojpeg.o | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c debug.c -fno-common -DPIC -o ../../o/.libs/debug.o | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c debug.c -o ../../o/debug.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../../o/json_object.lo json_object.c | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c gmlpropertydefn.cpp -o ../o/gmlpropertydefn.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrdgndatasource.cpp -o ../o/ogrdgndatasource.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c sdtslib.cpp -o ../o/sdtslib.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c json_object.c -fno-common -DPIC -o ../../o/.libs/json_object.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdaljp2box.lo gdaljp2box.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_time.lo cpl_time.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdaljp2box.cpp -fno-common -DPIC -o .libs/gdaljp2box.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_time.cpp -fno-common -DPIC -o .libs/cpl_time.o | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c json_object.c -o ../../o/json_object.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_time.cpp -o cpl_time.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ogrutils.lo ogrutils.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/sdtspointreader.lo sdtspointreader.cpp | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrutils.cpp -fno-common -DPIC -o .libs/ogrutils.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_vsil_stdout.lo cpl_vsil_stdout.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrdgnlayer.lo ogrdgnlayer.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c -o ../o/gmlfeatureclass.lo gmlfeatureclass.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c sdtspointreader.cpp -fno-common -DPIC -o ../o/.libs/sdtspointreader.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsil_stdout.cpp -fno-common -DPIC -o .libs/cpl_vsil_stdout.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrdgnlayer.cpp -fno-common -DPIC -o ../o/.libs/ogrdgnlayer.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c gmlfeatureclass.cpp -fno-common -DPIC -o ../o/.libs/gmlfeatureclass.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../../o/json_tokener.lo json_tokener.c | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdaljp2box.cpp -o gdaljp2box.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_ojpeg.c -o ../../o/tif_ojpeg.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c json_tokener.c -fno-common -DPIC -o ../../o/.libs/json_tokener.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c sdtspointreader.cpp -o ../o/sdtspointreader.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/sdtsattrreader.lo sdtsattrreader.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c gmlfeatureclass.cpp -o ../o/gmlfeatureclass.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c sdtsattrreader.cpp -fno-common -DPIC -o ../o/.libs/sdtsattrreader.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsil_stdout.cpp -o cpl_vsil_stdout.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdalmultidomainmetadata.lo gdalmultidomainmetadata.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c sdtsattrreader.cpp -o ../o/sdtsattrreader.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c json_tokener.c -o ../../o/json_tokener.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalmultidomainmetadata.cpp -fno-common -DPIC -o .libs/gdalmultidomainmetadata.o | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrutils.cpp -o ogrutils.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/sdtstransfer.lo sdtstransfer.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrdgnlayer.cpp -o ../o/ogrdgnlayer.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c -o ../o/gmlfeature.lo gmlfeature.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c sdtstransfer.cpp -fno-common -DPIC -o ../o/.libs/sdtstransfer.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c gmlfeature.cpp -fno-common -DPIC -o ../o/.libs/gmlfeature.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_open.c -o ../../o/tif_open.lo | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_vsil_sparsefile.lo cpl_vsil_sparsefile.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c sdtstransfer.cpp -o ../o/sdtstransfer.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_open.c -fno-common -DPIC -o ../../o/.libs/tif_open.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalmultidomainmetadata.cpp -o gdalmultidomainmetadata.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../../o/json_util.lo json_util.c | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsil_sparsefile.cpp -fno-common -DPIC -o .libs/cpl_vsil_sparsefile.o | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c json_util.c -fno-common -DPIC -o ../../o/.libs/json_util.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_open.c -o ../../o/tif_open.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c json_util.c -o ../../o/json_util.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/sdtspolygonreader.lo sdtspolygonreader.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c gmlfeature.cpp -o ../o/gmlfeature.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../../o/linkhash.lo linkhash.c | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c linkhash.c -fno-common -DPIC -o ../../o/.libs/linkhash.o | |
make -C raw install-obj | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c sdtspolygonreader.cpp -fno-common -DPIC -o ../o/.libs/sdtspolygonreader.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/rawdataset.lo rawdataset.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_packbits.c -o ../../o/tif_packbits.lo | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/dgnopen.lo dgnopen.cpp | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_packbits.c -fno-common -DPIC -o ../../o/.libs/tif_packbits.o | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c linkhash.c -o ../../o/linkhash.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c rawdataset.cpp -fno-common -DPIC -o ../o/.libs/rawdataset.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c dgnopen.cpp -fno-common -DPIC -o ../o/.libs/dgnopen.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdal_rat.lo gdal_rat.cpp | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_packbits.c -o ../../o/tif_packbits.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../../o/printbuf.lo printbuf.c | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c sdtspolygonreader.cpp -o ../o/sdtspolygonreader.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdal_rat.cpp -fno-common -DPIC -o .libs/gdal_rat.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c dgnopen.cpp -o ../o/dgnopen.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c printbuf.c -fno-common -DPIC -o ../../o/.libs/printbuf.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsil_sparsefile.cpp -o cpl_vsil_sparsefile.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c -o ../o/gmlreader.lo gmlreader.cpp | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c printbuf.c -o ../../o/printbuf.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_pixarlog.c -o ../../o/tif_pixarlog.lo | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/dgnread.lo dgnread.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c gmlreader.cpp -fno-common -DPIC -o ../o/.libs/gmlreader.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_pixarlog.c -fno-common -DPIC -o ../../o/.libs/tif_pixarlog.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/sdtsxref.lo sdtsxref.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -Ijsonc -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrgeojsondriver.lo ogrgeojsondriver.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c dgnread.cpp -fno-common -DPIC -o ../o/.libs/dgnread.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c sdtsxref.cpp -fno-common -DPIC -o ../o/.libs/sdtsxref.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -Ijsonc -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrgeojsondriver.cpp -fno-common -DPIC -o ../o/.libs/ogrgeojsondriver.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c sdtsxref.cpp -o ../o/sdtsxref.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c rawdataset.cpp -o ../o/rawdataset.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/sdtsrasterreader.lo sdtsrasterreader.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_vsil_abstract_archive.lo cpl_vsil_abstract_archive.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c sdtsrasterreader.cpp -fno-common -DPIC -o ../o/.libs/sdtsrasterreader.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsil_abstract_archive.cpp -fno-common -DPIC -o .libs/cpl_vsil_abstract_archive.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -Ijsonc -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrgeojsondriver.cpp -o ../o/ogrgeojsondriver.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c sdtsrasterreader.cpp -o ../o/sdtsrasterreader.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c dgnread.cpp -o ../o/dgnread.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_pixarlog.c -o ../../o/tif_pixarlog.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c gmlreader.cpp -o ../o/gmlreader.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ehdrdataset.lo ehdrdataset.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/sdtsindexedreader.lo sdtsindexedreader.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ehdrdataset.cpp -fno-common -DPIC -o ../o/.libs/ehdrdataset.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -Ijsonc -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrgeojsondatasource.lo ogrgeojsondatasource.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c sdtsindexedreader.cpp -fno-common -DPIC -o ../o/.libs/sdtsindexedreader.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -Ijsonc -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrgeojsondatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrgeojsondatasource.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c sdtsindexedreader.cpp -o ../o/sdtsindexedreader.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdal_rat.cpp -o gdal_rat.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/sdtsdataset.lo sdtsdataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c sdtsdataset.cpp -fno-common -DPIC -o ../o/.libs/sdtsdataset.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsil_abstract_archive.cpp -o cpl_vsil_abstract_archive.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/dgnfloat.lo dgnfloat.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c dgnfloat.cpp -fno-common -DPIC -o ../o/.libs/dgnfloat.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -Ijsonc -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrgeojsondatasource.cpp -o ../o/ogrgeojsondatasource.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_predict.c -o ../../o/tif_predict.lo | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c dgnfloat.cpp -o ../o/dgnfloat.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_predict.c -fno-common -DPIC -o ../../o/.libs/tif_predict.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c -o ../o/parsexsd.lo parsexsd.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c parsexsd.cpp -fno-common -DPIC -o ../o/.libs/parsexsd.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/dgnhelp.lo dgnhelp.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c sdtsdataset.cpp -o ../o/sdtsdataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c dgnhelp.cpp -fno-common -DPIC -o ../o/.libs/dgnhelp.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_predict.c -o ../../o/tif_predict.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ehdrdataset.cpp -o ../o/ehdrdataset.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -Ijsonc -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrgeojsonlayer.lo ogrgeojsonlayer.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c parsexsd.cpp -o ../o/parsexsd.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -Ijsonc -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrgeojsonlayer.cpp -fno-common -DPIC -o ../o/.libs/ogrgeojsonlayer.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_vsil_tar.lo cpl_vsil_tar.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c dgnhelp.cpp -o ../o/dgnhelp.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsil_tar.cpp -fno-common -DPIC -o .libs/cpl_vsil_tar.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_print.c -o ../../o/tif_print.lo | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ogrgeometry.lo ogrgeometry.cpp | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_print.c -fno-common -DPIC -o ../../o/.libs/tif_print.o | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrgeometry.cpp -fno-common -DPIC -o .libs/ogrgeometry.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c -o ../o/resolvexlinks.lo resolvexlinks.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/dgnwrite.lo dgnwrite.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdalgmlcoverage.lo gdalgmlcoverage.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c resolvexlinks.cpp -fno-common -DPIC -o ../o/.libs/resolvexlinks.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c dgnwrite.cpp -fno-common -DPIC -o ../o/.libs/dgnwrite.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_print.c -o ../../o/tif_print.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalgmlcoverage.cpp -fno-common -DPIC -o .libs/gdalgmlcoverage.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -Ijsonc -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrgeojsonlayer.cpp -o ../o/ogrgeojsonlayer.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsil_tar.cpp -o cpl_vsil_tar.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_read.c -o ../../o/tif_read.lo | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_read.c -fno-common -DPIC -o ../../o/.libs/tif_read.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c dgnwrite.cpp -o ../o/dgnwrite.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalgmlcoverage.cpp -o gdalgmlcoverage.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c resolvexlinks.cpp -o ../o/resolvexlinks.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrgeometry.cpp -o ogrgeometry.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/pauxdataset.lo pauxdataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c pauxdataset.cpp -fno-common -DPIC -o ../o/.libs/pauxdataset.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -Ijsonc -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrgeojsonutils.lo ogrgeojsonutils.cpp | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_read.c -o ../../o/tif_read.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -Ijsonc -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrgeojsonutils.cpp -fno-common -DPIC -o ../o/.libs/ogrgeojsonutils.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_vsil_stdin.lo cpl_vsil_stdin.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsil_stdin.cpp -fno-common -DPIC -o .libs/cpl_vsil_stdin.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -Ijsonc -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrgeojsonutils.cpp -o ../o/ogrgeojsonutils.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_swab.c -o ../../o/tif_swab.lo | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdalpamproxydb.lo gdalpamproxydb.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/dgnstroke.lo dgnstroke.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c -o ../o/hugefileresolver.lo hugefileresolver.cpp | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_swab.c -fno-common -DPIC -o ../../o/.libs/tif_swab.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalpamproxydb.cpp -fno-common -DPIC -o .libs/gdalpamproxydb.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c dgnstroke.cpp -fno-common -DPIC -o ../o/.libs/dgnstroke.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c hugefileresolver.cpp -fno-common -DPIC -o ../o/.libs/hugefileresolver.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -Ijsonc -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrgeojsonreader.lo ogrgeojsonreader.cpp | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_swab.c -o ../../o/tif_swab.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c dgnstroke.cpp -o ../o/dgnstroke.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -Ijsonc -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrgeojsonreader.cpp -fno-common -DPIC -o ../o/.libs/ogrgeojsonreader.o | |
make -C gmt | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrgmtdriver.lo ogrgmtdriver.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_strip.c -o ../../o/tif_strip.lo | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c pauxdataset.cpp -o ../o/pauxdataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsil_stdin.cpp -o cpl_vsil_stdin.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_strip.c -fno-common -DPIC -o ../../o/.libs/tif_strip.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrgmtdriver.cpp -fno-common -DPIC -o ../o/.libs/ogrgmtdriver.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/doq1dataset.lo doq1dataset.cpp | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_strip.c -o ../../o/tif_strip.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c doq1dataset.cpp -fno-common -DPIC -o ../o/.libs/doq1dataset.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_thunder.c -o ../../o/tif_thunder.lo | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalpamproxydb.cpp -o gdalpamproxydb.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_thunder.c -fno-common -DPIC -o ../../o/.libs/tif_thunder.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrgmtdriver.cpp -o ../o/ogrgmtdriver.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_vsil_buffered_reader.lo cpl_vsil_buffered_reader.cpp | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_thunder.c -o ../../o/tif_thunder.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsil_buffered_reader.cpp -fno-common -DPIC -o .libs/cpl_vsil_buffered_reader.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c doq1dataset.cpp -o ../o/doq1dataset.o >/dev/null 2>&1 | |
make -C mem | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrmemdriver.lo ogrmemdriver.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_tile.c -o ../../o/tif_tile.lo | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -Ijsonc -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrgeojsonreader.cpp -o ../o/ogrgeojsonreader.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_tile.c -fno-common -DPIC -o ../../o/.libs/tif_tile.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrmemdriver.cpp -fno-common -DPIC -o ../o/.libs/ogrmemdriver.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrgmtdatasource.lo ogrgmtdatasource.cpp | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_tile.c -o ../../o/tif_tile.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrgmtdatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrgmtdatasource.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdalallvalidmaskband.lo gdalallvalidmaskband.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c hugefileresolver.cpp -o ../o/hugefileresolver.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsil_buffered_reader.cpp -o cpl_vsil_buffered_reader.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_vsi.c -o ../../o/tif_vsi.lo | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalallvalidmaskband.cpp -fno-common -DPIC -o .libs/gdalallvalidmaskband.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/doq2dataset.lo doq2dataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrmemdriver.cpp -o ../o/ogrmemdriver.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_vsi.c -fno-common -DPIC -o ../../o/.libs/tif_vsi.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c doq2dataset.cpp -fno-common -DPIC -o ../o/.libs/doq2dataset.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_vsi.c -o ../../o/tif_vsi.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrgmtdatasource.cpp -o ../o/ogrgmtdatasource.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_version.c -o ../../o/tif_version.lo | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_version.c -fno-common -DPIC -o ../../o/.libs/tif_version.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_base64.lo cpl_base64.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalallvalidmaskband.cpp -o gdalallvalidmaskband.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrmemdatasource.lo ogrmemdatasource.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -Ijsonc -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrgeojsonwriter.lo ogrgeojsonwriter.cpp | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_version.c -o ../../o/tif_version.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_base64.cpp -fno-common -DPIC -o .libs/cpl_base64.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrmemdatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrmemdatasource.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -Ijsonc -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrgeojsonwriter.cpp -fno-common -DPIC -o ../o/.libs/ogrgeojsonwriter.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_warning.c -o ../../o/tif_warning.lo | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c doq2dataset.cpp -o ../o/doq2dataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_warning.c -fno-common -DPIC -o ../../o/.libs/tif_warning.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_warning.c -o ../../o/tif_warning.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrgmtlayer.lo ogrgmtlayer.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdalnodatamaskband.lo gdalnodatamaskband.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_write.c -o ../../o/tif_write.lo | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_base64.cpp -o cpl_base64.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrgmtlayer.cpp -fno-common -DPIC -o ../o/.libs/ogrgmtlayer.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_write.c -fno-common -DPIC -o ../../o/.libs/tif_write.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalnodatamaskband.cpp -fno-common -DPIC -o .libs/gdalnodatamaskband.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrmemdatasource.cpp -o ../o/ogrmemdatasource.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -Ijsonc -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrgeojsonwriter.cpp -o ../o/ogrgeojsonwriter.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_write.c -o ../../o/tif_write.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/mffdataset.lo mffdataset.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c -o ../o/gmlutils.lo gmlutils.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_vsil_curl.lo cpl_vsil_curl.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c mffdataset.cpp -fno-common -DPIC -o ../o/.libs/mffdataset.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c gmlutils.cpp -fno-common -DPIC -o ../o/.libs/gmlutils.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsil_curl.cpp -fno-common -DPIC -o .libs/cpl_vsil_curl.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrmemlayer.lo ogrmemlayer.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalnodatamaskband.cpp -o gdalnodatamaskband.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_zip.c -o ../../o/tif_zip.lo | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrmemlayer.cpp -fno-common -DPIC -o ../o/.libs/ogrmemlayer.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_zip.c -fno-common -DPIC -o ../../o/.libs/tif_zip.o | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_zip.c -o ../../o/tif_zip.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -Ijsonc -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogresrijsonreader.lo ogresrijsonreader.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -Ijsonc -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogresrijsonreader.cpp -fno-common -DPIC -o ../o/.libs/ogresrijsonreader.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrgmtlayer.cpp -o ../o/ogrgmtlayer.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_lzma.c -o ../../o/tif_lzma.lo | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdal_rpcimdio.lo gdal_rpcimdio.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c gmlutils.cpp -o ../o/gmlutils.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_lzma.c -fno-common -DPIC -o ../../o/.libs/tif_lzma.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdal_rpcimdio.cpp -fno-common -DPIC -o .libs/gdal_rpcimdio.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrmemlayer.cpp -o ../o/ogrmemlayer.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -c -I../../port -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPIXARLOG_SUPPORT -DZIP_SUPPORT -DJPEG_SUPPORT -DOJPEG_SUPPORT -DJPEG_DUAL_MODE_8_12 tif_lzma.c -o ../../o/tif_lzma.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -Ilibgeotiff -Ilibtiff -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/tif_float.lo tif_float.c | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -Ilibgeotiff -Ilibtiff -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c tif_float.c -fno-common -DPIC -o ../o/.libs/tif_float.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c mffdataset.cpp -o ../o/mffdataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -Ilibgeotiff -Ilibtiff -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c tif_float.c -o ../o/tif_float.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c -o ../o/gmlreadstate.lo gmlreadstate.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -Ilibgeotiff -Ilibtiff -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/tifvsi.lo tifvsi.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -Ilibgeotiff -Ilibtiff -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c tifvsi.cpp -fno-common -DPIC -o ../o/.libs/tifvsi.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c gmlreadstate.cpp -fno-common -DPIC -o ../o/.libs/gmlreadstate.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -Ijsonc -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogresrijsonreader.cpp -o ../o/ogresrijsonreader.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/hkvdataset.lo hkvdataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdal_rpcimdio.cpp -o gdal_rpcimdio.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -Ilibgeotiff -Ilibtiff -DBIGTIFF_SUPPORT -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c tifvsi.cpp -o ../o/tifvsi.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c hkvdataset.cpp -fno-common -DPIC -o ../o/.libs/hkvdataset.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ogrgeometrycollection.lo ogrgeometrycollection.cpp | |
make -C kml | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c -o ../o/ogr2kmlgeometry.lo ogr2kmlgeometry.cpp | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrgeometrycollection.cpp -fno-common -DPIC -o .libs/ogrgeometrycollection.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c ogr2kmlgeometry.cpp -fno-common -DPIC -o ../o/.libs/ogr2kmlgeometry.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c gmlreadstate.cpp -o ../o/gmlreadstate.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsil_curl.cpp -o cpl_vsil_curl.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c -o ../o/ogrkmldriver.lo ogrkmldriver.cpp | |
make -C dted install-obj | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/dted_api.lo dted_api.c | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdalproxydataset.lo gdalproxydataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c ogrkmldriver.cpp -fno-common -DPIC -o ../o/.libs/ogrkmldriver.o | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c dted_api.c -fno-common -DPIC -o ../o/.libs/dted_api.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c ogr2kmlgeometry.cpp -o ../o/ogr2kmlgeometry.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalproxydataset.cpp -fno-common -DPIC -o .libs/gdalproxydataset.o | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrgeometrycollection.cpp -o ogrgeometrycollection.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c -o ../o/gmlhandler.lo gmlhandler.cpp | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c dted_api.c -o ../o/dted_api.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c hkvdataset.cpp -o ../o/hkvdataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c gmlhandler.cpp -fno-common -DPIC -o ../o/.libs/gmlhandler.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/dteddataset.lo dteddataset.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/pnmdataset.lo pnmdataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c dteddataset.cpp -fno-common -DPIC -o ../o/.libs/dteddataset.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c pnmdataset.cpp -fno-common -DPIC -o ../o/.libs/pnmdataset.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c -o ../o/ogrkmldatasource.lo ogrkmldatasource.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalproxydataset.cpp -o gdalproxydataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c ogrkmldatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrkmldatasource.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c ogrkmldriver.cpp -o ../o/ogrkmldriver.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c gmlhandler.cpp -o ../o/gmlhandler.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c pnmdataset.cpp -o ../o/pnmdataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c dteddataset.cpp -o ../o/dteddataset.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ogrmultipolygon.lo ogrmultipolygon.cpp | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrmultipolygon.cpp -fno-common -DPIC -o .libs/ogrmultipolygon.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdalproxypool.lo gdalproxypool.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_vsil_cache.lo cpl_vsil_cache.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalproxypool.cpp -fno-common -DPIC -o .libs/gdalproxypool.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/fujibasdataset.lo fujibasdataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c ogrkmldatasource.cpp -o ../o/ogrkmldatasource.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsil_cache.cpp -fno-common -DPIC -o .libs/cpl_vsil_cache.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c fujibasdataset.cpp -fno-common -DPIC -o ../o/.libs/fujibasdataset.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ogrsurface.lo ogrsurface.cpp | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrsurface.cpp -fno-common -DPIC -o .libs/ogrsurface.o | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrmultipolygon.cpp -o ogrmultipolygon.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c -o ../o/trstring.lo trstring.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c trstring.cpp -fno-common -DPIC -o ../o/.libs/trstring.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c trstring.cpp -o ../o/trstring.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/dted_create.lo dted_create.c | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c -o ../o/gfstemplate.lo gfstemplate.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c fujibasdataset.cpp -o ../o/fujibasdataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c dted_create.c -fno-common -DPIC -o ../o/.libs/dted_create.o | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrsurface.cpp -o ogrsurface.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c gfstemplate.cpp -fno-common -DPIC -o ../o/.libs/gfstemplate.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsil_cache.cpp -o cpl_vsil_cache.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c dted_create.c -o ../o/dted_create.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalproxypool.cpp -o gdalproxypool.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ogrmultipoint.lo ogrmultipoint.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/dted_ptstream.lo dted_ptstream.c | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c -o ../o/ogrkmllayer.lo ogrkmllayer.cpp | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrmultipoint.cpp -fno-common -DPIC -o .libs/ogrmultipoint.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ogrmultilinestring.lo ogrmultilinestring.cpp | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c dted_ptstream.c -fno-common -DPIC -o ../o/.libs/dted_ptstream.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/envidataset.lo envidataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c ogrkmllayer.cpp -fno-common -DPIC -o ../o/.libs/ogrkmllayer.o | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrmultilinestring.cpp -fno-common -DPIC -o .libs/ogrmultilinestring.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c envidataset.cpp -fno-common -DPIC -o ../o/.libs/envidataset.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c gfstemplate.cpp -o ../o/gfstemplate.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c dted_ptstream.c -o ../o/dted_ptstream.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_odbc.lo cpl_odbc.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_odbc.cpp -fno-common -DPIC -o .libs/cpl_odbc.o | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrmultipoint.cpp -o ogrmultipoint.o >/dev/null 2>&1 | |
make -C mitab | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c -o ../o/mitab_rawbinblock.lo mitab_rawbinblock.cpp | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrmultilinestring.cpp -o ogrmultilinestring.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdaldefaultasync.lo gdaldefaultasync.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_rawbinblock.cpp -fno-common -DPIC -o ../o/.libs/mitab_rawbinblock.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdaldefaultasync.cpp -fno-common -DPIC -o .libs/gdaldefaultasync.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c -o ../o/ogrgmldriver.lo ogrgmldriver.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c ogrgmldriver.cpp -fno-common -DPIC -o ../o/.libs/ogrgmldriver.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_vsil_gzip.lo cpl_vsil_gzip.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c ogrkmllayer.cpp -o ../o/ogrkmllayer.o >/dev/null 2>&1 | |
make -C mem install-obj | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/memdataset.lo memdataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsil_gzip.cpp -fno-common -DPIC -o .libs/cpl_vsil_gzip.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdaldefaultasync.cpp -o gdaldefaultasync.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c memdataset.cpp -fno-common -DPIC -o ../o/.libs/memdataset.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_odbc.cpp -o cpl_odbc.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_rawbinblock.cpp -o ../o/mitab_rawbinblock.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c ogrgmldriver.cpp -o ../o/ogrgmldriver.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c envidataset.cpp -o ../o/envidataset.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdalnodatavaluesmaskband.lo gdalnodatavaluesmaskband.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalnodatavaluesmaskband.cpp -fno-common -DPIC -o .libs/gdalnodatavaluesmaskband.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c -o ../o/ogrgmldatasource.lo ogrgmldatasource.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/gscdataset.lo gscdataset.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c -o ../o/mitab_mapheaderblock.lo mitab_mapheaderblock.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c ogrgmldatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrgmldatasource.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c memdataset.cpp -o ../o/memdataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gscdataset.cpp -fno-common -DPIC -o ../o/.libs/gscdataset.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_mapheaderblock.cpp -fno-common -DPIC -o ../o/.libs/mitab_mapheaderblock.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c -o ../o/kml.lo kml.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c kml.cpp -fno-common -DPIC -o ../o/.libs/kml.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdalnodatavaluesmaskband.cpp -o gdalnodatavaluesmaskband.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_vsil_gzip.cpp -o cpl_vsil_gzip.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gscdataset.cpp -o ../o/gscdataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_mapheaderblock.cpp -o ../o/mitab_mapheaderblock.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_minizip_ioapi.lo cpl_minizip_ioapi.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_minizip_ioapi.cpp -fno-common -DPIC -o .libs/cpl_minizip_ioapi.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c -o gdaldllmain.lo gdaldllmain.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c -o ../o/mitab_mapindexblock.lo mitab_mapindexblock.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c ogrgmldatasource.cpp -o ../o/ogrgmldatasource.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_minizip_ioapi.cpp -o cpl_minizip_ioapi.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdaldllmain.cpp -fno-common -DPIC -o .libs/gdaldllmain.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/fastdataset.lo fastdataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_mapindexblock.cpp -fno-common -DPIC -o ../o/.libs/mitab_mapindexblock.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DPAM_ENABLED -I../frmts/gtiff -c gdaldllmain.cpp -o gdaldllmain.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c -o ../o/kmlnode.lo kmlnode.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c fastdataset.cpp -fno-common -DPIC -o ../o/.libs/fastdataset.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c kml.cpp -o ../o/kml.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c kmlnode.cpp -fno-common -DPIC -o ../o/.libs/kmlnode.o | |
(cd alg; make) | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o gdalmediancut.lo gdalmediancut.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c -o ../o/mitab_mapobjectblock.lo mitab_mapobjectblock.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalmediancut.cpp -fno-common -DPIC -o .libs/gdalmediancut.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_mapobjectblock.cpp -fno-common -DPIC -o ../o/.libs/mitab_mapobjectblock.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_minizip_unzip.lo cpl_minizip_unzip.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_mapindexblock.cpp -o ../o/mitab_mapindexblock.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_minizip_unzip.cpp -fno-common -DPIC -o .libs/cpl_minizip_unzip.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c -o ../o/ogrgmllayer.lo ogrgmllayer.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c fastdataset.cpp -o ../o/fastdataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalmediancut.cpp -o gdalmediancut.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c ogrgmllayer.cpp -fno-common -DPIC -o ../o/.libs/ogrgmllayer.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ogr_api.lo ogr_api.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_mapobjectblock.cpp -o ../o/mitab_mapobjectblock.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogr_api.cpp -fno-common -DPIC -o .libs/ogr_api.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_minizip_unzip.cpp -o cpl_minizip_unzip.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogr_api.cpp -o ogr_api.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c kmlnode.cpp -o ../o/kmlnode.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c -o ../o/mitab_mapcoordblock.lo mitab_mapcoordblock.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_mapcoordblock.cpp -fno-common -DPIC -o ../o/.libs/mitab_mapcoordblock.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o gdaldither.lo gdaldither.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c -o ../o/mitab_feature.lo mitab_feature.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdaldither.cpp -fno-common -DPIC -o .libs/gdaldither.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -I/usr/local/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -DHAVE_SQLITE -c ogrgmllayer.cpp -o ../o/ogrgmllayer.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c -o cpl_minizip_zip.lo cpl_minizip_zip.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/atlsci_spheroid.lo atlsci_spheroid.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_feature.cpp -fno-common -DPIC -o ../o/.libs/mitab_feature.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_minizip_zip.cpp -fno-common -DPIC -o .libs/cpl_minizip_zip.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c atlsci_spheroid.cpp -fno-common -DPIC -o ../o/.libs/atlsci_spheroid.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c -o ../o/mitab_feature_mif.lo mitab_feature_mif.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_feature_mif.cpp -fno-common -DPIC -o ../o/.libs/mitab_feature_mif.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_mapcoordblock.cpp -o ../o/mitab_mapcoordblock.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c atlsci_spheroid.cpp -o ../o/atlsci_spheroid.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdaldither.cpp -o gdaldither.o >/dev/null 2>&1 | |
make -C ntf | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ntffilereader.lo ntffilereader.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_CURL -DHAVE_LIBZ -c cpl_minizip_zip.cpp -o cpl_minizip_zip.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ntffilereader.cpp -fno-common -DPIC -o ../o/.libs/ntffilereader.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/btdataset.lo btdataset.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c -o ../o/mitab_mapfile.lo mitab_mapfile.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c btdataset.cpp -fno-common -DPIC -o ../o/.libs/btdataset.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o gdal_crs.lo gdal_crs.c | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c -o ../o/kmlvector.lo kmlvector.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_mapfile.cpp -fno-common -DPIC -o ../o/.libs/mitab_mapfile.o | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdal_crs.c -fno-common -DPIC -o .libs/gdal_crs.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c kmlvector.cpp -fno-common -DPIC -o ../o/.libs/kmlvector.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ogrfeature.lo ogrfeature.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_feature_mif.cpp -o ../o/mitab_feature_mif.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrfeature.cpp -fno-common -DPIC -o .libs/ogrfeature.o | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdal_crs.c -o gdal_crs.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c btdataset.cpp -o ../o/btdataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ntffilereader.cpp -o ../o/ntffilereader.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o gdaltransformer.lo gdaltransformer.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I. -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c kmlvector.cpp -o ../o/kmlvector.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_mapfile.cpp -o ../o/mitab_mapfile.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdaltransformer.cpp -fno-common -DPIC -o .libs/gdaltransformer.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/landataset.lo landataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c landataset.cpp -fno-common -DPIC -o ../o/.libs/landataset.o | |
make -C jdem install-obj | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/jdemdataset.lo jdemdataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_feature.cpp -o ../o/mitab_feature.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c jdemdataset.cpp -fno-common -DPIC -o ../o/.libs/jdemdataset.o | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrfeature.cpp -o ogrfeature.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o gdalsimplewarp.lo gdalsimplewarp.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalsimplewarp.cpp -fno-common -DPIC -o .libs/gdalsimplewarp.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ntfrecord.lo ntfrecord.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c -o ../o/mitab_idfile.lo mitab_idfile.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdaltransformer.cpp -o gdaltransformer.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ntfrecord.cpp -fno-common -DPIC -o ../o/.libs/ntfrecord.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_idfile.cpp -fno-common -DPIC -o ../o/.libs/mitab_idfile.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c landataset.cpp -o ../o/landataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c jdemdataset.cpp -o ../o/jdemdataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalsimplewarp.cpp -o gdalsimplewarp.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ntfrecord.cpp -o ../o/ntfrecord.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_idfile.cpp -o ../o/mitab_idfile.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o gdalwarper.lo gdalwarper.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalwarper.cpp -fno-common -DPIC -o .libs/gdalwarper.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/cpgdataset.lo cpgdataset.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c -o ../o/mitab_datfile.lo mitab_datfile.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c cpgdataset.cpp -fno-common -DPIC -o ../o/.libs/cpgdataset.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrntfdatasource.lo ogrntfdatasource.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o gdalwarpkernel.lo gdalwarpkernel.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_datfile.cpp -fno-common -DPIC -o ../o/.libs/mitab_datfile.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrntfdatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrntfdatasource.o | |
make -C envisat install-obj | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalwarpkernel.cpp -fno-common -DPIC -o .libs/gdalwarpkernel.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrntfdriver.lo ogrntfdriver.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I../raw -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/EnvisatFile.lo EnvisatFile.c | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I../raw -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c EnvisatFile.c -fno-common -DPIC -o ../o/.libs/EnvisatFile.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrntfdriver.cpp -fno-common -DPIC -o ../o/.libs/ogrntfdriver.o | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I../raw -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c EnvisatFile.c -o ../o/EnvisatFile.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrntfdriver.cpp -o ../o/ogrntfdriver.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalwarper.cpp -o gdalwarper.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrntfdatasource.cpp -o ../o/ogrntfdatasource.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_datfile.cpp -o ../o/mitab_datfile.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I../raw -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/records.lo records.c | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c cpgdataset.cpp -o ../o/cpgdataset.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrntflayer.lo ogrntflayer.cpp | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I../raw -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c records.c -fno-common -DPIC -o ../o/.libs/records.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrntflayer.cpp -fno-common -DPIC -o ../o/.libs/ogrntflayer.o | |
make -C gpx | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c -o ../o/ogrgpxdriver.lo ogrgpxdriver.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c -o ../o/mitab_tabfile.lo mitab_tabfile.cpp | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I../raw -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c records.c -o ../o/records.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c ogrgpxdriver.cpp -fno-common -DPIC -o ../o/.libs/ogrgpxdriver.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_tabfile.cpp -fno-common -DPIC -o ../o/.libs/mitab_tabfile.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o gdalwarpoperation.lo gdalwarpoperation.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I../raw -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/envisatdataset.lo envisatdataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalwarpoperation.cpp -fno-common -DPIC -o .libs/gdalwarpoperation.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrntflayer.cpp -o ../o/ogrntflayer.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I../raw -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c envisatdataset.cpp -fno-common -DPIC -o ../o/.libs/envisatdataset.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ogrfeaturedefn.lo ogrfeaturedefn.cpp | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrfeaturedefn.cpp -fno-common -DPIC -o .libs/ogrfeaturedefn.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c ogrgpxdriver.cpp -o ../o/ogrgpxdriver.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ntf_estlayers.lo ntf_estlayers.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/idadataset.lo idadataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalwarpkernel.cpp -o gdalwarpkernel.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ntf_estlayers.cpp -fno-common -DPIC -o ../o/.libs/ntf_estlayers.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c idadataset.cpp -fno-common -DPIC -o ../o/.libs/idadataset.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c -o ../o/ogrgpxdatasource.lo ogrgpxdatasource.cpp | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrfeaturedefn.cpp -o ogrfeaturedefn.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c ogrgpxdatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrgpxdatasource.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I../raw -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c envisatdataset.cpp -o ../o/envisatdataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_tabfile.cpp -o ../o/mitab_tabfile.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalwarpoperation.cpp -o gdalwarpoperation.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ogrfeaturequery.lo ogrfeaturequery.cpp | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrfeaturequery.cpp -fno-common -DPIC -o .libs/ogrfeaturequery.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c ogrgpxdatasource.cpp -o ../o/ogrgpxdatasource.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c idadataset.cpp -o ../o/idadataset.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c -o ../o/mitab_miffile.lo mitab_miffile.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_miffile.cpp -fno-common -DPIC -o ../o/.libs/mitab_miffile.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ntf_estlayers.cpp -o ../o/ntf_estlayers.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrfeaturequery.cpp -o ogrfeaturequery.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ogrfeaturestyle.lo ogrfeaturestyle.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c -o ../o/ogrgpxlayer.lo ogrgpxlayer.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o gdalchecksum.lo gdalchecksum.cpp | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrfeaturestyle.cpp -fno-common -DPIC -o .libs/ogrfeaturestyle.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c ogrgpxlayer.cpp -fno-common -DPIC -o ../o/.libs/ogrgpxlayer.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalchecksum.cpp -fno-common -DPIC -o .libs/gdalchecksum.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalchecksum.cpp -o gdalchecksum.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrntffeatureclasslayer.lo ogrntffeatureclasslayer.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrntffeatureclasslayer.cpp -fno-common -DPIC -o ../o/.libs/ogrntffeatureclasslayer.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c -o ../o/mitab_utils.lo mitab_utils.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o gdal_rpc.lo gdal_rpc.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_utils.cpp -fno-common -DPIC -o ../o/.libs/mitab_utils.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdal_rpc.cpp -fno-common -DPIC -o .libs/gdal_rpc.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ndfdataset.lo ndfdataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_miffile.cpp -o ../o/mitab_miffile.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ndfdataset.cpp -fno-common -DPIC -o ../o/.libs/ndfdataset.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrntffeatureclasslayer.cpp -o ../o/ogrntffeatureclasslayer.o >/dev/null 2>&1 | |
make -C elas install-obj | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/elasdataset.lo elasdataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c elasdataset.cpp -fno-common -DPIC -o ../o/.libs/elasdataset.o | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrfeaturestyle.cpp -o ogrfeaturestyle.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_utils.cpp -o ../o/mitab_utils.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I/usr/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DHAVE_EXPAT -c ogrgpxlayer.cpp -o ../o/ogrgpxlayer.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ntf_generic.lo ntf_generic.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ndfdataset.cpp -o ../o/ndfdataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdal_rpc.cpp -o gdal_rpc.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ntf_generic.cpp -fno-common -DPIC -o ../o/.libs/ntf_generic.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c elasdataset.cpp -o ../o/elasdataset.o >/dev/null 2>&1 | |
make -C rec | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrrecdriver.lo ogrrecdriver.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c -o ../o/mitab_imapinfofile.lo mitab_imapinfofile.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrrecdriver.cpp -fno-common -DPIC -o ../o/.libs/ogrrecdriver.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_imapinfofile.cpp -fno-common -DPIC -o ../o/.libs/mitab_imapinfofile.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/dipxdataset.lo dipxdataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c dipxdataset.cpp -fno-common -DPIC -o ../o/.libs/dipxdataset.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o gdal_tps.lo gdal_tps.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ntf_generic.cpp -o ../o/ntf_generic.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ntf_raster.lo ntf_raster.cpp | |
make -C fit install-obj | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdal_tps.cpp -fno-common -DPIC -o .libs/gdal_tps.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/fitdataset.lo fitdataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrrecdriver.cpp -o ../o/ogrrecdriver.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ntf_raster.cpp -fno-common -DPIC -o ../o/.libs/ntf_raster.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c fitdataset.cpp -fno-common -DPIC -o ../o/.libs/fitdataset.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_imapinfofile.cpp -o ../o/mitab_imapinfofile.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrrecdatasource.lo ogrrecdatasource.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrrecdatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrrecdatasource.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c dipxdataset.cpp -o ../o/dipxdataset.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrreclayer.lo ogrreclayer.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdal_tps.cpp -o gdal_tps.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrreclayer.cpp -fno-common -DPIC -o ../o/.libs/ogrreclayer.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ntf_raster.cpp -o ../o/ntf_raster.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o thinplatespline.lo thinplatespline.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c -o ../o/mitab_middatafile.lo mitab_middatafile.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c thinplatespline.cpp -fno-common -DPIC -o .libs/thinplatespline.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrrecdatasource.cpp -o ../o/ogrrecdatasource.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_middatafile.cpp -fno-common -DPIC -o ../o/.libs/mitab_middatafile.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c fitdataset.cpp -o ../o/fitdataset.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/genbindataset.lo genbindataset.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ntf_codelist.lo ntf_codelist.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrreclayer.cpp -o ../o/ogrreclayer.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c genbindataset.cpp -fno-common -DPIC -o ../o/.libs/genbindataset.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ntf_codelist.cpp -fno-common -DPIC -o ../o/.libs/ntf_codelist.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ntfstroke.lo ntfstroke.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c thinplatespline.cpp -o thinplatespline.o >/dev/null 2>&1 | |
make -C vrt install-obj | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ntfstroke.cpp -fno-common -DPIC -o ../o/.libs/ntfstroke.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/vrtdataset.lo vrtdataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_middatafile.cpp -o ../o/mitab_middatafile.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c vrtdataset.cpp -fno-common -DPIC -o ../o/.libs/vrtdataset.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ll_recio.lo ll_recio.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ntf_codelist.cpp -o ../o/ntf_codelist.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o llrasterize.lo llrasterize.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ll_recio.cpp -fno-common -DPIC -o ../o/.libs/ll_recio.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ntfstroke.cpp -o ../o/ntfstroke.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c llrasterize.cpp -fno-common -DPIC -o .libs/llrasterize.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/fit.lo fit.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c fit.cpp -fno-common -DPIC -o ../o/.libs/fit.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c genbindataset.cpp -o ../o/genbindataset.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c -o ../o/mitab_bounds.lo mitab_bounds.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c fit.cpp -o ../o/fit.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/lcpdataset.lo lcpdataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c llrasterize.cpp -o llrasterize.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_bounds.cpp -fno-common -DPIC -o ../o/.libs/mitab_bounds.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ll_recio.cpp -o ../o/ll_recio.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c lcpdataset.cpp -fno-common -DPIC -o ../o/.libs/lcpdataset.o | |
make -C s57 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrs57driver.lo ogrs57driver.cpp | |
make -C usgsdem install-obj | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I../../alg -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/usgsdemdataset.lo usgsdemdataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c vrtdataset.cpp -o ../o/vrtdataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrs57driver.cpp -fno-common -DPIC -o ../o/.libs/ogrs57driver.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I../../alg -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c usgsdemdataset.cpp -fno-common -DPIC -o ../o/.libs/usgsdemdataset.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o gdalrasterize.lo gdalrasterize.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalrasterize.cpp -fno-common -DPIC -o .libs/gdalrasterize.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/eirdataset.lo eirdataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c eirdataset.cpp -fno-common -DPIC -o ../o/.libs/eirdataset.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I../../alg -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/usgsdem_create.lo usgsdem_create.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrs57driver.cpp -o ../o/ogrs57driver.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I../../alg -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c usgsdem_create.cpp -fno-common -DPIC -o ../o/.libs/usgsdem_create.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I../../alg -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c usgsdemdataset.cpp -o ../o/usgsdemdataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c lcpdataset.cpp -o ../o/lcpdataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_bounds.cpp -o ../o/mitab_bounds.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/vrtrasterband.lo vrtrasterband.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrs57datasource.lo ogrs57datasource.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c eirdataset.cpp -o ../o/eirdataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c vrtrasterband.cpp -fno-common -DPIC -o ../o/.libs/vrtrasterband.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrs57datasource.cpp -fno-common -DPIC -o ../o/.libs/ogrs57datasource.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalrasterize.cpp -o gdalrasterize.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o gdalgeoloc.lo gdalgeoloc.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalgeoloc.cpp -fno-common -DPIC -o .libs/gdalgeoloc.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -I../../alg -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c usgsdem_create.cpp -o ../o/usgsdem_create.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/gtxdataset.lo gtxdataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gtxdataset.cpp -fno-common -DPIC -o ../o/.libs/gtxdataset.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ogrfielddefn.lo ogrfielddefn.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c -o ../o/mitab_maptoolblock.lo mitab_maptoolblock.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrs57datasource.cpp -o ../o/ogrs57datasource.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrfielddefn.cpp -fno-common -DPIC -o .libs/ogrfielddefn.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_maptoolblock.cpp -fno-common -DPIC -o ../o/.libs/mitab_maptoolblock.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c vrtrasterband.cpp -o ../o/vrtrasterband.o >/dev/null 2>&1 | |
make -C l1b install-obj | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/l1bdataset.lo l1bdataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalgeoloc.cpp -o gdalgeoloc.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c l1bdataset.cpp -fno-common -DPIC -o ../o/.libs/l1bdataset.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gtxdataset.cpp -o ../o/gtxdataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrfielddefn.cpp -o ogrfielddefn.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_maptoolblock.cpp -o ../o/mitab_maptoolblock.o >/dev/null 2>&1 | |
make -C nitf install-obj | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrs57layer.lo ogrs57layer.cpp | |
(cd ../jpeg; make libjpeg12/jcapimin12.c) | |
make[3]: `libjpeg12/jcapimin12.c' is up to date. | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../vrt -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../gtiff/libtiff -DJPEG_SUPPORTED -DJPEG_DUAL_MODE_8_12 -c -o ../o/nitfdataset.lo nitfdataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrs57layer.cpp -fno-common -DPIC -o ../o/.libs/ogrs57layer.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../vrt -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../gtiff/libtiff -DJPEG_SUPPORTED -DJPEG_DUAL_MODE_8_12 -c nitfdataset.cpp -fno-common -DPIC -o ../o/.libs/nitfdataset.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/loslasdataset.lo loslasdataset.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ogrspatialreference.lo ogrspatialreference.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o gdalgrid.lo gdalgrid.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c -o ../o/mitab_tooldef.lo mitab_tooldef.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c loslasdataset.cpp -fno-common -DPIC -o ../o/.libs/loslasdataset.o | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrspatialreference.cpp -fno-common -DPIC -o .libs/ogrspatialreference.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalgrid.cpp -fno-common -DPIC -o .libs/gdalgrid.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_tooldef.cpp -fno-common -DPIC -o ../o/.libs/mitab_tooldef.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrs57layer.cpp -o ../o/ogrs57layer.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c l1bdataset.cpp -o ../o/l1bdataset.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/vrtdriver.lo vrtdriver.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c vrtdriver.cpp -fno-common -DPIC -o ../o/.libs/vrtdriver.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c loslasdataset.cpp -o ../o/loslasdataset.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/s57reader.lo s57reader.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalgrid.cpp -o gdalgrid.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_tooldef.cpp -o ../o/mitab_tooldef.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c s57reader.cpp -fno-common -DPIC -o ../o/.libs/s57reader.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c vrtdriver.cpp -o ../o/vrtdriver.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ntv2dataset.lo ntv2dataset.cpp | |
make -C sdts | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/sdts -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrsdtsdriver.lo ogrsdtsdriver.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ntv2dataset.cpp -fno-common -DPIC -o ../o/.libs/ntv2dataset.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/sdts -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrsdtsdriver.cpp -fno-common -DPIC -o ../o/.libs/ogrsdtsdriver.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o gdalcutline.lo gdalcutline.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c -o ../o/mitab_coordsys.lo mitab_coordsys.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/vrtsources.lo vrtsources.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalcutline.cpp -fno-common -DPIC -o .libs/gdalcutline.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_coordsys.cpp -fno-common -DPIC -o ../o/.libs/mitab_coordsys.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c vrtsources.cpp -fno-common -DPIC -o ../o/.libs/vrtsources.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/sdts -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrsdtsdriver.cpp -o ../o/ogrsdtsdriver.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ntv2dataset.cpp -o ../o/ntv2dataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -DHAVE_MITAB -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Iogrsf_frmts -I. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_EXPAT -I/usr/include -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrspatialreference.cpp -o ogrspatialreference.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/sdts -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrsdtsdatasource.lo ogrsdtsdatasource.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalcutline.cpp -o gdalcutline.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/sdts -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrsdtsdatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrsdtsdatasource.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../vrt -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../gtiff/libtiff -DJPEG_SUPPORTED -DJPEG_DUAL_MODE_8_12 -c nitfdataset.cpp -o ../o/nitfdataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_coordsys.cpp -o ../o/mitab_coordsys.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c s57reader.cpp -o ../o/s57reader.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c vrtsources.cpp -o ../o/vrtsources.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ace2dataset.lo ace2dataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/sdts -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrsdtsdatasource.cpp -o ../o/ogrsdtsdatasource.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o gdalproximity.lo gdalproximity.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ace2dataset.cpp -fno-common -DPIC -o ../o/.libs/ace2dataset.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalproximity.cpp -fno-common -DPIC -o .libs/gdalproximity.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/sdts -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrsdtslayer.lo ogrsdtslayer.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c -o ../o/mitab_spatialref.lo mitab_spatialref.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/sdts -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrsdtslayer.cpp -fno-common -DPIC -o ../o/.libs/ogrsdtslayer.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalproximity.cpp -o gdalproximity.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ace2dataset.cpp -o ../o/ace2dataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_spatialref.cpp -fno-common -DPIC -o ../o/.libs/mitab_spatialref.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/vrtfilters.lo vrtfilters.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c vrtfilters.cpp -fno-common -DPIC -o ../o/.libs/vrtfilters.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../vrt -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../gtiff/libtiff -DJPEG_SUPPORTED -DJPEG_DUAL_MODE_8_12 -c -o ../o/rpftocdataset.lo rpftocdataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/sdts -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrsdtslayer.cpp -o ../o/ogrsdtslayer.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o rasterfill.lo rasterfill.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/snodasdataset.lo snodasdataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../vrt -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../gtiff/libtiff -DJPEG_SUPPORTED -DJPEG_DUAL_MODE_8_12 -c rpftocdataset.cpp -fno-common -DPIC -o ../o/.libs/rpftocdataset.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c rasterfill.cpp -fno-common -DPIC -o .libs/rasterfill.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c snodasdataset.cpp -fno-common -DPIC -o ../o/.libs/snodasdataset.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_spatialref.cpp -o ../o/mitab_spatialref.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/s57writer.lo s57writer.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c vrtfilters.cpp -o ../o/vrtfilters.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c s57writer.cpp -fno-common -DPIC -o ../o/.libs/s57writer.o | |
make -C shape | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DSAOffset=vsi_l_offset -DUSE_CPL -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/shape2ogr.lo shape2ogr.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DSAOffset=vsi_l_offset -DUSE_CPL -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c shape2ogr.cpp -fno-common -DPIC -o ../o/.libs/shape2ogr.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c rasterfill.cpp -o rasterfill.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c snodasdataset.cpp -o ../o/snodasdataset.o >/dev/null 2>&1 | |
make -C bmp install-obj | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/bmpdataset.lo bmpdataset.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../vrt -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../gtiff/libtiff -DJPEG_SUPPORTED -DJPEG_DUAL_MODE_8_12 -c rpftocdataset.cpp -o ../o/rpftocdataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c bmpdataset.cpp -fno-common -DPIC -o ../o/.libs/bmpdataset.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c -o ../o/mitab_ogr_driver.lo mitab_ogr_driver.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/vrtsourcedrasterband.lo vrtsourcedrasterband.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_ogr_driver.cpp -fno-common -DPIC -o ../o/.libs/mitab_ogr_driver.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c vrtsourcedrasterband.cpp -fno-common -DPIC -o ../o/.libs/vrtsourcedrasterband.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c s57writer.cpp -o ../o/s57writer.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -DSAOffset=vsi_l_offset -DUSE_CPL -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c shape2ogr.cpp -o ../o/shape2ogr.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o gdalrasterpolygonenumerator.lo gdalrasterpolygonenumerator.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../vrt -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../gtiff/libtiff -DJPEG_SUPPORTED -DJPEG_DUAL_MODE_8_12 -c -o ../o/nitfwritejpeg.lo nitfwritejpeg.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalrasterpolygonenumerator.cpp -fno-common -DPIC -o .libs/gdalrasterpolygonenumerator.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../vrt -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../gtiff/libtiff -DJPEG_SUPPORTED -DJPEG_DUAL_MODE_8_12 -c nitfwritejpeg.cpp -fno-common -DPIC -o ../o/.libs/nitfwritejpeg.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_ogr_driver.cpp -o ../o/mitab_ogr_driver.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c bmpdataset.cpp -o ../o/bmpdataset.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalrasterpolygonenumerator.cpp -o gdalrasterpolygonenumerator.o >/dev/null 2>&1 | |
make -C tiger | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrtigerdriver.lo ogrtigerdriver.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c vrtsourcedrasterband.cpp -o ../o/vrtsourcedrasterband.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ddfrecordindex.lo ddfrecordindex.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrtigerdriver.cpp -fno-common -DPIC -o ../o/.libs/ogrtigerdriver.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../vrt -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../gtiff/libtiff -DJPEG_SUPPORTED -DJPEG_DUAL_MODE_8_12 -c nitfwritejpeg.cpp -o ../o/nitfwritejpeg.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ddfrecordindex.cpp -fno-common -DPIC -o ../o/.libs/ddfrecordindex.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o gdalsievefilter.lo gdalsievefilter.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DSAOffset=vsi_l_offset -DUSE_CPL -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/shpopen.lo shpopen.c | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c -o ../o/mitab_indfile.lo mitab_indfile.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalsievefilter.cpp -fno-common -DPIC -o .libs/gdalsievefilter.o | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DSAOffset=vsi_l_offset -DUSE_CPL -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c shpopen.c -fno-common -DPIC -o ../o/.libs/shpopen.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_indfile.cpp -fno-common -DPIC -o ../o/.libs/mitab_indfile.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrtigerdriver.cpp -o ../o/ogrtigerdriver.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../vrt -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../gtiff/libtiff -DJPEG_SUPPORTED -DJPEG_DUAL_MODE_8_12 -c -o ../o/nitfwritejpeg_12.lo nitfwritejpeg_12.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ddfrecordindex.cpp -o ../o/ddfrecordindex.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../vrt -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../gtiff/libtiff -DJPEG_SUPPORTED -DJPEG_DUAL_MODE_8_12 -c nitfwritejpeg_12.cpp -fno-common -DPIC -o ../o/.libs/nitfwritejpeg_12.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrtigerdatasource.lo ogrtigerdatasource.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/vrtrawrasterband.lo vrtrawrasterband.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalsievefilter.cpp -o gdalsievefilter.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrtigerdatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrtigerdatasource.o | |
make -C vrt | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c vrtrawrasterband.cpp -fno-common -DPIC -o ../o/.libs/vrtrawrasterband.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrvrtdatasource.lo ogrvrtdatasource.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrvrtdatasource.cpp -fno-common -DPIC -o ../o/.libs/ogrvrtdatasource.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/s57classregistrar.lo s57classregistrar.cpp | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DSAOffset=vsi_l_offset -DUSE_CPL -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c shpopen.c -o ../o/shpopen.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../vrt -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../gtiff/libtiff -DJPEG_SUPPORTED -DJPEG_DUAL_MODE_8_12 -c nitfwritejpeg_12.cpp -o ../o/nitfwritejpeg_12.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c s57classregistrar.cpp -fno-common -DPIC -o ../o/.libs/s57classregistrar.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_indfile.cpp -o ../o/mitab_indfile.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o gdalwarpkernel_opencl.lo gdalwarpkernel_opencl.c | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalwarpkernel_opencl.c -fno-common -DPIC -o .libs/gdalwarpkernel_opencl.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c vrtrawrasterband.cpp -o ../o/vrtrawrasterband.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c gdalwarpkernel_opencl.c -o gdalwarpkernel_opencl.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o polygonize.lo polygonize.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../vrt -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../gtiff/libtiff -DJPEG_SUPPORTED -DJPEG_DUAL_MODE_8_12 -c -o ../o/nitfrasterband.lo nitfrasterband.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c polygonize.cpp -fno-common -DPIC -o .libs/polygonize.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrvrtdatasource.cpp -o ../o/ogrvrtdatasource.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrtigerdatasource.cpp -o ../o/ogrtigerdatasource.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../vrt -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../gtiff/libtiff -DJPEG_SUPPORTED -DJPEG_DUAL_MODE_8_12 -c nitfrasterband.cpp -fno-common -DPIC -o ../o/.libs/nitfrasterband.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c s57classregistrar.cpp -o ../o/s57classregistrar.o >/dev/null 2>&1 | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CC /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DSAOffset=vsi_l_offset -DUSE_CPL -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/dbfopen.lo dbfopen.c | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DSAOffset=vsi_l_offset -DUSE_CPL -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c dbfopen.c -fno-common -DPIC -o ../o/.libs/dbfopen.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/vrtwarped.lo vrtwarped.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c vrtwarped.cpp -fno-common -DPIC -o ../o/.libs/vrtwarped.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c -o ../o/mitab_tabview.lo mitab_tabview.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrvrtlayer.lo ogrvrtlayer.cpp | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/s57filecollector.lo s57filecollector.cpp | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -DOGR -DMITAB_USE_OFTDATETIME -c mitab_tabview.cpp -fno-common -DPIC -o ../o/.libs/mitab_tabview.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrvrtlayer.cpp -fno-common -DPIC -o ../o/.libs/ogrvrtlayer.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c s57filecollector.cpp -fno-common -DPIC -o ../o/.libs/s57filecollector.o | |
/bin/sh /private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/libtool --mode=compile --tag=CXX /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c -o ../o/ogrtigerlayer.lo ogrtigerlayer.cpp | |
libtool: compile: /usr/bin/clang -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -Wdeclaration-after-statement -DSAOffset=vsi_l_offset -DUSE_CPL -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c dbfopen.c -o ../o/dbfopen.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DHAVE_GEOS=1 -I/usr/local/Cellar/geos/3.3.3/include -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c polygonize.cpp -o polygonize.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c ogrtigerlayer.cpp -fno-common -DPIC -o ../o/.libs/ogrtigerlayer.o | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../vrt -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -I../gtiff/libtiff -DJPEG_SUPPORTED -DJPEG_DUAL_MODE_8_12 -c nitfrasterband.cpp -o ../o/nitfrasterband.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I.. -I../.. -I../../../frmts/iso8211 -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/gcore -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/alg -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/ogr/ogrsf_frmts -DOGR_ENABLED -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/gdal/1.9.0/include -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/usr/local -I/usr/local/include -I/usr/local -I/usr/local/include -I/usr/X11 -I/usr/X11/include -I/usr -I/usr/include -c s57filecollector.cpp -o ../o/s57filecollector.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang++ -arch x86_64 -Os -w -pipe -march=native -Qunused-arguments -Wall -I../raw -I/private/tmp/homebrew-gdal-1.9.0-spE4/gdal-1.9.0/port -I/private/tmp/homebrew-gdal-1.9.0-spE4/gda |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment