July 2004
Beginner to intermediate
576 pages
12h 3m
English
gccTHIS APPENDIX SUMMARIZES SOME OF THE more commonly used gcc options. For information about all command-line options, under Unix, type the command man gcc. You can also visit the gcc Web site, http://gcc.gnu.org/onlinedocs, for complete online documentation.
This appendix summarizes the command-line options available in gcc, release 3.3, and does not cover extensions added by other vendors, such as Apple Computer, Inc.
The general format of the gcc command is
gcc [options] file [file ...]
Items enclosed in square brackets are optional.
Each file in the list is compiled by the gcc compiler. Normally, this involves preprocessing, compiling, assembling, and linking. Command-line options can ...
Read now
Unlock full access