[GRASS5] v.voronoi fails to build
Glynn Clements
glynn.clements at virgin.net
Thu Oct 14 08:13:28 EDT 2004
Markus Neteler 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'
>
> On RH7/RH9/MDK10 no problem. Which OS/platform are you refering to?
AFAICT, the error will occur if the shared libraries aren't in a
directory where the loader would normally find them.
The link command for shared libraries on Linux (possibly other
platforms) should include:
-Wl,-rpath-link,$(ARCH_LIBDIR)
This will tell the linker to look in $(ARCH_LIBDIR) for shared
libraries which aren't explicitly linked via a -l switch but are
dependencies of other shared libraries.
--
Glynn Clements <glynn.clements at virgin.net>
More information about the grass-dev
mailing list