X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <48F249E2.5090700@iki.fi> Date: Sun, 12 Oct 2008 22:02:58 +0300 From: Andris Pavenis User-Agent: Thunderbird 2.0.0.16 (X11/20080723) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: GCC 4.3.2 doesn't find cc1.exe References: <6kscdnF9ffloU1 AT mid DOT individual DOT net> <6kv8ogF9t53aU1 AT mid DOT individual DOT net> <6l16r5F9r656U1 AT mid DOT individual DOT net> <6l9c87Fb8aqnU1 AT mid DOT individual DOT net> <48F05B63 DOT 2040701 AT iki DOT fi> <6lerjrFc12qcU1 AT mid DOT individual DOT net> In-Reply-To: <6lerjrFc12qcU1@mid.individual.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Robert Riebisch wrote: > Andris Pavenis wrote: > >> There are several ways how to have several GCC versions installed: >> >> 1) rename executables in $DJDIR/bin. For example: >> ... >> 2) unpack GCC binary archives somewhere else with directory structure preserved >> and put corresponding bin directory (one which contains gcc.exe etc) >> ... > > I see, but why did you change GCC's behaviour at all? :-( The correct way for using GCC relative prefix is to install GCC completely in different place as I mentioned before (2). I think that the current behavior (as 4.3.2) is more correct than the old one (and it seems to be caused by changes in original sources of GCC not DJGPP related changes). There are going to be changes in behavior of GCC between major versions sometimes. It would not be correct to undo such changes for DJGPP. Andris