The configure script checks that the compiler can build c programs and fails saying the compiler for c cannot build executables. (checking whether the C compiler works... no)
doing the command gcc x.c gives "gcc: error trying to exec 'cc1': execvp: No such file or directory"
uname -a for my system says: x86_64 x86_64 x86_64 GNU/Linux
My guess is that this version of GNAT was not configured correctly for c programs. Next thing to try is an older version of GNAT