[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 \ --with-rename-internal-libgeo

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

2013-11-17 Thread Even Rouault
Le dimanche 17 novembre 2013 03:33:15, kyle.sletmoe a écrit : > 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 \ >

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. _