From: "Alexei A. Frounze" Newsgroups: comp.os.msdos.djgpp Subject: Re: C++ problem Date: Sun, 20 May 2001 06:31:59 -0400 Organization: Global Crossing Telecommunications Lines: 31 Message-ID: <9e86br$ifa$1@node21.cwnet.roc.gblx.net> References: <000e01c0e109$5714a560$056a68d5 AT self> NNTP-Posting-Host: 209-130-220-238.nas1.roc.gblx.net X-Trace: node21.cwnet.roc.gblx.net 990354619 18922 209.130.220.238 (20 May 2001 10:30:19 GMT) X-Complaints-To: abuse AT gblx DOT net NNTP-Posting-Date: Sun, 20 May 2001 10:30:19 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I might be wrong, but there seem to be no cpp.exe in gcc 2.95.3 distribution, instead there is cpp0.exe. there was cpp.exe in 2.95.2 so I wonder if you have *both* c and c++ compilers up to date. Good Luck -- Alexei A. Frounze alexfru [AT] chat [DOT] ru http://alexfru.chat.ru http://members.xoom.com/alexfru/ http://welcome.to/pmode/ "greg.pearce" wrote in message news:000e01c0e109$5714a560$056a68d5 AT self... I installed DJGPP with a long filename supporting PKZIP, and followed all the installation properly. I can compile C source written in notepad with a .c extension using gcc no problem, but when i try to compile C++ written in notepad with a .cc extension using gpp it says: gpp.exe: installation problem, cannot exec 'cpp': No such file or directory (ENOENT) I even tryed to compile it in gcc with the line: gcc myprog.cc -o myprog.exe -lstdcxx and got a simaliar error, what am i doing wrong, can you please help? from Greg Pearce