Closed zzxzshiyf closed 9 years ago
run python2.7 setup.py install
python2.7 setup.py install
got error: c++: error: unrecognized command line option '-fstack-protector-strong'
c++: error: unrecognized command line option '-fstack-protector-strong'
error: command 'c++' failed with exit status 1
i'm not familiar with C++,so can you give some adivce?
g++ version
g++ (Debian 4.7.2-5) 4.7.2
Upgrade your gcc, I think '-fstack-protector-strong' was only implemented from 4.8.x or 4.9.x.
yes,it's solved by your way.Thanks again for your reply.
run
python2.7 setup.py install
got error:
c++: error: unrecognized command line option '-fstack-protector-strong'
error: command 'c++' failed with exit status 1
i'm not familiar with C++,so can you give some adivce?
g++ version
g++ (Debian 4.7.2-5) 4.7.2