From: starling Newsgroups: comp.os.msdos.djgpp Subject: Compiler switch error Date: Tue, 07 Sep 1999 20:30:47 -0700 Organization: University of California at Berkeley Lines: 30 Message-ID: <37D5D867.BA80BBAC@uclink4.berkeley.edu> NNTP-Posting-Host: put-78-61.reshall.berkeley.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: agate-ether.berkeley.edu 936761925 18797 169.229.78.61 (8 Sep 1999 03:38:45 GMT) X-Complaints-To: abuse AT berkeley DOT edu NNTP-Posting-Date: 8 Sep 1999 03:38:45 GMT X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en,ja To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com When I run the DJGPP compiler in an IDE editor called Rhide (1.4), I get a compiler error: "cannot specify -o and -c with multiple compilations" How do I fix this? It happens whenever I try to compile any file in a normal project. I would like to find out what settings the IDE needs to prevent this error. Starling P.S I don't think I am the only one with this problem: Nick de Graeve wrote: > > I tried to compile the trivial program "Hello World" ( test.cpp ) > > #include > void main (){ > cout << "Hello World"; > } > > and I got the message > > "cannot specify -o with -c or -S and multiple compilations" > > What did I do wrong? Nick, if you ever figured out how to fix the editor, let me know.