Hello All,<div><br></div><div>I am trying to build PostGIS-2.0.0 with GDAL-1.9 using MinGW on Windows 7(64-bit).</div><div><br></div><div>Here is my configure statement for PostGIS</div><div><br></div><div>export LDFLAGS="-L/c/Packages/gdal-1.9.1/inst/lib"</div>
<div><br></div><div>./configure --with-raster --with-gdalconfig=/c/Packages/gdal-1.9.1/inst/bin/gdal-config --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 CFLAGS=-I/c/Packages/iconv-1.14/inst/bin/../include --with-pgconfig=/c/AS92/edb-postgres-mingw/inst/bin/pg_config.exe --prefix=/c/JUNK/postgis-2.0.0/spatial --with-geosconfig=/c/packages/geos-3.3.3/inst/bin/geos-config --with-projdir=/c/packages/proj-4.8.0/inst --with-xml2config=/c/Packages/libxml2-2.7.8/inst/bin/xml2-config --with-libiconv=/c/Packages/iconv-1.14/inst/bin/..</div>
<div><br></div><div>But, when I open my postgis-2.0.dll in Dependency Walker, I can't see any dependency of GDAL. I have build GDAL dynamically so static linking is not possible.</div><div><br></div><div>I will appreciate if someone can tell me how to confirm if postgis-2.0.dll is being built properly with gdal support?</div>
<div><br></div><div>Thanks & Regards,</div><div>Owais.</div>