Date: Sun, 26 Nov 1995 09:21:51 +0200 (IST) From: Eli Zaretskii To: mlinvle Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: C++ code under djgpp..... On 24 Nov 1995, mlinvle wrote: > I'm using cc1plus.exe to compile with...Should I be using this or cpp.exe? Do *not* use cc1plus directly. Instead, call your files .cpp or .cc or .cxx and call gcc to compile them. Gcc will invoke the pre-processor before the compiler, and will pass them the right options so it will find its include directories.