Michele: libgrass_gmath.so is found in
/usr/local/grass-6.0.1/lib/libgrass_gmath.so which is the install directory.
Well, add this line:
/usr/local/grass-6.0.1/lib
to this file:
/etc/ld.so.conf
(perhaps it's in a different directory in fedora...)
then run as root:
# ldconfig
it should work...
It does seem kinda strange that C++ support is off by default. Should
that be turned on?
If you whant c++ support add:
--with-cxx
to your config string, if you don't enable some modules will not compile.
Michele.