On Fri, Sep 03, 2010 at 10:06:48AM +0100, George Perendia wrote:
PS: And what about existing cygwin installation with mingw in C:\cygwin\usr\i686-pc-mingw32 Do we still need to upgrade mingw?
What is this installation ? If it is a custom installation, then just delete it. There is also a MinGW provided by Cygwin, but it is deficient and uses an old GCC version (3).
In any case, you need to install the MinGW mentionned on the wiki page.
And don’t forget to clean your PATH if it contains other installations of MinGW.
Best,
mingw in C:\cygwin\usr\i686-pc-mingw32
was MingW installed via cygwin install as per the earlier Dynare cygwin build Wiki Page requiements,
* {{{gcc-mingw}}}, {{{gcc-mingw-g++}}}
Do we need to remove it - I guess yes (and removing it will require cygwin un-install and poss. update.).
Best regards George
On 03/09/2010 11:13, Sébastien Villemot wrote:
On Fri, Sep 03, 2010 at 10:06:48AM +0100, George Perendia wrote:
PS: And what about existing cygwin installation with mingw in C:\cygwin\usr\i686-pc-mingw32 Do we still need to upgrade mingw?
What is this installation ? If it is a custom installation, then just delete it. There is also a MinGW provided by Cygwin, but it is deficient and uses an old GCC version (3).
In any case, you need to install the MinGW mentionned on the wiki page.
And don’t forget to clean your PATH if it contains other installations of MinGW.
Best,