필요한 라이브러리 설치 $ sudo apt-get install gobjc libobjc2 build-essential scons 기본적인 빌드 방법 $ cc -Wall main.m MyObject.m -lobjc_gc -ldl 다음 위치에 헤더들이 있다. /usr/lib/gcc/x86_64-linux-gnu/4.4/include/objc ====== tips ====== #import 대치 법 #import @compatibility_alias NSObject Object; ====== references ====== * [[http://www.otierney.net/objective-c.html|Objective-C Beginner's Guide]] * [[http://gcc.gnu.org/onlinedocs/gcc-4.4.5/gcc/Objective_002dC.html#Objective_002dC|gcc4.4.5 object-c runtime feature]]