2013/7/8 Ruben Van Boxem <vanboxem.ru...@gmail.com>

> Op 8-jul.-2013 00:40 schreef "Charles Programmr" <
> charles.hernan...@gmail.com> het volgende:
>
> >
> > Thanks for the reply, Derek,
> >
> > After downloading these, I'm not seeing clang in these builds, or is
> there something I'm perceptually missing?
> > Am I supposed to dl source code from somewhere for clang?
> > Forgive me, I'm just getting started with the whole llvm thing after
> having read about Emscripten and asm.js.
> >
> > When you say "LLVM used to offer MinGW clang binaries," where was the
> source of those files?
>
> It was on the LLVM downloads page:
> http://llvm.org/releases/download.html
>
> But I don't think they ever really were very useful...
>
> The only way to get a usable clang is by using my 32-bit GCC 4.6.3-dw2 and
> clang 3.2 packages. If you just need llvm and no c++ code generation
> features, build llvm yourself using CMake.
>
> Ruben
>
> >
> >
> > Charles Hernandez
> >
> >
> > On Sun, Jul 7, 2013 at 3:08 PM, Derek Buitenhuis <
> derek.buitenh...@gmail.com> wrote:
> >>
> >> 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.
>

Clang doesn't really work on x64 Windows, only on 32-bit. LLVM should still
be rather useful if you stay away from the C++-ABI-ish stuff.

Ruben


> >>
> >> 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
> >> Mingw-w64-public@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> > This SF.net email is sponsored by Windows:
> >
> > Build for Windows Store.
> >
> > http://p.sf.net/sfu/windows-dev2dev
> > _______________________________________________
> > Mingw-w64-public mailing list
> > Mingw-w64-public@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
> >
>
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to