From: Martin DOT Stromberg AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: PLEASE help me!!!!!!! Date: 30 Aug 1999 16:33:21 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 19 Message-ID: <7qeboh$lia$3@antares.lu.erisoft.se> References: <19990830122020 DOT 06830 DOT 00002271 AT ng-cl1 DOT aol DOT com> NNTP-Posting-Host: spica-144.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com LogosAZ (logosaz AT aol DOT com) wrote: : I can compile c programs fine, but when I go to compile a c++ program I get an : error messege telling me: : Compiling: Example.cpp : installation problem, cannot exec `cc1plus': No such file or directory : (ENOENT) : There were some errors : I KNOW I have the .exe cc1plus because I found it. I even re-installed DJGPP! I : have the latest version. What could be the problem? Add "-v" to the options to gcc/gxx/gpp and post the result here. Right, MartinS