Date: Tue, 4 May 1999 11:35:08 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Zoma cc: djgpp AT delorie DOT com Subject: Re: Command line parameters In-Reply-To: <7gm23i$ftv$1@ash.prod.itd.earthlink.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 4 May 1999, Zoma wrote: > Anyone know of a good source for a listing of gcc/gxx command line > parameters? GCC comes with an on-line manual, and all its sommand-line options are described there. To read, type the following from the command line: info gcc invoking This assumes that you have installed the stand-alone Info reader; if not, download and unzip the file v2gnu/txi312b.zip from the same place you got DJGPP. Another possibility is to point your Web browser to this URL: http://www.delorie.com/gnu/docs/gcc.1.html The full GCC manual is at this URL: http://www.delorie.com/gnu/docs/gcc_toc.html > The FAQ has some examples, but there is no list that I know of. The FAQ is not a replacement for documentation of the development tools; it only covers what's missing in the usual docs and what people tend to ask a lot.