Displaying 2 results from an estimated 2 matches for "897b4eaa".
2014 Feb 25
3
[LLVMdev] configure with clang vs gcc
I'm trying to build a native hosted mips compiler on ubuntu x86.
When I run configure with clang/llvm as the compiler, configure thinks
that zlib is present and that valgrind is.
But later on the make it cannot find zlib.h. If I tell it to not do
compression, then it does not look for
zlib.h but dies looking for valgrind, even if I tell it to disable-valgrind.
If I configure using
2014 Feb 25
2
[LLVMdev] configure with clang vs gcc
...LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140224/897b4eaa/attachment.html>