Visible to Intel only — GUID: GUID-A0E92522-F837-49BE-AD47-7498CFB14F19
Visible to Intel only — GUID: GUID-A0E92522-F837-49BE-AD47-7498CFB14F19
cxxlib
Determines whether the compiler links using the C++ runtime libraries provided by gcc.
Syntax
Linux: |
-cxxlib -no-cxxlib |
macOS: |
-cxxlib -no-cxxlib |
Windows: |
None |
Arguments
None
Default
-no-cxxlib |
The compiler uses the default runtime libraries and does not link to any additional C++ runtime libraries. |
Description
This option determines whether the compiler links to the standard C++ runtime library (libstdc++). It is useful for building mixed Fortran/C++ applications.
Option -cxxlib=dir can be used with option -gcc-name=name to specify the location dir/bin/name.
IDE Equivalent
Alternate Options
None