[LLVMdev] RE : svn trunk comilation error

Rinaldini Julien julien.rinaldini at heig-vd.ch
Tue May 8 02:27:52 PDT 2012


Hi,

Sorry I did not precise that, but I'm already doing that...

I have, as you say, two different director, one for source and one for build (where I run my configure)...

Cheers
________________________________________
De : 陳韋任 [chenwj at iis.sinica.edu.tw]
Date d'envoi : mardi 8 mai 2012 05:21
À : Rinaldini Julien
Cc: LLVM Developers Mailing List
Objet : Re: [LLVMdev] svn trunk comilation error

> 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