Vax C90-EL SERIES Service Manual Page 60

  • Download
  • Add to my manuals
  • Print
  • Page
    / 216
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 59
Cray Standard C/C++ Reference Manual
2.21.4 -o outfile (CC, cc, c89)
The -o outfile option produces an absolute binary file named outfile. A file named
a.out is produced by default. When this option is used in conjunction with the
-c option and a single C or C++ source file, a relocatable object file named
outfile is produced.
2.21.5 -s (CC, cc, c89)
The -s option produces executable files from which symbolic and other
information not required for proper execution has been removed. If both the -s
and -g (or -G) options are present, -s is ignored.
2.22 Miscellaneous Options
The following sections describe compiler options that affect general tasks.
2.22.1 -h ident=name (CC, cc)
Default option: File name specified on the command line
The -h ident=name option changes the ident name to name. This name is used
as the module name in the object file (.o suffix) and assembler file (.s suffix).
Regardless of whether the ident name is specified or the default name is used,
the following transformations are performed on the ident name:
All . characters in the ident name are changed to $.
If the ident name starts with a number, a $ is added to the beginning of the
ident name.
2.22.2 -V (CC, cc, cpp)
The -V option displays compiler version information. If the command line
specifies no source file, no compilation occurs. Version information consists of the
product name, the version number, and the current date and time, as shown in
the following example:
% CC -V
Cray C++ Version 3.5.0.3 (u144c34129p42138g41109a18)
01/22/02 12:37:25
40 S217936
Page view 59
1 2 ... 55 56 57 58 59 60 61 62 63 64 65 ... 215 216

Comments to this Manuals

No comments