Compile CGI program problem

Is there a special command that needs to be used when compiling the c files in the cgi directory to generate cgi files?

I have tried gcc extinfo.c and make extinfo without any success.

Athough the compilation did not return an error on the include statements, it failed with a large number of “undefined reference to” errors.

Read the output of ./configure when you run it next time. I’m sure it complains about something. Perhaps it says gd libs not found, etc…