From: Cousin Stanley on

>> ....
>> I've never compiled anything and thought
>> it might be interesting to try

> ....
> If you're looking to try out compiling,
> find the simplest Open Source app
> that you're interested in using and start there.
> ....

If you've never compiled anything at all
you might start with a hello_world program ....

// greet.c _______________________________________________

#include <stdio.h>

main()
{
printf( "\n Greetings, human .... \n\n" ) ;
}


--
Stanley C. Kitching
Human Being
Phoenix, Arizona