http://blog.lyxite.com/2008/01/compile-objective-c-programs-using-gcc.html
http://www.otierney.net/objective-c.html
http://umaking.tistory.com/45
compile
$ gcc Fraction.m main.m -I /home/uclick/GNUstep/Local/Library/Headers -L /home/uclick/GNUstep/Local/Library/Libraries/
-lobjc -lgnustep-base -enable-auto-import
http://www.otierney.net/objective-c.html
http://umaking.tistory.com/45
compile
$ gcc Fraction.m main.m -I /home/uclick/GNUstep/Local/Library/Headers -L /home/uclick/GNUstep/Local/Library/Libraries/
-lobjc -lgnustep-base -enable-auto-import
'프로그래밍 > iPhone Dev' 카테고리의 다른 글
[Objective C] 03 Class Level Access (0) | 2009.10.27 |
---|---|
[Objective C] 02 Access Privledges (0) | 2009.10.27 |
[Objective C] 01 Creating Classes (0) | 2009.10.27 |
[Objective C] 환경설정 (0) | 2009.10.27 |
[Objective C] windows에서 objective C개발하기 (0) | 2009.09.07 |