Specifies the location of the gcc compiler when the compiler cannot locate the gcc C++ libraries.
Windows: None
Linux: Preprocessor > Nonstandard gcc Installation
Mac OS X: Preprocessor > gcc Installed to Non-standard Location
IA-32, Intel® 64, IA-64 architectures
Linux and Mac OS X: | -gcc-name=dir |
Windows: | None |
dir |
Is the full path location of the gcc compiler. |
OFF |
The compiler locates the gcc libraries in the gcc install directory. |
This option specifies the location of the gcc compiler when the compiler cannot locate the gcc C++ libraries.
This option is helpful when you are referencing a non-standard gcc installation.
The C++ equivalent to option -gcc-name is -gxx-name.
None