Closed carol-siniscalchi closed 5 years ago
Hey Mike,
I'm trying to run Fast-Plast in a ubuntu machine and I'm getting the following error when installing Afin:
carol@jmandel-OptiPlex-7010:~/Fast-Plast/afin$ make g++ -std=c++11 -g -pthread -c afin.cpp -o afin.o cc1plus: error: unrecognized command line option ‘-std=c++11’ make: *** [afin.o] Error 1
The automatic installation using the INSTALL script also failed. I have zlib installed.
Do you know what might be causing it? I tried to run some files and it stops right after the Spades step.
Thanks!
Do you have a c++11 supported c++ compiler? For example, we use gcc5.4.0.
Is it in your path?
Hey Mike,
I'm trying to run Fast-Plast in a ubuntu machine and I'm getting the following error when installing Afin:
carol@jmandel-OptiPlex-7010:~/Fast-Plast/afin$ make g++ -std=c++11 -g -pthread -c afin.cpp -o afin.o cc1plus: error: unrecognized command line option ‘-std=c++11’ make: *** [afin.o] Error 1
The automatic installation using the INSTALL script also failed. I have zlib installed.
Do you know what might be causing it? I tried to run some files and it stops right after the Spades step.
Thanks!