Hi Michal!
Ph. Marek reported[0] in the Debian BTS that afl-gcc's help message has
/usr/local/bin hardcoded as path to AFL compilers:
$ /usr/bin/afl-gcc 2>&1 | grep local
CC=/usr/local/bin/afl-gcc ./configure
CXX=/usr/local/bin/afl-g++ ./configure
Could you change it so that it simply says "CC=afl-gcc" and
"CXX=afl-g++"? That way one could copy&paste the lines even when AFL
were installed into /usr.
[0]
https://bugs.debian.org/779921
--
Jakub Wilk