<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">I'm building and installing a self-contained llvm tree.<div><br></div><div>So, working from your instructions for building clang, I do this:</div><div><br></div><div><div>Z% ls -C</div><div><div>cfe-3.4.2.src</div><div>llvm-3.4.2.src</div></div><div>Z% ln -sf ../../cfe-3.4.2.src llvm-3.4.2.src/tools/clang</div><div>Z% mkdir build</div></div><div>Z% cd build</div><div>Z% ../llvm-3.4.2.src/configure --prefix=<b>/usr/local/llvm/3.4.2</b></div><div>etc.</div><div><br></div><div>Is there a place for libcxx in the llvm-3.4.2.src tree?</div><div><br></div><div>Or must I build libcxx separately?</div><div><br></div><div>Thanks</div><div><br></div></body></html>