-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting undefined reference errors when trying to build with make fuzz #9608
Comments
Maybe this here: NLnetLabs/unbound#299 is somehow related? |
I think the culprit is the |
This bug I think is something to do with the compiler. If I run this:
then I get this error:
but if we set the compiler to cc and c++, then the compilation continues normally, therefore this has something to do with the compiler: like so:
that continues to compiling normally. |
Does #9463 help? |
Hi! Thanks for the response. I tried to compile with this in the
and I am still getting the same error:
It works if I change the afl compiler to the normal gcc and g++ so I think it may have something to do with the specific compiler version I am using. |
Hi!
When I try to run
make fuzz
, I get these errors during the build:anyone know a good solution?
The text was updated successfully, but these errors were encountered: