[LLVMdev] svn trunk comilation error
陳韋任
chenwj at iis.sinica.edu.tw
Mon May 7 20:21:27 PDT 2012
> I configured it with: CC=gcc CXX=g++ ./configure --enable-optimisation=yes --enable-assertions=no
^^^^^^^^^^^
I recommend you use out-of-tree build, which means you check out the source
into one directory (llvm.src/), then build in another directory (llvm.obj).
Something like,
---
$ ls
llvm.src/ llvm.obj/
$ cd llvm.obj; ../llvm.src/configure; make
---
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj
More information about the llvm-dev
mailing list