From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: -wall messages Date: 7 Mar 2000 13:11:22 GMT Organization: Aachen University of Technology (RWTH) Lines: 19 Message-ID: <8a2v5q$alu$1@nets3.rz.RWTH-Aachen.DE> References: <1B04E3E8A3E99978 DOT 0AA67B6C38AFD998 DOT 3BC818F6DB8E9388 AT lp DOT airnews DOT net> <8a2nol$73j$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 952434682 10942 137.226.32.75 (7 Mar 2000 13:11:22 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 7 Mar 2000 13:11:22 GMT User-Agent: tin/1.4-19991113 ("No Labels") (UNIX) (Linux/2.0.0 (i586)) Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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.