Open
Description
When building OMPI with Oracle Studio C++ compilers and having VT configured on one will be met with the following messages
WARNING: **************************************************************
WARNING: *** VampirTrace cannot be built due to your STL appears to
WARNING: *** be broken.
WARNING: *** Please try again re-configuring Open MPI with using
WARNING: *** the STLport4 by adding the compiler flag -library=stlport4
WARNING: *** to CXXFLAGS.
WARNING: *** Pausing to give you time to read this message...
WARNING: **************************************************************
It would be nice if configure detected this case and automatically add -library=stlport4 to CXXFLAGS.