discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cross Compiling for OS X?


From: address@hidden
Subject: Re: Cross Compiling for OS X?
Date: Fri, 2 May 2008 23:49:34 -0700 (PDT)
User-agent: G2/1.0

> I don't see why I should have to install GNUstep on OS X when it already has
> a perfectly good Foundation. I'll look into creating a cross-compiling
> environment.

So you have some GNUstep code that you want to run natively on OSX?
And compile on OSX?

Then, your preferred "cross-compiling environment" is called Xcode
(but is in fact a *native* compiling environment).

Just open a new Xcode project for use of a makefile (or a "command
line tool"), drag your Obj-C source files from the GNUstep project
into your Xcode project, add the resources, add the Cocoa
Foundation.framework, update the makefile and do a "build".

-- hns


reply via email to

[Prev in Thread] Current Thread [Next in Thread]