Re: [gdal-dev] building gdal on windows -- how to hide internal libtiff symbols

2013-11-18 Thread kyle.sletmoe
Even, Oh, OK I was not aware of this. Thanks for the help. Regards, Kyle -- View this message in context: http://osgeo-org.1560.x6.nabble.com/building-gdal-on-windows-how-to-hide-internal-libtiff-symbols-tp5089510p5089742.html Sent from the GDAL - Dev mailing list archive at Nabble.com.

[gdal-dev] building gdal on windows -- how to hide internal libtiff symbols

2013-11-16 Thread kyle.sletmoe
I am building on Windows and would like to know how to hide the internal libtiff (and libgeotiff) symbols. I know about doing: ./configure --prefix=$GDAL_INSTALL \ --with-libtiff=internal \ --with-geotiff=internal \ --with-rename-internal-libtiff-symbols=yes \