[LLVMdev] Problem when build LLVM

Duncan Sands baldrick at free.fr
Tue Oct 20 03:43:39 PDT 2009


Hi Heyu Zhu,

> According to your description i should not use the system libstdc++ and 
> i need to
> specify the OTHER compiler libstdc++. But i don't where the OTHER compiler
> libstdc++ is.
> Is the  OTHER compiler libstdc++ contained in llvm-2.5.tar.gz? if not 
> where can i get it?

this has nothing to do with llvm, you would have the same problem with
any C++ code that uses the C++ standard library.  As far as I can see
you have installed a second compiler under /tools/IUS611/tools/.  Try
looking for libstdc++ in /tools/IUS611/tools/lib.

Ciao,

Duncan.



More information about the llvm-dev mailing list