> On 25 Jan 2016, at 01:34, Simon Gornall <[email protected]> wrote: > > Hi all, > > So I’m not *really* trying to get GNUstep installed, what I really want is a > way to compile ARC-aware Objective C (just Foundation) across multiple > platforms (Linux, Mac, Windows) and give the binaries out to people who don’t > have GNUstep installed. The Mac is easy, and I’m assuming that Linux won’t be > too hard either, haven’t looked at it yet though. > > Windows: I don’t really want to have to install an entire GNUstep > implementation, I just want a relatively simple application + bunch of DLLs > if I can get away with it. To that end, I followed the ‘get Gnustep/clang > working’ page at > https://solarianprogrammer.com/2012/03/21/clang-objective-c-windows/ and > compiled a short program on a Windows-8 VM:
This is covered in the gnustep-base documentation (eg http://www.gnustep.org/resources/documentation/Developer/Base/Reference/Base.html) look through the page for ‘Standalone packages’ for specific details, though reading the whole section titled 'GNUstep Configuration File’ will probably make things clearer. _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
