Skip to content

Make builds with VT default to using stlport4 when compile with Oracle Studio compilers #146

Open
@ompiteam

Description

@ompiteam

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions