Fedora25、centOSでビルドしようとすると、./configureでエラーになります。
gccのバージョンが4.8.5 < 5より古いからでしょうか?

configure: error: C++ preprocessor "/lib/cpp" fails sanity check

gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC)
configure:4377: $? = 0
configure:4366: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4377: $? = 4
configure:4366: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.

configure:4725: checking how to run the C preprocessor
configure:4756: gcc -E conftest.c
configure:4756: $? = 0
configure:4770: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^