From: kermit AT ticnet DOT com (Kermit Tensmeyer) Subject: Re: CGI using gcc 10 Oct 1997 07:10:31 -0700 Message-ID: <343D1E72.E431181E.cygnus.gnu-win32@ticnet.com> References: <5060200005471053000002L032*@MHS> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Abbas Birjandi Cc: gnu-win32 AT cygnus DOT com 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 AT ticnet DOT com Dallas - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".