I am a newbie to Objective C programs. I'm learning to code from tutorialspoint.com As mentioned therein I downloaded GNUstep (Windows). First, installed the MSYS/MinGW System package and then core package. After that followed the steps mentioned there. I created a simple program with name hello.m and Stored that in C drive (Snapshot 1) I don't know the meaning of this command below but entered it:
$ gcc gnustep-config --objc-flags
-L /GNUstep/System/Library/Libraries hello.m -o hello -lgnustep-base -lobjc
The error it shows is - sh: gcc: command not found
Please help with the same, to compile and run my first Objective C program