全部分类
移动开发与应用
WEB前端
架构与运维
程序设计
数据库
操作系统
热点技术
综合
undefined reference to `__sync_sub_and_fetch_4'
3180阅读 0评论
2015-04-28
Aquester
分类:
LINUX
atomic_gcc.h:103: undefined reference to `__sync_sub_and_fetch_4'
在x86上(
x86_64不需要
),编译参数需要加“-march=pentium4”,注意不是链接参数。
上一篇:
GCC: error: expected `)' before 'PRIu64'
下一篇:
C++两种线程模式:委托和继承(附示例)