On 10/30/2018 12:52 PM, Philip Webb wrote: > NB above : the error you cite is '4' : > this shows there are other errors '1' '2' '3' above, which are more important. > It would help if you find them & report them to the list.
Thanks, but that's the whole gcc output I got.
BTW the code for this is:
$ cat main.c
#include <stdio.h>
int main(int argc, char **argv) {
printf("hello world\n");
return 0;
}

