[LLVMdev] Compiling LLVM-Clang with MinGW on Windows
NAKAMURA Takumi
geek4civic at gmail.com
Sat Feb 12 17:16:59 PST 2011
On Sun, Feb 13, 2011 at 9:58 AM, nullnull <null.function at gmail.com> wrote:
> I generated MinGW Makefile and build directories from CMake. I installed
> entire MinGW+MSys packages. I tried to run "make -f Makefile" in Msys
> command line. But, it just run another 'cmd.exe', and not working.
Why didn't you take "MSYS Makefiles" on CMake?
FYI, it could be done with cmd.exe and mingw's make.exe (not MSYS's!)
when you took "Mingw Makefiles" on CMake, unless %PATH% contains MSYS
toolchain.
...Takumi
More information about the llvm-dev
mailing list