Wolf Bergenheim wrote: > >> I just read on the development Wiki that there is limited support for > >> C++ and was hoping someone could clarify that. If I'm writing a module > >> can I use C++? > > > > You're welcome to try. The main issue is that most of the configure > > checks are performed using the C compiler, and any Makefile variables > > are set appropriately for the C compiler. > > > > Also note that there is no default rule to build C++ files into .o files
Yes there is; see Rules.make (6.x) or Compile.make (7.0). -- Glynn Clements <[email protected]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
