From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: HELP!!! Date: Sun, 21 Jun 1998 22:25:56 -0400 Organization: Two pounds of chaos and a pinch of salt. Lines: 35 Message-ID: <358DC0B4.9686450B@cs.com> References: <358D9714 DOT 2FFA AT cin DOT net> NNTP-Posting-Host: ppp146.cs.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Mark R. Clay wrote: > > I just installed DJGPP v2.01 to my Windows 95 computer. I got the files > from the zip-picker at www.delorie.com. I followed the instructions in > readme.1st to the letter. Whenever I try to compile, gcc says "gcc.exe: > installation problem, cannot exec `cpp': No such file or directory > (ENOENT)" What does this mean? Please help me, I cannot even use DJGPP > now. It means that you did not follow the instructions in readme.1st to the letter. :-) You must set your DJGPP environment variable to point to the correct location of the file 'djgpp.env'. You must also set your PATH to include the DJGPP 'bin' directory. Additional pitfalls include putting the DJGPP files into a directory that contains a long filename, unzipping with a non-LFN unzip program under Windows 95, etc. The DJGPP Frequently Asked Questions list contains a complete chapter on installation and compilation problems (chapter 8). If the information in there doesn't help, please see chapter 6.12 for information on the proper way to post a system report to this discussion group. You might also want to try out my DJVERIFY diagnostic utility which is designed to evaluate your DJGPP installation. The latest test version is available from my web page (below), or directly from the URL: http://www.cs.com/fighteer/files/vrfy04a.zip. -- --------------------------------------------------------------------- | John M. Aldrich | "Sin lies only in hurting other | | aka Fighteer I | people unnecessarily. All other | | mailto:fighteer AT cs DOT com | 'sins' are invented nonsense." | | http://www.cs.com/fighteer | - Lazarus Long | ---------------------------------------------------------------------