[llvm-testresults] A question about installing LLVM

wfchiang wfchiang at cs.utah.edu
Mon Jan 10 01:47:34 PST 2011


Hello, 

My name is Wei-Fan. 
Recently, I need to install llvm on my machine.
However, I encountered an error message after "make" command:

========
/home/chiang/llvm-2.7/Release/bin/tblgen: /usr/lib64/libstdc++.so.6:
version `GLIBCXX_3.4.9' not found (required by
/home/chiang/llvm-2.7/Release/bin/tblgen)
make[1]: *** [/home/chiang/llvm-2.7/lib/VMCore/Release/Intrinsics.gen.tmp]
Error 1
make[1]: Leaving directory `/home/chiang/llvm-2.7/lib/VMCore'
make: *** [all] Error 1
========

I googled this problem. It seems that I need gcc-4.2.4 (our machine using
gcc-4.4.4).
Is there any other solutions that I don't have to install a specific
version of gcc??

Thanks a lots.

- Wei-Fan



More information about the llvm-testresults mailing list