|
From: NightStrike <nig...@gm...> - 2007-10-18 13:26:39
|
On 10/18/07, Earnie Boyd <ea...@us...> wrote: > > Quoting NightStrike <nig...@gm...>: > > > On 10/17/07, Cesar Strauss <ces...@gm...> wrote: > >> exactly the same. There is no need to recompile it just for that, > >> because the first thing it does is to update its mingw.ini file from the > >> MinGW site. > > > > That didn't happen when I just ran the installer. Nothing I could do > > could convince it that gcc 3.4.2 was far from "current". It did not > > download a new ini file as you state. > > > > The CVS version of mingw.ini shows that GCC current version is 3.4.2. > The installer is working as expected. > > 7 [current] > 8 runtime=mingw-runtime-3.13.tar.gz|5420 > 9 w32api=w32api-3.10.tar.gz|14490 > 10 binutils=binutils-2.16.91-20060119-1.tar.gz|15850 > 11 core=gcc-core-3.4.2-20040916-1.tar.gz|8627 > 12 gpp=gcc-g++-3.4.2-20040916-1.tar.gz|16542 > 13 g77=gcc-g77-3.4.2-20040916-1.tar.gz|5158 > 14 ada=gcc-ada-3.4.2-20040916-1.tar.gz|33333 > 15 java=gcc-java-3.4.2-20040916-1.tar.gz|45547 > 16 objc=gcc-objc-3.4.2-20040916-1.tar.gz|4555 > 17 make=mingw32-make-3.81-2.tar.gz|720 According to this site: http://sourceforge.net/project/showfiles.php?group_id=2435 The current release of gcc is 3.4.5, not 3.4.2. 3.4.2 is quite old. |