From: "Daniel" Newsgroups: comp.os.msdos.djgpp Subject: cannot exec `cpp' Lines: 27 X-Newsreader: Microsoft Outlook Express 4.72.3155.0 X-Mimeole: Produced By Microsoft MimeOLE V4.72.3155.0 Message-ID: NNTP-Posting-Host: 206.67.165.214 X-Trace: typ11.nn.bcandid.com 935765939 206.67.165.214 (Fri, 27 Aug 1999 10:58:59 EDT) NNTP-Posting-Date: Fri, 27 Aug 1999 10:58:59 EDT Date: Fri, 27 Aug 1999 10:58:05 -0500 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am new to command line compilers. I just downloaded djgpp from Delorie and put: SET PATH=%PATH%;C:\PROGRA~1\TSHG\GNUPAL~1\BIN;C:\PERL\BIN;C:\DJGPP\BIN set DJGPP=C:\DJGPP\DJGPP.ENV in my autoexec.bat I have been developing a small app in MS C++ and wanted to switch to DJGPP. When I tried to compile me code in RHIDE I go the error: Compiling: AlphaTree.cpp installation problem, cannot exec `cpp': No such file or directory (ENOENT) There were some errors so I tried gcc -ov AlphaTree.cpp and gxx -ov AlphaTree.cpp on the command line and got: gcc.exe: installation problem, cannot exec `cpp': No such file or directory (ENOENT) Like I said I am new to command line compilers I am guessing I have a setting wrong in DJGPP.env, but I don't know what I am doing. I would apreciate any help I can get thanks Daniel