[LLVMdev] llvm fails on MinGW-32 (Windows) because Python is not supported there
Csaba Raduly
rcsaba at gmail.com
Sat Jun 11 09:32:34 PDT 2011
Hi Yuri!
On Sat, Jun 11, 2011 at 5:49 PM, Yuri wrote:
> This page says that llvm works on MinGW:
> http://llvm.org/docs/GettingStarted.html
> I tried to build llvm trunk. llvm build now requires Python:
> llvm[2]: Creating 'llvm-lit' script...
> /bin/sh: python: command not found
>
> And current stable python version (3.2) doesn't even build on MinGW (see
> http://bugs.python.org/issue9098).
>
> What is the solution on MinGW?
There are various precompiled Windows binaries for Python (yes, even
3.2), from http://www.python.org/download/ or
http://www.activestate.com/activepython-3
Hope this helps,
Csaba
--
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds
More information about the llvm-dev
mailing list