Date: Wed, 25 Aug 1999 13:20:43 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Johan Venter cc: djgpp AT delorie DOT com Subject: Re: gcc 2.7.2.1 calls cc1plus.exe instead cc1.exe In-Reply-To: <41sw3.4558$ei1.9619@newsfeeds.bigpond.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 24 Aug 1999, Johan Venter wrote: > > I think, that gcc has to be called cc1.exe instead of cc1plus.exe. > > Well, I certainly have a cc1plus.exe. It's the C++ pre-processor isn't it? cc1plus.exe is the C++ compiler, not preprocessor. GCC invokes cpp.exe, the preprocessor, then either cc1.exe or cc1plus.exe, depending on the source language (C or C++), then as.exe, the assembler, and finally ld.exe, the linker and stubify.exe, the program which prepends the stub.