From: Radical DOT NetSurfer AT delorie DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: C++ PROBLEMS !! Date: Wed, 05 Sep 2001 03:17:50 -0400 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <8cnaptsrje05ghoc03klucqmosa2keg4pg AT 4ax DOT com> X-Newsreader: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: newsabuse AT supernews DOT com Lines: 24 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On 5 Sep 2001 02:58:23 GMT, "A. Sinan Unur" wrote: [[snipped]] >> that "cc1.exe" should be __renamed__ to just "cc.exe" >> and you __must__ rename "cpp0.exe" to "cpp.exe" and place it >> in the \DJGPP\BIN\ directory before C++ projects can be compiled? > >no. none of those files needs to be renamed. Actually NOTHING would compile if it was ".cpp" until I changed cpp0.exe to cpp.exe anyone know why this would be? and yes indeedy... \djgpp\land\cxx is where the C++ stuff be!! I can run MAKE and compile C++ programs with no problems; __BUT__ if renaming "cpp.exe" back to "cpp0.exe" produces problems... there MUST BE an explanation.... (could it have something to do with that mystery cc1plus.exe thingy?) [[snipped]] > >hth. > >Sinan.