Manual Pages for UNIX Darwin command on man c99
MyWebUniversity

Manual Pages for UNIX Darwin command on man c99

C99(1) BSD General Commands Manual C99(1)

NAME

cc9999 - standard C language compiler

SYNOPSIS

cc9999 [-ccEEggss] [-DD name[=value]] ... [-II directory ...] [-LL directory ...]

[-oo outfile] [-OO optlevel] [-UU name ...] operand ...

DESCRIPTION

This is the name of the C language compiler as required by the IEEE Std

1003.1-2001 (``POSIX.1'') standard.

The cc9999 compiler accepts the following options:

-cc Suppress the link-edit phase of the compilation, and do not

remove any object files that are produced.

-DD name[=value]

Define name as if by a C-language ##ddeeffiinnee directive. If no

``=value'' is given, a value of 1 will be used. Note that in order to request a translation as specified by IEEE Std

1003.1-2001 (``POSIX.1''), you need to define

POSIXCSOURCE=200112L either in the source or using this

option. The -DD option has lower precedence than the -UU option.

That is, if name is used in both a -UU and a -DD option, name will

be undefined regardless of the order of the options. The -DD

option may be specified more than once.

-EE Copy C-language source files to the standard output, expanding

all preprocessor directives; no compilation will be performed.

-gg Produce symbolic information in the object or executable files.

-II directory

Change the algorithm for searching for headers whose names are not absolute pathnames to look in the directory named by the directory pathname before looking in the usual places. Thus,

headers whose names are enclosed in double-quotes ("") will be

searched for first in the directory of the file with the ##iinncclluuddee

line, then in directories named in -II options, and last in the

usual places. For headers whose names are enclosed in angle

brackets (<>), the header will be searched for only in directo-

ries named in -II options and then in the usual places. Directo-

ries named in -II options shall be searched in the order speci-

fied. The -II option may be specified more than once.

-LL directory

Change the algorithm of searching for the libraries named in the

-ll objects to look in the directory named by the directory path-

name before looking in the usual places. Directories named in -LL

options will be searched in the order specified. The -LL option

may be specified more than once.

-oo outfile

Use the pathname outfile, instead of the default a.out, for the executable file produced.

-OO optlevel

If optlevel is zero, disable all optimizations. Otherwise, enable optimizations at the specified level.

-ss Produce object and/or executable files from which symbolic and

other information not required for proper execution has been removed (stripped).

-UU name

Remove any initial definition of name. The -UU option may be

specified more than once.

-WW 6644 Make pointers 64 bits. There is presently no -WW 3322 option, since

it is the default.

An operand is either in the form of a pathname or the form -ll library.

At least one operand of the pathname form needs to be specified. Sup-

ported operands are of the form:

file.c A C-language source file to be compiled and optionally

linked. The operand must be of this form if the -cc

option is used. file.a A library of object files, as produced by ar(1), passed directly to the link editor.

file.o An object file produced by cc9999 -cc, and passed directly

to the link editor.

-ll library Search the library named liblibrary.a. A library will

be searched when its name is encountered, so the place-

ment of a -ll operand is significant.

SEE ALSO

ar(1), c89(1), cc(1) STANDARDS

The cc9999 utility interface conforms to IEEE Std 1003.1-2001 (``POSIX.1'').

BSD October 7, 2002 BSD




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™