rubenespadas / DionaeaFR

Dionaea Front Web
66 stars 27 forks source link

Install error on Debian #20

Closed zzxzshiyf closed 9 years ago

zzxzshiyf commented 9 years ago

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

nullprobe commented 9 years ago

Upgrade your gcc, I think '-fstack-protector-strong' was only implemented from 4.8.x or 4.9.x.

zzxzshiyf commented 9 years ago

yes,it's solved by your way.Thanks again for your reply.