From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Gpp compiler Date: Sat, 15 Apr 2000 10:42:20 +0200 Organization: NetVision Israel Lines: 17 Message-ID: <38F82B6C.E14B056A@is.elta.co.il> References: <8d4naf$f9m$1 AT news1 DOT sunrise DOT ch> <200004131720 DOT WAA01910 AT midpec DOT com> <8d7sss$c1u$1 AT news1 DOT sunrise DOT ch> <38F78E68 DOT 8D3F0354 AT is DOT elta DOT co DOT il> <8d87k2$htn$1 AT news1 DOT sunrise DOT ch> NNTP-Posting-Host: ras1-p73.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 955784492 26222 62.0.172.75 (15 Apr 2000 07:41:32 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 15 Apr 2000 07:41:32 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 Osah wrote: > > "Error no file names given" <---- Why should it give me this message when i > compiled my program like this: > > gpp test.cpp > > or like this > > gpp test.cpp -otest.exe -llibstdcxx [even with the .a extension] Like I said: type "dir test*" in that directory and see if you have test.cpp there. Sometimes people use editors that save the files with funny extensions. You could have, for example, test.cpp.txt instead of test.cpp. I suggested this two times in this thread, but never saw any response. Could you *please* try this?