undefined reference

J

Joe Estock

Mark said:
Whatever your problem is, its nothing to do with C. You really really
need to learn how to use your toolset. You could try asking in a gcc
newsgroup....

Or learn not to depend on third party libraries for something this
trivial when the same thing can be accomplished using 9 lines (including
whitespace) of standard C.

#include <stdio.h>

int main(void)
{
printf("Content-Type: text/html\n\n");
printf("Hello, World!\n");

return(0);
}
 
M

Mark McIntyre

Or learn not to depend on third party libraries for something this
trivial when the same thing can be accomplished using 9 lines (including
whitespace) of standard C.

Yeah, but gert wants to do everything the REALLY hard way, it seems.
The idea of writing nice simple ordinary C doesn't work for him...
--
Mark McIntyre

"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it."
--Brian Kernighan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top