blechschmidt / massdns

A high-performance DNS stub resolver for bulk lookups and reconnaissance (subdomain enumeration)
GNU General Public License v3.0
3.08k stars 460 forks source link

massdns installation error on ubuntu #76

Closed remonsec closed 3 years ago

remonsec commented 3 years ago

root@ubuntu:~/tool/massdns# make

mkdir -p bin
cc  -O3 -std=c11 -DHAVE_EPOLL -DHAVE_SYSINFO -Wall -fstack-protector-strong src/main.c -o bin/massdns
cc: error: unrecognized command line option ‘-fstack-protector-strong’
make: *** [all] Error 1

I am using Ubuntu 14.04.6 LTS

blechschmidt commented 3 years ago

What is the output of cc -v? Does upgrading gcc help?

remonsec commented 3 years ago

thanks worked. issue solved by upgrading gcc

On Fri, Aug 7, 2020 at 4:27 PM B. Blechschmidt notifications@github.com wrote:

What is the output of cc -v? Does upgrading gcc help?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/blechschmidt/massdns/issues/76#issuecomment-670449022, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANBOWMXBZHJZHDYCQVUM5KTR7PJKNANCNFSM4PXPPWNQ .