From: "Roger H." Newsgroups: comp.os.msdos.djgpp Subject: Re: HELP ME!!!!!!! Date: Sat, 11 Jul 1998 19:19:47 -0700 Organization: Home Lines: 21 Message-ID: <6o95fv$h2i$1@slave2.aa.net> References: <35A6F558 DOT 139F AT gfherald DOT infi DOT net> NNTP-Posting-Host: 206.125.86.29 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Try checking your environment settings in your autoexec.bat. This is how they should be: SET PATH=%PATH%;D:\DJGPP\BIN set djgpp=d:/djgpp/djgpp.env The reversed directory slash in the second line is no mistake, it is supposed to be like that because DJGPP is a Unix port. I hope this helps. Scott Olson wrote in message <35A6F558 DOT 139F AT gfherald DOT infi DOT net>... >When I go to GCC i get this message: > >gcc.exe: installation problem, cannot exec 'cpp': No such file or >directory (ENOENT) > >I've been puzzled about this for a long time. Any help is appreciated.