Purpose: Maintenance
Description: Compilation of C++ APIs failed when ecc compiler was used.
Solution: Quincey and Raymond found out that one needs
-D__GNUC__ flag with ecc v7.1 to build on titan. I added
compilation flags from the config/ia64-linux-gnu file to the
c++/config/ia64-linux-gnu
Platforms tested: hal (Altix), titan
On titan C++ tests passed, but build failed in the
tools/misc directory with the misterious message:
.depend:28: *** multiple target patterns. Stop.
Misc. update: