I have installed the four GNU packages (GNUstep MSYS System first, GNUstep core second, GNUstep Devel and finally Cairo Backend) into my C drive (I am using it on Windows).
I have created the directory E: /MyProject/ObjectiveC into which I wrote my Helloworld.m program and saved it.
I used the command " $ gcc 'gnustep-config --objc-flags' helloworld.m -o helloworld 'gnustep-config --base-libs' to compile the program but I am getting the following error (Screenshot cannot be provided due to less than 10 reputation)
a) gcc.exe: error: gnustep-config --objc-flags: No such file or directory
b) gcc.exe: error: gnustep-config --base-libs: No such file or directory
Is there anything I have been missing? Do I have to create a makefile in the objectivec directory?