[cfe-dev] C Standard Library

Sebastian Redl sebastian.redl at getdesigned.at
Tue Dec 21 11:48:04 PST 2010


On 21.12.2010, at 20:12, Antony Vennard wrote:

> The reason I ask is that I have built clang/llvm (2.8) for Win64 and am
> looking for the remaining parts to complete a C/C++ development
> environment. I have a half-finished NSIS install script (happy to donate
> it to the project) you see and I'd like to be able to package clang/llvm
> for win64 distribution.

You could check MinGW if you can use a CRT (or at least development headers) from there. Not sure if they have their own CRT or use the MS one.

Sebastian



More information about the cfe-dev mailing list