> ... But if I want to fuzz a library, I don't need of this option ?
The option prevents some libraries from being built as .so, which can
simplify running the resulting binaries. Test and see - if the
compiled binary works when executed manually, you're all set. If it
doesn't, you may need to find an equivalent option or set
LD_LIBRARY_PATH.
> I thought put the "--disable-shared" or "static" option directly in the
> Makefile, in the CFLAGS variable.
--disable-shared will not work in Makefile and -static does something else.
/mz