Ananth Durbha
2015-Jan-15  14:58 UTC
[LLVMdev] requesting suggestions for llvm src build link error in llvm-c-test module.
Hello,
llvm source (svn HEAD) compile fails in link stage of llvm-c-test module as it
runs into multiple definitions of std functions like vprintf, getchar etc. The
conflict files reported are calc.c and targets.c  I tried different versions as
well (like svn rev219903) and I get the same issue. I suspect this might be my
env issue, but I am not sure how to resolve this. Any suggestions ?
My environment is Redhat Enterprise Linux 5.10 (Tikanga) with gcc version 4.8.3
I did an svn checkout of latest llvm src code using foll. cmd.svn export -rHEAD
http://llvm.org/svn/llvm-project/llvm/trunk ${LLVM_SRC_PATH}
Thanks,Ananth
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.llvm.org/pipermail/llvm-dev/attachments/20150115/d4f6c2a0/attachment.html>