在CentOS上编译Cilkplus-GCC

时间:2014-11-23 13:10:38

标签: linux gcc centos redhat cilk

我在CentOS 7上编译英特尔CilkPlus时遇到错误。

我可以发布我的config.log(对于这篇帖子来说有点太大了 - 如果有用的话我会发布它)

这里是控制台输出的最后一行:

checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... configure: error: in `/home/johannes/b-gcc/x86_64-unknown-linux-gnu/32/libcilkrts':
configure: error: cannot run C++ compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
make[1]: *** [configure-target-libcilkrts] Fehler 1
make[1]: Leaving directory `/home/johannes/b-gcc'
make: *** [all] Fehler 2

任何人都可以帮助我吗?我只是不知道如何解决这个问题。

1 个答案:

答案 0 :(得分:0)

看起来C ++编译器没有构建(或者没有正确构建)。您能否发布您用于配置编译器的命令(以及标签)?