From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Sample C++ Source ... Problems Date: Fri, 31 Dec 1999 12:10:38 +0200 Organization: NetVision Israel Lines: 16 Message-ID: <386C811E.3FBEC8FB@is.elta.co.il> References: NNTP-Posting-Host: ras1-p113.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 946634805 20449 62.0.172.115 (31 Dec 1999 10:06:45 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 31 Dec 1999 10:06:45 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 Jens Luedicke wrote: > > > Because you should use gxx instead of gcc > I did. It reported that a file called "cc1plus" wasn't there. > I searched for it and found in and copied it to the djgpp/bin > Directory. Then it worked fine. Could it be that a PATH in the > DJGPP.ENV isnn't right ? There's no PATH setting in DJGPP.ENV (unless you edited it, in which case you should restore the original version from djdev202.zip). Your description sounds like a problem in installing the compiler. cc1plus.exe does not need to be in djgpp/bin, gcc should find it in its directory (lib/gcc-lib/djgpp/2.952) without any trouble. I suggest to re-read the readme.DJGPP file which came with the compiler distribution and see whether you missed some of the installation steps it mentions.