Am 19.03.2012 17:57, schrieb
mingw...@csmiller.demon.co.uk:
> Hi,
> 
> I'm having difficulty determining which packages I need to download to
> get MinGW to build for 64bit targets. My host platform is MS Windows 7.
> 
> I downloaded MinGW32 from 
> http://garr.dl.sourceforge.net/project/mingw/Installer/mingw-get-inst/mingw-get-inst-20111118/mingw-get-inst-20111118.exe
> 
> and MingGW64 from 
> http://switch.dl.sourceforge.net/project/mingw-w64/Toolchains%20targetting%20Win64/Automated%20Builds/mingw-w64-bin_i686-mingw_20111220.zip
> 
> However,
> MingGW defines
> #define __MINGW32_MAJOR_VERSION     3
> #define __MINGW32_MINOR_VERSION     20
> 
> and MinGW64 defines them as
> #define __MINGW32_MAJOR_VERSION 3
> #define __MINGW32_MINOR_VERSION 11
> 
> 
> Is there a source tarball to build MingGW64 ver 3.20?

MinGW (formaly knows as MinGW32) and MinGW-w64 are two different
products. MinGW 3.20 does exist. MinGW-w64 3.20 does NOT exist. And
MinGW does not support 64Bits.

MinGW-w64 only defines the MINGW32 macros in order to "fool" programs
written for MinGW such that they compile nicely with MinGW-w64.

Also see:
http://sourceforge.net/apps/mediawiki/predef/index.php?title=Compilers#MinGW_and_MinGW-w64

If what you say about the ffmpeg checks is true, then they don't
properly support MinGW-w64.


Regards,
  Sven


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to