[Gdal-dev] Configure on Solaris 10 --with-xerces fails
Mateusz Loskot
mateusz at loskot.net
Wed Sep 5 12:51:14 EDT 2007
Christian Schaffer wrote:
>
> my configure scripts looks like this:
> ./configure \
> --with-gif=internal \
> --with-jpeg=internal \
> --with-geotiff=internal \
> --with-libtiff=internal \
> --with-libz=internal \
> --with-perl \
> --with-xerces \
> --with-xerces-inc=/opt/csw/include \
> --with-oci=/opt/oracle
> [...]
Christian,
Could you try to use all 3 options for xerces, this way:
./configure --with-xerces=yes \
--with-xerces-inc=/path/to/include \
--with-xerces-lib="-L/path/to/lib -lxerces -lpthread"
and see if it works.
Cheers
--
Mateusz Loskot
http://mateusz.loskot.net
More information about the Gdal-dev
mailing list