Andreas Jochem wrote:
> I was trying to compile the test.c file in lib/vector/rtree
> directory but I always get some error messages.
>
> /usr/local/src/grass-6.3.0/lib/vector/rtree/test.c:49:
> undefined reference to `RTreeNewIndex'
> /usr/local/src/grass-6.3.0/lib/vector/rtree/test.c:63:
> undefined reference to `RTreeInsertRect'
> /usr/local/src/grass-6.3.0/lib/vector/rtree/test.c:64:
> undefined reference to `RTreeSearch'
>
> These functions can not be found....
>
> Can any body solve this problem?
cd lib/vector/rtree
make OBJ.i686-pc-linux-gnu/test # (adjust for your platform)
and it should work. (I don't know why the Makefile target is not just
called "test")
Hamish
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev