Specifies the name of the g++ compiler that should be used to set up the environment for C++ compilations.
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -gxx-name=name |
Windows: | None |
name |
Is the name of the g++ compiler to use. It can include a full path. |
OFF |
The compiler uses the PATH setting to find the g++ compiler and resolve environment settings. |
This option specifies the name of the g++ compiler that should be used to set up the environment for C++ compilations.
The C equivalent to option -gxx-name is -gcc-name.
When compiling a C++ file with icc, g++ is used to get the environment.
None
Copyright © 1996-2011, Intel Corporation. All rights reserved.