[GRASSLIST:10064] Link errors, v.drape and v.sample

Today's CVS update, I'm getting errors in v.drape and v.sample:

OBJ.i386-unknown-freebsd5.4/main.o(.text+0x2fd): In function `main':
/users/russo/src/grass_experimental/grass57_exp_2003_11_15/vector/v.drape/main.c:174: undefined reference to `G_get_raster_sample'
OBJ.i386-unknown-freebsd5.4/main.o(.text+0x36e):/users/russo/src/grass_experimental/grass57_exp_2003_11_15/vector/v.drape/main.c:205: undefined reference to `G_get_raster_sample'
OBJ.i386-unknown-freebsd5.4/main.o(.text+0x3c4):/users/russo/src/grass_experimental/grass57_exp_2003_11_15/vector/v.drape/main.c:189: undefined reference to `G_get_raster_sample'

Is there a work-around or fix?

--
Tom Russo KM5VY SAR502 DM64ux http://www.swcp.com/~russo/
Tijeras, NM QRPL#1592 K2#398 SOC#236 AHTB#1
"The only thing you can do easily is be wrong, and that's hardly
  worth the effort." -- Norton Juster

Tom Russo wrote:

Today's CVS update, I'm getting errors in v.drape and v.sample:

OBJ.i386-unknown-freebsd5.4/main.o(.text+0x2fd): In function `main':
/users/russo/src/grass_experimental/grass57_exp_2003_11_15/vector/v.drape/main.c:174: undefined reference to `G_get_raster_sample'
OBJ.i386-unknown-freebsd5.4/main.o(.text+0x36e):/users/russo/src/grass_experimental/grass57_exp_2003_11_15/vector/v.drape/main.c:205: undefined reference to `G_get_raster_sample'
OBJ.i386-unknown-freebsd5.4/main.o(.text+0x3c4):/users/russo/src/grass_experimental/grass57_exp_2003_11_15/vector/v.drape/main.c:189: undefined reference to `G_get_raster_sample'

Is there a work-around or fix?

The related functions in the source code have been restructured recently to
remove cloned code. Unfortunately one file wasn't commited to CVS yet.
I hope that this will happen asap.

Markus