gcc-name

Specifies the location of g++ when the compiler cannot locate the gcc C++ libraries.

IDE Equivalent

None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux: -gcc-name=dir
Windows:    None

Arguments

dir     Is the location (path) of g++.

Default

OFF      The compiler can locate gcc C++ libraries after g++ is installed.

Description

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.

Alternate Options

None

See Also

Building Applications: Compiler Options for Interoperability