libunwind安装问题
一、unknown type name 'pthread_mutex_t'
在dwarf.h添加头文件

二、multiple definition of `_U_dyn_info_list'
gcc版本太新,可以降版本,也可以在configure添加-fcommon编译参数

三、longjmp' aliased to undefined symbol '_longjmp
在configure添加-U_FORTIFY_SOURCE编译参数,如上图所示

浙公网安备 33010602011771号