[gdal-dev] Configure GDAL 1.9.1 with GEOS 3.3.6

Even Rouault even.rouault at mines-paris.org
Thu Dec 13 10:54:10 PST 2012


Le jeudi 13 décembre 2012 14:51:43, Ran, Limei a écrit :
> Hello,
> 
> I compiled GEOS 3.3.6 on our Linux server and I used the following
> configure for GDAL 1.9.1 with GEOS installed dir:
> 
> ./configure
> --prefix=/nas01/depts/ie/cempd/SA/sa_06_2009/src/libs/gdal-1.9.1/local
> --with-static-proj4=/nas01/depts/ie/cempd/SA/sa_06_2009/src/libs/proj-4.8.
> 0/local
> --with-geos=/nas01/depts/ie/cempd/SA/sa_06_2009/src/libs/geos-3.3.6/local
> --with-libtiff=internal --with-png=internal --with-jpeg=internal
> --with-libz=internal --enable-linux-lfs --enable-static --without-curl
> --without-expat --without-mysql --without-dwgdirect --without-odbc
> --without-python --without-oci --without-sqlite3 --without-oci-include
> --without-oci-lib --without-ld-shared

You must specify the full filename of geos-config in --with-geos (that is to say 
with geos-config at the the end)

--with-geos=/the/path/to/geos-config


More information about the gdal-dev mailing list