search for: 391cf9ed

Displaying 2 results from an estimated 2 matches for "391cf9ed".

2011 Feb 01
2
[LLVMdev] checking tool compatibility... configure: error: g++|icc required but not found
Hi all. I see this error message (subj) while trying to configure LLVM Build Environment. I follow the instruction given in http://llvm.org/docs/GettingStarted.html What am I doing wrong? Help me, please :) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110201/e9a48b8d/attachment.html>
2011 Feb 01
0
[LLVMdev] checking tool compatibility... configure: error: g++|icc required but not found
Solovyov Dmitry <trigan.sda at gmail.com> writes: > Hi all. I see this error message (subj) while trying to configure LLVM Build > Environment. > I follow the instruction given in http://llvm.org/docs/GettingStarted.html > What am I doing wrong? You don't have g++ installed or in your PATH. You need a C++ compiler for building LLVM. g++ is the GNU compiler, icc is the Intel