我正在尝试在我的 C++ pthread 程序中包含原子。
#include <atomic>
但是,我得到了错误:
错误:原子:没有这样的文件或目录
我试过 :
#include <asm/atomic>
#include <atomic.h>
#include <linux/atomic>
#include <util/atomic>
#include <stdcatomic>
#include <catomic>
没有人工作。
我的 gcc 是 gcc 版本 4.1.2 20080704 (Red Hat 4.1.2-52)
帖子:
#include <cstdatomic> 在ubuntu中“没有这样的文件”
也不行。
And #include <thread> also got : No such file or directory
任何帮助将不胜感激。
谢谢 !
更新,
我正在尝试在 Linux 上安装 GCC 4.7,但在“make check”中,出现错误,
autogen -T /remote/mypath/gcc_4_7_2012_5_28/gcc_4_7_new_2012_5_29/trunk/fixincludes/check.tpl , remote/mypath/gcc_4_7_2012_5_28/gcc_4_7_new_2012_5_29/trunk/fixincludes/inclhack.def ,
make[2]: execvp: autogen: Permission denied, then I tried to install autogen, but
got: I need to install guile-devel, then when I installed guile-2.0.5-2.1.src.rpm ,
I got rpm -ivh guile-2.0.5-2.1.src.rpm, warning: guile-2.0.5-2.1.src.rpm: Header V3
RSA/SHA256 signature: NOKEY, key ID 3dbdc284
error: cannot write to %sourcedir /usr/src/redhat/SOURCES, I cannot get root
authorization.
任何帮助将不胜感激。谢谢 !