How to compile an objective c program under windows with gnustep
In this tut http://blog.lyxite.com/2008/01/compile-objective-c-programs-using-gcc.html it says that after installing gnustep for windows I can run gcc to compile my prog.
But where is it installed ? I can't find it under Gnustep folder though a GNUstep\mingw\bin folder with a bunch of files exist. So isn't the package install bugged ?
Someone asked the question and weirdly all the answers开发者_运维百科 were out of subject: compiling Objective-C program on Windows
When I go, there http://sourceforge.net/projects/mingw/files/MinGW/ I have a bunch of folder of 1.9 Go I don't know what to download.
Update: There is indeed no gcc.exe but sh.exe instead.
Have you tried to download MinGW from this page and install it following the README file?
blog post moved to
http://lyxite.blogspot.sg/2008/01/compile-objective-c-programs-using-gcc.html
精彩评论