pan*_*050 3 ubuntu gcc objective-c gnustep
好的,我有这个程序在这里:
int main(int argc, const char * argv[])
{
    NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
    NSLog (@"Hello world!");
    [pool drain];
    return 0;
}
问题是当我使用命令"gcc -framework Foundation prog1.m -o prog1"编译它时
我得到这个:"gcc:错误试图执行'cclobj':execvp:没有这样的文件或目录"
我需要安装任何包吗?"
| 归档时间: | 
 | 
| 查看次数: | 5202 次 | 
| 最近记录: |