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:
Use -1 instead
-1
EOF is defined in as follows:
#define EOF (-1)
or (more professionally), you may put the following code above your main() or inside your header file:
#ifndef EOF #define EOF (-1) #endif