• <legend id='aE4TQ'><style id='aE4TQ'><dir id='aE4TQ'><q id='aE4TQ'></q></dir></style></legend>

      1. <i id='aE4TQ'><tr id='aE4TQ'><dt id='aE4TQ'><q id='aE4TQ'><span id='aE4TQ'><b id='aE4TQ'><form id='aE4TQ'><ins id='aE4TQ'></ins><ul id='aE4TQ'></ul><sub id='aE4TQ'></sub></form><legend id='aE4TQ'></legend><bdo id='aE4TQ'><pre id='aE4TQ'><center id='aE4TQ'></center></pre></bdo></b><th id='aE4TQ'></th></span></q></dt></tr></i><div id='aE4TQ'><tfoot id='aE4TQ'></tfoot><dl id='aE4TQ'><fieldset id='aE4TQ'></fieldset></dl></div>

          <bdo id='aE4TQ'></bdo><ul id='aE4TQ'></ul>

        <small id='aE4TQ'></small><noframes id='aE4TQ'>

      2. <tfoot id='aE4TQ'></tfoot>

        cc1plus:错误:无法识别的命令行选项“-std=c++11"用 g++

        cc1plus: error: unrecognized command line option quot;-std=c++11quot; with g++(cc1plus:错误:无法识别的命令行选项“-std=c++11用 g++)

        • <small id='LkPog'></small><noframes id='LkPog'>

          <legend id='LkPog'><style id='LkPog'><dir id='LkPog'><q id='LkPog'></q></dir></style></legend>

            <tfoot id='LkPog'></tfoot>

                <tbody id='LkPog'></tbody>
                <bdo id='LkPog'></bdo><ul id='LkPog'></ul>
                • <i id='LkPog'><tr id='LkPog'><dt id='LkPog'><q id='LkPog'><span id='LkPog'><b id='LkPog'><form id='LkPog'><ins id='LkPog'></ins><ul id='LkPog'></ul><sub id='LkPog'></sub></form><legend id='LkPog'></legend><bdo id='LkPog'><pre id='LkPog'><center id='LkPog'></center></pre></bdo></b><th id='LkPog'></th></span></q></dt></tr></i><div id='LkPog'><tfoot id='LkPog'></tfoot><dl id='LkPog'><fieldset id='LkPog'></fieldset></dl></div>
                • 本文介绍了cc1plus:错误:无法识别的命令行选项“-std=c++11"用 g++的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在尝试使用 g++-std=c++11c++0x 标志进行编译.

                  I'm trying to compile using g++ and either the -std=c++11 or c++0x flags.

                  但是,我收到此错误

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

                  g++ --version

                  g++ (GCC) 4.1.2 20080704 (Red Hat 4.1.2-54)
                  Copyright (C) 2006 Free Software Foundation, Inc.
                  This is free software; see the source for copying conditions.  There is NO
                  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
                  

                  推荐答案

                  从你的 G++ 版本来看,你需要对其进行严重的更新.C++11 仅从 G++ 4.3 开始可用.最新版本是 4.7.

                  Seeing from your G++ version, you need to update it badly. C++11 has only been available since G++ 4.3. The most recent version is 4.7.

                  在 G++ 4.7 之前的版本中,您必须使用 -std=c++0x,对于较新的版本,您可以使用 -std=c++11代码>.

                  In versions pre-G++ 4.7, you'll have to use -std=c++0x, for more recent versions you can use -std=c++11.

                  这篇关于cc1plus:错误:无法识别的命令行选项“-std=c++11"用 g++的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Is Type(::x); valid?(是类型(::x);有效的?)
                  Difference between an inline function and static inline function(内联函数和静态内联函数的区别)
                  Compilation fails randomly: quot;cannot open program databasequot;(编译随机失败:“无法打开程序数据库)
                  Too many initializers error for a simple array in bcc32(bcc32 中的简单数组的初始值设定项过多错误)
                  No Member named stoi in namespace std(命名空间 std 中没有名为 stoi 的成员)
                  Error using a constexpr as a template parameter within the same class(在同一个类中使用 constexpr 作为模板参数时出错)

                  <small id='0wjnP'></small><noframes id='0wjnP'>

                      <tbody id='0wjnP'></tbody>
                    <tfoot id='0wjnP'></tfoot>

                    • <legend id='0wjnP'><style id='0wjnP'><dir id='0wjnP'><q id='0wjnP'></q></dir></style></legend>
                      • <bdo id='0wjnP'></bdo><ul id='0wjnP'></ul>
                        <i id='0wjnP'><tr id='0wjnP'><dt id='0wjnP'><q id='0wjnP'><span id='0wjnP'><b id='0wjnP'><form id='0wjnP'><ins id='0wjnP'></ins><ul id='0wjnP'></ul><sub id='0wjnP'></sub></form><legend id='0wjnP'></legend><bdo id='0wjnP'><pre id='0wjnP'><center id='0wjnP'></center></pre></bdo></b><th id='0wjnP'></th></span></q></dt></tr></i><div id='0wjnP'><tfoot id='0wjnP'></tfoot><dl id='0wjnP'><fieldset id='0wjnP'></fieldset></dl></div>