I went around and around trying to get Cython install on my Ubuntu 14.04 LTS box. I kept getting:
x86_64-linux-gnu-gcc: error: unrecognized command line option ‘-fstack-protector-strong’
Turns out that the ‘-fstack-protector-strong’ option was not added to the GCC compiler until version 4.9. Upgraded my GCC to the latest available fixed the issue.
Thanks. Little notes / survival stories like this make it possible to actually get some work done on OSS. :)
ReplyDeleteThanks!!!!
ReplyDeleteThis just saved my Gentoo install, since stack protection in the kernel fails to compile. Basically you have to...
ReplyDeleteemerge -av =sys-devel/gcc-4.9.2
echo "sys-devel/gcc" >> /etc/portage/package.accepted_keywords
emerge -u sys-devel/gcc