i get an undefined reference to _objc_class_name_greeter error when I compile
When I remove the line
Greeter * Hi=[[greeter alloc] init];
it compiles and all but one option works any idea what's wrong with that line
Also the error is at .data+0xa4 and correction it actually happens during linking ?
Take note that I wrote this on my iPod touch and auto correct is on all the time