Я пытался запустить программу hello world с gcc, используя следующую команду
gcc hello.c
Но я получаю следующую ошибку.
/usr/lib/gcc/i386-redhat-linux/4.1.2/../../../crt1.o: In function `_start':
(.text+0x18): undefined reference to `main'
collect2: ld returned 1 exit status