Sender: nate AT cartsys DOT com Message-ID: <35BA707C.6247D91E@cartsys.com> Date: Sat, 25 Jul 1998 16:55:40 -0700 From: Nate Eldredge MIME-Version: 1.0 To: Niels CC: djgpp AT delorie DOT com Subject: Re: problem not solved by FAQ- please read. References: <6pd8tp$3lt33 AT reader1 DOT wxs DOT nl> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Niels wrote: > > hi, > > When I try to compile C++ source code with cpp.exe > I get an error message that says the compiler can't find the header files... > I tried everything in the FAQ but I still can't solve the problem. Read README.1ST again (you *did* read it, right?) You don't compile with cpp; that is the preprocessor. Use `gpp' for C++. Also make sure all your environment variables are set correctly (PATH, DJGPP, and LFN). Failing that, compile with the `-v' option and post the compilation command line, the output, the output of `SET', and your AUTOEXEC.BAT file. -- Nate Eldredge nate AT cartsys DOT com