#include <stdio.h>


int main (void)

{

        printf("printf");

        return 0;

}


요렇게 짜고 빌드했는데


21:22:35 **** Incremental Build of configuration Debug for project test ****

make all 

Building target: test

Invoking: MacOS X C Linker

gcc  -o "test"  ./test.o   

Undefined symbols for architecture x86_64:

  "_main", referenced from:

      start in crt1.10.6.o

ld: symbol(s) not fou1nd for architecture x86_64

collect2: ld returned 1 exit status

make: *** [test] Error 1


21:22:35 Build Finished (took 110ms)

 
라고 뜸요 ㅠㅠ
  gcc 깔고
    C/C++ development tools도 깔았는데;