August 2014
Beginner
552 pages
15h 37m
English
This 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 website, http://gcc.gnu.org/onlinedocs, for complete online documentation.
This appendix summarizes the command-line options available in gcc, release 4.9, and does not cover extensions added by other vendors.
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