ffmpeg C++程序编译时报__cxa_end_catch错误
摘要:
解决方法在编译sh中加上 -lsupc++ 即可。 2、STL模块函数找不到,链接失败stdc++/include/bits/stl_list.h:466: error: undefined reference to '__cxa_end_catchstdc++/include/bits/stl_l 阅读全文
posted @ 2017-04-13 16:51 xihong 阅读(1418) 评论(0) 推荐(0)