[GRASS-dev] GRASS 6.5 GEOS build fails

Glynn Clements glynn at gclements.plus.com
Tue Jul 28 11:18:23 EDT 2009


Moritz Lennert wrote:

> > any clue how to compile 6.5 with GEOS support? Vlib fails:
> 
> What did you feed configure ? It should be something like this:
> 
> --with-geos=/usr/bin/geos-config
> 
> This works for me with libgeos-3.0.0.

Ah. With geos-2.2.3, the configure checks pass, but the build fails.

The GEOS configure checks should actually do some checking. Apart from
the version issue, there's no LOC_CHECK_LIBS or similar, so the checks
will pass even if the library is entirely absent.

LOC_CHECK_LIBS checks for a specific symbol, so it should be
straightforward to check for a symbol which is only present in 3.x.

-- 
Glynn Clements <glynn at gclements.plus.com>


More information about the grass-dev mailing list