GNUStepを使用したコンパイルオプション

[bash]
$ gcc hello.m -o hello -I /GNUstep/System/Library/Headers -L /GNUStep/System/Library/Libraries/ -l objc

gcc Sample01.m -o Sample01 -I /GNUstep/System/Library/Headers -L /GNUstep/System/Library/Libraries -lobjc -lgnustep-base -fconstant-string-class=NSConstantString -enable-auto-import
[/bash]

This entry was posted in Objective-C. Bookmark the permalink.

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です