search for: 20dw2

Displaying 2 results from an estimated 2 matches for "20dw2".

Did you mean: 20d2
2012 Dec 06
0
[LLVMdev] LLVM+Clang 3.2rc2 MinGW binaries' libstdc++ requirement
...-GCC 4.6 is just right, though, so perhaps that should be noted somewhere. Perhaps the filename should include something like "mingw32-46" in it. I had to download these three files to run LLVM binaries: http://sourceforge.net/projects/tdm-gcc/files/TDM-GCC%204.6%20series/4.6.1-tdm-1%20DW2/ gcc-4.6.1-tdm-1-dw2-core.zip gcc-4.6.1-tdm-1-dw2-c++.zip gcc-4.6.1-tdm-1-dw2-openmp.zip The openmp package is needed for pthreadGC2.dll. It's also important to use DW2. TDM-GCC also provides SJLJ libraries that do not work with Clang. I am wondering whether the Clang proje...
2012 Dec 06
0
[LLVMdev] LLVM+Clang 3.2rc2 MinGW binaries' libstdc++ requirement
...++ version installed with "mingw-get-inst-20120426.exe" [4] "g++ --version" reports "g++.exe (GCC) 4.6.2" > > I had to download these three files to run LLVM binaries: > > http://sourceforge.net/projects/tdm-gcc/files/TDM-GCC%204.6%20series/4.6.1-tdm-1%20DW2/ > > gcc-4.6.1-tdm-1-dw2-core.zip > gcc-4.6.1-tdm-1-dw2-c++.zip > gcc-4.6.1-tdm-1-dw2-openmp.zip > > The openmp package is needed for pthreadGC2.dll. It's also important to > use DW2. TDM-GCC also provides SJLJ libraries that do not work with Clang. Ano...