Hello Ozkan (and David) - On Fri, Oct 29, 2010 at 8:29 AM, Ozkan Sezer <[email protected]> wrote: > On Fri, Oct 29, 2010 at 2:59 PM, David Cleaver <[email protected]> wrote: >> >> Ozkan Sezer wrote: >>> ... >> >> I was wondering a couple of other things about your toolchain releases: >> >> First, what is the difference between gcc 4.4.5 and gcc 4.5? Are there any >> reasons why I would want one or the other? (I downloaded and used 4.4.5) > > The gcc-4.4.x in my builds are heavily patched to catch up with > the target fixes etc. in gcc-4.5/4.6, _except_ for libstdc dll build: > If you want a shared libstdc++ you want gcc-4.5.x, otherwise 4.4.x > should be OK for most purposes should you choose using it. >
For what it's worth, I had a problem with a usage of std::bind with 4.4.5, specifically with the build: http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/sezero_20101003/mingw-w64-bin_x86_64-mingw_20101003_sezero.zip/download I upgraded to 4.5.2, and the problem went away, so I didn't think much about it anymore. (I'm not aware of any reason to use 4.4.5 instead of 4.5, and, at least for me the std::bind issue makes 4.5 the better choice.) >> ... > Cheers. > -- > O.S. > ... And, by the way, thanks for making your builds available. Very nice. K. Frank ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
