[LLVMdev] Help with building LLVM 2.6 GCC

Eliseu Filho mail2ecf at gmail.com
Thu Mar 18 23:15:37 PDT 2010


Hi Duncan

These are the last lines of  "make" before it stops with an error:

Building Intrinsics.gen.tmp from Intrinsics.td
/home/eliseuf/tools/src/llvm/llvm-2.6/Release/bin/tblgen:
/usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found
(required by /home/eliseuf/tools/src/llvm/llvm-2.6/Release/bin/tblgen)
*** [/home/eliseuf/tools/src/llvm/llvm-2.6/lib/VMCore/Release/Intrinsics.gen.tmp]
Error 1

In my system, if I go to "/usr/lib64" and do "rpm -qa | grep
libstdc++", I get libstdc++-3.4.6-11 . That's why I am looking
for libstdc++ version 3.4.9 to install, but can't find an rpm for redhat.

Thanks for your help.

Eliseu

On Thu, Mar 18, 2010 at 2:00 AM, Duncan Sands <baldrick at free.fr> wrote:
> Hi Eliseu,
>
>> Now I have another missing dependence on GLIBCXX_3.4.9. The version in
>> my system is 3.4.6-11.
>
> how does this missing dependence manifest itself?
>
> Ciao,
>
> Duncan.
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>




More information about the llvm-dev mailing list