I'm trying to run a simple HelloCocoa class, but I'm running into troubles. For simplicity's sake, I've got the @interface, @implementation, and main( ) in main.m. I compile with
cc main.m -o prog1
in the terminal and I get this error:
ld: Undefined symbols:
.objc_class_name_Object...