On 23 Feb 2010, at 21:50, Vincent Richomme wrote: > Unfortunately I have downloaded last version of clang-llvm and I get > an internal compiler error during compilation. > Now I am recompiling mingw-w64 because they generally provide better > toolchain, > I will keep you informed.
There was some traffic on the cfe-dev list about this over the past few days. The LLVM windows binaries are generated with the mingw-w64 toolchain (for both 32-bit and 64-bit targets) because the 32-bit one generates broken code when compiling LLVM. If you wait a few weeks for the next release of LLVM, you can probably just include the binaries for Windows, rather than having to build your own, David -- This email complies with ISO 3103 _______________________________________________ Gnustep-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnustep-dev
