On Fri, Oct 29, 2010 at 2:59 PM, David Cleaver <[email protected]> wrote: > > Ozkan Sezer wrote: >> >> pthreads-20100604.zip requires the no-underscore x64 abi which our >> old x64-toolchains from before 2010-04-28 weren't aware of, hence the >> errors you are seeing. Please use a new toolchain and all should be >> well. >> > >> >> -- >> O.S. >> > > Perfect, I just downloaded the 2010-10-03 toolchain, and was able to compile > with no problems.
Great, > Well, I actually had to recompile GMP 5.0.1 with the new > toolchain since it didn't seem to recognize the old compile, but that wasn't > too > bad. > > 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. > > Second, why do you include GMP 4.3.2 with your releases and not GMP 5.0.1? Is > this because it is part of a package, the contents of which are decided by > someone else? Or have you run into technical problems compiling 5.0.1? Well, no, no problems compiling gmp-5.0.1. When I started doing my personal builds, gmp-5.0 was not around and when it did come around I didn't change my gcc-4.4 build scripts, that's all. As a matter of fact, I use gmp-5.0.1 in my gcc-4.5 based personal builds. > > Thanks again for your help. > > -David C. Cheers. -- O.S. ------------------------------------------------------------------------------ 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
