gxx-name

Specifies the name of the g++ compiler that should be used to set up the environment for C++ compilations.

IDE Equivalent

None

Architectures

IA-32, Intel® 64 architectures

Syntax

Linux and Mac OS X:

-gxx-name=name

Windows:

None

Arguments

name

Is the name of the g++ compiler to use. It can include a full path.

Default

OFF

The compiler uses the PATH setting to find the g++ compiler and resolve environment settings.

Description

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.

Note iconNote

When compiling a C++ file with icc, g++ is used to get the environment.

Alternate Options

None

See Also


Submit feedback on this help topic

Copyright © 1996-2011, Intel Corporation. All rights reserved.