Is it possible to run a compiled program with Xcode on Mac OS X in FreeBSD? (Objective-C/Cocoa)

Posted by Eonil on Stack Overflow See other posts from Stack Overflow or by Eonil
Published on 2010-06-06T14:10:21Z Indexed on 2010/06/06 14:12 UTC
Read the original article Hit count: 209

Filed under:
|
|
|
|

Hi. I have a plan to build a web-site which running CGI made with Cocoa. My final goal is develop on Mac OS X, and run on FreeBSD. Is this possible?

As I know, there is a free implementation of some NextStep classes, the GNUStep. The web-site is almost built with only strings. I read GNUStep documents, classes are enough. DB connection will be made with C interfaces.

Most biggest problem which I'm concerning is linking and binary compatibility. I'm currently configuring FreeBSD on VirtualBox, but I wanna know any possibility informations about this from experts.

This is not a production server. Just a trial. Please feel free to saying anything.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa