Some problems with gcc
David Grill Watson
dgwatson at kent.edu
Thu Aug 17 00:06:18 BST 2000
> But here's the twist ! I have a simple web page renderer written in C.
> Building this single file program with this latest gcc results in it not
> executing on the remote server ! It runs locally, not in a server domain, I
> mean just running it from the command line and watching the HTML spewing
> out into the console.
That's what a CGI is SUPPOSED to do!
What else would it do? The server takes the CGI's output (on STDOUT), and
sends it out the pipe.
> I was running gcc-2.95-9.2mdk, which worked fine. But I have also seen
> these symptoms with a Mandrake version, I can't however remember which one.
>
> Any help would be appreciated since it is a real pain having to switch
> compilers !
>
> Thanks,
> Owen
More information about the KDevelop
mailing list