Objective-C
メモ。 gcc -o hello -lobjc hello.m Temp/cc4bpqIQ.o:hello.m:(.text+0x47): undefined reference to `_objc_get_class' Temp/cc4bpqIQ.o:hello.m:(.text+0x59): undefined reference to `_objc_msg_lookup' Temp/cc4bpqIQ.o:hello.m:(.text+0x7c): undefin…
etchの場合。 apt-cache search objective-c apt-get install gobjc emacsを暫定的に設定。 ;; Objective-Cの設定(Objective-Cディレクトリ以下のみ) (setq auto-mode-alist (cons '("/Objctive-C/*.[hm]" . objc-mode) auto-mode-alist)) 入門。 http://w…