[lldb-dev] Anyone who has built lldb successfully on RHEL 6.x?

Konstantin Tokarev annulen at yandex.ru
Sun Aug 4 01:41:04 PDT 2013


> /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../include/c++/4.4.7/bits/shared_ptr.h: In member function ‘virtual void* std::_Sp_counted_deleter<_Ptr, _Deleter, _Alloc, _Lp>::_M_get_deleter(const std::type_info&)’:
> /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../include/c++/4.4.7/bits/shared_ptr.h:146: error: cannot use typeid with -fno-rtti

This is a bug ing libstdc++ bundled with g++ 4.4.x. You need either to build lldb without -fno-rtti flag, or use libc++


 -- 
Regards,
Konstantin



More information about the lldb-dev mailing list