Created
July 2, 2013 20:26
-
-
Save ewestern/5912798 to your computer and use it in GitHub Desktop.
Gdal install error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| checking build system type... i386-apple-darwin12.4.0 | |
| checking host system type... i386-apple-darwin12.4.0 | |
| checking for gcc... cc | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether cc accepts -g... yes | |
| checking for cc option to accept ISO C89... none needed | |
| checking C_WFLAGS for maximum warnings... -Wall -Wdeclaration-after-statement | |
| checking whether we are using the GNU C++ compiler... yes | |
| checking whether c++ accepts -g... yes | |
| checking CXX_WFLAGS for maximum warnings... -Wall | |
| checking for gcc... (cached) cc | |
| checking whether we are using the GNU C compiler... (cached) yes | |
| checking whether cc accepts -g... (cached) yes | |
| checking for cc option to accept ISO C89... (cached) none needed | |
| checking whether we are using the GNU C++ compiler... (cached) yes | |
| checking whether c++ accepts -g... (cached) yes | |
| 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 cc... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... no | |
| checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
| checking the name lister (/usr/bin/nm) interface... BSD nm | |
| checking whether ln -s works... yes | |
| checking the maximum length of command line arguments... 196608 | |
| checking whether the shell understands some XSI constructs... yes | |
| checking whether the shell understands "+="... yes | |
| checking how to convert i386-apple-darwin12.4.0 file names to i386-apple-darwin12.4.0 format... func_convert_file_noop | |
| checking how to convert i386-apple-darwin12.4.0 file names to toolchain format... func_convert_file_noop | |
| checking for /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 for gawk... no | |
| checking for mawk... no | |
| checking for nawk... no | |
| checking for awk... awk | |
| checking command to parse /usr/bin/nm output from cc object... ok | |
| checking for sysroot... no | |
| checking for mt... no | |
| checking if : is a manifest tool... no | |
| checking for dsymutil... dsymutil | |
| checking for nmedit... nmedit | |
| checking for lipo... lipo | |
| checking for otool... otool | |
| checking for otool64... no | |
| checking for -single_module linker flag... yes | |
| checking for -exported_symbols_list linker flag... yes | |
| checking for -force_load linker flag... yes | |
| checking how to run the C preprocessor... cc -E | |
| checking for ANSI C header files... yes | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for unistd.h... yes | |
| checking for dlfcn.h... yes | |
| checking for objdir... .libs | |
| checking if cc supports -fno-rtti -fno-exceptions... yes | |
| checking for cc option to produce PIC... -fno-common -DPIC | |
| checking if cc PIC flag -fno-common -DPIC works... yes | |
| checking if cc static flag -static works... no | |
| checking if cc supports -c -o file.o... yes | |
| checking if cc supports -c -o file.o... (cached) yes | |
| checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes | |
| checking dynamic linker characteristics... darwin12.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... c++ -E | |
| checking for ld used by c++... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... no | |
| checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes | |
| checking for c++ option to produce PIC... -fno-common -DPIC | |
| checking if c++ PIC flag -fno-common -DPIC works... yes | |
| checking if c++ static flag -static works... no | |
| checking if c++ supports -c -o file.o... yes | |
| checking if c++ supports -c -o file.o... (cached) yes | |
| checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes | |
| checking dynamic linker characteristics... darwin12.4.0 dyld | |
| checking how to hardcode library paths into programs... immediate | |
| checking for dlopen in -ldl... yes | |
| checking for nanosleep in -lrt... no | |
| checking for ANSI C header files... (cached) yes | |
| checking assert.h usability... yes | |
| checking assert.h presence... yes | |
| checking for assert.h... yes | |
| checking fcntl.h usability... yes | |
| checking fcntl.h presence... yes | |
| checking for fcntl.h... yes | |
| checking for unistd.h... (cached) yes | |
| checking dbmalloc.h usability... no | |
| checking dbmalloc.h presence... no | |
| checking for dbmalloc.h... no | |
| checking for dlfcn.h... (cached) yes | |
| checking for stdint.h... (cached) yes | |
| checking limits.h usability... yes | |
| checking limits.h presence... yes | |
| checking for limits.h... yes | |
| checking locale.h usability... yes | |
| checking locale.h presence... yes | |
| checking for locale.h... yes | |
| checking values.h usability... no | |
| checking values.h presence... no | |
| checking for values.h... no | |
| checking float.h usability... yes | |
| checking float.h presence... yes | |
| checking for float.h... yes | |
| checking errno.h usability... yes | |
| checking errno.h presence... yes | |
| checking for errno.h... yes | |
| checking direct.h usability... no | |
| checking direct.h presence... no | |
| checking for direct.h... no | |
| checking whether byte ordering is bigendian... no | |
| checking for 64bit integer type... long long | |
| checking for 64bit file io... yes | |
| checking for stat64... yes | |
| checking for fopen64... no | |
| checking for ftruncate64... no | |
| checking size of int... 4 | |
| checking size of unsigned long... 8 | |
| checking size of void*... 8 | |
| checking for int8... no | |
| checking for int16... no | |
| checking for int32... no | |
| checking native cpu bit order... lsb2msb | |
| checking for vprintf... yes | |
| checking for _doprnt... no | |
| checking for snprintf... yes | |
| checking for vsnprintf... yes | |
| checking for atoll... yes | |
| checking for strtof... yes | |
| checking for getcwd... yes | |
| checking whether strtof is declared... yes | |
| checking for readlink... yes | |
| checking for lstat... yes | |
| checking for posix_spawnp... yes | |
| checking for vfork... yes | |
| checking for gmtime_r... yes | |
| checking for localtime_r... yes | |
| checking for setlocale... yes | |
| checking to enable debug build... no, CFLAGS="-I/usr/local/opt/sqlite/include" | |
| checking whether GCC 4.1 atomic builtins are available... no | |
| checking whether SSE is available... yes | |
| checking whether we should hide internal symbols... no | |
| checking for local include/lib path... adding /usr/local/Cellar/gdal/1.10.0 | |
| checking for pthread_create in -lpthread... yes | |
| checking for PTHREAD_MUTEX_RECURSIVE... yes | |
| checking for deflateInit_ in -lz... yes | |
| checking for inflateCopy in -lz... yes | |
| using libz library from /usr | |
| checking for ld used by GCC... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... no | |
| checking for shared library run path origin... /bin/sh: ./config.rpath: No such file or directory | |
| done | |
| checking for iconv... yes | |
| checking for working iconv... yes | |
| checking how to link with libiconv... -liconv | |
| checking for iconv declaration... | |
| extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
| using ICONV_CPP_CONST="" | |
| checking for PostgreSQL... no | |
| GRASS support disabled. | |
| FITS support disabled. | |
| using internal csf code. | |
| checking for libpng... using libpng from /usr/local. | |
| checking for libcrunch... dds support disabled. | |
| GTA support disabled. | |
| checking for PCIDSK... using internal libpcidsk. | |
| checking for libtiff... using libtiff from /usr/local. | |
| checking for TIFFScanlineSize64 in -ltiff... no | |
| checking for XTIFFClientOpen in -lgeotiff... no | |
| checking for XTIFFClientOpen in -lgeotiff... (cached) no | |
| configure: error: We require at least GeoTIFF 1.2.1. Consider using the one supplied with GDAL | |
| HOMEBREW_VERSION: 0.9.4 | |
| HEAD: 09d575d96f4d07f32caadd317423147fbd18d167 | |
| CPU: quad-core 64-bit ivybridge | |
| OS X: 10.8.4-x86_64 | |
| Xcode: 4.6.3 | |
| CLT: 4.6.0.0.1.1365549073 | |
| X11: 2.7.4 => /opt/X11 | |
| brew doctor | |
| Your system is ready to brew. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment