CGI using gcc

Kermit Tensmeyer kermit@ticnet.com
Thu Oct 9 16:37:00 GMT 1997


Abbas Birjandi wrote:
> 
> FormName:
> SwipeFrom: Abbas Birjandi/France/IBM @ IBMFR
> ValidationTesting: 0
> oldfrom: Abbas Birjandi/France/IBM
> 
> Hi,
> I have a written a cgi code that compiles fine with gcc.  But when I try it
> along my html page, I get the error that the CGI did not retrun correct header
> info...
> However, the same program compiled by MS C++ compiler, works fine and
> I do not get any such errors.
> 
> I am running Windows NT 4.0 workstation.



The general method to resolving this type of problem is to examine the
headers
 that are being generated.

 try executing the program from the command line and
 pass in the correct parameters. examine the contents of
 the standard out file.

  examine the headers that the software sends out. You may find that 
 the header is missing a "\n\n" just after the first line.

  


-- 
-------
  Kermit Tensmeyer    (IBM E & T - Networking)
  Kermit@ticnet.com     Dallas
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list