From: baf on
Thanks to FX's old build scripts, a more recent 32-bit version of
gfortran for windows (mingw) is available. This version was built from
the current development (what will eventually be version 4.6.0) source.
See http://gcc.gnu.org/wiki/GFortranBinaries

Hopefully I will find time to build a new version every month or two.


From: Hifi-Comp on
On May 29, 12:51 am, baf <b...(a)nowhere.com> wrote:
> Thanks to FX's old build scripts, a more recent 32-bit version of
> gfortran for windows (mingw) is available.  This version was built from
> the current development (what will eventually be version 4.6.0) source.
>   Seehttp://gcc.gnu.org/wiki/GFortranBinaries
>
> Hopefully I will find time to build a new version every month or two.
Thanks!

What is the difference between mingw-w32-1.0-bin_i686-
mingw_20100528.zip and mingw-w32-bin_i686-mingw_20100528.zip?
From: baf on
On 5/29/2010 6:40 PM, Hifi-Comp wrote:
> On May 29, 12:51 am, baf<b...(a)nowhere.com> wrote:
>> Thanks to FX's old build scripts, a more recent 32-bit version of
>> gfortran for windows (mingw) is available. This version was built from
>> the current development (what will eventually be version 4.6.0) source.
>> Seehttp://gcc.gnu.org/wiki/GFortranBinaries
>>
>> Hopefully I will find time to build a new version every month or two.
> Thanks!
>
> What is the difference between mingw-w32-1.0-bin_i686-
> mingw_20100528.zip and mingw-w32-bin_i686-mingw_20100528.zip?


No additional software is required to use the gfortran compiler as the
installer includes the necessary mingw components that you need. The
installer even adds the installation directory to your PATH so you
should be able to open a command window and type gfortran -v immediately
after installation.

From: Hifi-Comp on
On May 29, 9:40 pm, Hifi-Comp <wenbinyu.hea...(a)gmail.com> wrote:
> On May 29, 12:51 am, baf <b...(a)nowhere.com> wrote:> Thanks to FX's old build scripts, a more recent 32-bit version of
> > gfortran for windows (mingw) is available.  This version was built from
> > the current development (what will eventually be version 4.6.0) source.
> >   Seehttp://gcc.gnu.org/wiki/GFortranBinaries
>
> > Hopefully I will find time to build a new version every month or two.
>
> Thanks!
>
> What is the difference between mingw-w32-1.0-bin_i686-
> mingw_20100528.zip  and mingw-w32-bin_i686-mingw_20100528.zip?

When I try to extramingw-w32-1.0-bin_i686-mingw_20100528.zip using
WinZip, it tells me invalid compressed data to expand (inflate) the
file. What is wrong?
From: baf on
On 5/29/2010 8:22 PM, Hifi-Comp wrote:
> On May 29, 9:40 pm, Hifi-Comp<wenbinyu.hea...(a)gmail.com> wrote:
>> On May 29, 12:51 am, baf<b...(a)nowhere.com> wrote:> Thanks to FX's old build scripts, a more recent 32-bit version of
>>> gfortran for windows (mingw) is available. This version was built from
>>> the current development (what will eventually be version 4.6.0) source.
>>> Seehttp://gcc.gnu.org/wiki/GFortranBinaries
>>
>>> Hopefully I will find time to build a new version every month or two.
>>
>> Thanks!
>>
>> What is the difference between mingw-w32-1.0-bin_i686-
>> mingw_20100528.zip and mingw-w32-bin_i686-mingw_20100528.zip?
>
> When I try to extramingw-w32-1.0-bin_i686-mingw_20100528.zip using
> WinZip, it tells me invalid compressed data to expand (inflate) the
> file. What is wrong?

I have no idea since the file you are indicating is not one that is
associated with the installation software I provided.