<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>Hi,</div>

<div> </div>

<div>Thank you for the tip, I will try a bit by changing those parameters. The exact same configure parameters works with GDAL 2.1.0.</div>

<div> </div>

<div>Here is when it happens:</div>

<div> </div>

<div>/Applications/Xcode.app/Contents/Developer/usr/bin/make libgdal.la<br/>
make[1]: `libgdal.la' is up to date.<br/>
(cd apps; /Applications/Xcode.app/Contents/Developer/usr/bin/make)<br/>
/bin/sh /.../gdal-2.3.2/libtool --mode=link --silent /.../g++ -std=c++11 -arch x86_64 -isysroot /.../iPhoneSimulator12.0.sdk gdalinfo_bin.lo  /.../gdal-2.3.2/libgdal.la  -o gdalinfo<br/>
ld: warning: directory not found for option '-L/.../iPhoneSimulator12.0.sdk/lib'<br/>
ld: warning: URGENT: building for iOS Simulator simulator, but linking against dylib (/opt/local/lib/libsqlite3.dylib) built for macOS. Note: This will be an error in the future.<br/>
ld: warning: URGENT: building for iOS Simulator simulator, but linking against dylib (/opt/local/lib/libxml2.dylib) built for macOS. Note: This will be an error in the future.<br/>
ld: warning: URGENT: building for iOS Simulator simulator, but linking against dylib (/opt/local/lib/libz.dylib) built for macOS. Note: This will be an error in the future.<br/>
duplicate symbol _gdal_TIFFInitJPEG in:<br/>
    /.../gdal-2.3.2/.libs/libgdal.a(tif_jpeg.o)<br/>
    /.../gdal-2.3.2/.libs/libgdal.a(tif_jpeg_12.o)<br/>
ld: 1 duplicate symbol for architecture x86_64<br/>
clang: error: linker command failed with exit code 1 (use -v to see invocation)<br/>
make[1]: *** [gdalinfo] Error 1<br/>
make: *** [apps-target] Error 2</div>

<div> </div>

<div> </div>

<div>This is the configure command I used:</div>

<div> </div>

<div>$ ./configure --prefix=/.../iphonesimulator9.0.sdk --host=x86_64-apple-darwin --disable-shared --enable-static --with-hide-internal-symbols --with-unix-stdio-64=no --with-geos=no --without-pg --without-grass --without-libgrass --without-cfitsio --without-pcraster --without-netcdf --without-ogdi --without-fme --without-hdf4 --without-hdf5 --without-jasper --without-kakadu --without-grib --without-mysql --without-ingres --without-xerces --without-odbc --without-curl --without-idb --without-sde --with-sse=no --with-avx=no --with-static-proj4=/.../iphonesimulator9.0.sdk --with-sqlite3=/.../iPhoneSimulator12.0.sdk</div>

<div> </div>

<div>And here is the output from the configure:</div>

<div> </div>

<div>
<div>checking build system type... x86_64-apple-darwin17.7.0<br/>
checking host system type... x86_64-apple-darwin<br/>
checking for x86_64-apple-darwin-gcc... /Applications/Xcode.app/Contents/Developer/usr/bin/gcc<br/>
checking whether the C compiler works... yes<br/>
checking for C compiler default output file name... a.out<br/>
checking for suffix of executables... <br/>
checking whether we are cross compiling... yes<br/>
checking for suffix of object files... o<br/>
checking whether we are using the GNU C compiler... yes<br/>
checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/gcc accepts -g... yes<br/>
checking for /Applications/Xcode.app/Contents/Developer/usr/bin/gcc option to accept ISO C89... none needed<br/>
checking C_WFLAGS for maximum warnings... -Wall -Wdeclaration-after-statement<br/>
checking whether we are using the GNU C++ compiler... yes<br/>
checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/g++ accepts -g... yes<br/>
checking CXX_WFLAGS for maximum warnings... -Wall<br/>
checking whether C compiler accepts -Werror -we10006... no<br/>
checking whether C compiler accepts -diag-disable 188,1684,2259,2304,3280,11074,11076... no<br/>
checking whether C compiler accepts -Wextra... no<br/>
checking whether C compiler accepts -Winit-self... no<br/>
checking whether C compiler accepts -Wunused-parameter... no<br/>
checking whether C compiler accepts -Wmissing-prototypes... no<br/>
checking whether C compiler accepts -Wmissing-declarations... no<br/>
checking whether C compiler accepts -Wformat... no<br/>
checking whether C compiler accepts -Wformat -Werror=format-security -Wno-format-nonliteral... no<br/>
checking whether C compiler accepts -Wshorten-64-to-32... no<br/>
checking whether C compiler accepts -Wlogical-op... no<br/>
checking whether C compiler accepts -Wshadow... no<br/>
checking whether C compiler accepts -Werror=vla... no<br/>
checking whether C compiler accepts -Werror=declaration-after-statement... no<br/>
checking whether C compiler accepts -Wdate-time... no<br/>
checking whether C compiler accepts -Wnull-dereference... no<br/>
checking whether C compiler accepts -Wduplicated-cond... no<br/>
checking whether C++ compiler accepts -Wextra-semi... no<br/>
checking whether C compiler accepts -Wno-sign-compare... no<br/>
checking whether C compiler accepts -Wcomma... no<br/>
checking whether C compiler accepts -Wfloat-conversion... no<br/>
checking whether C compiler accepts -Wdocumentation -Wno-documentation-deprecated-sync... no<br/>
checking if -std=gnu89 can be enabled... no<br/>
checking whether C++ compiler accepts -Wunused-private-field... no<br/>
checking whether C++ compiler accepts -Wmissing-prototypes... no<br/>
checking whether C++ compiler accepts -Wmissing-declarations... no<br/>
checking whether C++ compiler accepts -Wnon-virtual-dtor... no<br/>
checking whether C++ compiler accepts -Wold-style-cast... no<br/>
checking whether C++ compiler accepts -Woverloaded-virtual... no<br/>
checking whether C++ compiler accepts -fno-operator-names... no<br/>
checking whether C++ compiler accepts -Wzero-as-null-pointer-constant... no<br/>
checking if use C++14 compiler options... disabled by user<br/>
checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/g++ supports C++11 features by default... no<br/>
checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/g++ supports C++11 features with -std=c++11... yes<br/>
checking whether C++ compiler accepts -Wsuggest-override... no<br/>
checking if -Wimplicit-fallthrough can be enabled... no<br/>
checking for x86_64-apple-darwin-gcc... (cached) /Applications/Xcode.app/Contents/Developer/usr/bin/gcc<br/>
checking whether we are using the GNU C compiler... (cached) yes<br/>
checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/gcc accepts -g... (cached) yes<br/>
checking for /Applications/Xcode.app/Contents/Developer/usr/bin/gcc option to accept ISO C89... (cached) none needed<br/>
checking whether we are using the GNU C++ compiler... (cached) yes<br/>
checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/g++ -std=c++11 accepts -g... (cached) yes<br/>
checking how to print strings... printf<br/>
checking for a sed that does not truncate output... /usr/bin/sed<br/>
checking for grep that handles long lines and -e... /usr/bin/grep<br/>
checking for egrep... /usr/bin/grep -E<br/>
checking for fgrep... /usr/bin/grep -F<br/>
checking for ld used by /Applications/Xcode.app/Contents/Developer/usr/bin/gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld<br/>
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no<br/>
checking for BSD- or MS-compatible name lister (nm)... no<br/>
checking for x86_64-apple-darwin-dumpbin... no<br/>
checking for x86_64-apple-darwin-link... no<br/>
checking for dumpbin... no<br/>
checking for link... link -dump<br/>
configure: WARNING: using cross tools not prefixed with host triplet<br/>
checking the name lister (nm) interface... rm: conftest.dSYM: is a directory<br/>
BSD nm<br/>
checking whether ln -s works... yes<br/>
checking the maximum length of command line arguments... 196608<br/>
checking how to convert x86_64-apple-darwin17.7.0 file names to x86_64-apple-darwin format... func_convert_file_noop<br/>
checking how to convert x86_64-apple-darwin17.7.0 file names to toolchain format... func_convert_file_noop<br/>
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r<br/>
checking for x86_64-apple-darwin-objdump... objdump<br/>
checking how to recognize dependent libraries... pass_all<br/>
checking for x86_64-apple-darwin-dlltool... dlltool<br/>
checking how to associate runtime and link libraries... printf %s\n<br/>
checking for x86_64-apple-darwin-ar... no<br/>
checking for ar... ar<br/>
checking for archiver @FILE support... rm: conftest.dSYM: is a directory<br/>
no<br/>
checking for x86_64-apple-darwin-strip... no<br/>
checking for strip... strip<br/>
checking for x86_64-apple-darwin-ranlib... no<br/>
checking for ranlib... ranlib<br/>
checking for gawk... no<br/>
checking for mawk... no<br/>
checking for nawk... no<br/>
checking for awk... awk<br/>
checking command to parse nm output from /Applications/Xcode.app/Contents/Developer/usr/bin/gcc object... rm: conftest.dSYM: is a directory<br/>
ok<br/>
checking for sysroot... no<br/>
checking for a working dd... /bin/dd<br/>
checking how to truncate binary pipes... /bin/dd bs=4096 count=1<br/>
checking for x86_64-apple-darwin-mt... no<br/>
checking for mt... no<br/>
checking if : is a manifest tool... no<br/>
checking for x86_64-apple-darwin-dsymutil... no<br/>
checking for dsymutil... dsymutil<br/>
checking for x86_64-apple-darwin-nmedit... no<br/>
checking for nmedit... nmedit<br/>
checking for x86_64-apple-darwin-lipo... no<br/>
checking for lipo... lipo<br/>
checking for x86_64-apple-darwin-otool... no<br/>
checking for otool... otool<br/>
checking for x86_64-apple-darwin-otool64... no<br/>
checking for otool64... no<br/>
checking for -single_module linker flag... yes<br/>
checking for -exported_symbols_list linker flag... yes<br/>
checking for -force_load linker flag... yes<br/>
checking how to run the C preprocessor... /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -E<br/>
checking for ANSI C header files... yes<br/>
checking for sys/types.h... yes<br/>
checking for sys/stat.h... yes<br/>
checking for stdlib.h... yes<br/>
checking for string.h... yes<br/>
checking for memory.h... yes<br/>
checking for strings.h... yes<br/>
checking for inttypes.h... yes<br/>
checking for stdint.h... yes<br/>
checking for unistd.h... yes<br/>
checking for dlfcn.h... yes<br/>
checking for objdir... .libs<br/>
checking if /Applications/Xcode.app/Contents/Developer/usr/bin/gcc supports -fno-rtti -fno-exceptions... yes<br/>
checking for /Applications/Xcode.app/Contents/Developer/usr/bin/gcc option to produce PIC... -fno-common -DPIC<br/>
checking if /Applications/Xcode.app/Contents/Developer/usr/bin/gcc PIC flag -fno-common -DPIC works... yes<br/>
checking if /Applications/Xcode.app/Contents/Developer/usr/bin/gcc static flag -static works... no<br/>
checking if /Applications/Xcode.app/Contents/Developer/usr/bin/gcc supports -c -o file.o... yes<br/>
checking if /Applications/Xcode.app/Contents/Developer/usr/bin/gcc supports -c -o file.o... (cached) yes<br/>
checking whether the /Applications/Xcode.app/Contents/Developer/usr/bin/gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes<br/>
checking dynamic linker characteristics... darwin dyld<br/>
checking how to hardcode library paths into programs... immediate<br/>
checking whether stripping libraries is possible... yes<br/>
checking if libtool supports shared libraries... yes<br/>
checking whether to build shared libraries... no<br/>
checking whether to build static libraries... yes<br/>
checking how to run the C++ preprocessor... /Applications/Xcode.app/Contents/Developer/usr/bin/g++ -std=c++11 -E<br/>
checking for ld used by /Applications/Xcode.app/Contents/Developer/usr/bin/g++ -std=c++11... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld<br/>
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no<br/>
checking whether the /Applications/Xcode.app/Contents/Developer/usr/bin/g++ -std=c++11 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes<br/>
checking for /Applications/Xcode.app/Contents/Developer/usr/bin/g++ -std=c++11 option to produce PIC... -fno-common -DPIC<br/>
checking if /Applications/Xcode.app/Contents/Developer/usr/bin/g++ -std=c++11 PIC flag -fno-common -DPIC works... yes<br/>
checking if /Applications/Xcode.app/Contents/Developer/usr/bin/g++ -std=c++11 static flag -static works... no<br/>
checking if /Applications/Xcode.app/Contents/Developer/usr/bin/g++ -std=c++11 supports -c -o file.o... yes<br/>
checking if /Applications/Xcode.app/Contents/Developer/usr/bin/g++ -std=c++11 supports -c -o file.o... (cached) yes<br/>
checking whether the /Applications/Xcode.app/Contents/Developer/usr/bin/g++ -std=c++11 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes<br/>
checking dynamic linker characteristics... darwin dyld<br/>
checking how to hardcode library paths into programs... immediate<br/>
checking for std::isnan... yes<br/>
checking for dlopen in -ldl... yes<br/>
checking for nanosleep in -lrt... no<br/>
checking for ANSI C header files... (cached) yes<br/>
checking assert.h usability... yes<br/>
checking assert.h presence... yes<br/>
checking for assert.h... yes<br/>
checking fcntl.h usability... yes<br/>
checking fcntl.h presence... yes<br/>
checking for fcntl.h... yes<br/>
checking for unistd.h... (cached) yes<br/>
checking dbmalloc.h usability... no<br/>
checking dbmalloc.h presence... no<br/>
checking for dbmalloc.h... no<br/>
checking for dlfcn.h... (cached) yes<br/>
checking for stdint.h... (cached) yes<br/>
checking limits.h usability... yes<br/>
checking limits.h presence... yes<br/>
checking for limits.h... yes<br/>
checking locale.h usability... yes<br/>
checking locale.h presence... yes<br/>
checking for locale.h... yes<br/>
checking values.h usability... no<br/>
checking values.h presence... no<br/>
checking for values.h... no<br/>
checking float.h usability... yes<br/>
checking float.h presence... yes<br/>
checking for float.h... yes<br/>
checking errno.h usability... yes<br/>
checking errno.h presence... yes<br/>
checking for errno.h... yes<br/>
checking direct.h usability... no<br/>
checking direct.h presence... no<br/>
checking for direct.h... no<br/>
checking whether byte ordering is bigendian... no<br/>
checking for 64bit integer type... long long<br/>
checking for 64bit file io... no<br/>
checking size of int... 4<br/>
checking size of unsigned long... 8<br/>
checking size of void*... 8<br/>
checking for int8... no<br/>
checking for int16... no<br/>
checking for int32... no<br/>
checking for uintptr_t... yes<br/>
checking native cpu bit order... lsb2msb<br/>
checking for vprintf... yes<br/>
checking for _doprnt... no<br/>
checking for snprintf... yes<br/>
checking for vsnprintf... yes<br/>
checking for atoll... yes<br/>
checking for strtof... yes<br/>
checking for getcwd... yes<br/>
checking whether strtof is declared... yes<br/>
checking for readlink... yes<br/>
checking for lstat... yes<br/>
checking for posix_spawnp... yes<br/>
checking for posix_memalign... yes<br/>
checking for vfork... yes<br/>
checking for mmap... yes<br/>
checking for sigaction... yes<br/>
checking for statvfs... yes<br/>
checking for statvfs64... no<br/>
checking for gmtime_r... yes<br/>
checking for localtime_r... yes<br/>
checking for uselocale... no<br/>
checking to enable debug build... no, CFLAGS="-Wno-error=unused-command-line-argument-hard-error-in-future -Wno-error=implicit-function-declaration -arch x86_64 -pipe -Os -gdwarf-2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk -D__IPHONE_OS_VERSION_MIN_REQUIRED=90000"<br/>
checking whether GCC 4.1 atomic builtins are available... no<br/>
checking whether GCC bswap builtins are available... no<br/>
checking for __uint128_t... yes<br/>
checking whether SSE is available at compile time... no<br/>
checking whether SSSE3 is available at compile time... no<br/>
checking whether AVX is available at compile time... no<br/>
checking to enable LTO (link time optimization) build... no<br/>
checking whether we should hide internal symbols... yes<br/>
checking for local include/lib path... none<br/>
checking for pthread_create in -lpthread... yes<br/>
checking for PTHREAD_MUTEX_RECURSIVE... yes<br/>
checking for PTHREAD_MUTEX_ADAPTIVE_NP... no<br/>
checking for pthread_spinlock_t... no<br/>
checking for 5 args mremap()... yes<br/>
checking for _SC_PHYS_PAGES... yes<br/>
checking for deflateInit_ in -lz... yes<br/>
checking for inflateCopy in -lz... yes<br/>
using pre-installed libz<br/>
checking for ld used by GCC... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld<br/>
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no<br/>
checking for shared library run path origin... /bin/sh: ./config.rpath: No such file or directory<br/>
done<br/>
checking for iconv... yes<br/>
checking for working iconv... guessing yes<br/>
checking how to link with libiconv... -liconv<br/>
checking for iconv declaration... <br/>
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);<br/>
using ICONV_CPP_CONST=""<br/>
checking for ZSTD_decompressStream in -lzstd... no<br/>
libzstd not found - ZSTD support disabled<br/>
checking for PostgreSQL... no<br/>
GRASS support disabled.<br/>
FITS support disabled.<br/>
PCRaster support disabled.<br/>
checking for libpng... checking for png_set_IHDR in -lpng... no<br/>
checking png.h usability... no<br/>
checking png.h presence... yes<br/>
configure: WARNING: png.h: present but cannot be compiled<br/>
configure: WARNING: png.h:     check for missing prerequisite headers?<br/>
configure: WARNING: png.h: see the Autoconf documentation<br/>
configure: WARNING: png.h:     section "Present But Cannot Be Compiled"<br/>
configure: WARNING: png.h: proceeding with the compiler's result<br/>
checking for png.h... no<br/>
using internal png code.<br/>
checking for libcrunch... dds support disabled.<br/>
checking for gta_version in -lgta... no<br/>
libgta not found - GTA support disabled<br/>
checking for PCIDSK... using internal libpcidsk.<br/>
checking for libtiff... checking for TIFFScanlineSize64 in -ltiff... no<br/>
using internal TIFF code.<br/>
BigTIFF support enabled.<br/>
using internal GeoTIFF code.<br/>
checking for jpeg_read_scanlines in -ljpeg... no<br/>
checking jpeglib.h usability... no<br/>
checking jpeglib.h presence... yes<br/>
configure: WARNING: jpeglib.h: present but cannot be compiled<br/>
configure: WARNING: jpeglib.h:     check for missing prerequisite headers?<br/>
configure: WARNING: jpeglib.h: see the Autoconf documentation<br/>
configure: WARNING: jpeglib.h:     section "Present But Cannot Be Compiled"<br/>
configure: WARNING: jpeglib.h: proceeding with the compiler's result<br/>
checking for jpeglib.h... no<br/>
using internal jpeg code.<br/>
checking CharLS/interface.h usability... no<br/>
checking CharLS/interface.h presence... no<br/>
checking for CharLS/interface.h... no<br/>
checking for jpeg12... enabled<br/>
checking for DGifOpenFileName in -lgif... no<br/>
checking gif_lib.h usability... no<br/>
checking gif_lib.h presence... yes<br/>
configure: WARNING: gif_lib.h: present but cannot be compiled<br/>
configure: WARNING: gif_lib.h:     check for missing prerequisite headers?<br/>
configure: WARNING: gif_lib.h: see the Autoconf documentation<br/>
configure: WARNING: gif_lib.h:     section "Present But Cannot Be Compiled"<br/>
configure: WARNING: gif_lib.h: proceeding with the compiler's result<br/>
checking for gif_lib.h... no<br/>
using internal gif code.<br/>
ogdi support disabled.<br/>
checking for FMEObjects... disabled by user<br/>
SOSI support disabled.<br/>
checking for MongoCXX... MongoCXX not found.<br/>
hdf4 support disabled.<br/>
hdf5 support disabled.<br/>
checking for kea-config... no<br/>
checking for kea... no<br/>
netCDF support disabled.<br/>
configure: JasPer (JPEG2000) support disabled.<br/>
checking for x86_64-apple-darwin-pkg-config... no<br/>
checking for pkg-config... /opt/local/bin/pkg-config<br/>
checking pkg-config is at least version 0.21... dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib<br/>
  Referenced from: /opt/local/bin/pkg-config<br/>
  Reason: Incompatible library version: pkg-config requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0<br/>
./configure: line 27432: 32136 Abort trap: 6           $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version<br/>
no<br/>
checking for OPENJPEG... checking for FileGDBAPI... FileGDBAPI not found.<br/>
checking for NCScbmOpenFileView in -lNCSEcw... no<br/>
checking for NCScbmOpenFileView in -lecwj2... no<br/>
checking for Kakadu JPEG2000 support... not requested.<br/>
configure: MrSID support disabled.<br/>
configure: MrSID/MG4 Lidar support disabled.<br/>
checking for JP2Lura support... checking for MSG... not requested<br/>
checking for BSB... enabled<br/>
checking if Oracle support is enabled... no<br/>
checking for GRIB... disabled by user<br/>
enabled<br/>
checking for MySQL... no<br/>
checking for Ingres... no<br/>
checking for Xerces C++ Parser... no<br/>
checking for XML_ParserCreate in -lexpat... no<br/>
checking for Expat XML Parser... no<br/>
checking for x86_64-apple-darwin-pkg-config... no<br/>
checking for pkg-config... (cached) /opt/local/bin/pkg-config<br/>
checking pkg-config is at least version 0.21... dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib<br/>
  Referenced from: /opt/local/bin/pkg-config<br/>
  Reason: Incompatible library version: pkg-config requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0<br/>
./configure: line 29589: 32184 Abort trap: 6           $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version<br/>
no<br/>
checking for LIBKML... checking for Google libkml... no<br/>
ODBC support disabled.<br/>
checking if Oracle support is enabled... no<br/>
checking for DODS... disabled<br/>
checking for xml2-config... /opt/local/bin/xml2-config<br/>
checking for xmlParseDoc in -lxml2... yes<br/>
checking for spatialite... disabled<br/>
checking for sqlite3_open in -lsqlite3... yes<br/>
checking for SQLite3 library >= 3.0.0... yes<br/>
cat: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/include/sqlite3.h: No such file or directory<br/>
./configure: line 31815: test: !=: unary operator expected<br/>
configure: WARNING: Can not find SQLITE_VERSION macro in sqlite3.h header to retrieve SQLite version!<br/>
checking for sqlite3_column_table_name in -lsqlite3... yes<br/>
configure: rasterlite2 support disabled<br/>
checking pcre.h usability... no<br/>
checking pcre.h presence... yes<br/>
configure: WARNING: pcre.h: present but cannot be compiled<br/>
configure: WARNING: pcre.h:     check for missing prerequisite headers?<br/>
configure: WARNING: pcre.h: see the Autoconf documentation<br/>
configure: WARNING: pcre.h:     section "Present But Cannot Be Compiled"<br/>
configure: WARNING: pcre.h: proceeding with the compiler's result<br/>
checking for pcre.h... no<br/>
checking Checking for Teigha... disabled<br/>
configure: "IBM Informix DataBlade support disabled."<br/>
configure: checking whether we should include ESRI SDE support...<br/>
        ESRI SDE support not requested.<br/>
checking for WebPDecodeRGB in -lwebp... no<br/>
libwebp not found - WEBP support disabled<br/>
GEOS support disabled<br/>
checking for sfcgal-config... no<br/>
checking qhull/libqhull.h usability... no<br/>
checking qhull/libqhull.h presence... no<br/>
checking for qhull/libqhull.h... no<br/>
checking libqhull/libqhull.h usability... no<br/>
checking libqhull/libqhull.h presence... no<br/>
checking for libqhull/libqhull.h... no<br/>
checking for OpenCL support... no<br/>
checking for FreeXL support... checking freexl.h usability... no<br/>
checking freexl.h presence... yes<br/>
configure: WARNING: freexl.h: present but cannot be compiled<br/>
configure: WARNING: freexl.h:     check for missing prerequisite headers?<br/>
configure: WARNING: freexl.h: see the Autoconf documentation<br/>
configure: WARNING: freexl.h:     section "Present But Cannot Be Compiled"<br/>
configure: WARNING: freexl.h: proceeding with the compiler's result<br/>
checking for freexl.h... no<br/>
checking for freexl_open in -lfreexl... no<br/>
checking for freexl_open in -lfreexl... no<br/>
checking for freexl_open in -lfreexl... no<br/>
checking for freexl_open in -lfreexl... no<br/>
checking for freexl_open in -lfreexl... no<br/>
libfreexl not found - FreeXL support disabled<br/>
checking for json_object_set_serializer in -ljson-c... no<br/>
using internal libjson-c code<br/>
checking whether to enable PAM... yes<br/>
checking whether to build PDF driver as a plugin... no<br/>
checking for poppler... disabled<br/>
checking for podofo... disabled<br/>
checking for pdfium... disabled<br/>
checking how to link PROJ library... configure: WARNING: --with-static-proj4 is deprecated. Please use --with-proj<br/>
link statically.<br/>
checking for proj_create in -lproj... yes<br/>
configure: proj >= 5 detected<br/>
checking GDAL version information from gdal_version.h.in: 2.3.2<br/>
checking for Mac OS X Framework build... disabled<br/>
checking for perl bindings... disabled<br/>
checking for php bindings... disabled<br/>
checking for python bindings... disabled<br/>
checking whether we should include Java support... no<br/>
checking whether we should include MDB support... no<br/>
configure: checking whether we should include rasdaman support...<br/>
        rasdaman support not requested.<br/>
checking whether we should include Armadillo support... no<br/>
checking for cryptopp... no<br/>
checking for crypto... checking for EVP_sha256 in -lcrypto... no<br/>
checking for MRF... enabled<br/>
checking for NULL... disabled<br/>
checking if sprintf can be overloaded for GDAL compilation... yes<br/>
configure: creating ./config.status<br/>
config.status: creating GDALmake.opt<br/>
config.status: WARNING:  'GDALmake.opt.in' seems to ignore the --datarootdir setting<br/>
config.status: creating port/cpl_config.h<br/>
config.status: port/cpl_config.h is unchanged<br/>
config.status: executing libtool commands</div>

<div> </div>

<div>GDAL is now configured for x86_64-apple-darwin</div>

<div> </div>

<div>  Installation directory:    /.../iphonesimulator9.0.sdk</div>

<div><br/>
  C compiler:                /Applications/Xcode.app/Contents/Developer/usr/bin/gcc  -Wno-error=unused-command-line-argument-hard-error-in-future -Wno-error=implicit-function-declaration -arch x86_64 -pipe -Os -gdwarf-2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk -D__IPHONE_OS_VERSION_MIN_REQUIRED=90000 -fvisibility=hidden</div>

<div><br/>
  C++ compiler:              /Applications/Xcode.app/Contents/Developer/usr/bin/g++ -std=c++11  -Wno-error=unused-command-line-argument-hard-error-in-future -Wno-error=implicit-function-declaration -arch x86_64 -pipe -Os -gdwarf-2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk -D__IPHONE_OS_VERSION_MIN_REQUIRED=90000 -fvisibility=hidden</div>

<div><br/>
  C++14 support:             no</div>

<div>  LIBTOOL support:           yes</div>

<div> </div>

<div>  LIBZ support:              external<br/>
  LIBLZMA support:           no<br/>
  ZSTD support:              no<br/>
  cryptopp support:          no<br/>
  crypto/openssl support:    no<br/>
  GRASS support:             no<br/>
  CFITSIO support:           no<br/>
  PCRaster support:          no<br/>
  LIBPNG support:            internal<br/>
  DDS support:               no<br/>
  GTA support:               no<br/>
  LIBTIFF support:           internal (BigTIFF=yes)<br/>
  LIBGEOTIFF support:        internal<br/>
  LIBJPEG support:           internal<br/>
  12 bit JPEG:               yes<br/>
  12 bit JPEG-in-TIFF:       yes<br/>
  LIBGIF support:            internal<br/>
  JPEG-Lossless/CharLS:      no<br/>
  OGDI support:              no<br/>
  HDF4 support:              no<br/>
  HDF5 support:              no<br/>
  Kea support:               no<br/>
  NetCDF support:            no<br/>
  Kakadu support:            no<br/>
  JasPer support:            no<br/>
  OpenJPEG support:          no<br/>
  ECW support:               no<br/>
  MrSID support:             no<br/>
  MrSID/MG4 Lidar support:   no<br/>
  JP2Lura support:           no<br/>
  MSG support:               no<br/>
  GRIB support:              no<br/>
  EPSILON support:           no<br/>
  WebP support:              no<br/>
  cURL support (wms/wcs/...):no<br/>
  PostgreSQL support:        no<br/>
  MRF support:               yes<br/>
  MySQL support:             no<br/>
  Ingres support:            no<br/>
  Xerces-C support:          no<br/>
  NAS support:               no<br/>
  Expat support:             no<br/>
  libxml2 support:           yes<br/>
  Google libkml support:     no<br/>
  ODBC support:              no<br/>
  PGeo support:              no<br/>
  FGDB support:              no<br/>
  MDB support:               no<br/>
  PCIDSK support:            internal<br/>
  OCI support:               no<br/>
  GEORASTER support:         no<br/>
  SDE support:               no<br/>
  Rasdaman support:          no<br/>
  DODS support:              no<br/>
  SQLite support:            yes<br/>
  PCRE support:              no<br/>
  SpatiaLite support:        no<br/>
  RasterLite2 support:       no<br/>
  Teigha (DWG and DGNv8):    no<br/>
  INFORMIX DataBlade support:no<br/>
  GEOS support:              no<br/>
  SFCGAL support:            no<br/>
  QHull support:             internal<br/>
  Poppler support:           no<br/>
  Podofo support:            no<br/>
  PDFium support:            no<br/>
  OpenCL support:            no<br/>
  Armadillo support:         no<br/>
  FreeXL support:            no<br/>
  SOSI support:              no<br/>
  MongoDB support:           no</div>

<div>  Mac OS X Framework :       no</div>

<div>  SWIG Bindings:             no</div>

<div>  Statically link PROJ:      yes<br/>
  enable GNM building:       yes<br/>
  enable pthread support:    yes<br/>
  enable POSIX iconv support:yes<br/>
  hide internal symbols:     yes</div>
</div>

<div>
<div> </div>

<div> </div>

<div>Thanks,</div>

<div>Gunnar</div>

<div> </div>

<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin:0 0 10px 0;"><b>Sent:</b> Saturday, September 29, 2018 at 11:05 PM<br/>
<b>From:</b> "Even Rouault" <even.rouault@spatialys.com><br/>
<b>To:</b> gdal-dev@lists.osgeo.org<br/>
<b>Cc:</b> "Gunnar Blom" <gunnarblom@mail.com><br/>
<b>Subject:</b> Re: [gdal-dev] Duplicate symbol (_gdal_TIFFInitJPEG)</div>

<div name="quoted-content">Hi,<br/>
<br/>
I don't have a Mac. I tried to repliate on Linux wihtout success, but there<br/>
are a number of configurations possible...<br/>
<br/>
Can you give the ./configure command line you used and the output of the ./<br/>
configure ?<br/>
<br/>
As a workaround you can try removing --with-rename-internal-libtiff-symbols<br/>
and/or adding --without-jpeg12 since the combinations of two is involved in<br/>
the issue (although having internal libtiff + rename libtiff symbols + JPEG12<br/>
in TIFF works fine for me)<br/>
<br/>
If you made several builds with different ./configure options, make sure to<br/>
clean between each. Just in case...<br/>
<br/>
Even<br/>
<br/>
<br/>
--<br/>
Spatialys - Geospatial professional services<br/>
<a href="http://www.spatialys.com" target="_blank">http://www.spatialys.com</a></div>
</div>
</div>
</div></div></body></html>