Specifies the location of g++ when the compiler cannot locate the gcc C++ libraries.
None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | -gcc-name=dir |
Windows: | None |
dir | Is the location (path) of g++. |
OFF | The compiler can locate gcc C++ libraries after g++ is installed. |
This option specifies the location of g++ when the compiler cannot locate the gcc C++ libraries. To use this option, you must also specify the -cxxlib-gcc option.
This option is helpful when you are referencing a non-standard gcc installation.
None
Building Applications: Compiler Options for Interoperability