[GRASS5] v.voronoi fails to build
Glynn Clements
glynn.clements at virgin.net
Thu, 14 Oct 2004 10:58:05 +0100
Hamish wrote:
> The new v.voronoi fails to build,
>
>
> "libgrasss_raster.so not found, needed by libgrass_display.so"
>
> libgrass_display.so: undefined reference to `R_pad_delete'
The v.voronoi Makefile needs to be changed to mention the raster
library:
LIBES = $(VECTLIB) $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)
DEPENDENCIES= $(VECTDEP) $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)
Although it would be preferable to change Grass.make.in so that each
*LIB variable includes all of the necessary dependent libraries. Then,
the Makefiles would only reference the libraries which they use
directly. This is already the case for GISLIB, GMATHLIB and GPROJLIB.
--
Glynn Clements <glynn.clements@virgin.net>