I am following wiki to cross compile 2.0.6 for windows.
The confusion comes from the mingw.
The wiki says
Debian/Ubuntu: run apt-get install gcc-mingw32 mingw32-binutils. Note that at least version 3.17 of Mingw32 is required, which Debian does not provide. You may obtain mingw32-runtime-3.17 here.
But actually the gcc-mingw32 is conflicting with mingw32 and mingw32-binutils.
I tried picking only one, but both failed during make.
Any hint?
Thank you!!!