Date: Mon, 22 Jun 1998 19:23:07 +0300 (IDT) From: Eli Zaretskii To: "Mark R. Clay" cc: djgpp AT delorie DOT com Subject: Re: HELP!!! In-Reply-To: <358D9714.2FFA@cin.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 21 Jun 1998, Mark R. Clay wrote: > Whenever I try to compile, gcc says "gcc.exe: > installation problem, cannot exec `cpp': No such file or directory > (ENOENT)" What does this mean? This means gcc cannot find the preprocessor, cpp.exe, usually because installation problems. Most probably, you didn't set the DJGPP environment variable correctly (assuming cpp.exe was unzipped from gccNNNb.zip, and not deleted due to some snafu).