Modified: May 22 2002
- PATH to executables and man pages are set in system files
- Man pages for CC/cc are located in /opt/SUNWspro/man so your
MANPATH variable must point to this place.
- Take a look at the cc manual page.
The most often used options for the C compiler are shown in this example:
cc -I/my-path-to-include-files -fast -xO0 [1|2|3|4|5]
-xtarget=ultra -xarch=v9 filename.c
|