huwei8717
2010-Sep-10 02:51 UTC
[LLVMdev] I have llvm, poolalloc, and llvm-gcc to be installed
If I have llvm, poolalloc, and llvm-gcc to be installed, what's the order of installation? Could some help me? Thank you very much! Best Regards 2010-09-10 Daneill -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100910/fd6d3fd6/attachment.html>
John Criswell
2010-Sep-10 04:43 UTC
[LLVMdev] I have llvm, poolalloc, and llvm-gcc to be installed
huwei8717 wrote:> If I have llvm, poolalloc, and llvm-gcc to be installed, what's the > order of installation?Are you compiling llvm-gcc from source, or are you using a pre-compiled version? If you are compiling llvm-gcc from source, then you want to build the software in this order: 1) LLVM 2) llvm-gcc 3) Re-configure the LLVM source tree to know where llvm-gcc is located (i.e., use the --with-llvmgcc= and --with=llvmg++ options). 4) poolalloc If you are using a pre-built llvm-gcc, then you do the following: 1) Build LLVM (use --with-llvmgcc= and --with=llvmg++ to tell it where to find the llvm-gcc and llvm-g++ binaries) 2) Build poolalloc -- John T.> Could some help me? Thank you very much! > Best Regards > 2010-09-10 > ------------------------------------------------------------------------ > Daneill
Possibly Parallel Threads
- [LLVMdev] I have llvm, poolalloc, and llvm-gcc to be installed
- [LLVMdev] install llvm-tv on ubuntu
- [LLVMdev] no llvm-gcc and llvm-g++ in the directory of bin
- [LLVMdev] Changed: Build errors for poolalloc using MinGW/gcc 4.4.0
- [LLVMdev] Changed: Build errors for poolalloc using MinGW/gcc 4.4.0