X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Rod Pemberton" Newsgroups: comp.os.msdos.djgpp Subject: Re: GCC 4.3.2 doesn't find cc1.exe Date: Mon, 6 Oct 2008 19:22:58 -0400 Organization: Aioe.org NNTP Server Lines: 22 Message-ID: References: <6kscdnF9ffloU1 AT mid DOT individual DOT net> <6kv8ogF9t53aU1 AT mid DOT individual DOT net> NNTP-Posting-Host: mQokHQeKeRC37oD/Mq9UYg.user.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Complaints-To: abuse AT aioe DOT org X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1933 X-Newsreader: Microsoft Outlook Express 6.00.2800.1933 X-Priority: 3 X-MSMail-Priority: Normal To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Robert Riebisch" wrote in message news:6kv8ogF9t53aU1 AT mid DOT individual DOT net... > Rod Pemberton wrote: > > > Then I use a batch file to set PATH to > > > "c:\djgpp\bin\gcc-N.N-N;c:\djgpp\bin;%PATH%". Running "gcc example.c" > > > for GCC 4.3.2 gives me "gcc.exe: Internal error: (null) (program cc1)". > > > > I haven't used 4.3.2, but could that be due to the different install > > directory you used above? > > I think, you just didn't understand, what I did. > True "-x"... I've only seen this problem when a file is missing, e.g., cc1, or when it's in a non-default directory. IIRC, the path to cc1 was hardcoded somewhere, probably in gcc. Sorry, if I haven't been much help. Let us know if you solve it. RP