System: 64bit Ubuntu Lucid GNUStep clang/LLVM test.m #import <Foundation/Foundation.h> int main(int argc, char * argv[]){ NSLog(@"Hello world!\n"); return 0; } compile command line: clang -fobjc-gc -I /usr/lib/gcc/x86_64-linux-gnu/4.4.3/include -I /usr/include/GNUstep/ -I /usr/lib/gcc/x86_64-linux-gnu/4.4.3/include-fixed/ -L /usr/lib/GNUstep/ -L /usr/lib64/ -fconstant-string-class=NSConstantString