2016-11-24 14:13 GMT+01:00 Romero, Fernando <[email protected]>: > Hola como están > > Estoy tratando de compilar mk-livestatus-1.4.0i1 en debía 8 y me de este > error: > > > > checking whether we are using the GNU C++ compiler... yes > > checking whether g++-4.9 accepts -g... yes > > checking dependency style of g++-4.9... gcc3 > > checking whether g++-4.9 supports C++14 features by default... no > > checking whether g++-4.9 supports C++14 features with -std=c++14... no > > checking whether g++-4.9 supports C++14 features with -std=c++0x... no > > checking whether g++-4.9 supports C++14 features with +std=c++14... no > > checking whether g++-4.9 supports C++14 features with -h std=c++14... no > > configure: error: *** A compiler with support for C++14 language features is > required. > > > > Estuve leyendo que con c++-4.9 y g++-4.9 que es justamente la versión de gcc > que tengo > > Alguien tuve este problema? > > > > Saludos
Pues el error es claro, la versión de g++ 4.9 no soporta alguna característica necesaria del standar c++14. Tendrás que compilar en una máquina con testing o actualizar el compilador a la versión 6. https://gcc.gnu.org/projects/cxx-status.html#cxx11 S2.

