[LLVMdev] Fail when building llvm2.9 using MinGW64

NAKAMURA Takumi geek4civic at gmail.com
Sun May 15 09:24:10 PDT 2011


Chen,

2011/5/13 陈晓宇 <xychen0921 at gmail.com>:
> ../llvm2.9/configure --prefix=/home/AutoESL/llvm-obj
>                             --host=x86_64-w64-mingw32
>                             --disable-multilib

Please try with "--build=x86_64-w64-mingw32", not "--host".

If you would still have any troubles, make sure your
x86_64-w64-g++.exe can generate correct PE+ executable.

And, please post your environments as below (could be gzip-ed if they
would be bigger);

  - config.log
  - Makefile.config
  - the log of "make VERBOSE=1"

Please note, Windows x64 support on llvm-(at least 2.9) would be immature.
Feel free to ask us (on the list) if you got any troubles.

Thank you, ...Takumi




More information about the llvm-dev mailing list