[LLVMdev] Clang64 on Windows using Mingw64 yields many linking errors?

Anton Korobeynikov anton at korobeynikov.info
Mon Jun 11 04:04:02 PDT 2012


Hello

First of all, note the "llvm" in the mailing list title. Clang
questions should be asked in other ML.

> 3. Run cmake and let it figure out that its using Clang on Windows.
> 4. Build and realize that the link doesn't work because CMake pulls in the
> wrong libraries (per default it uses Microsoft naming conventions: foo.lib
> instead of libfoo.a).
It seems like you're not targeting mingw32, but MS toolchains. Stuff
won't work smooth here and major WIP.
Everything else below can be ignored.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-dev mailing list