Message-ID: <39BD7364.85469E1F@bellsouth.net> From: Joe Durusau X-Mailer: Mozilla 4.72 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: gnu.gcc,gnu.gcc.help,comp.os.msdos.djgpp Subject: Re: How do I compile using gcc? References: <8pjebi$bfh$1 AT news DOT ihug DOT co DOT nz> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 21 Date: Mon, 11 Sep 2000 20:05:56 -0400 NNTP-Posting-Host: 216.78.123.183 X-Trace: news4.atl 968716974 216.78.123.183 (Mon, 11 Sep 2000 20:02:54 EDT) NNTP-Posting-Date: Mon, 11 Sep 2000 20:02:54 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com You can get a very elaborate set of docs in the source distribution, or you can go to www.gnu.org and look for documentation. There are a huge number of options for gcc, far too many to list in a simple post. -Wall means print all warnings. A typical command line for the dreaded hello.c program might be: gcc -o hello hello.c You really need to look at the docs, they go on and on and on... Speaking only for myself, Joe Durusau K Donovan wrote: > > What is the command line for gcc? What does -wall mean? (and the other > commands of course) Is there a document on the net which can help me? - > thanx in advance.