Sunday, November 7, 2010

Setting Up Objective-C on Windows

In seeking to learn more Objective-C and use my Windows OS (Vista), I learned there is set up work to do and figuring out the final compilation command.

First, I installed using the directions at http://wwwmain.gnustep.org/experience/Windows.html It was straightforward.

With Justin Voss' help, we landed on the following command to compile a test.m file that we created together:
gcc `gnustep-config --objc-flags` -L /usr/GNUstep/System/Library/Libraries/ test.m -lgnustep-base -lobjc

I am grateful to Justin and those who created GNUStep.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.