Download as:
Rating : ⭐⭐⭐⭐⭐
Price: $10.99
Language:EN

Reference: cc

UNIX in a Nutshell: System V Edition

 

cc

/usr/ccs/bin/cc [options] files
-c
-Dname[=def]
-E
-g
-Idir

Search for include files in directory dir (in addition to standard locations). Supply a -I for each new dir to be searched.

-lname

Link source file with library files libname.so or libname.a.

-Ldir
-o file
-O
-p
-P

Run only the preprocessor and place the result in file.i.

-S

Compile (and optimize, if -O is supplied), but don't assemble or load; assembler output is placed in file.s.

-Uname

Example

cc -o xpop xpop.c -lXaw -lXmu -lXt -lX11

Previous: Reference: cb UNIX in a Nutshell: System V Edition Next: Reference: cd
Reference: cb Book Index Reference: cd

The UNIX CD Bookshelf Navigation
Copyright © 2009-2023 UrgentHomework.com, All right reserved.