michele\.rocc\@libero\.it wrote:
> found that r.terraflow module maybe can resolve my problem,
> i'm trying to recompile grass5 with r.terraflow.
> I think I have to give configure the option to compile c++ programs (c++ support) and
> I'm looking for the correct sintiax to use in configure for doing it.
>
> Can someone help me please?First, you have to be using 5.3 or 5.7; the necessary configure
support isn't present in 5.0.x.Apart from that, just use the --with-cxx option when running
configure. That will perform some C++-specific checks, and add
r.terraflow to the list of optional modules to be built.--
Glynn Clements <glynn.clements@virgin.net>
Thak you very much, the "--with-cxx" option now give me c++ support
and i'm compiling...