I am working on Objective C, I am trying to run a simple program on terminal of ubuntu by giving the following command: gcc source.m -o source but compiler has given error like: source.m:1:34: error: Foundation/Foundation.h: No such file or directory source.m: In function ‘main’: source.m:4: error: cannot find interface declaration for ‘NXConstantString’ please help me to run my program.
_______________________________________________ Help-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-gnustep
