Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ cc(1) — AOS 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

hc(1)

pcc(1)

CC(1)  —  

NAME

cc − default C compiler

SYNOPSIS

cc [ option ] ... file ... 

DESCRIPTION

As shipped, cc is a symbolic link to /bin/hc.  Your system administrator can change this link to /bin/pcc, if you require pcc to be the default C compiler. 

Note:  If you wish to leave hc as the default compiler but object to the increased number of warning messages, you can install the following script in /bin/cc:

 
#!/bin/sh
exec/bin/hc  -w  "$@"

FILES

/bin/cc
/bin/hc
/bin/pcc

SEE ALSO

hc(1), pcc(1)
 
 

PRPQs 5799-WZQ/5799-PFF: IBM/4.3  —  July 1987

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026