[lldb-dev] Shared libs build on trunk is broken again

İsmail Dönmez ismail at donmez.ws
Fri Feb 20 06:05:43 PST 2015


Does anyone test the shared builds at all? Currently they all fail to
link due undefined lldb_private_* etc. I can report a bug but looks
like noone is interested in shared lib builds.


On Wed, Jan 21, 2015 at 1:34 PM, İsmail Dönmez <ismail at donmez.ws> wrote:
> But this time with a twist:
>
> [~]> lldb
> lldb: symbol lookup error: /opt/clang/lib64/liblldbInterpreter.so:
> undefined symbol: PyExc_KeyboardInterrupt
>
> [~]> ldd -r /opt/clang/lib64/liblldb* | grep undefined | wc -l
> 9875
>
> This is on Linux x86-64, seems like its underlinking somehow.
>
> Regards.




More information about the lldb-dev mailing list