search for: 20e5f30b

Displaying 2 results from an estimated 2 matches for "20e5f30b".

2010 Nov 05
0
[LLVMdev] llvm autoconf using LLVM_SRC_ROOT?
...o build it as part of the llvm sources. AC_CHECK_LIB is what you probably want. http://www.gnu.org/software/hello/manual/autoconf/Libraries.html -eric -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101105/20e5f30b/attachment.html>
2010 Nov 05
2
[LLVMdev] llvm autoconf using LLVM_SRC_ROOT?
Hi I am trying to create a new LLVM project that uses autoconf to configure it. the example requires me to define * LLVM_SRC_ROOT - The root of the LLVM source tree. * LLVM_OBJ_ROOT - The root of the LLVM object tree Is this required? Why? I just want to use the libraries that were installed using Ubuntu 10.04. I can compile programs using llvmc $ llvmc --version Low Level