From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: the gcc -o option Date: Wed, 22 Mar 2000 19:31:01 +0200 Organization: NetVision Israel Lines: 8 Message-ID: <38D90355.C1FF7BD8@is.elta.co.il> References: <38D8BB21 DOT 16397608 AT accord-soft DOT com> NNTP-Posting-Host: ras1-p9.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 953746175 24499 62.0.172.11 (22 Mar 2000 17:29:35 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 22 Mar 2000 17:29:35 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Ghins Mathai wrote: > > The gcc -o option overwrites a file by default. Is there anyway by which > I can prevent this ?? No, you can't prevent the overwriting. But why would you want to? What would you like GCC to do instead?