78
-idirafter
dir
Search
for header files, but do it after all directories specified with
dir
system directories have been exhausted.
-iprefix
prefix
Specify
prefix
directory, you should include the final
-iwithprefix
dir
-iwithprefixbefore
Append
to the prefix specified previously with
dir
tory to the include search path.
-iwithprefix
-isystem
dir
Search
for header files, after all directories specified by
dir
directories. Mark it as a system directory, so that it gets the same special treatment as is applied
to the standard system directories.
-fdollars-in-identifiers
Accept
in identifiers.
$
-fpreprocessed
Indicate to the preprocessor that the input file has already been preprocessed. This suppresses
things like macro expansion, trigraph conversion, escaped newline splicing, and processing of
most directives. The preprocessor still recognizes and removes comments, so that you can pass a
file preprocessed with
cessor is little more than a tokenizer for the front ends.
-fpreprocessed
are the extensions that GCC uses for preprocessed files created by
-ftabstop=
width
Set the distance between tab stops. This helps the preprocessor report correct column numbers in
warnings or errors, even if tabs appear on the line. If the value is less than 1 or greater than 100,
the option is ignored. The default is 8.
-fexec-charset=
charset
Set the execution character set, used for string and character constants. The default is UTF-8.
can be any encoding supported by the system's
charset
-fwide-exec-charset=
Set the wide execution character set, used for wide string and character constants. The
default is UTF-32 or UTF-16, whichever corresponds to the width of
-ftarget-charset
routine; however, you will have problems with encodings that do not fit exactly in
-finput-charset=
Set the input character set, used for translation from the character set of the input file to the source
character set used by GCC. If the locale does not specify, or GCC cannot get this information
from the locale, the default is UTF-8. This can be overridden by either the locale or this command
line option. Currently the command line option takes precedence if there's a conflict.
can be any encoding supported by the system's
as the prefix for subsequent
dir
-iwithprefixbefore
puts it where
-idirafter
to the compiler without problems. In this mode the integrated prepro-
-C
is implicit if the input file has one of the extensions
charset
,
can be any encoding supported by the system's
charset
charset
Chapter 4. GCC Command Options
is treated as a system include directory.
dir
-iwithprefix
.
/
-iprefix
puts it in the same place
would.
iconv
library routine.
iconv
and the standard
-I
options. If the prefix represents a
, and add the resulting direc-
but before the standard system
-I
,
or
.i
.ii
.
-save-temps
library routine.
wchar_t
iconv
would;
-I
. These
.mi
. As with
library
.
wchar_t
charset
Need help?
Do you have a question about the ENTERPRISE LINUX 4 and is the answer not in the manual?