Tuesday, July 20, 2010

Build ObjectC on Windows with Foundation frameworks

Use

gcc `gnustep-config --objc-flags` -o hello hello.m -L C:/GNUstep/GNUstep/System/Library/Libraries -lobjc -lgnustep-base

on Shell command line.

view more

No comments: