Gerald Nelson wrote: > I was reading up on r.watershed in the grass-6.3.cvs wingrass > version that was released in early August. The See Also section has > a link to r.terrflow.html but it doesn't work. I searched in the > grass directory and all subdirectories without success.
This propably means that winGRASS package was not build with C++ support, required by r.terraflow which is a (only one?) GRASS module written in C++. The man page will be created only if the relevant module is built. If you only want to read about r.terraflow, there is an online manual for all GRASS modules on [1]. If you need r.terraflow for your work, you'd need to build GRASS --with-cxx. [1]http://grass.itc.it/grass63/manuals/html63_user/index.html Maciek _______________________________________________ grass-dev mailing list [email protected] http://grass.itc.it/mailman/listinfo/grass-dev

