Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error This file requires compiler and library support #1

Closed
jiayi797 opened this issue Jun 25, 2018 · 0 comments
Closed

error This file requires compiler and library support #1

jiayi797 opened this issue Jun 25, 2018 · 0 comments

Comments

@jiayi797
Copy link

When I run "install" command in octave, it tell me :

/usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support
^
CXX=g++ CC=gcc CXXFLAGS="-fopenmp -ffast-math -pipe -O3 -DNDEBUG" DL_LD=g++ LD_CXX=g++
CXX=g++ CC=gcc CXXFLAGS="-fopenmp -ffast-math -pipe -O3 -DNDEBUG" DL_LD=g++ LD_CXX=g++ mkoctfile -v -lgomp -lblas -llapack -I/u/rofuyu/bin/octave-dev/usr/include/octave-3.8.1/octave/ -L/u/rofuyu/.local/lib --mex arr_mf_train.cpp ../imf.o ../dbilinear.o ../smat.o ../dmat.o ../tron.o ../zlib_util.o ../zlib/libz.a

My system:

ubuntu 16.4
gcc 5.5.0 ( support to c++11 )

Anyone else meet this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant