[jason@localhost P2.2]$ cc P2.2.c
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../crt1.o(.text+0x18): In function
`_start':
../sysdeps/i386/elf/start.S:77: undefined reference to `main'
collect2: ld returned 1 exit status
[jason@localhost P2.2]$
adv. programming in Unix environment에 나오는 예제를 하던중
위와 같이 나오면서 컴파일이 않되는데 뭐가 문제일까요?