[geos-devel] GEOS on Solaris?!

Norman Vine nhv at cape.com
Sat Apr 12 11:57:47 EDT 2003


Carsten Neumann writes:
>
> for an univerity project I'm using the GEOS library to test
> intersection of
> polygons given in WKT-strings. But - while everything aparently works fine
> on my LINUX-PC at home - it fails on solaris (identified by ./configure as
> "sparc-sun-solaris2.8" )
>
> Before compiling the sources I had to run these commands because
> ./configure
> always stops in the directory source/examples (Makefile.in is
> missing) - on
> both systems
>
> cd geos
> cp /usr/local/share/automake/depcomp .
> autoconf             (version 2.52)
> automake           (version 1.6.3)
>
> Then it compiles successfully with:
>
> ./configure --prefix=$HOME/nexus
> gmake
> gmake install

try

cd geos
autogen.sh
./configure --prefix=$HOME/nexus
gmake

HTH

Norman




More information about the geos-devel mailing list