cc(1-ucb) (BSD Compatibility Package) cc(1-ucb)
NAME
cc - C compiler
SYNOPSIS
/usr/ucb/cc [options]
DESCRIPTION
/usr/ucb/cc is the C compiler for the BSD Compatibility Package.
/usr/ucb/cc is identical to /usr/bin/cc [see cc(1)] except that BSD
header files and BSD libraries are linked before System V libraries.
/usr/ucb/cc accepts the same options as /usr/bin/cc, with the follow-
ing exceptions:
-I"dir"
Search dir for included files whose names do not begin with a
"/", prior to the usual directories. The directories for multiple
-I options are searched in the order specified. The preprocessor
first searches for #include files in the directory containing
sourcefile, and then in directories named with -I options (if
any), then /usr/ucbinclude, and finally, in /usr/include.
-L"dir"
Add dir to the list of directories searched for libraries by
/usr/ccs/bin/cc. This option is passed to /usr/ccs/bin/ld. Direc-
tories specified with this option are searched before
/usr/ucblib, /usr/ccs/lib and /usr/lib.
-Y LU,dir
Change the default directory used for finding libraries.
NOTES
The -Y LU,dir option may have unexpected results, and should not be
used. This option is not in the UNIX System V base.
FILES
/usr/ucblib
/usr/lib
/usr/ucblib/libucb.a
/usr/ccs/lib
/usr/ucb
/usr/ccs/bin
SEE ALSO
ar(1), as(1), cc(1), ld(1), lorder(1), strip(1), tsort(1), a.out(4).
Page 1 Reliant UNIX 5.44 Printed 11/98