From: Rodeo Red Newsgroups: comp.os.msdos.djgpp Subject: Re: -wall messages Date: Tue, 07 Mar 2000 08:26:54 -0500 Organization: Church of Evangelical Environmental Extremism Lines: 27 Message-ID: X-Orig-Message-ID: <38C5039E DOT 71987C3 AT netstep DOT net> References: <1B04E3E8A3E99978 DOT 0AA67B6C38AFD998 DOT 3BC818F6DB8E9388 AT lp DOT airnews DOT net> <8a2nol$73j$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> <8a2v5q$alu$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> Abuse-Reports-To: support at netstep.net to report improper postings NNTP-Proxy-Relay: library2.airnews.net NNTP-Posting-Time: Tue Mar 7 07:23:15 2000 NNTP-Posting-Host: ![E:A-@[-HK1e"j (Encoded at Airnews!) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thanks I got that to work now with gpp %f -Wall -o r.exe. Hans-Bernhard Broeker wrote: > > Rodeo Red wrote: > > > Ok thanks for those explainations. > > [But why did you have to quote all of them?] > > > Here is my command line- %f is an Ultra-edit symbol for the name of the > > source file which is open. > > gpp %f -o -Wall r.exe > > Ah, that's the error, then. You have ordered your options incorrectly. > That should be > > gpp %f -Wall -o r.exe > > The '-o' *must* come *directly* before the output file name ('r.exe'). > -- > Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) > Even if all the snow were burnt, ashes would remain.