ログ日記

作業ログと日記とメモ

Objective-C

CygwinでObjective-Cのコンパイルをするときのlobjcオプションはターゲットより後に指定する

メモ。 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…

現実逃避にObjective-Cを入れる

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…