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: Tue, 7 Oct 2008 16:22:29 -0400 Organization: Aioe.org NNTP Server Lines: 46 Message-ID: References: <6kscdnF9ffloU1 AT mid DOT individual DOT net> <6kv8ogF9t53aU1 AT mid DOT individual DOT net> <6l16r5F9r656U1 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:6l16r5F9r656U1 AT mid DOT individual DOT net... > Are my posts really [so] hard to understand? > Sorry, your posts left me with lots of questions. This is what I understand: 0) those whom I'd expect to see a response from, haven't responded 1) you modify the installs of DJGPP for various versions of GCC most of which are working to your liking 2) except for version numbers, gcc, cpp, cc1, libgcc.a, etc. are in the same directories for 4.2.3 and 4.3.2, from here: http://www.delorie.com/djgpp/dl/ofc/current/v2gnu/gcc423b.zip/ http://www.delorie.com/djgpp/dl/ofc/current/v2gnu/gcc432b.zip/ 3) this implies to me that if you modify 4.3.2 the same way, it should work too 4) some gcc for your modified installs isn't finding some cc1 5) you use a modified install for 4.3.2 ("-x bin/*") which is different from your other working modified installs ("lib/* libexec/*") 6) you say you didn't install libexec for 4.3.2 ("notice the missing [libexec directory]..."), which I'd expect is why 4.3.2 gcc can't find 4.3.2 cc1... 7) when asked "Where's cc1?", you say you did install libexec and therefore cc1 ("everything except bin") 8) you haven't responded to the "it's missing cc1, or cc1 is in the wrong directory" statement by me 9) you expect people to be familiar with "unzip" - instead of what they use: pkzip, winzip, 7-zip, infozip, *NIX zip 10) you expect me to know a clean install works when you haven't stated much about what you tried: clean install what version is displayed for the gcc -v which can't find cc1 "lib/* libexec/*" instead of "-x bin" for 4.3.2 where 4.3.2's gcc and cc1 are versus 4.2.3's gcc and cc1 if there is a difference in path's or if PATH is set incorrectly identify why there is no libexec directory for 4.3.2 if you confirmed "-x bin" does what you expect: did it install everything, did it overwrite everything older... if renaming or moving the older directories changes the issue, i.e., no gcc RP