[cfe-dev] Clang with mingw build and location of the mingw runtime

NAKAMURA Takumi geek4civic at gmail.com
Wed Nov 3 17:46:26 PDT 2010


Hello, Ruben.

2010/10/27 Ruben Van Boxem <vanboxem.ruben at gmail.com>:
> I wonder how I should supply clang with a mingw runtime to link to. I can't
> find any options to pass to cmake or configure when building clang, except
> "prefix", (and then my thought would be to install the runtime in its
> gcc-namebased subdirectory?). Any help is appreciated!

What would you like to let specified?

  a) the option for choosing version of "MSVCRT??.DLL"
  b) The standard paths eg. "C:/mingw/include"

We don't have the way, at now, to discover gcc's paths automatically.
Please refer to lib/Frontend/InitHeaderSearch.cpp.

...Takumi



More information about the cfe-dev mailing list