I downloaded the developerkit from fastcgi.com. The kit has an examples folder that has a few source files their final, runnable, compiled files. If I put these compiled files in a cgi-bin folder on my apache server (my macbook pro), add the extension fcgi, and go to the url that they are located, they run perfect.
I have a test c soruce file that I want to compile to a fastcgi script. The source file simply prints hello world.
Does anyone have a good ref or easy explanation on how to compile the source file to a runnable fcgi file? I dont understand the docs...