Created
August 5, 2015 20:45
-
-
Save cmyk/d61681b6a1d4cf966227 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-08-05 22:33:54 +0200 | |
./configure | |
--disable-dependency-tracking | |
--prefix=/usr/local/Cellar/spatialite-gis/1.0.0c | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking whether the C++ compiler works... yes | |
checking for C++ compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether clang++ accepts -g... yes | |
checking for style of include used by make... GNU | |
checking dependency style of clang++... none | |
checking for gcc... clang | |
checking whether we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking dependency style of clang... none | |
checking how to run the C preprocessor... clang -E | |
checking whether ln -s works... yes | |
checking whether make sets $(MAKE)... (cached) yes | |
checking build system type... x86_64-apple-darwin14.4.0 | |
checking host system type... x86_64-apple-darwin14.4.0 | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin14.4.0 file names to x86_64-apple-darwin14.4.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin14.4.0 file names to toolchain format... func_convert_file_noop | |
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... dlltool | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from clang object... ok | |
checking for sysroot... no | |
checking for 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 for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if clang supports -fno-rtti -fno-exceptions... yes | |
checking for clang option to produce PIC... -fno-common -DPIC | |
checking if clang PIC flag -fno-common -DPIC works... yes | |
checking if clang static flag -static works... no | |
checking if clang supports -c -o file.o... yes | |
checking if clang supports -c -o file.o... (cached) yes | |
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin14.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... clang++ -E | |
checking for ld used by clang++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking for clang++ option to produce PIC... -fno-common -DPIC | |
checking if clang++ PIC flag -fno-common -DPIC works... yes | |
checking if clang++ static flag -static works... no | |
checking if clang++ supports -c -o file.o... yes | |
checking if clang++ supports -c -o file.o... (cached) yes | |
checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin14.4.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for stdlib.h... (cached) yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
checking for string.h... (cached) yes | |
checking for memory.h... (cached) yes | |
checking math.h usability... yes | |
checking math.h presence... yes | |
checking for math.h... yes | |
checking float.h usability... yes | |
checking float.h presence... yes | |
checking for float.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking for inttypes.h... (cached) yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdint.h... (cached) yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for unistd.h... (cached) yes | |
checking hpdf.h usability... yes | |
checking hpdf.h presence... yes | |
checking for hpdf.h... yes | |
checking geotiff/geotiff.h usability... no | |
checking geotiff/geotiff.h presence... no | |
checking for geotiff/geotiff.h... no | |
checking libgeotiff/geotiff.h usability... no | |
checking libgeotiff/geotiff.h presence... no | |
checking for libgeotiff/geotiff.h... no | |
checking geotiff.h usability... yes | |
checking geotiff.h presence... yes | |
checking for geotiff.h... yes | |
checking for an ANSI C-conforming const... yes | |
checking for off_t... yes | |
checking for size_t... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for working volatile... yes | |
checking whether lstat correctly handles trailing slash... no | |
checking whether lstat accepts an empty string... no | |
checking whether lstat correctly handles trailing slash... (cached) no | |
checking for working memcmp... yes | |
checking whether stat accepts an empty string... no | |
checking for strftime... yes | |
checking for memset... yes | |
checking for sqrt... yes | |
checking for strcasecmp... yes | |
checking for strerror... yes | |
checking for strncasecmp... yes | |
checking for strstr... yes | |
checking for fdatasync... yes | |
checking for ftruncate... yes | |
checking for getcwd... yes | |
checking for gettimeofday... yes | |
checking for localtime_r... yes | |
checking for memmove... yes | |
checking for strerror... (cached) yes | |
checking for inflateInit_ in -lz... yes | |
checking for jpeg_start_compress in -ljpeg... yes | |
checking for TIFFClientOpen in -ltiff... yes | |
checking for pj_init_plus in -lproj... yes | |
checking for GEOSTopologyPreserveSimplify in -lgeos_c... yes | |
checking for GTIFSetFromProj4 in -lgeotiff... yes | |
checking for HPDF_Page_SetWidth in -lhpdf... yes | |
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for LIBSPATIALITE... yes | |
checking for LIBRASTERLITE... yes | |
checking for LIBPNG... yes | |
checking for LIBFREEXL... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating color_symbols/Makefile | |
config.status: creating icons/Makefile | |
config.status: creating osm_symbols/Makefile | |
config.status: creating patterns/Makefile | |
config.status: creating symbols/Makefile | |
config.status: creating gnome_resource/Makefile | |
config.status: creating win_resource/Makefile | |
config.status: executing depfiles commands | |
config.status: executing libtool commands |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang++ called with: --version | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=native --version -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -v | |
superenv executed: clang++ -v | |
clang++ called with: -V | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=native -V -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -qversion | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -liconv conftest.cpp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=native -liconv conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -o conftest -liconv conftest.cpp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=native -o conftest -liconv conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -o conftest -liconv conftest.cpp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=native -o conftest -liconv conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c conftest.cpp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang++ -pipe -Os -march=native -c conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang++ called with: -c conftest.cpp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang++ -pipe -Os -march=native -c conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang++ called with: -c -g conftest.cpp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang++ -pipe -Os -march=native -c -g conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: --version | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -E - | |
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -E - -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -print-prog-name=ld | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -o conftest -g -O2 -liconv conftest.c conftstm.o | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c conftstm.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -liconv -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -g -O2 -liconv -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -liconv -Wl,-exported_symbols_list,conftest.sym conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv -Wl,-exported_symbols_list,conftest.sym conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -c -o conftest.o conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -g -O2 -c -o conftest.o conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -g -O2 -liconv -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -g -O2 -liconv -o conftest conftest.c -Wl,-force_load,./libconftest.a -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -o conftest -g -O2 -liconv conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -o conftest -g -O2 -liconv conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -fno-rtti -fno-exceptions conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-rtti -fno-exceptions conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-common -DPIC -DPIC conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -o conftest -g -O2 -liconv -static conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv -static conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -o out/conftest2.o conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -o out/conftest2.o conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -print-search-dirs | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -print-search-dirs -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -liconv -print-multi-os-directory | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -g -O2 -liconv -print-multi-os-directory -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -E conftest.cpp | |
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang++ called with: -E conftest.cpp | |
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang++ called with: -E conftest.cpp | |
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang++ called with: -E conftest.cpp | |
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang++ called with: -c -g -O2 conftest.cpp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang++ called with: -o conftest -g -O2 -liconv conftest.cpp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -print-prog-name=ld | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c -g -O2 conftest.cpp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang++ called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang++ called with: -o conftest -g -O2 -liconv -static conftest.cpp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=native -o conftest -g -O2 -liconv -static conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c -g -O2 -o out/conftest2.o conftest.cpp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -o out/conftest2.o conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang called with: -o conftest -g -O2 -liconv conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -liconv conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -liconv conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -liconv conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -liconv conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -liconv conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -liconv conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -liconv conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -liconv conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -liconv conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -liconv conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -liconv conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -liconv conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -liconv conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -liconv conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -liconv conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -liconv conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -liconv conftest.c -lz -lm | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c -lz -lm -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -liconv conftest.c -ljpeg -lm -lz | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c -ljpeg -lm -lz -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -liconv conftest.c -ltiff -lm -ljpeg -lz | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c -ltiff -lm -ljpeg -lz -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -liconv conftest.c -lproj -lm -ltiff -ljpeg -lz | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c -lproj -lm -ltiff -ljpeg -lz -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -liconv conftest.c -lgeos_c -lm -lgeos -lproj -ltiff -ljpeg -lz | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c -lgeos_c -lm -lgeos -lproj -ltiff -ljpeg -lz -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -liconv conftest.c -lgeotiff -lm -lgeos_c -lproj -ltiff -ljpeg -lz | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c -lgeotiff -lm -lgeos_c -lproj -ltiff -ljpeg -lz -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -liconv conftest.c -lhpdf -lgeotiff -lgeos_c -lproj -ltiff -ljpeg -lz | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -liconv conftest.c -lhpdf -lgeotiff -lgeos_c -lproj -ltiff -ljpeg -lz -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-08-05 22:34:11 +0200 | |
make | |
install | |
Making install in color_symbols | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
Making install in icons | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
Making install in osm_symbols | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
Making install in patterns | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
Making install in symbols | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
Making install in win_resource | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
Making install in gnome_resource | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
clang++ -DPACKAGE_NAME=\"spatialite_gis\" -DPACKAGE_TARNAME=\"spatialite_gis\" -DPACKAGE_VERSION=\"1.0.0c\" -DPACKAGE_STRING=\"spatialite_gis\ 1.0.0c\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"spatialite_gis\" -DVERSION=\"1.0.0c\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o Bitmaps.o Bitmaps.cpp | |
clang++ -DPACKAGE_NAME=\"spatialite_gis\" -DPACKAGE_TARNAME=\"spatialite_gis\" -DPACKAGE_VERSION=\"1.0.0c\" -DPACKAGE_STRING=\"spatialite_gis\ 1.0.0c\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"spatialite_gis\" -DVERSION=\"1.0.0c\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o ClassifyDlgs.o ClassifyDlgs.cpp | |
clang++ -DPACKAGE_NAME=\"spatialite_gis\" -DPACKAGE_TARNAME=\"spatialite_gis\" -DPACKAGE_VERSION=\"1.0.0c\" -DPACKAGE_STRING=\"spatialite_gis\ 1.0.0c\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"spatialite_gis\" -DVERSION=\"1.0.0c\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o Dialogs.o Dialogs.cpp | |
clang++ -DPACKAGE_NAME=\"spatialite_gis\" -DPACKAGE_TARNAME=\"spatialite_gis\" -DPACKAGE_VERSION=\"1.0.0c\" -DPACKAGE_STRING=\"spatialite_gis\ 1.0.0c\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"spatialite_gis\" -DVERSION=\"1.0.0c\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o GraphicsDlgs.o GraphicsDlgs.cpp | |
clang++ -DPACKAGE_NAME=\"spatialite_gis\" -DPACKAGE_TARNAME=\"spatialite_gis\" -DPACKAGE_VERSION=\"1.0.0c\" -DPACKAGE_STRING=\"spatialite_gis\ 1.0.0c\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"spatialite_gis\" -DVERSION=\"1.0.0c\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o LayerTree.o LayerTree.cpp | |
clang++ -DPACKAGE_NAME=\"spatialite_gis\" -DPACKAGE_TARNAME=\"spatialite_gis\" -DPACKAGE_VERSION=\"1.0.0c\" -DPACKAGE_STRING=\"spatialite_gis\ 1.0.0c\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"spatialite_gis\" -DVERSION=\"1.0.0c\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o Main.o Main.cpp | |
clang++ -DPACKAGE_NAME=\"spatialite_gis\" -DPACKAGE_TARNAME=\"spatialite_gis\" -DPACKAGE_VERSION=\"1.0.0c\" -DPACKAGE_STRING=\"spatialite_gis\ 1.0.0c\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"spatialite_gis\" -DVERSION=\"1.0.0c\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o MapDynamic.o MapDynamic.cpp | |
clang++ -DPACKAGE_NAME=\"spatialite_gis\" -DPACKAGE_TARNAME=\"spatialite_gis\" -DPACKAGE_VERSION=\"1.0.0c\" -DPACKAGE_STRING=\"spatialite_gis\ 1.0.0c\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"spatialite_gis\" -DVERSION=\"1.0.0c\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o MapView.o MapView.cpp | |
clang++ -DPACKAGE_NAME=\"spatialite_gis\" -DPACKAGE_TARNAME=\"spatialite_gis\" -DPACKAGE_VERSION=\"1.0.0c\" -DPACKAGE_STRING=\"spatialite_gis\ 1.0.0c\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"spatialite_gis\" -DVERSION=\"1.0.0c\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o MetadataInit.o MetadataInit.cpp | |
clang++ -DPACKAGE_NAME=\"spatialite_gis\" -DPACKAGE_TARNAME=\"spatialite_gis\" -DPACKAGE_VERSION=\"1.0.0c\" -DPACKAGE_STRING=\"spatialite_gis\ 1.0.0c\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"spatialite_gis\" -DVERSION=\"1.0.0c\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o Network.o Network.cpp | |
clang++ -DPACKAGE_NAME=\"spatialite_gis\" -DPACKAGE_TARNAME=\"spatialite_gis\" -DPACKAGE_VERSION=\"1.0.0c\" -DPACKAGE_STRING=\"spatialite_gis\ 1.0.0c\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"spatialite_gis\" -DVERSION=\"1.0.0c\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o Objects.o Objects.cpp | |
clang++ -DPACKAGE_NAME=\"spatialite_gis\" -DPACKAGE_TARNAME=\"spatialite_gis\" -DPACKAGE_VERSION=\"1.0.0c\" -DPACKAGE_STRING=\"spatialite_gis\ 1.0.0c\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"spatialite_gis\" -DVERSION=\"1.0.0c\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o OutputMap.o OutputMap.cpp | |
clang++ -DPACKAGE_NAME=\"spatialite_gis\" -DPACKAGE_TARNAME=\"spatialite_gis\" -DPACKAGE_VERSION=\"1.0.0c\" -DPACKAGE_STRING=\"spatialite_gis\ 1.0.0c\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"spatialite_gis\" -DVERSION=\"1.0.0c\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o Shapefiles.o Shapefiles.cpp | |
clang++ -DPACKAGE_NAME=\"spatialite_gis\" -DPACKAGE_TARNAME=\"spatialite_gis\" -DPACKAGE_VERSION=\"1.0.0c\" -DPACKAGE_STRING=\"spatialite_gis\ 1.0.0c\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"spatialite_gis\" -DVERSION=\"1.0.0c\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o SqlHelpers.o SqlHelpers.cpp | |
clang++ -DPACKAGE_NAME=\"spatialite_gis\" -DPACKAGE_TARNAME=\"spatialite_gis\" -DPACKAGE_VERSION=\"1.0.0c\" -DPACKAGE_STRING=\"spatialite_gis\ 1.0.0c\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"spatialite_gis\" -DVERSION=\"1.0.0c\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o TableDialogs.o TableDialogs.cpp | |
/bin/sh ./libtool --tag=CXX --mode=link clang++ -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -liconv -o spatialite_gis Bitmaps.o ClassifyDlgs.o Dialogs.o GraphicsDlgs.o LayerTree.o Main.o MapDynamic.o MapView.o MetadataInit.o Network.o Objects.o OutputMap.o Shapefiles.o SqlHelpers.o TableDialogs.o -L/usr/local/Cellar/wxmac/3.0.2/lib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_webview-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -L/usr/local/Cellar/libspatialite/4.3.0/lib -lspatialite -L/usr/local/Cellar/librasterlite/1.1g_1/lib -lrasterlite -L/usr/local/Cellar/freexl/1.0.2/lib -lfreexl -lm -lhpdf -lgeotiff -lgeos_c -lproj -ltiff -ljpeg -lz | |
libtool: link: clang++ -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -o spatialite_gis Bitmaps.o ClassifyDlgs.o Dialogs.o GraphicsDlgs.o LayerTree.o Main.o MapDynamic.o MapView.o MetadataInit.o Network.o Objects.o OutputMap.o Shapefiles.o SqlHelpers.o TableDialogs.o -Wl,-bind_at_load -liconv -L/usr/local/Cellar/wxmac/3.0.2/lib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_webview-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -L/usr/local/Cellar/libspatialite/4.3.0/lib -lspatialite -L/usr/local/Cellar/librasterlite/1.1g_1/lib -lrasterlite -L/usr/local/Cellar/freexl/1.0.2/lib -lfreexl -lhpdf -lgeotiff -lgeos_c /usr/local/Cellar/proj/4.9.1/lib/libproj.dylib -lpthread -lm -ltiff -ljpeg -lz | |
Undefined symbols for architecture x86_64: | |
"_sqlite3_backup_finish", referenced from: | |
MyFrame::OnMemoryDbLoad(wxCommandEvent&) in Main.o | |
MyFrame::MemoryDbSave() in Main.o | |
"_sqlite3_backup_init", referenced from: | |
MyFrame::OnMemoryDbLoad(wxCommandEvent&) in Main.o | |
MyFrame::MemoryDbSave() in Main.o | |
"_sqlite3_backup_step", referenced from: | |
MyFrame::OnMemoryDbLoad(wxCommandEvent&) in Main.o | |
MyFrame::MemoryDbSave() in Main.o | |
"_sqlite3_bind_blob", referenced from: | |
MyFrame::CreateSymbolBitmaps() in Bitmaps.o | |
MyFrame::CreatePatternBitmaps() in Bitmaps.o | |
MyFrame::UpdateCurrentEntityGeometry() in Main.o | |
MyMapView::DynamicSplitLine() in MapDynamic.o | |
MyFrame::CreateNetwork(Network*, wxString&, wxString&, wxString&, wxString&, wxString&, bool, double) in Network.o | |
MyFrame::LoadShapefile(wxString&, wxString&, int, wxString&, wxString&, bool, bool) in Shapefiles.o | |
IdentifyDialog::OnCmdSave(wxCommandEvent&) in TableDialogs.o | |
... | |
"_sqlite3_bind_double", referenced from: | |
MyMapView::DynamicFindVertex(double, double, bool) in MapDynamic.o | |
MyMapView::DynamicFindSubGeometry(double, double) in MapDynamic.o | |
MyMapView::DynamicFindSegment(double, double) in MapDynamic.o | |
MyMapView::DynamicFindLineToSplit(double, double) in MapDynamic.o | |
MyMapView::DynamicFindMultiGeometry(double, double) in MapDynamic.o | |
MyMapView::Identify(MapLayer*, int, int) in MapView.o | |
MyMapView::SelectNetworkNode(int, int) in MapView.o | |
... | |
"_sqlite3_bind_int", referenced from: | |
MyFrame::CreateSymbolBitmaps() in Bitmaps.o | |
MyFrame::CreatePatternBitmaps() in Bitmaps.o | |
CreateTableDialog::DoCreateTable() in Dialogs.o | |
TableLayoutDialog::LoadDefs() in Dialogs.o | |
TableLayoutDialog::DoUpdateTable() in Dialogs.o | |
MyFrame::CreateSpatialMetaData() in MetadataInit.o | |
MyFrame::LoadShapefile(wxString&, wxString&, int, wxString&, wxString&, bool, bool) in Shapefiles.o | |
... | |
"_sqlite3_bind_int64", referenced from: | |
RoutingSolutionDialog::SetCurrentArc(long long) in Dialogs.o | |
MyFrame::UpdateCurrentEntityGeometry() in Main.o | |
MyMapView::DynamicSplitLine() in MapDynamic.o | |
MyMapView::ResolveRouting() in MapDynamic.o | |
MyFrame::CreateNetwork(Network*, wxString&, wxString&, wxString&, wxString&, wxString&, bool, double) in Network.o | |
MyFrame::LoadShapefile(wxString&, wxString&, int, wxString&, wxString&, bool, bool) in Shapefiles.o | |
IdentifyDialog::OnCmdSave(wxCommandEvent&) in TableDialogs.o | |
... | |
"_sqlite3_bind_null", referenced from: | |
CreateTableDialog::DoCreateTable() in Dialogs.o | |
TableLayoutDialog::LoadDefs() in Dialogs.o | |
TableLayoutDialog::DoUpdateTable() in Dialogs.o | |
MyFrame::LoadShapefile(wxString&, wxString&, int, wxString&, wxString&, bool, bool) in Shapefiles.o | |
MyFrame::AlignLayerParams() in SqlHelpers.o | |
MyFrame::InsertLayerParams(LayerObject*) in SqlHelpers.o | |
MyFrame::UpdateStatistics(wxString&) in SqlHelpers.o | |
... | |
"_sqlite3_bind_text", referenced from: | |
CreateTableDialog::DoCreateTable() in Dialogs.o | |
TableLayoutDialog::LoadDefs() in Dialogs.o | |
TableLayoutDialog::DoUpdateTable() in Dialogs.o | |
MyMapView::ResolveRouting() in MapDynamic.o | |
MyFrame::CreateSpatialMetaData() in MetadataInit.o | |
MyFrame::LoadShapefile(wxString&, wxString&, int, wxString&, wxString&, bool, bool) in Shapefiles.o | |
MyFrame::AlignLayerParams() in SqlHelpers.o | |
... | |
"_sqlite3_clear_bindings", referenced from: | |
MyFrame::CreateSymbolBitmaps() in Bitmaps.o | |
MyFrame::CreatePatternBitmaps() in Bitmaps.o | |
CreateTableDialog::DoCreateTable() in Dialogs.o | |
TableLayoutDialog::LoadDefs() in Dialogs.o | |
TableLayoutDialog::DoUpdateTable() in Dialogs.o | |
RoutingSolutionDialog::SetCurrentArc(long long) in Dialogs.o | |
MyFrame::UpdateCurrentEntityGeometry() in Main.o | |
... | |
"_sqlite3_close", referenced from: | |
MyFrame::OnMemoryDbLoad(wxCommandEvent&) in Main.o | |
MyFrame::~MyFrame() in Main.o | |
MyFrame::CloseDB() in Main.o | |
MyFrame::OpenDB() in Main.o | |
MyFrame::CreateDB() in Main.o | |
MyFrame::MemoryDbSave() in Main.o | |
"_sqlite3_column_blob", referenced from: | |
MyFrame::GetSymbolBitmaps(MyImageList*) in Bitmaps.o | |
MyFrame::GetPatternBitmaps(MyImageList*) in Bitmaps.o | |
RoutingSolutionDialog::SetCurrentArc(long long) in Dialogs.o | |
MyMapView::DynamicFindVertex(double, double, bool) in MapDynamic.o | |
MyMapView::DynamicFindSubGeometry(double, double) in MapDynamic.o | |
MyMapView::DynamicFindSegment(double, double) in MapDynamic.o | |
MyMapView::DynamicFindLineToSplit(double, double) in MapDynamic.o | |
... | |
"_sqlite3_column_bytes", referenced from: | |
MyFrame::GetSymbolBitmaps(MyImageList*) in Bitmaps.o | |
MyFrame::GetPatternBitmaps(MyImageList*) in Bitmaps.o | |
RoutingSolutionDialog::SetCurrentArc(long long) in Dialogs.o | |
MyMapView::DynamicFindVertex(double, double, bool) in MapDynamic.o | |
MyMapView::DynamicFindSubGeometry(double, double) in MapDynamic.o | |
MyMapView::DynamicFindSegment(double, double) in MapDynamic.o | |
MyMapView::DynamicFindLineToSplit(double, double) in MapDynamic.o | |
... | |
"_sqlite3_column_count", referenced from: | |
MyFrame::BuildNetwork(wxString&, wxString&, wxString&, wxString&, wxString&, bool, wxString&, bool, bool, wxString&, wxString&, bool) in Network.o | |
MyFrame::DumpShapefile(wxString&, wxString&, wxString&, wxString&, bool) in Shapefiles.o | |
IdentifyDialog::ShowEntity() in TableDialogs.o | |
TableDialog::DoQueryTable(int) in TableDialogs.o | |
"_sqlite3_column_double", referenced from: | |
MyMapView::ResolveRouting() in MapDynamic.o | |
MyMapView::Identify(MapLayer*, int, int) in MapView.o | |
MyMapView::SelectNetworkNode(int, int) in MapView.o | |
MyMapView::OnTheFlyIdentify(MapLayer*, int, int) in MapView.o | |
MyMapView::DrawVectorLayer(wxGraphicsContext*, MapLayer*) in MapView.o | |
MyMapView::FeedMapLabels(wxGraphicsContext*, MapLayer*, MapLabelList*) in MapView.o | |
MyFrame::BuildNetwork(wxString&, wxString&, wxString&, wxString&, wxString&, bool, wxString&, bool, bool, wxString&, wxString&, bool) in Network.o | |
... | |
"_sqlite3_column_int", referenced from: | |
MyFrame::GetSymbolBitmaps(MyImageList*) in Bitmaps.o | |
MyFrame::GetPatternBitmaps(MyImageList*) in Bitmaps.o | |
MyMapView::Identify(MapLayer*, int, int) in MapView.o | |
MyMapView::OnTheFlyIdentify(MapLayer*, int, int) in MapView.o | |
MyMapView::DrawVectorLayer(wxGraphicsContext*, MapLayer*) in MapView.o | |
MyMapView::FeedMapLabels(wxGraphicsContext*, MapLayer*, MapLabelList*) in MapView.o | |
MyFrame::BuildNetwork(wxString&, wxString&, wxString&, wxString&, wxString&, bool, wxString&, bool, bool, wxString&, wxString&, bool) in Network.o | |
... | |
"_sqlite3_column_int64", referenced from: | |
MyMapView::DynamicFindVertex(double, double, bool) in MapDynamic.o | |
MyMapView::DynamicFindSubGeometry(double, double) in MapDynamic.o | |
MyMapView::DynamicFindSegment(double, double) in MapDynamic.o | |
MyMapView::DynamicFindLineToSplit(double, double) in MapDynamic.o | |
MyMapView::DynamicFindMultiGeometry(double, double) in MapDynamic.o | |
MyMapView::ResolveRouting() in MapDynamic.o | |
MyMapView::Identify(MapLayer*, int, int) in MapView.o | |
... | |
"_sqlite3_column_name", referenced from: | |
MyFrame::DumpShapefile(wxString&, wxString&, wxString&, wxString&, bool) in Shapefiles.o | |
IdentifyDialog::ShowEntity() in TableDialogs.o | |
TableDialog::DoQueryTable(int) in TableDialogs.o | |
"_sqlite3_column_text", referenced from: | |
MyMapView::ResolveRouting() in MapDynamic.o | |
MyMapView::Identify(MapLayer*, int, int) in MapView.o | |
MyMapView::SelectNetworkNode(int, int) in MapView.o | |
MyMapView::OnTheFlyIdentify(MapLayer*, int, int) in MapView.o | |
MyMapView::DrawVectorLayer(wxGraphicsContext*, MapLayer*) in MapView.o | |
MyMapView::FeedMapLabels(wxGraphicsContext*, MapLayer*, MapLabelList*) in MapView.o | |
MyFrame::BuildNetwork(wxString&, wxString&, wxString&, wxString&, wxString&, bool, wxString&, bool, bool, wxString&, wxString&, bool) in Network.o | |
... | |
"_sqlite3_column_type", referenced from: | |
MyFrame::GetSymbolBitmaps(MyImageList*) in Bitmaps.o | |
MyFrame::GetPatternBitmaps(MyImageList*) in Bitmaps.o | |
RoutingSolutionDialog::SetCurrentArc(long long) in Dialogs.o | |
MyMapView::DynamicFindVertex(double, double, bool) in MapDynamic.o | |
MyMapView::DynamicFindSubGeometry(double, double) in MapDynamic.o | |
MyMapView::DynamicFindSegment(double, double) in MapDynamic.o | |
MyMapView::DynamicFindLineToSplit(double, double) in MapDynamic.o | |
... | |
"_sqlite3_errmsg", referenced from: | |
MyFrame::CreateSymbolBitmaps() in Bitmaps.o | |
MyFrame::CreatePatternBitmaps() in Bitmaps.o | |
MyFrame::GetSymbolBitmaps(MyImageList*) in Bitmaps.o | |
MyFrame::GetPatternBitmaps(MyImageList*) in Bitmaps.o | |
CreateTableDialog::DoCreateTable() in Dialogs.o | |
TableLayoutDialog::LoadDefs() in Dialogs.o | |
TableLayoutDialog::DoUpdateTable() in Dialogs.o | |
... | |
"_sqlite3_exec", referenced from: | |
MyFrame::CreateSymbolBitmaps() in Bitmaps.o | |
MyFrame::CreatePatternBitmaps() in Bitmaps.o | |
CreateTableDialog::DoCreateTable() in Dialogs.o | |
TableLayoutDialog::LoadDefs() in Dialogs.o | |
TableLayoutDialog::DoUpdateTable() in Dialogs.o | |
MyLayerTree::OnCmdSpatialIndex(wxCommandEvent&) in LayerTree.o | |
MyLayerTree::OnCmdMbrCache(wxCommandEvent&) in LayerTree.o | |
... | |
"_sqlite3_finalize", referenced from: | |
MyFrame::CreateSymbolBitmaps() in Bitmaps.o | |
MyFrame::CreatePatternBitmaps() in Bitmaps.o | |
MyFrame::GetSymbolBitmaps(MyImageList*) in Bitmaps.o | |
MyFrame::GetPatternBitmaps(MyImageList*) in Bitmaps.o | |
CreateTableDialog::DoCreateTable() in Dialogs.o | |
TableLayoutDialog::LoadDefs() in Dialogs.o | |
TableLayoutDialog::DoUpdateTable() in Dialogs.o | |
... | |
"_sqlite3_free", referenced from: | |
MyFrame::CreateSymbolBitmaps() in Bitmaps.o | |
MyFrame::CreatePatternBitmaps() in Bitmaps.o | |
SearchSridDialog::OnSearch(wxCommandEvent&) in Dialogs.o | |
CreateTableDialog::DoCreateTable() in Dialogs.o | |
TableLayoutDialog::LoadDefs() in Dialogs.o | |
TableLayoutDialog::DoUpdateTable() in Dialogs.o | |
MyLayerTree::OnCmdSpatialIndex(wxCommandEvent&) in LayerTree.o | |
... | |
"_sqlite3_free_table", referenced from: | |
SearchSridDialog::OnSearch(wxCommandEvent&) in Dialogs.o | |
TableLayoutDialog::LoadDefs() in Dialogs.o | |
MyLayerTree::OnCmdSpatialIndex(wxCommandEvent&) in LayerTree.o | |
MyLayerTree::OnCmdMbrCache(wxCommandEvent&) in LayerTree.o | |
MyFrame::DbPagesCount(int*, int*) in Main.o | |
MyMapView::DynamicFindVertex(double, double, bool) in MapDynamic.o | |
MyMapView::DynamicFindSubGeometry(double, double) in MapDynamic.o | |
... | |
"_sqlite3_get_table", referenced from: | |
SearchSridDialog::OnSearch(wxCommandEvent&) in Dialogs.o | |
TableLayoutDialog::LoadDefs() in Dialogs.o | |
MyLayerTree::OnCmdSpatialIndex(wxCommandEvent&) in LayerTree.o | |
MyLayerTree::OnCmdMbrCache(wxCommandEvent&) in LayerTree.o | |
MyFrame::DbPagesCount(int*, int*) in Main.o | |
MyMapView::DynamicFindVertex(double, double, bool) in MapDynamic.o | |
MyMapView::DynamicFindSubGeometry(double, double) in MapDynamic.o | |
... | |
"_sqlite3_libversion", referenced from: | |
MyFrame::OnAbout(wxCommandEvent&) in Main.o | |
"_sqlite3_open_v2", referenced from: | |
MyFrame::OnMemoryDbLoad(wxCommandEvent&) in Main.o | |
MyFrame::OpenDB() in Main.o | |
MyFrame::CreateDB() in Main.o | |
MyFrame::MemoryDbSave() in Main.o | |
"_sqlite3_prepare_v2", referenced from: | |
MyFrame::CreateSymbolBitmaps() in Bitmaps.o | |
MyFrame::CreatePatternBitmaps() in Bitmaps.o | |
MyFrame::GetSymbolBitmaps(MyImageList*) in Bitmaps.o | |
MyFrame::GetPatternBitmaps(MyImageList*) in Bitmaps.o | |
CreateTableDialog::DoCreateTable() in Dialogs.o | |
TableLayoutDialog::LoadDefs() in Dialogs.o | |
TableLayoutDialog::DoUpdateTable() in Dialogs.o | |
... | |
"_sqlite3_reset", referenced from: | |
MyFrame::CreateSymbolBitmaps() in Bitmaps.o | |
MyFrame::CreatePatternBitmaps() in Bitmaps.o | |
CreateTableDialog::DoCreateTable() in Dialogs.o | |
TableLayoutDialog::LoadDefs() in Dialogs.o | |
TableLayoutDialog::DoUpdateTable() in Dialogs.o | |
RoutingSolutionDialog::SetCurrentArc(long long) in Dialogs.o | |
MyFrame::UpdateCurrentEntityGeometry() in Main.o | |
... | |
"_sqlite3_step", referenced from: | |
MyFrame::CreateSymbolBitmaps() in Bitmaps.o | |
MyFrame::CreatePatternBitmaps() in Bitmaps.o | |
MyFrame::GetSymbolBitmaps(MyImageList*) in Bitmaps.o | |
MyFrame::GetPatternBitmaps(MyImageList*) in Bitmaps.o | |
CreateTableDialog::DoCreateTable() in Dialogs.o | |
TableLayoutDialog::LoadDefs() in Dialogs.o | |
TableLayoutDialog::DoUpdateTable() in Dialogs.o | |
... | |
"_sqlite3_total_changes", referenced from: | |
MyFrame::OnTimerAutoSave(wxTimerEvent&) in Main.o | |
MyFrame::LastDitchMemoryDbSave() in Main.o | |
MyFrame::MemoryDbSave() in Main.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
make[1]: *** [spatialite_gis] Error 1 | |
make: *** [install-recursive] Error 1 | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: 9e679750e54516576ea4e1e6823c1e2a43ceca58 | |
Last commit: 75 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: 8-core 64-bit ivybridge | |
OS X: 10.10.4-x86_64 | |
Xcode: 6.4 | |
CLT: 6.4.0.0.1.1435007323 | |
GCC-4.2: build 5666 | |
Clang: 6.1 build 602 | |
X11: 2.7.7 => /opt/X11 | |
System Ruby: 2.0.0-p481 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby | |
Java: N/A | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
LDFLAGS: -liconv | |
MAKEFLAGS: -j8 | |
CMAKE_PREFIX_PATH: /usr/local/opt/readline:/usr/local/opt/sqlite:/usr/local/opt/libxml2:/usr/local/opt/liblwgeom:/usr/local | |
CMAKE_INCLUDE_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /usr/local/opt/freexl/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/proj/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig:/usr/local/opt/json-c/lib/pkgconfig:/usr/local/opt/libspatialite/lib/pkgconfig:/usr/local/opt/librasterlite/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10 | |
ACLOCAL_PATH: /usr/local/opt/libxml2/share/aclocal:/usr/local/share/aclocal | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/local/opt/geos/bin:/usr/local/opt/libpng/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/libtiff/bin:/usr/local/opt/proj/bin:/usr/local/opt/libgeotiff/bin:/usr/local/opt/sqlite/bin:/usr/local/opt/libxml2/bin:/usr/local/opt/librasterlite/bin:/usr/local/opt/wxmac/bin:/usr/bin:/bin:/usr/sbin:/sbin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang++ called with: -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o Bitmaps.o Bitmaps.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang++ -pipe -w -Os -march=native -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o Bitmaps.o Bitmaps.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang++ called with: -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o ClassifyDlgs.o ClassifyDlgs.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang++ -pipe -w -Os -march=native -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o ClassifyDlgs.o ClassifyDlgs.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang++ called with: -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o GraphicsDlgs.o GraphicsDlgs.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang++ -pipe -w -Os -march=native -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o GraphicsDlgs.o GraphicsDlgs.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang++ called with: -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o MapDynamic.o MapDynamic.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang++ -pipe -w -Os -march=native -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o MapDynamic.o MapDynamic.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang++ called with: -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o LayerTree.o LayerTree.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang++ -pipe -w -Os -march=native -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o LayerTree.o LayerTree.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang++ called with: -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o Dialogs.o Dialogs.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang++ -pipe -w -Os -march=native -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o Dialogs.o Dialogs.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang++ called with: -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o Main.o Main.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang++ -pipe -w -Os -march=native -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o Main.o Main.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang++ called with: -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o MapView.o MapView.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang++ -pipe -w -Os -march=native -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o MapView.o MapView.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang++ called with: -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o MetadataInit.o MetadataInit.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang++ -pipe -w -Os -march=native -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o MetadataInit.o MetadataInit.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang++ called with: -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o Network.o Network.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang++ -pipe -w -Os -march=native -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o Network.o Network.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang++ called with: -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o Objects.o Objects.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang++ -pipe -w -Os -march=native -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o Objects.o Objects.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang++ called with: -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o OutputMap.o OutputMap.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang++ -pipe -w -Os -march=native -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o OutputMap.o OutputMap.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang++ called with: -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o Shapefiles.o Shapefiles.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang++ -pipe -w -Os -march=native -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o Shapefiles.o Shapefiles.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang++ called with: -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o SqlHelpers.o SqlHelpers.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang++ -pipe -w -Os -march=native -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o SqlHelpers.o SqlHelpers.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang++ called with: -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -g -O2 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o TableDialogs.o TableDialogs.cpp | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
superenv executed: clang++ -pipe -w -Os -march=native -DPACKAGE_NAME="spatialite_gis" -DPACKAGE_TARNAME="spatialite_gis" -DPACKAGE_VERSION="1.0.0c" -DPACKAGE_STRING="spatialite_gis 1.0.0c" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE_URL="" -DPACKAGE="spatialite_gis" -DVERSION="1.0.0c" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1 -I. -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -c -o TableDialogs.o TableDialogs.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include | |
clang++ called with: -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -o spatialite_gis Bitmaps.o ClassifyDlgs.o Dialogs.o GraphicsDlgs.o LayerTree.o Main.o MapDynamic.o MapView.o MetadataInit.o Network.o Objects.o OutputMap.o Shapefiles.o SqlHelpers.o TableDialogs.o -Wl,-bind_at_load -liconv -L/usr/local/Cellar/wxmac/3.0.2/lib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_webview-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -L/usr/local/Cellar/libspatialite/4.3.0/lib -lspatialite -L/usr/local/Cellar/librasterlite/1.1g_1/lib -lrasterlite -L/usr/local/Cellar/freexl/1.0.2/lib -lfreexl -lhpdf -lgeotiff -lgeos_c /usr/local/Cellar/proj/4.9.1/lib/libproj.dylib -lpthread -lm -ltiff -ljpeg -lz | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -w -Os -march=native -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/usr/local/Cellar/libspatialite/4.3.0/include -o spatialite_gis Bitmaps.o ClassifyDlgs.o Dialogs.o GraphicsDlgs.o LayerTree.o Main.o MapDynamic.o MapView.o MetadataInit.o Network.o Objects.o OutputMap.o Shapefiles.o SqlHelpers.o TableDialogs.o -Wl,-bind_at_load -liconv -L/usr/local/Cellar/wxmac/3.0.2/lib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_webview-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -L/usr/local/Cellar/libspatialite/4.3.0/lib -lspatialite -L/usr/local/Cellar/librasterlite/1.1g_1/lib -lrasterlite -L/usr/local/Cellar/freexl/1.0.2/lib -lfreexl -lhpdf -lgeotiff -lgeos_c /usr/local/Cellar/proj/4.9.1/lib/libproj.dylib -lpthread -lm -ltiff -ljpeg -lz -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/liblwgeom/include -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/liblwgeom/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by spatialite_gis configure 1.0.0c, which was | |
generated by GNU Autoconf 2.68. Invocation command line was | |
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/spatialite-gis/1.0.0c | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = mbp | |
uname -m = x86_64 | |
uname -r = 14.4.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 14.4.0: Thu May 28 11:35:04 PDT 2015; root:xnu-2782.30.5~1/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 14.4.0: Thu May 28 11:35:04 PDT 2015; root:xnu-2782.30.5~1/RELEASE_X86_64 | |
Kernel configured for up to 8 processors. | |
4 processors are physically available. | |
8 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 2 3 4 5 6 7 | |
Primary memory available: 8.00 gigabytes | |
Default processor set: 274 tasks, 1537 threads, 8 processors | |
Load average: 1.71, Mach factor: 6.27 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Library/ENV/4.3 | |
PATH: /usr/local/opt/pkg-config/bin | |
PATH: /usr/local/opt/geos/bin | |
PATH: /usr/local/opt/libpng/bin | |
PATH: /usr/local/opt/jpeg/bin | |
PATH: /usr/local/opt/libtiff/bin | |
PATH: /usr/local/opt/proj/bin | |
PATH: /usr/local/opt/libgeotiff/bin | |
PATH: /usr/local/opt/sqlite/bin | |
PATH: /usr/local/opt/libxml2/bin | |
PATH: /usr/local/opt/librasterlite/bin | |
PATH: /usr/local/opt/wxmac/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2470: checking for a BSD-compatible install | |
configure:2538: result: /usr/bin/install -c | |
configure:2549: checking whether build environment is sane | |
configure:2599: result: yes | |
configure:2740: checking for a thread-safe mkdir -p | |
configure:2779: result: ./install-sh -c -d | |
configure:2792: checking for gawk | |
configure:2822: result: no | |
configure:2792: checking for mawk | |
configure:2822: result: no | |
configure:2792: checking for nawk | |
configure:2822: result: no | |
configure:2792: checking for awk | |
configure:2808: found /usr/bin/awk | |
configure:2819: result: awk | |
configure:2830: checking whether make sets $(MAKE) | |
configure:2852: result: yes | |
configure:2933: checking whether to enable maintainer-specific portions of Makefiles | |
configure:2942: result: no | |
configure:3069: checking for C++ compiler version | |
configure:3078: clang++ --version >&5 | |
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn) | |
Target: x86_64-apple-darwin14.4.0 | |
Thread model: posix | |
configure:3089: $? = 0 | |
configure:3078: clang++ -v >&5 | |
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn) | |
Target: x86_64-apple-darwin14.4.0 | |
Thread model: posix | |
configure:3089: $? = 0 | |
configure:3078: clang++ -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
configure:3089: $? = 1 | |
configure:3078: clang++ -qversion >&5 | |
clang: error: unknown argument: '-qversion' | |
configure:3089: $? = 1 | |
configure:3109: checking whether the C++ compiler works | |
configure:3131: clang++ -liconv conftest.cpp >&5 | |
configure:3135: $? = 0 | |
configure:3183: result: yes | |
configure:3186: checking for C++ compiler default output file name | |
configure:3188: result: a.out | |
configure:3194: checking for suffix of executables | |
configure:3201: clang++ -o conftest -liconv conftest.cpp >&5 | |
configure:3205: $? = 0 | |
configure:3227: result: | |
configure:3249: checking whether we are cross compiling | |
configure:3257: clang++ -o conftest -liconv conftest.cpp >&5 | |
configure:3261: $? = 0 | |
configure:3268: ./conftest | |
configure:3272: $? = 0 | |
configure:3287: result: no | |
configure:3292: checking for suffix of object files | |
configure:3314: clang++ -c conftest.cpp >&5 | |
configure:3318: $? = 0 | |
configure:3339: result: o | |
configure:3343: checking whether we are using the GNU C++ compiler | |
configure:3362: clang++ -c conftest.cpp >&5 | |
configure:3362: $? = 0 | |
configure:3371: result: yes | |
configure:3380: checking whether clang++ accepts -g | |
configure:3400: clang++ -c -g conftest.cpp >&5 | |
configure:3400: $? = 0 | |
configure:3441: result: yes | |
configure:3475: checking for style of include used by make | |
configure:3503: result: GNU | |
configure:3528: checking dependency style of clang++ | |
configure:3638: result: none | |
configure:3701: checking for gcc | |
configure:3728: result: clang | |
configure:3957: checking for C compiler version | |
configure:3966: clang --version >&5 | |
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn) | |
Target: x86_64-apple-darwin14.4.0 | |
Thread model: posix | |
configure:3977: $? = 0 | |
configure:3966: clang -v >&5 | |
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn) | |
Target: x86_64-apple-darwin14.4.0 | |
Thread model: posix | |
configure:3977: $? = 0 | |
configure:3966: clang -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
configure:3977: $? = 1 | |
configure:3966: clang -qversion >&5 | |
clang: error: unknown argument: '-qversion' | |
configure:3977: $? = 1 | |
configure:3981: checking whether we are using the GNU C compiler | |
configure:4000: clang -c conftest.c >&5 | |
configure:4000: $? = 0 | |
configure:4009: result: yes | |
configure:4018: checking whether clang accepts -g | |
configure:4038: clang -c -g conftest.c >&5 | |
configure:4038: $? = 0 | |
configure:4079: result: yes | |
configure:4096: checking for clang option to accept ISO C89 | |
configure:4160: clang -c -g -O2 conftest.c >&5 | |
configure:4160: $? = 0 | |
configure:4173: result: none needed | |
configure:4195: checking dependency style of clang | |
configure:4305: result: none | |
configure:4325: checking how to run the C preprocessor | |
configure:4356: clang -E conftest.c | |
configure:4356: $? = 0 | |
configure:4370: clang -E conftest.c | |
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:4370: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "spatialite_gis" | |
| #define PACKAGE_TARNAME "spatialite_gis" | |
| #define PACKAGE_VERSION "1.0.0c" | |
| #define PACKAGE_STRING "spatialite_gis 1.0.0c" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "spatialite_gis" | |
| #define VERSION "1.0.0c" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4395: result: clang -E | |
configure:4415: clang -E conftest.c | |
configure:4415: $? = 0 | |
configure:4429: clang -E conftest.c | |
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:4429: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "spatialite_gis" | |
| #define PACKAGE_TARNAME "spatialite_gis" | |
| #define PACKAGE_VERSION "1.0.0c" | |
| #define PACKAGE_STRING "spatialite_gis 1.0.0c" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "spatialite_gis" | |
| #define VERSION "1.0.0c" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4458: checking whether ln -s works | |
configure:4462: result: yes | |
configure:4469: checking whether make sets $(MAKE) | |
configure:4491: result: yes | |
configure:4504: checking build system type | |
configure:4518: result: x86_64-apple-darwin14.4.0 | |
configure:4538: checking host system type | |
configure:4551: result: x86_64-apple-darwin14.4.0 | |
configure:4920: checking how to print strings | |
configure:4947: result: printf | |
configure:4968: checking for a sed that does not truncate output | |
configure:5032: result: /usr/local/Library/ENV/4.3/sed | |
configure:5050: checking for grep that handles long lines and -e | |
configure:5108: result: /usr/bin/grep | |
configure:5113: checking for egrep | |
configure:5175: result: /usr/bin/grep -E | |
configure:5180: checking for fgrep | |
configure:5242: result: /usr/bin/grep -F | |
configure:5277: checking for ld used by clang | |
configure:5344: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
configure:5351: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | |
configure:5366: result: no | |
configure:5378: checking for BSD- or MS-compatible name lister (nm) | |
configure:5427: result: /usr/bin/nm | |
configure:5557: checking the name lister (/usr/bin/nm) interface | |
configure:5564: clang -c -g -O2 conftest.c >&5 | |
configure:5567: /usr/bin/nm "conftest.o" | |
configure:5570: output | |
000000000000020c S _some_variable | |
configure:5577: result: BSD nm | |
configure:5581: checking the maximum length of command line arguments | |
configure:5706: result: 196608 | |
configure:5723: checking whether the shell understands some XSI constructs | |
configure:5733: result: yes | |
configure:5737: checking whether the shell understands "+=" | |
configure:5743: result: yes | |
configure:5778: checking how to convert x86_64-apple-darwin14.4.0 file names to x86_64-apple-darwin14.4.0 format | |
configure:5818: result: func_convert_file_noop | |
configure:5825: checking how to convert x86_64-apple-darwin14.4.0 file names to toolchain format | |
configure:5845: result: func_convert_file_noop | |
configure:5852: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files | |
configure:5859: result: -r | |
configure:5933: checking for objdump | |
configure:5960: result: objdump | |
configure:5989: checking how to recognize dependent libraries | |
configure:6191: result: pass_all | |
configure:6276: checking for dlltool | |
configure:6303: result: dlltool | |
configure:6333: checking how to associate runtime and link libraries | |
configure:6360: result: printf %s\n | |
configure:6421: checking for ar | |
configure:6437: found /usr/bin/ar | |
configure:6448: result: ar | |
configure:6485: checking for archiver @FILE support | |
configure:6502: clang -c -g -O2 conftest.c >&5 | |
configure:6502: $? = 0 | |
configure:6505: ar cru libconftest.a @conftest.lst >&5 | |
ar: @conftest.lst: No such file or directory | |
configure:6508: $? = 1 | |
configure:6528: result: no | |
configure:6586: checking for strip | |
configure:6602: found /usr/bin/strip | |
configure:6613: result: strip | |
configure:6685: checking for ranlib | |
configure:6701: found /usr/bin/ranlib | |
configure:6712: result: ranlib | |
configure:6814: checking command to parse /usr/bin/nm output from clang object | |
configure:6933: clang -c -g -O2 conftest.c >&5 | |
configure:6936: $? = 0 | |
configure:6940: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:6943: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:6933: clang -c -g -O2 conftest.c >&5 | |
configure:6936: $? = 0 | |
configure:6940: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:6943: $? = 0 | |
configure:7009: clang -o conftest -g -O2 -liconv conftest.c conftstm.o >&5 | |
configure:7012: $? = 0 | |
configure:7050: result: ok | |
configure:7087: checking for sysroot | |
configure:7117: result: no | |
configure:7360: checking for mt | |
configure:7390: result: no | |
configure:7410: checking if : is a manifest tool | |
configure:7416: : '-?' | |
configure:7424: result: no | |
configure:7480: checking for dsymutil | |
configure:7496: found /usr/bin/dsymutil | |
configure:7507: result: dsymutil | |
configure:7572: checking for nmedit | |
configure:7588: found /usr/bin/nmedit | |
configure:7599: result: nmedit | |
configure:7664: checking for lipo | |
configure:7680: found /usr/bin/lipo | |
configure:7691: result: lipo | |
configure:7756: checking for otool | |
configure:7772: found /usr/bin/otool | |
configure:7783: result: otool | |
configure:7848: checking for otool64 | |
configure:7878: result: no | |
configure:7923: checking for -single_module linker flag | |
clang -g -O2 -liconv -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:7950: result: yes | |
configure:7952: checking for -exported_symbols_list linker flag | |
configure:7972: clang -o conftest -g -O2 -liconv -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
configure:7972: $? = 0 | |
configure:7982: result: yes | |
configure:7984: checking for -force_load linker flag | |
clang -g -O2 -c -o conftest.o conftest.c | |
ar cru libconftest.a conftest.o | |
ranlib libconftest.a | |
clang -g -O2 -liconv -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
configure:8014: result: yes | |
configure:8052: checking for ANSI C header files | |
configure:8072: clang -c -g -O2 conftest.c >&5 | |
configure:8072: $? = 0 | |
configure:8145: clang -o conftest -g -O2 -liconv conftest.c >&5 | |
configure:8145: $? = 0 | |
configure:8145: ./conftest | |
configure:8145: $? = 0 | |
configure:8156: result: yes | |
configure:8169: checking for sys/types.h | |
configure:8169: clang -c -g -O2 conftest.c >&5 | |
configure:8169: $? = 0 | |
configure:8169: result: yes | |
configure:8169: checking for sys/stat.h | |
configure:8169: clang -c -g -O2 conftest.c >&5 | |
configure:8169: $? = 0 | |
configure:8169: result: yes | |
configure:8169: checking for stdlib.h | |
configure:8169: clang -c -g -O2 conftest.c >&5 | |
configure:8169: $? = 0 | |
configure:8169: result: yes | |
configure:8169: checking for string.h | |
configure:8169: clang -c -g -O2 conftest.c >&5 | |
configure:8169: $? = 0 | |
configure:8169: result: yes | |
configure:8169: checking for memory.h | |
configure:8169: clang -c -g -O2 conftest.c >&5 | |
configure:8169: $? = 0 | |
configure:8169: result: yes | |
configure:8169: checking for strings.h | |
configure:8169: clang -c -g -O2 conftest.c >&5 | |
configure:8169: $? = 0 | |
configure:8169: result: yes | |
configure:8169: checking for inttypes.h | |
configure:8169: clang -c -g -O2 conftest.c >&5 | |
configure:8169: $? = 0 | |
configure:8169: result: yes | |
configure:8169: checking for stdint.h | |
configure:8169: clang -c -g -O2 conftest.c >&5 | |
configure:8169: $? = 0 | |
configure:8169: result: yes | |
configure:8169: checking for unistd.h | |
configure:8169: clang -c -g -O2 conftest.c >&5 | |
configure:8169: $? = 0 | |
configure:8169: result: yes | |
configure:8183: checking for dlfcn.h | |
configure:8183: clang -c -g -O2 conftest.c >&5 | |
configure:8183: $? = 0 | |
configure:8183: result: yes | |
configure:8379: checking for objdir | |
configure:8394: result: .libs | |
configure:8661: checking if clang supports -fno-rtti -fno-exceptions | |
configure:8679: clang -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:8683: $? = 0 | |
configure:8696: result: yes | |
configure:9006: checking for clang option to produce PIC | |
configure:9013: result: -fno-common -DPIC | |
configure:9021: checking if clang PIC flag -fno-common -DPIC works | |
configure:9039: clang -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:9043: $? = 0 | |
configure:9056: result: yes | |
configure:9085: checking if clang static flag -static works | |
configure:9113: result: no | |
configure:9128: checking if clang supports -c -o file.o | |
configure:9149: clang -c -g -O2 -o out/conftest2.o conftest.c >&5 | |
configure:9153: $? = 0 | |
configure:9175: result: yes | |
configure:9183: checking if clang supports -c -o file.o | |
configure:9230: result: yes | |
configure:9263: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries | |
configure:10421: result: yes | |
configure:10666: checking dynamic linker characteristics | |
configure:11406: result: darwin14.4.0 dyld | |
configure:11513: checking how to hardcode library paths into programs | |
configure:11538: result: immediate | |
configure:12078: checking whether stripping libraries is possible | |
configure:12092: result: yes | |
configure:12118: checking if libtool supports shared libraries | |
configure:12120: result: yes | |
configure:12123: checking whether to build shared libraries | |
configure:12144: result: yes | |
configure:12147: checking whether to build static libraries | |
configure:12151: result: yes | |
configure:12174: checking how to run the C++ preprocessor | |
configure:12201: clang++ -E conftest.cpp | |
configure:12201: $? = 0 | |
configure:12215: clang++ -E conftest.cpp | |
conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:12215: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "spatialite_gis" | |
| #define PACKAGE_TARNAME "spatialite_gis" | |
| #define PACKAGE_VERSION "1.0.0c" | |
| #define PACKAGE_STRING "spatialite_gis 1.0.0c" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "spatialite_gis" | |
| #define VERSION "1.0.0c" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:12240: result: clang++ -E | |
configure:12260: clang++ -E conftest.cpp | |
configure:12260: $? = 0 | |
configure:12274: clang++ -E conftest.cpp | |
conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:12274: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "spatialite_gis" | |
| #define PACKAGE_TARNAME "spatialite_gis" | |
| #define PACKAGE_VERSION "1.0.0c" | |
| #define PACKAGE_STRING "spatialite_gis 1.0.0c" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "spatialite_gis" | |
| #define VERSION "1.0.0c" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:12444: checking for ld used by clang++ | |
configure:12511: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
configure:12518: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | |
configure:12533: result: no | |
configure:12588: checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries | |
configure:13592: result: yes | |
configure:13627: clang++ -c -g -O2 conftest.cpp >&5 | |
configure:13630: $? = 0 | |
configure:14150: checking for clang++ option to produce PIC | |
configure:14157: result: -fno-common -DPIC | |
configure:14165: checking if clang++ PIC flag -fno-common -DPIC works | |
configure:14183: clang++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5 | |
configure:14187: $? = 0 | |
configure:14200: result: yes | |
configure:14223: checking if clang++ static flag -static works | |
configure:14251: result: no | |
configure:14263: checking if clang++ supports -c -o file.o | |
configure:14284: clang++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 | |
configure:14288: $? = 0 | |
configure:14310: result: yes | |
configure:14315: checking if clang++ supports -c -o file.o | |
configure:14362: result: yes | |
configure:14392: checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries | |
configure:14426: result: yes | |
configure:14569: checking dynamic linker characteristics | |
configure:15243: result: darwin14.4.0 dyld | |
configure:15296: checking how to hardcode library paths into programs | |
configure:15321: result: immediate | |
configure:15389: checking for stdlib.h | |
configure:15389: result: yes | |
configure:15403: checking stdio.h usability | |
configure:15403: clang -c -g -O2 conftest.c >&5 | |
configure:15403: $? = 0 | |
configure:15403: result: yes | |
configure:15403: checking stdio.h presence | |
configure:15403: clang -E conftest.c | |
configure:15403: $? = 0 | |
configure:15403: result: yes | |
configure:15403: checking for stdio.h | |
configure:15403: result: yes | |
configure:15417: checking for string.h | |
configure:15417: result: yes | |
configure:15431: checking for memory.h | |
configure:15431: result: yes | |
configure:15445: checking math.h usability | |
configure:15445: clang -c -g -O2 conftest.c >&5 | |
configure:15445: $? = 0 | |
configure:15445: result: yes | |
configure:15445: checking math.h presence | |
configure:15445: clang -E conftest.c | |
configure:15445: $? = 0 | |
configure:15445: result: yes | |
configure:15445: checking for math.h | |
configure:15445: result: yes | |
configure:15459: checking float.h usability | |
configure:15459: clang -c -g -O2 conftest.c >&5 | |
configure:15459: $? = 0 | |
configure:15459: result: yes | |
configure:15459: checking float.h presence | |
configure:15459: clang -E conftest.c | |
configure:15459: $? = 0 | |
configure:15459: result: yes | |
configure:15459: checking for float.h | |
configure:15459: result: yes | |
configure:15473: checking fcntl.h usability | |
configure:15473: clang -c -g -O2 conftest.c >&5 | |
configure:15473: $? = 0 | |
configure:15473: result: yes | |
configure:15473: checking fcntl.h presence | |
configure:15473: clang -E conftest.c | |
configure:15473: $? = 0 | |
configure:15473: result: yes | |
configure:15473: checking for fcntl.h | |
configure:15473: result: yes | |
configure:15487: checking for inttypes.h | |
configure:15487: result: yes | |
configure:15501: checking stddef.h usability | |
configure:15501: clang -c -g -O2 conftest.c >&5 | |
configure:15501: $? = 0 | |
configure:15501: result: yes | |
configure:15501: checking stddef.h presence | |
configure:15501: clang -E conftest.c | |
configure:15501: $? = 0 | |
configure:15501: result: yes | |
configure:15501: checking for stddef.h | |
configure:15501: result: yes | |
configure:15515: checking for stdint.h | |
configure:15515: result: yes | |
configure:15529: checking sys/time.h usability | |
configure:15529: clang -c -g -O2 conftest.c >&5 | |
configure:15529: $? = 0 | |
configure:15529: result: yes | |
configure:15529: checking sys/time.h presence | |
configure:15529: clang -E conftest.c | |
configure:15529: $? = 0 | |
configure:15529: result: yes | |
configure:15529: checking for sys/time.h | |
configure:15529: result: yes | |
configure:15543: checking for unistd.h | |
configure:15543: result: yes | |
configure:15557: checking hpdf.h usability | |
configure:15557: clang -c -g -O2 conftest.c >&5 | |
configure:15557: $? = 0 | |
configure:15557: result: yes | |
configure:15557: checking hpdf.h presence | |
configure:15557: clang -E conftest.c | |
configure:15557: $? = 0 | |
configure:15557: result: yes | |
configure:15557: checking for hpdf.h | |
configure:15557: result: yes | |
configure:15581: checking geotiff/geotiff.h usability | |
configure:15581: clang -c -g -O2 conftest.c >&5 | |
conftest.c:69:10: fatal error: 'geotiff/geotiff.h' file not found | |
#include <geotiff/geotiff.h> | |
^ | |
1 error generated. | |
configure:15581: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "spatialite_gis" | |
| #define PACKAGE_TARNAME "spatialite_gis" | |
| #define PACKAGE_VERSION "1.0.0c" | |
| #define PACKAGE_STRING "spatialite_gis 1.0.0c" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "spatialite_gis" | |
| #define VERSION "1.0.0c" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_HPDF_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <geotiff/geotiff.h> | |
configure:15581: result: no | |
configure:15581: checking geotiff/geotiff.h presence | |
configure:15581: clang -E conftest.c | |
conftest.c:36:10: fatal error: 'geotiff/geotiff.h' file not found | |
#include <geotiff/geotiff.h> | |
^ | |
1 error generated. | |
configure:15581: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "spatialite_gis" | |
| #define PACKAGE_TARNAME "spatialite_gis" | |
| #define PACKAGE_VERSION "1.0.0c" | |
| #define PACKAGE_STRING "spatialite_gis 1.0.0c" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "spatialite_gis" | |
| #define VERSION "1.0.0c" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_HPDF_H 1 | |
| /* end confdefs.h. */ | |
| #include <geotiff/geotiff.h> | |
configure:15581: result: no | |
configure:15581: checking for geotiff/geotiff.h | |
configure:15581: result: no | |
configure:15593: checking libgeotiff/geotiff.h usability | |
configure:15593: clang -c -g -O2 conftest.c >&5 | |
conftest.c:69:10: fatal error: 'libgeotiff/geotiff.h' file not found | |
#include <libgeotiff/geotiff.h> | |
^ | |
1 error generated. | |
configure:15593: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "spatialite_gis" | |
| #define PACKAGE_TARNAME "spatialite_gis" | |
| #define PACKAGE_VERSION "1.0.0c" | |
| #define PACKAGE_STRING "spatialite_gis 1.0.0c" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "spatialite_gis" | |
| #define VERSION "1.0.0c" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_HPDF_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <libgeotiff/geotiff.h> | |
configure:15593: result: no | |
configure:15593: checking libgeotiff/geotiff.h presence | |
configure:15593: clang -E conftest.c | |
conftest.c:36:10: fatal error: 'libgeotiff/geotiff.h' file not found | |
#include <libgeotiff/geotiff.h> | |
^ | |
1 error generated. | |
configure:15593: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "spatialite_gis" | |
| #define PACKAGE_TARNAME "spatialite_gis" | |
| #define PACKAGE_VERSION "1.0.0c" | |
| #define PACKAGE_STRING "spatialite_gis 1.0.0c" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "spatialite_gis" | |
| #define VERSION "1.0.0c" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_HPDF_H 1 | |
| /* end confdefs.h. */ | |
| #include <libgeotiff/geotiff.h> | |
configure:15593: result: no | |
configure:15593: checking for libgeotiff/geotiff.h | |
configure:15593: result: no | |
configure:15605: checking geotiff.h usability | |
configure:15605: clang -c -g -O2 conftest.c >&5 | |
configure:15605: $? = 0 | |
configure:15605: result: yes | |
configure:15605: checking geotiff.h presence | |
configure:15605: clang -E conftest.c | |
configure:15605: $? = 0 | |
configure:15605: result: yes | |
configure:15605: checking for geotiff.h | |
configure:15605: result: yes | |
configure:15623: checking for an ANSI C-conforming const | |
configure:15688: clang -c -g -O2 conftest.c >&5 | |
configure:15688: $? = 0 | |
configure:15695: result: yes | |
configure:15703: checking for off_t | |
configure:15703: clang -c -g -O2 conftest.c >&5 | |
configure:15703: $? = 0 | |
configure:15703: clang -c -g -O2 conftest.c >&5 | |
conftest.c:73:20: error: expected expression | |
if (sizeof ((off_t))) | |
^ | |
1 error generated. | |
configure:15703: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "spatialite_gis" | |
| #define PACKAGE_TARNAME "spatialite_gis" | |
| #define PACKAGE_VERSION "1.0.0c" | |
| #define PACKAGE_STRING "spatialite_gis 1.0.0c" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "spatialite_gis" | |
| #define VERSION "1.0.0c" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_HPDF_H 1 | |
| #define HAVE_GEOTIFF_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((off_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:15703: result: yes | |
configure:15714: checking for size_t | |
configure:15714: clang -c -g -O2 conftest.c >&5 | |
configure:15714: $? = 0 | |
configure:15714: clang -c -g -O2 conftest.c >&5 | |
conftest.c:73:21: error: expected expression | |
if (sizeof ((size_t))) | |
^ | |
1 error generated. | |
configure:15714: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "spatialite_gis" | |
| #define PACKAGE_TARNAME "spatialite_gis" | |
| #define PACKAGE_VERSION "1.0.0c" | |
| #define PACKAGE_STRING "spatialite_gis 1.0.0c" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "spatialite_gis" | |
| #define VERSION "1.0.0c" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_HPDF_H 1 | |
| #define HAVE_GEOTIFF_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((size_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:15714: result: yes | |
configure:15725: checking whether time.h and sys/time.h may both be included | |
configure:15745: clang -c -g -O2 conftest.c >&5 | |
configure:15745: $? = 0 | |
configure:15752: result: yes | |
configure:15760: checking whether struct tm is in sys/time.h or time.h | |
configure:15780: clang -c -g -O2 conftest.c >&5 | |
configure:15780: $? = 0 | |
configure:15787: result: time.h | |
configure:15795: checking for working volatile | |
configure:15814: clang -c -g -O2 conftest.c >&5 | |
configure:15814: $? = 0 | |
configure:15821: result: yes | |
configure:15831: checking whether lstat correctly handles trailing slash | |
configure:15857: clang -o conftest -g -O2 -liconv conftest.c >&5 | |
configure:15857: $? = 0 | |
configure:15857: ./conftest | |
configure:15857: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "spatialite_gis" | |
| #define PACKAGE_TARNAME "spatialite_gis" | |
| #define PACKAGE_VERSION "1.0.0c" | |
| #define PACKAGE_STRING "spatialite_gis 1.0.0c" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "spatialite_gis" | |
| #define VERSION "1.0.0c" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_HPDF_H 1 | |
| #define HAVE_GEOTIFF_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| struct stat sbuf; | |
| /* Linux will dereference the symlink and fail, as required by POSIX. | |
| That is better in the sense that it means we will not | |
| have to compile and use the lstat wrapper. */ | |
| return lstat ("conftest.sym/", &sbuf) == 0; | |
| ; | |
| return 0; | |
| } | |
configure:15874: result: no | |
configure:15893: checking whether lstat accepts an empty string | |
configure:15913: clang -o conftest -g -O2 -liconv conftest.c >&5 | |
configure:15913: $? = 0 | |
configure:15913: ./conftest | |
configure:15913: $? = 0 | |
configure:15923: result: no | |
configure:15939: checking whether lstat correctly handles trailing slash | |
configure:15982: result: no | |
configure:16001: checking for working memcmp | |
configure:16044: clang -o conftest -g -O2 -liconv conftest.c >&5 | |
configure:16044: $? = 0 | |
configure:16044: ./conftest | |
configure:16044: $? = 0 | |
configure:16054: result: yes | |
configure:16063: checking whether stat accepts an empty string | |
configure:16083: clang -o conftest -g -O2 -liconv conftest.c >&5 | |
configure:16083: $? = 0 | |
configure:16083: ./conftest | |
configure:16083: $? = 0 | |
configure:16093: result: no | |
configure:16111: checking for strftime | |
configure:16111: clang -o conftest -g -O2 -liconv conftest.c >&5 | |
configure:16111: $? = 0 | |
configure:16111: result: yes | |
configure:16167: checking for memset | |
configure:16167: clang -o conftest -g -O2 -liconv conftest.c >&5 | |
conftest.c:62:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration] | |
char memset (); | |
^ | |
conftest.c:62:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)' | |
1 warning generated. | |
configure:16167: $? = 0 | |
configure:16167: result: yes | |
configure:16167: checking for sqrt | |
configure:16167: clang -o conftest -g -O2 -liconv conftest.c >&5 | |
conftest.c:63:6: warning: incompatible redeclaration of library function 'sqrt' [-Wincompatible-library-redeclaration] | |
char sqrt (); | |
^ | |
conftest.c:63:6: note: 'sqrt' is a builtin with type 'double (double)' | |
1 warning generated. | |
configure:16167: $? = 0 | |
configure:16167: result: yes | |
configure:16167: checking for strcasecmp | |
configure:16167: clang -o conftest -g -O2 -liconv conftest.c >&5 | |
conftest.c:64:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration] | |
char strcasecmp (); | |
^ | |
conftest.c:64:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)' | |
1 warning generated. | |
configure:16167: $? = 0 | |
configure:16167: result: yes | |
configure:16167: checking for strerror | |
configure:16167: clang -o conftest -g -O2 -liconv conftest.c >&5 | |
conftest.c:65:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration] | |
char strerror (); | |
^ | |
conftest.c:65:6: note: 'strerror' is a builtin with type 'char *(int)' | |
1 warning generated. | |
configure:16167: $? = 0 | |
configure:16167: result: yes | |
configure:16167: checking for strncasecmp | |
configure:16167: clang -o conftest -g -O2 -liconv conftest.c >&5 | |
conftest.c:66:6: warning: incompatible redeclaration of library function 'strncasecmp' [-Wincompatible-library-redeclaration] | |
char strncasecmp (); | |
^ | |
conftest.c:66:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)' | |
1 warning generated. | |
configure:16167: $? = 0 | |
configure:16167: result: yes | |
configure:16167: checking for strstr | |
configure:16167: clang -o conftest -g -O2 -liconv conftest.c >&5 | |
conftest.c:67:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration] | |
char strstr (); | |
^ | |
conftest.c:67:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)' | |
1 warning generated. | |
configure:16167: $? = 0 | |
configure:16167: result: yes | |
configure:16167: checking for fdatasync | |
configure:16167: clang -o conftest -g -O2 -liconv conftest.c >&5 | |
configure:16167: $? = 0 | |
configure:16167: result: yes | |
configure:16167: checking for ftruncate | |
configure:16167: clang -o conftest -g -O2 -liconv conftest.c >&5 | |
configure:16167: $? = 0 | |
configure:16167: result: yes | |
configure:16167: checking for getcwd | |
configure:16167: clang -o conftest -g -O2 -liconv conftest.c >&5 | |
configure:16167: $? = 0 | |
configure:16167: result: yes | |
configure:16167: checking for gettimeofday | |
configure:16167: clang -o conftest -g -O2 -liconv conftest.c >&5 | |
configure:16167: $? = 0 | |
configure:16167: result: yes | |
configure:16167: checking for localtime_r | |
configure:16167: clang -o conftest -g -O2 -liconv conftest.c >&5 | |
configure:16167: $? = 0 | |
configure:16167: result: yes | |
configure:16167: checking for memmove | |
configure:16167: clang -o conftest -g -O2 -liconv conftest.c >&5 | |
conftest.c:73:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration] | |
char memmove (); | |
^ | |
conftest.c:73:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)' | |
1 warning generated. | |
configure:16167: $? = 0 | |
configure:16167: result: yes | |
configure:16167: checking for strerror | |
configure:16167: result: yes | |
configure:16178: checking for inflateInit_ in -lz | |
configure:16203: clang -o conftest -g -O2 -liconv conftest.c -lz -lm >&5 | |
configure:16203: $? = 0 | |
configure:16212: result: yes | |
configure:16225: checking for jpeg_start_compress in -ljpeg | |
configure:16250: clang -o conftest -g -O2 -liconv conftest.c -ljpeg -lm -lz >&5 | |
configure:16250: $? = 0 | |
configure:16259: result: yes | |
configure:16272: checking for TIFFClientOpen in -ltiff | |
configure:16297: clang -o conftest -g -O2 -liconv conftest.c -ltiff -lm -ljpeg -lz >&5 | |
configure:16297: $? = 0 | |
configure:16306: result: yes | |
configure:16319: checking for pj_init_plus in -lproj | |
configure:16344: clang -o conftest -g -O2 -liconv conftest.c -lproj -lm -ltiff -ljpeg -lz >&5 | |
configure:16344: $? = 0 | |
configure:16353: result: yes | |
configure:16366: checking for GEOSTopologyPreserveSimplify in -lgeos_c | |
configure:16391: clang -o conftest -g -O2 -liconv conftest.c -lgeos_c -lm -lgeos -lproj -ltiff -ljpeg -lz >&5 | |
configure:16391: $? = 0 | |
configure:16400: result: yes | |
configure:16413: checking for GTIFSetFromProj4 in -lgeotiff | |
configure:16438: clang -o conftest -g -O2 -liconv conftest.c -lgeotiff -lm -lgeos_c -lproj -ltiff -ljpeg -lz >&5 | |
configure:16438: $? = 0 | |
configure:16447: result: yes | |
configure:16460: checking for HPDF_Page_SetWidth in -lhpdf | |
configure:16485: clang -o conftest -g -O2 -liconv conftest.c -lhpdf -lgeotiff -lgeos_c -lproj -ltiff -ljpeg -lz >&5 | |
configure:16485: $? = 0 | |
configure:16494: result: yes | |
configure:16561: checking for pkg-config | |
configure:16579: found /usr/local/opt/pkg-config/bin/pkg-config | |
configure:16591: result: /usr/local/opt/pkg-config/bin/pkg-config | |
configure:16616: checking pkg-config is at least version 0.9.0 | |
configure:16619: result: yes | |
configure:16629: checking for LIBSPATIALITE | |
configure:16636: $PKG_CONFIG --exists --print-errors "spatialite" | |
configure:16639: $? = 0 | |
configure:16652: $PKG_CONFIG --exists --print-errors "spatialite" | |
configure:16655: $? = 0 | |
configure:16692: result: yes | |
configure:16701: checking for LIBRASTERLITE | |
configure:16708: $PKG_CONFIG --exists --print-errors "rasterlite" | |
configure:16711: $? = 0 | |
configure:16724: $PKG_CONFIG --exists --print-errors "rasterlite" | |
configure:16727: $? = 0 | |
configure:16764: result: yes | |
configure:16773: checking for LIBPNG | |
configure:16780: $PKG_CONFIG --exists --print-errors "libpng" | |
configure:16783: $? = 0 | |
configure:16796: $PKG_CONFIG --exists --print-errors "libpng" | |
configure:16799: $? = 0 | |
configure:16836: result: yes | |
configure:16845: checking for LIBFREEXL | |
configure:16852: $PKG_CONFIG --exists --print-errors "freexl" | |
configure:16855: $? = 0 | |
configure:16868: $PKG_CONFIG --exists --print-errors "freexl" | |
configure:16871: $? = 0 | |
configure:16908: result: yes | |
configure:17107: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by spatialite_gis config.status 1.0.0c, which was | |
generated by GNU Autoconf 2.68. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on mbp | |
config.status:1106: creating Makefile | |
config.status:1106: creating color_symbols/Makefile | |
config.status:1106: creating icons/Makefile | |
config.status:1106: creating osm_symbols/Makefile | |
config.status:1106: creating patterns/Makefile | |
config.status:1106: creating symbols/Makefile | |
config.status:1106: creating gnome_resource/Makefile | |
config.status:1106: creating win_resource/Makefile | |
config.status:1278: executing depfiles commands | |
config.status:1278: executing libtool commands | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin14.4.0 | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_const=yes | |
ac_cv_c_volatile=yes | |
ac_cv_cxx_compiler_gnu=yes | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=clang | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_CXXCPP_set= | |
ac_cv_env_CXXCPP_value= | |
ac_cv_env_CXXFLAGS_set= | |
ac_cv_env_CXXFLAGS_value= | |
ac_cv_env_CXX_set=set | |
ac_cv_env_CXX_value=clang++ | |
ac_cv_env_LDFLAGS_set=set | |
ac_cv_env_LDFLAGS_value=-liconv | |
ac_cv_env_LIBFREEXL_CFLAGS_set= | |
ac_cv_env_LIBFREEXL_CFLAGS_value= | |
ac_cv_env_LIBFREEXL_LIBS_set= | |
ac_cv_env_LIBFREEXL_LIBS_value= | |
ac_cv_env_LIBPNG_CFLAGS_set= | |
ac_cv_env_LIBPNG_CFLAGS_value= | |
ac_cv_env_LIBPNG_LIBS_set= | |
ac_cv_env_LIBPNG_LIBS_value= | |
ac_cv_env_LIBRASTERLITE_CFLAGS_set= | |
ac_cv_env_LIBRASTERLITE_CFLAGS_value= | |
ac_cv_env_LIBRASTERLITE_LIBS_set= | |
ac_cv_env_LIBRASTERLITE_LIBS_value= | |
ac_cv_env_LIBSPATIALITE_CFLAGS_set= | |
ac_cv_env_LIBSPATIALITE_CFLAGS_value= | |
ac_cv_env_LIBSPATIALITE_LIBS_set= | |
ac_cv_env_LIBSPATIALITE_LIBS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_PKG_CONFIG_LIBDIR_set=set | |
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10 | |
ac_cv_env_PKG_CONFIG_PATH_set=set | |
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/freexl/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/proj/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig:/usr/local/opt/json-c/lib/pkgconfig:/usr/local/opt/libspatialite/lib/pkgconfig:/usr/local/opt/librasterlite/lib/pkgconfig | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_func_fdatasync=yes | |
ac_cv_func_ftruncate=yes | |
ac_cv_func_getcwd=yes | |
ac_cv_func_gettimeofday=yes | |
ac_cv_func_localtime_r=yes | |
ac_cv_func_lstat_dereferences_slashed_symlink=no | |
ac_cv_func_lstat_empty_string_bug=no | |
ac_cv_func_memcmp_working=yes | |
ac_cv_func_memmove=yes | |
ac_cv_func_memset=yes | |
ac_cv_func_sqrt=yes | |
ac_cv_func_stat_empty_string_bug=no | |
ac_cv_func_strcasecmp=yes | |
ac_cv_func_strerror=yes | |
ac_cv_func_strftime=yes | |
ac_cv_func_strncasecmp=yes | |
ac_cv_func_strstr=yes | |
ac_cv_header_dlfcn_h=yes | |
ac_cv_header_fcntl_h=yes | |
ac_cv_header_float_h=yes | |
ac_cv_header_geotiff_geotiff_h=no | |
ac_cv_header_geotiff_h=yes | |
ac_cv_header_hpdf_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_libgeotiff_geotiff_h=no | |
ac_cv_header_math_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stddef_h=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdio_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_time_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_time=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_host=x86_64-apple-darwin14.4.0 | |
ac_cv_lib_geos_c_GEOSTopologyPreserveSimplify=yes | |
ac_cv_lib_geotiff_GTIFSetFromProj4=yes | |
ac_cv_lib_hpdf_HPDF_Page_SetWidth=yes | |
ac_cv_lib_jpeg_jpeg_start_compress=yes | |
ac_cv_lib_proj_pj_init_plus=yes | |
ac_cv_lib_tiff_TIFFClientOpen=yes | |
ac_cv_lib_z_inflateInit_=yes | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_FGREP='/usr/bin/grep -F' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed | |
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/opt/pkg-config/bin/pkg-config | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='clang -E' | |
ac_cv_prog_CXXCPP='clang++ -E' | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=clang | |
ac_cv_prog_ac_ct_DLLTOOL=dlltool | |
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil | |
ac_cv_prog_ac_ct_LIPO=lipo | |
ac_cv_prog_ac_ct_NMEDIT=nmedit | |
ac_cv_prog_ac_ct_OBJDUMP=objdump | |
ac_cv_prog_ac_ct_OTOOL=otool | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_ac_ct_STRIP=strip | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cxx_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_struct_tm=time.h | |
ac_cv_type_off_t=yes | |
ac_cv_type_size_t=yes | |
am_cv_CC_dependencies_compiler_type=none | |
am_cv_CXX_dependencies_compiler_type=none | |
lt_cv_apple_cc_single_mod=yes | |
lt_cv_ar_at_file=no | |
lt_cv_deplibs_check_method=pass_all | |
lt_cv_file_magic_cmd='$MAGIC_CMD' | |
lt_cv_file_magic_test_file= | |
lt_cv_ld_exported_symbols_list=yes | |
lt_cv_ld_force_load=yes | |
lt_cv_ld_reload_flag=-r | |
lt_cv_nm_interface='BSD nm' | |
lt_cv_objdir=.libs | |
lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
lt_cv_path_NM=/usr/bin/nm | |
lt_cv_path_mainfest_tool=no | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_c_o_CXX=yes | |
lt_cv_prog_compiler_pic='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_pic_works_CXX=yes | |
lt_cv_prog_compiler_rtti_exceptions=yes | |
lt_cv_prog_compiler_static_works=no | |
lt_cv_prog_compiler_static_works_CXX=no | |
lt_cv_prog_gnu_ld=no | |
lt_cv_prog_gnu_ldcxx=no | |
lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | |
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' | |
lt_cv_sys_max_cmd_len=196608 | |
lt_cv_to_host_file_cmd=func_convert_file_noop | |
lt_cv_to_tool_file_cmd=func_convert_file_noop | |
pkg_cv_LIBFREEXL_CFLAGS='-I/usr/local/Cellar/freexl/1.0.2/include ' | |
pkg_cv_LIBFREEXL_LIBS='-L/usr/local/Cellar/freexl/1.0.2/lib -lfreexl -lm ' | |
pkg_cv_LIBPNG_CFLAGS='-I/usr/local/Cellar/libpng/1.6.18/include/libpng16 ' | |
pkg_cv_LIBPNG_LIBS='-L/usr/local/Cellar/libpng/1.6.18/lib -lpng16 ' | |
pkg_cv_LIBRASTERLITE_CFLAGS='-I/usr/local/Cellar/librasterlite/1.1g_1/include ' | |
pkg_cv_LIBRASTERLITE_LIBS='-L/usr/local/Cellar/librasterlite/1.1g_1/lib -lrasterlite ' | |
pkg_cv_LIBSPATIALITE_CFLAGS='-I/usr/local/Cellar/libspatialite/4.3.0/include ' | |
pkg_cv_LIBSPATIALITE_LIBS='-L/usr/local/Cellar/libspatialite/4.3.0/lib -lspatialite ' | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/spatialite-gis20150805-6747-1odbz9o/spatialite_gis-1.0.0c/missing --run aclocal-1.11' | |
AMDEPBACKSLASH='' | |
AMDEP_FALSE='' | |
AMDEP_TRUE='#' | |
AMTAR='${SHELL} /private/tmp/spatialite-gis20150805-6747-1odbz9o/spatialite_gis-1.0.0c/missing --run tar' | |
AR='ar' | |
AS='as' | |
AUTOCONF='${SHELL} /private/tmp/spatialite-gis20150805-6747-1odbz9o/spatialite_gis-1.0.0c/missing --run autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/spatialite-gis20150805-6747-1odbz9o/spatialite_gis-1.0.0c/missing --run autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/spatialite-gis20150805-6747-1odbz9o/spatialite_gis-1.0.0c/missing --run automake-1.11' | |
AWK='awk' | |
CC='clang' | |
CCDEPMODE='depmode=none' | |
CFLAGS='-g -O2' | |
CPP='clang -E' | |
CPPFLAGS='' | |
CXX='clang++' | |
CXXCPP='clang++ -E' | |
CXXDEPMODE='depmode=none' | |
CXXFLAGS='-I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ ' | |
CYGPATH_W='echo' | |
DEFS='-DPACKAGE_NAME=\"spatialite_gis\" -DPACKAGE_TARNAME=\"spatialite_gis\" -DPACKAGE_VERSION=\"1.0.0c\" -DPACKAGE_STRING=\"spatialite_gis\ 1.0.0c\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"spatialite_gis\" -DVERSION=\"1.0.0c\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_HPDF_H=1 -DHAVE_GEOTIFF_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBZ=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPROJ=1 -DHAVE_LIBGEOS_C=1 -DHAVE_LIBGEOTIFF=1 -DHAVE_LIBHPDF=1' | |
DEPDIR='.deps' | |
DLLTOOL='dlltool' | |
DSYMUTIL='dsymutil' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EXEEXT='' | |
FGREP='/usr/bin/grep -F' | |
GREP='/usr/bin/grep' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' | |
LDFLAGS='-liconv' | |
LIBFREEXL_CFLAGS='-I/usr/local/Cellar/freexl/1.0.2/include ' | |
LIBFREEXL_LIBS='-L/usr/local/Cellar/freexl/1.0.2/lib -lfreexl -lm ' | |
LIBOBJS=' ${LIBOBJDIR}lstat$U.o' | |
LIBPNG_CFLAGS='-I/usr/local/Cellar/libpng/1.6.18/include/libpng16 ' | |
LIBPNG_LIBS='-L/usr/local/Cellar/libpng/1.6.18/lib -lpng16 ' | |
LIBRASTERLITE_CFLAGS='-I/usr/local/Cellar/librasterlite/1.1g_1/include ' | |
LIBRASTERLITE_LIBS='-L/usr/local/Cellar/librasterlite/1.1g_1/lib -lrasterlite ' | |
LIBS='-lhpdf -lgeotiff -lgeos_c -lproj -ltiff -ljpeg -lz ' | |
LIBSPATIALITE_CFLAGS='-I/usr/local/Cellar/libspatialite/4.3.0/include ' | |
LIBSPATIALITE_LIBS='-L/usr/local/Cellar/libspatialite/4.3.0/lib -lspatialite ' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIPO='lipo' | |
LN_S='ln -s' | |
LTLIBOBJS=' ${LIBOBJDIR}lstat$U.lo' | |
MAINT='#' | |
MAINTAINER_MODE_FALSE='' | |
MAINTAINER_MODE_TRUE='#' | |
MAKEINFO='${SHELL} /private/tmp/spatialite-gis20150805-6747-1odbz9o/spatialite_gis-1.0.0c/missing --run makeinfo' | |
MANIFEST_TOOL=':' | |
MINGW_FALSE='' | |
MINGW_TRUE='#' | |
MKDIR_P='./install-sh -c -d' | |
NM='/usr/bin/nm' | |
NMEDIT='nmedit' | |
OBJDUMP='objdump' | |
OBJEXT='o' | |
OTOOL64=':' | |
OTOOL='otool' | |
PACKAGE='spatialite_gis' | |
PACKAGE_BUGREPORT='[email protected]' | |
PACKAGE_NAME='spatialite_gis' | |
PACKAGE_STRING='spatialite_gis 1.0.0c' | |
PACKAGE_TARNAME='spatialite_gis' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='1.0.0c' | |
PATH_SEPARATOR=':' | |
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config' | |
PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10' | |
PKG_CONFIG_PATH='/usr/local/opt/freexl/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/proj/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig:/usr/local/opt/json-c/lib/pkgconfig:/usr/local/opt/libspatialite/lib/pkgconfig:/usr/local/opt/librasterlite/lib/pkgconfig' | |
RANLIB='ranlib' | |
SED='/usr/local/Library/ENV/4.3/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
STRIP='strip' | |
VERSION='1.0.0c' | |
WX_LIBS='-L/usr/local/Cellar/wxmac/3.0.2/lib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_webview-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 ' | |
ac_ct_AR='ar' | |
ac_ct_CC='clang' | |
ac_ct_CXX='' | |
ac_ct_DUMPBIN='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='#' | |
am__fastdepCC_FALSE='' | |
am__fastdepCC_TRUE='#' | |
am__fastdepCXX_FALSE='' | |
am__fastdepCXX_TRUE='#' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__quote='' | |
am__tar='${AMTAR} chof - "$$tardir"' | |
am__untar='${AMTAR} xf -' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin14.4.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin14.4.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host='x86_64-apple-darwin14.4.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin14.4.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/spatialite-gis20150805-6747-1odbz9o/spatialite_gis-1.0.0c/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(top_builddir)/./install-sh -c -d' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/local/Cellar/spatialite-gis/1.0.0c' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "spatialite_gis" | |
#define PACKAGE_TARNAME "spatialite_gis" | |
#define PACKAGE_VERSION "1.0.0c" | |
#define PACKAGE_STRING "spatialite_gis 1.0.0c" | |
#define PACKAGE_BUGREPORT "[email protected]" | |
#define PACKAGE_URL "" | |
#define PACKAGE "spatialite_gis" | |
#define VERSION "1.0.0c" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_DLFCN_H 1 | |
#define LT_OBJDIR ".libs/" | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STDIO_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_MATH_H 1 | |
#define HAVE_FLOAT_H 1 | |
#define HAVE_FCNTL_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDDEF_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_SYS_TIME_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_HPDF_H 1 | |
#define HAVE_GEOTIFF_H 1 | |
#define TIME_WITH_SYS_TIME 1 | |
#define HAVE_STRFTIME 1 | |
#define HAVE_MEMSET 1 | |
#define HAVE_SQRT 1 | |
#define HAVE_STRCASECMP 1 | |
#define HAVE_STRERROR 1 | |
#define HAVE_STRNCASECMP 1 | |
#define HAVE_STRSTR 1 | |
#define HAVE_FDATASYNC 1 | |
#define HAVE_FTRUNCATE 1 | |
#define HAVE_GETCWD 1 | |
#define HAVE_GETTIMEOFDAY 1 | |
#define HAVE_LOCALTIME_R 1 | |
#define HAVE_MEMMOVE 1 | |
#define HAVE_STRERROR 1 | |
#define HAVE_LIBZ 1 | |
#define HAVE_LIBJPEG 1 | |
#define HAVE_LIBTIFF 1 | |
#define HAVE_LIBPROJ 1 | |
#define HAVE_LIBGEOS_C 1 | |
#define HAVE_LIBGEOTIFF 1 | |
#define HAVE_LIBHPDF 1 | |
configure: exit 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: 9e679750e54516576ea4e1e6823c1e2a43ceca58 | |
Last commit: 85 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: 8-core 64-bit ivybridge | |
OS X: 10.10.4-x86_64 | |
Xcode: 6.4 | |
CLT: 6.4.0.0.1.1435007323 | |
GCC-4.2: build 5666 | |
Clang: 6.1 build 602 | |
X11: 2.7.7 => /opt/X11 | |
System Ruby: 2.0.0-p481 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /Users/cmyk/.rvm/rubies/ruby-1.9.3-p194/bin/ruby | |
Java: N/A |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Warning: Unbrewed header files were found in /usr/local/include. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected header files: | |
/usr/local/include/node/android-ifaddrs.h | |
/usr/local/include/node/ares.h | |
/usr/local/include/node/ares_version.h | |
/usr/local/include/node/libplatform/libplatform.h | |
/usr/local/include/node/nameser.h | |
/usr/local/include/node/node.h | |
/usr/local/include/node/node_buffer.h | |
/usr/local/include/node/node_internals.h | |
/usr/local/include/node/node_object_wrap.h | |
/usr/local/include/node/node_version.h | |
/usr/local/include/node/openssl/aes.h | |
/usr/local/include/node/openssl/asn1.h | |
/usr/local/include/node/openssl/asn1_mac.h | |
/usr/local/include/node/openssl/asn1t.h | |
/usr/local/include/node/openssl/bio.h | |
/usr/local/include/node/openssl/blowfish.h | |
/usr/local/include/node/openssl/bn.h | |
/usr/local/include/node/openssl/buffer.h | |
/usr/local/include/node/openssl/camellia.h | |
/usr/local/include/node/openssl/cast.h | |
/usr/local/include/node/openssl/cmac.h | |
/usr/local/include/node/openssl/cms.h | |
/usr/local/include/node/openssl/comp.h | |
/usr/local/include/node/openssl/conf.h | |
/usr/local/include/node/openssl/conf_api.h | |
/usr/local/include/node/openssl/crypto.h | |
/usr/local/include/node/openssl/des.h | |
/usr/local/include/node/openssl/des_old.h | |
/usr/local/include/node/openssl/dh.h | |
/usr/local/include/node/openssl/dsa.h | |
/usr/local/include/node/openssl/dso.h | |
/usr/local/include/node/openssl/dtls1.h | |
/usr/local/include/node/openssl/e_os2.h | |
/usr/local/include/node/openssl/ebcdic.h | |
/usr/local/include/node/openssl/ec.h | |
/usr/local/include/node/openssl/ecdh.h | |
/usr/local/include/node/openssl/ecdsa.h | |
/usr/local/include/node/openssl/engine.h | |
/usr/local/include/node/openssl/err.h | |
/usr/local/include/node/openssl/evp.h | |
/usr/local/include/node/openssl/hmac.h | |
/usr/local/include/node/openssl/idea.h | |
/usr/local/include/node/openssl/krb5_asn.h | |
/usr/local/include/node/openssl/kssl.h | |
/usr/local/include/node/openssl/lhash.h | |
/usr/local/include/node/openssl/md4.h | |
/usr/local/include/node/openssl/md5.h | |
/usr/local/include/node/openssl/mdc2.h | |
/usr/local/include/node/openssl/modes.h | |
/usr/local/include/node/openssl/obj_mac.h | |
/usr/local/include/node/openssl/objects.h | |
/usr/local/include/node/openssl/ocsp.h | |
/usr/local/include/node/openssl/opensslconf.h | |
/usr/local/include/node/openssl/opensslv.h | |
/usr/local/include/node/openssl/ossl_typ.h | |
/usr/local/include/node/openssl/pem.h | |
/usr/local/include/node/openssl/pem2.h | |
/usr/local/include/node/openssl/pkcs12.h | |
/usr/local/include/node/openssl/pkcs7.h | |
/usr/local/include/node/openssl/pqueue.h | |
/usr/local/include/node/openssl/rand.h | |
/usr/local/include/node/openssl/rc2.h | |
/usr/local/include/node/openssl/rc4.h | |
/usr/local/include/node/openssl/ripemd.h | |
/usr/local/include/node/openssl/rsa.h | |
/usr/local/include/node/openssl/safestack.h | |
/usr/local/include/node/openssl/seed.h | |
/usr/local/include/node/openssl/sha.h | |
/usr/local/include/node/openssl/srp.h | |
/usr/local/include/node/openssl/srtp.h | |
/usr/local/include/node/openssl/ssl.h | |
/usr/local/include/node/openssl/ssl2.h | |
/usr/local/include/node/openssl/ssl23.h | |
/usr/local/include/node/openssl/ssl3.h | |
/usr/local/include/node/openssl/stack.h | |
/usr/local/include/node/openssl/symhacks.h | |
/usr/local/include/node/openssl/tls1.h | |
/usr/local/include/node/openssl/ts.h | |
/usr/local/include/node/openssl/txt_db.h | |
/usr/local/include/node/openssl/ui.h | |
/usr/local/include/node/openssl/ui_compat.h | |
/usr/local/include/node/openssl/whrlpool.h | |
/usr/local/include/node/openssl/x509.h | |
/usr/local/include/node/openssl/x509_vfy.h | |
/usr/local/include/node/openssl/x509v3.h | |
/usr/local/include/node/pthread-fixes.h | |
/usr/local/include/node/smalloc.h | |
/usr/local/include/node/stdint-msvc2008.h | |
/usr/local/include/node/tree.h | |
/usr/local/include/node/uv-aix.h | |
/usr/local/include/node/uv-bsd.h | |
/usr/local/include/node/uv-darwin.h | |
/usr/local/include/node/uv-errno.h | |
/usr/local/include/node/uv-linux.h | |
/usr/local/include/node/uv-sunos.h | |
/usr/local/include/node/uv-threadpool.h | |
/usr/local/include/node/uv-unix.h | |
/usr/local/include/node/uv-version.h | |
/usr/local/include/node/uv-win.h | |
/usr/local/include/node/uv.h | |
/usr/local/include/node/v8-debug.h | |
/usr/local/include/node/v8-platform.h | |
/usr/local/include/node/v8-profiler.h | |
/usr/local/include/node/v8-testing.h | |
/usr/local/include/node/v8-util.h | |
/usr/local/include/node/v8.h | |
/usr/local/include/node/v8config.h | |
/usr/local/include/node/v8stdint.h | |
/usr/local/include/node/zconf.h | |
/usr/local/include/node/zlib.h | |
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Formula: spatialite-gis | |
Tap: homebrew/homebrew-science | |
Path: /usr/local/Library/Taps/homebrew/homebrew-science/spatialite-gis.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment