一、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
编译参数,如上图所示
在dwarf.h
添加头文件
gcc版本太新,可以降版本,也可以在configure添加-fcommon
编译参数
在configure添加-U_FORTIFY_SOURCE
编译参数,如上图所示