From: "DeHackEd" References: <6ae1lc$gei$1 AT herald DOT Mines DOT EDU> Subject: Re: gcc switches Date: Sun, 25 Jan 1998 15:03:32 -0500 Lines: 26 Message-ID: <#N42cwcK9GA.208@upnetnews03> Newsgroups: comp.os.msdos.djgpp To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Read the DOCS in the INFO secection. But basicly the commands are: -o sets the output file -c compiles to objects and stops -S compiles to assembly and stops -l links with library lib\lib.a The others are mainly for optmiziation and go to the preprocess, compiler, etc. -- "DeHackEd" EMail address not given out due to low-life spammers. Jean-Luc Romano wrote in message <6ae1lc$gei$1 AT herald DOT Mines DOT EDU>... > > Is there any list that can tell me what DJGPP's gcc switches are? >I've tried "gcc -?", "gcc -h", and "gcc -help" but they don't seem to >work. > > Jean-Luc Romano > >