Intel® Fortran Compiler 16.0 User and Reference Guide

cxxlib

Determines whether the compiler links using the C++ run-time libraries provided by gcc.

Syntax

Linux and OS X:

-cxxlib

-no-cxxlib

Windows:

None

Arguments

None

Default

-no-cxxlib

The compiler uses the default run-time libraries and does not link to any additional C++ run-time libraries.

Description

This option determines whether the compiler links to the standard C++ run-time library (libstdc++). It is useful for building mixed Fortran/C++ applications.

IDE Equivalent

None

Alternate Options

None

See Also