I am attempting to build fastcgi on a Linux Ubuntu 10.x machine.
I run the following commands:
./configure make
and I get the following error:
EOF is a C macro and seems that you do not have it defined in fcgio.cpp or that something has undefined it. I would first try to add #include to start of fcgio.cpp.
#include