Skip to content

C++ runtime should not be hardcoded in configure #165

@barracuda156

Description

@barracuda156

This will be wrong for most set-up of macOS:

# Establish -lstdc++ or equivalent
if test "x$CXXLIB" == "x"; then
   if test "x$CXX" == "xifort"; then
      CXXLIB="-cxxlib"
   else
      CXXLIB="-lstdc++"
   fi
fi

As well as some other systems, which happen to use libc++ (but not ifort fortran).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions