【发布时间】:2016-02-01 17:23:03
【问题描述】:
我正在尝试从其源代码编译 FileZilla。 它需要 C++ 14 支持,需要 gcc4.9。 不管4.8以上的版本,我都尝试安装,没有变化。
gcc4.9 上面的 ubuntu 版本不可用吗?
我得到的错误是:
checking whether g++ supports C++14 features by default... no
checking whether g++ supports C++14 features with -std=gnu++14... no
checking whether g++ supports C++14 features with -std=gnu++1y... no
checking whether g++ supports C++14 features with -std=c++14... no
checking whether g++ supports C++14 features with -std=c++1y... no
configure: error: *** A compiler with support for C++14 language features is required
有人可以帮忙吗?
【问题讨论】: