Solved Compiling the SPIKE Fuzzer?

I ignored it ;). If you get an error, you can try running configure like this: CC=gcc49 ./configure. If the configure script does not deviate too much from the norm that should do it.
 
May be there is so silly question, Can I compile this Linux tool under FreeBSD? Does it need special config on my FreeBSD or special parameter by ./config? Also I inserted the line of
Code:
linux_enable="YES"
at /etc/rc.conf.
 
:beer::), At the final I could compiled it with CC=gcc49 parameter after the ./configure and make commands and then load library libdlrpc.so by copying it into /usr/local/lib folder.
Now, It's running without errors.
Thanks to all that help me with identifying CC=gcc49.
 
Last edited:
Back
Top