Tells the compiler to link using the C++ run-time libraries and header files provided by Intel or gcc, depending on the installed version of gcc.
Windows: None
Linux: Preprocessor > gcc Compatibility Options
Mac OS: Preprocessor > gcc Compatibility Options
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux and Mac OS: | -cxxlib[-mode] |
Windows: | None |
mode | Specifies which C++ run-time libraries to use. Possible values are: | |
Tells the compiler to link using
the C++ run-time libraries and header
files provided by gcc. dir is an optional top-level location for the gcc binaries and libraries. | ||
icc | Tells the compiler to link using the C++ run-time libraries and header files provided by Intel. -cxxlib-icc is only available on IA-32 and ItaniumŪ-based Linux systems. |
-cxxlib-icc |
On Linux* systems, if you are using gcc version 3.2 or newer, the compiler uses the run-time libraries and headers provided by gcc. If you are using a gcc version less than 3.2. the compiler uses the run-time libraries and headers provided by Intel. |
On Mac OS* systems, the compiler uses the run-time libraries and headers provided by gcc. |
This option tells the compiler to link using the C++ run-time libraries and header files provided by Intel or gcc, depending on the installed version of gcc.
If you specify the option with no mode, the compiler uses the default C++ libraries.
Note
For full interoperability with gcc, use -cxxlib-gcc. Do not use the -cxxlib-gcc option if your version of gcc is older than 3.2.
Caution
All object binaries used in a single link must be compiled with the same mode value, whether invoked explicitly or by default.
None
Building Applications: Compiler Options for Interoperability