Date: Wed, 25 Nov 1998 13:18:17 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Oren Sarig cc: djgpp AT delorie DOT com Subject: Re: Problems Compiling In-Reply-To: <365ad939.1243858@news.isdn.net.il> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Tue, 24 Nov 1998, Oren Sarig wrote: > When I try to compile my programs, gcc complains it can't find cpp. I > know cpp = c plus plus No, cpp is the pre-processor (the one which handles #define, #include, etc.). > what did i do wrong? You didn't run for the documentation. ;-) Please download the DJGPP FAQ list (v2/faq211b.zip) from the same place you got DJGPP and read section 6.5 there. It describes the common reasons for these problems.