[geos-devel] Problems to compile under SPARC Station

Marco Vieira marco_vieira at uk2.net
Wed Sep 22 12:28:42 EDT 2004


Hi all
  I´m trying to compile GEOS 2.0.0 in a Sun Ultra-5 Sparc station with
Debian 3.0 and I'm geting the following error in the Make process:

# I followed the instructions of the README: my /usr/local/lib are OK and
I runned ldconfig.
# The ./configure appear to runs well.

----------------------------------------------------------------------------
rfserver:/home/marco/download/install/geos-2.0.0# make >make_out.txt
In file included from Geometry.cpp:171:
../../source/headers/geos/version.h:9: warning: `GEOS_VERSION' redefined
*Initialization*:1: warning: this is the location of the previous definition

LineString.cpp: In method `bool geos::LineString::isSimple() const':
LineString.cpp:221: comparison of distinct pointer types `geos::Geometry
*' and `const geos::LineString *' lacks a cast
make[2]: *** [LineString.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
rfserver:/home/marco/download/install/geos-2.0.0#
----------------------------------------------------------------------------

  Does any one knows whats up?

Marco Vieira.
Fone:    + 55 51 9101-1267
marco_vieira at uk2.net
-------------- next part --------------
Making all in source
make[1]: Entering directory `/home/marco/download/install/geos-2.0.0/source'
Making all in geom
make[2]: Entering directory `/home/marco/download/install/geos-2.0.0/source/geom'
source='Coordinate.cpp' object='Coordinate.lo' libtool=yes \
depfile='.deps/Coordinate.Plo' tmpdepfile='.deps/Coordinate.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=""2.0.0""    -g -O2 -c -o Coordinate.lo `test -f 'Coordinate.cpp' || echo './'`Coordinate.cpp
mkdir .libs
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c Coordinate.cpp -Wp,-MD,.deps/Coordinate.TPlo  -fPIC -DPIC -o .libs/Coordinate.o
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c Coordinate.cpp -Wp,-MD,.deps/Coordinate.TPlo -o Coordinate.o >/dev/null 2>&1
source='CoordinateSequence.cpp' object='CoordinateSequence.lo' libtool=yes \
depfile='.deps/CoordinateSequence.Plo' tmpdepfile='.deps/CoordinateSequence.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=""2.0.0""    -g -O2 -c -o CoordinateSequence.lo `test -f 'CoordinateSequence.cpp' || echo './'`CoordinateSequence.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c CoordinateSequence.cpp -Wp,-MD,.deps/CoordinateSequence.TPlo  -fPIC -DPIC -o .libs/CoordinateSequence.o
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c CoordinateSequence.cpp -Wp,-MD,.deps/CoordinateSequence.TPlo -o CoordinateSequence.o >/dev/null 2>&1
source='CoordinateSequenceFactory.cpp' object='CoordinateSequenceFactory.lo' libtool=yes \
depfile='.deps/CoordinateSequenceFactory.Plo' tmpdepfile='.deps/CoordinateSequenceFactory.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=""2.0.0""    -g -O2 -c -o CoordinateSequenceFactory.lo `test -f 'CoordinateSequenceFactory.cpp' || echo './'`CoordinateSequenceFactory.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c CoordinateSequenceFactory.cpp -Wp,-MD,.deps/CoordinateSequenceFactory.TPlo  -fPIC -DPIC -o .libs/CoordinateSequenceFactory.o
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c CoordinateSequenceFactory.cpp -Wp,-MD,.deps/CoordinateSequenceFactory.TPlo -o CoordinateSequenceFactory.o >/dev/null 2>&1
source='DefaultCoordinateSequence.cpp' object='DefaultCoordinateSequence.lo' libtool=yes \
depfile='.deps/DefaultCoordinateSequence.Plo' tmpdepfile='.deps/DefaultCoordinateSequence.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=""2.0.0""    -g -O2 -c -o DefaultCoordinateSequence.lo `test -f 'DefaultCoordinateSequence.cpp' || echo './'`DefaultCoordinateSequence.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c DefaultCoordinateSequence.cpp -Wp,-MD,.deps/DefaultCoordinateSequence.TPlo  -fPIC -DPIC -o .libs/DefaultCoordinateSequence.o
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c DefaultCoordinateSequence.cpp -Wp,-MD,.deps/DefaultCoordinateSequence.TPlo -o DefaultCoordinateSequence.o >/dev/null 2>&1
source='DefaultCoordinateSequenceFactory.cpp' object='DefaultCoordinateSequenceFactory.lo' libtool=yes \
depfile='.deps/DefaultCoordinateSequenceFactory.Plo' tmpdepfile='.deps/DefaultCoordinateSequenceFactory.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=""2.0.0""    -g -O2 -c -o DefaultCoordinateSequenceFactory.lo `test -f 'DefaultCoordinateSequenceFactory.cpp' || echo './'`DefaultCoordinateSequenceFactory.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c DefaultCoordinateSequenceFactory.cpp -Wp,-MD,.deps/DefaultCoordinateSequenceFactory.TPlo  -fPIC -DPIC -o .libs/DefaultCoordinateSequenceFactory.o
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c DefaultCoordinateSequenceFactory.cpp -Wp,-MD,.deps/DefaultCoordinateSequenceFactory.TPlo -o DefaultCoordinateSequenceFactory.o >/dev/null 2>&1
source='PointCoordinateSequenceFactory.cpp' object='PointCoordinateSequenceFactory.lo' libtool=yes \
depfile='.deps/PointCoordinateSequenceFactory.Plo' tmpdepfile='.deps/PointCoordinateSequenceFactory.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=""2.0.0""    -g -O2 -c -o PointCoordinateSequenceFactory.lo `test -f 'PointCoordinateSequenceFactory.cpp' || echo './'`PointCoordinateSequenceFactory.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c PointCoordinateSequenceFactory.cpp -Wp,-MD,.deps/PointCoordinateSequenceFactory.TPlo  -fPIC -DPIC -o .libs/PointCoordinateSequenceFactory.o
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c PointCoordinateSequenceFactory.cpp -Wp,-MD,.deps/PointCoordinateSequenceFactory.TPlo -o PointCoordinateSequenceFactory.o >/dev/null 2>&1
source='PointCoordinateSequence.cpp' object='PointCoordinateSequence.lo' libtool=yes \
depfile='.deps/PointCoordinateSequence.Plo' tmpdepfile='.deps/PointCoordinateSequence.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=""2.0.0""    -g -O2 -c -o PointCoordinateSequence.lo `test -f 'PointCoordinateSequence.cpp' || echo './'`PointCoordinateSequence.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c PointCoordinateSequence.cpp -Wp,-MD,.deps/PointCoordinateSequence.TPlo  -fPIC -DPIC -o .libs/PointCoordinateSequence.o
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c PointCoordinateSequence.cpp -Wp,-MD,.deps/PointCoordinateSequence.TPlo -o PointCoordinateSequence.o >/dev/null 2>&1
source='Dimension.cpp' object='Dimension.lo' libtool=yes \
depfile='.deps/Dimension.Plo' tmpdepfile='.deps/Dimension.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=""2.0.0""    -g -O2 -c -o Dimension.lo `test -f 'Dimension.cpp' || echo './'`Dimension.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c Dimension.cpp -Wp,-MD,.deps/Dimension.TPlo  -fPIC -DPIC -o .libs/Dimension.o
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c Dimension.cpp -Wp,-MD,.deps/Dimension.TPlo -o Dimension.o >/dev/null 2>&1
source='Envelope.cpp' object='Envelope.lo' libtool=yes \
depfile='.deps/Envelope.Plo' tmpdepfile='.deps/Envelope.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=""2.0.0""    -g -O2 -c -o Envelope.lo `test -f 'Envelope.cpp' || echo './'`Envelope.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c Envelope.cpp -Wp,-MD,.deps/Envelope.TPlo  -fPIC -DPIC -o .libs/Envelope.o
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c Envelope.cpp -Wp,-MD,.deps/Envelope.TPlo -o Envelope.o >/dev/null 2>&1
source='Geometry.cpp' object='Geometry.lo' libtool=yes \
depfile='.deps/Geometry.Plo' tmpdepfile='.deps/Geometry.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=""2.0.0""    -g -O2 -c -o Geometry.lo `test -f 'Geometry.cpp' || echo './'`Geometry.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c Geometry.cpp -Wp,-MD,.deps/Geometry.TPlo  -fPIC -DPIC -o .libs/Geometry.o
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c Geometry.cpp -Wp,-MD,.deps/Geometry.TPlo -o Geometry.o >/dev/null 2>&1
source='GeometryCollection.cpp' object='GeometryCollection.lo' libtool=yes \
depfile='.deps/GeometryCollection.Plo' tmpdepfile='.deps/GeometryCollection.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=""2.0.0""    -g -O2 -c -o GeometryCollection.lo `test -f 'GeometryCollection.cpp' || echo './'`GeometryCollection.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c GeometryCollection.cpp -Wp,-MD,.deps/GeometryCollection.TPlo  -fPIC -DPIC -o .libs/GeometryCollection.o
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c GeometryCollection.cpp -Wp,-MD,.deps/GeometryCollection.TPlo -o GeometryCollection.o >/dev/null 2>&1
source='GeometryCollectionIterator.cpp' object='GeometryCollectionIterator.lo' libtool=yes \
depfile='.deps/GeometryCollectionIterator.Plo' tmpdepfile='.deps/GeometryCollectionIterator.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=""2.0.0""    -g -O2 -c -o GeometryCollectionIterator.lo `test -f 'GeometryCollectionIterator.cpp' || echo './'`GeometryCollectionIterator.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c GeometryCollectionIterator.cpp -Wp,-MD,.deps/GeometryCollectionIterator.TPlo  -fPIC -DPIC -o .libs/GeometryCollectionIterator.o
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c GeometryCollectionIterator.cpp -Wp,-MD,.deps/GeometryCollectionIterator.TPlo -o GeometryCollectionIterator.o >/dev/null 2>&1
source='GeometryComponentFilter.cpp' object='GeometryComponentFilter.lo' libtool=yes \
depfile='.deps/GeometryComponentFilter.Plo' tmpdepfile='.deps/GeometryComponentFilter.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=""2.0.0""    -g -O2 -c -o GeometryComponentFilter.lo `test -f 'GeometryComponentFilter.cpp' || echo './'`GeometryComponentFilter.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c GeometryComponentFilter.cpp -Wp,-MD,.deps/GeometryComponentFilter.TPlo  -fPIC -DPIC -o .libs/GeometryComponentFilter.o
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c GeometryComponentFilter.cpp -Wp,-MD,.deps/GeometryComponentFilter.TPlo -o GeometryComponentFilter.o >/dev/null 2>&1
source='GeometryFactory.cpp' object='GeometryFactory.lo' libtool=yes \
depfile='.deps/GeometryFactory.Plo' tmpdepfile='.deps/GeometryFactory.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=""2.0.0""    -g -O2 -c -o GeometryFactory.lo `test -f 'GeometryFactory.cpp' || echo './'`GeometryFactory.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c GeometryFactory.cpp -Wp,-MD,.deps/GeometryFactory.TPlo  -fPIC -DPIC -o .libs/GeometryFactory.o
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c GeometryFactory.cpp -Wp,-MD,.deps/GeometryFactory.TPlo -o GeometryFactory.o >/dev/null 2>&1
source='IntersectionMatrix.cpp' object='IntersectionMatrix.lo' libtool=yes \
depfile='.deps/IntersectionMatrix.Plo' tmpdepfile='.deps/IntersectionMatrix.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=""2.0.0""    -g -O2 -c -o IntersectionMatrix.lo `test -f 'IntersectionMatrix.cpp' || echo './'`IntersectionMatrix.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c IntersectionMatrix.cpp -Wp,-MD,.deps/IntersectionMatrix.TPlo  -fPIC -DPIC -o .libs/IntersectionMatrix.o
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c IntersectionMatrix.cpp -Wp,-MD,.deps/IntersectionMatrix.TPlo -o IntersectionMatrix.o >/dev/null 2>&1
source='LinearRing.cpp' object='LinearRing.lo' libtool=yes \
depfile='.deps/LinearRing.Plo' tmpdepfile='.deps/LinearRing.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=""2.0.0""    -g -O2 -c -o LinearRing.lo `test -f 'LinearRing.cpp' || echo './'`LinearRing.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c LinearRing.cpp -Wp,-MD,.deps/LinearRing.TPlo  -fPIC -DPIC -o .libs/LinearRing.o
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c LinearRing.cpp -Wp,-MD,.deps/LinearRing.TPlo -o LinearRing.o >/dev/null 2>&1
source='LineSegment.cpp' object='LineSegment.lo' libtool=yes \
depfile='.deps/LineSegment.Plo' tmpdepfile='.deps/LineSegment.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=""2.0.0""    -g -O2 -c -o LineSegment.lo `test -f 'LineSegment.cpp' || echo './'`LineSegment.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c LineSegment.cpp -Wp,-MD,.deps/LineSegment.TPlo  -fPIC -DPIC -o .libs/LineSegment.o
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c LineSegment.cpp -Wp,-MD,.deps/LineSegment.TPlo -o LineSegment.o >/dev/null 2>&1
source='LineString.cpp' object='LineString.lo' libtool=yes \
depfile='.deps/LineString.Plo' tmpdepfile='.deps/LineString.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=""2.0.0""    -g -O2 -c -o LineString.lo `test -f 'LineString.cpp' || echo './'`LineString.cpp
 g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers -DGEOS_VERSION=2.0.0 -g -O2 -c LineString.cpp -Wp,-MD,.deps/LineString.TPlo  -fPIC -DPIC -o .libs/LineString.o
make[2]: Leaving directory `/home/marco/download/install/geos-2.0.0/source/geom'
make[1]: Leaving directory `/home/marco/download/install/geos-2.0.0/source'


More information about the geos-devel mailing list