Hi.
I have a problem in using one of the routines in the DIG library. (GRASS4.0)
I used the routinedig_P_area_att(map,area)
in a program. The #include files were
gis.h
digit.h
dig_head.h
dig_defines.h
dig_structs.h
V_.hThe rest of the program compiled fine, but the loader gave an error message:
ld: undefined symbol
_dig_P_area_att
The program compiled fine when I commented out this routine.I went through the various library files: src/mapdev/Vlib , diglib, etc.
The only reference to this function was in file frontend . I do not see what
went wrong.Could someone please comment on this?
Thanks.-Raj
MOBILE AND PORTABLE RADIO
RESEARCH GROUP
Dept. of Electrical Engg.
VPI&SUrajguruc@vttcf.cc.vt.edu
raj@mprg1.mprg.ee.vt.edu
(703) 231-4160
I believe the call V2_get_area(&Map,area) will work as well. I think this is
the 4.0 equivalent of dig_P_get_area. The code is in $SRC/mapdev/Vlib/
level_two.c.
jim farley