gpt4 book ai didi

c++ - 无法使用带有 g++ 的 -std 标志进行编译

转载 作者:行者123 更新时间:2023-11-28 00:54:28 25 4
gpt4 key购买 nike

我正在运行安装了 cygwin 的 Windows 7,并尝试使用一些较新的 C++ 功能。我知道,为了启用这些功能,我必须将 -std=c++0x 标志传递给 g++,但这会给我以下错误:

cc1plus: error: unrecognized command line option "-std=c++0x"

我发出的导致该错误的命令行是:

g++-3 hello.cpp -std=c++0x -o hello

g++-3 的原因是 Windows 的符号链接(symbolic link)有问题。我在 cygwin 终端中使用了 g++,结果还是一样。

有什么想法吗?

最佳答案

您需要使用支持 C++ 2011 功能的 GCC 版本。

This page has a list of compilers and which features each one supports .如果我是你,我会尽可能使用 GCC 4.7。

关于c++ - 无法使用带有 g++ 的 -std 标志进行编译,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12321411/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com