Solovyov Dmitry
2011-Feb-01 08:04 UTC
[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>
Óscar Fuentes
2011-Feb-01 08:26 UTC
[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 compiler. If you type which g++ at the console, what's the output? If you are on Debian Linux or in one of its derivatives (Ubuntu, etc) this should install g++: sudo apt-get install g++
Solovyov Dmitry
2011-Feb-01 08:36 UTC
[LLVMdev] checking tool compatibility... configure: error: g++|icc required but not found
Thanks, man! I thought it's included to llvm-gcc. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110201/391cf9ed/attachment.html>
Possibly Parallel Threads
- [LLVMdev] checking tool compatibility... configure: error: g++|icc required but not found
- shrout & fleiss ICC´s with varying numbers of judges
- icc from GLMM?
- Wine, ICC compilation and performance tests.
- Using R to calculate ICC by two-way mixed model with absolute agreement