X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Wed, 27 Feb 2002 12:25:22 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Detmar Schlenk cc: djgpp AT delorie DOT com Subject: Re: gcc says: cannot execute 'cc1: No such file.... In-Reply-To: <007501c1bf23$11285120$6fef32d9@oemcomputer> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 27 Feb 2002, Detmar Schlenk wrote: > Thank you for your answer. I'm sure I downloaded the gcc303b.zip from where > the basic gcc compiler is available. But maybe it helps to install that zip > file again. As to the invocation of gcc I invoked it like this: > In the C:\djgpp\bin directory I wrote at the DOS prompt: gcc -c > source.c Look in the c:\djgpp\lib\gcc-lib\djgpp\3.03 directory: do you see a cc1.exe there? That's the program GCC is looking for.