Hi guys,
I am completely new to objective c. I am trying to compile a very basic program of "hello world", but the problem is that gcc compiler can't figure out where my header files are. I wrote on cygwin bash shell:
$ gcc -lobjc hello.m -o hello
and error given was:
hello.m:9:25: fatal error: foundation.h no such file or directory
I am using GNUstep on windows xp, having installed all the components needed. I know and have seen that header files are present. Please someone can guide me how can I locate those files? Or how should i give command to locate files myself? Is there any other possible way that I can permanently tell that in this folder header files are located.
Please help me. Thanks a lot in adavnce :(