On 7/7/2013 1:43 PM, Charles Programmr wrote: > I have tried following the setup according to Emscripten Tutorial > (https://github.com/kripken/emscripten/wiki/Tutorial) and the page it refers > to Using Emscripten on Windows > (https://github.com/kripken/emscripten/wiki/Using-Emscripten-on-Windows). I > initially tried using the files > x86_64-w64-mingw32-gcc-4.6.3-2-release-win64_rubenvb.7z & > x86_64-w64-mingw32-clang-3.2-release-win64_rubenvb.7z pointed to by the > latter page, but had problems with the libstdc++-6.dll crashing.
Hmm. LLVM used to offer MinGW clang binaries... but it seems that is no longer the case. You can perhaps try my (fully static) current toolchain binaries[0]. If they fail, I may be incline to look into it... - Derek [0] http://chromashift.org/builds/i686-w64-mingw32-4.8.1.tar.xz & http://chromashift.org/builds/x86_64-w64-mingw32-4.8.1.tar.xz They need to be extract using MSYS tar, or symlinks wont be properly handled. ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
