On Linux, a newer GCC will be helpful; I have been able to build with gcc 4.6 and newer. Alternatively, if you can build clang by itself, you should be able to use clang to build lldb assuming you have a more recent standard library.
Dan On 2013-08-04 4:41 AM, "Konstantin Tokarev" <[email protected]> wrote: >> >>/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 >_______________________________________________ >lldb-dev mailing list >[email protected] >http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
