Rick Welykochy wrote:
gcc handles Objective C. With a bit of work I'm sure this thing could be made to compile on Linux. Of course, all the GUI code will have to be ripped out and replaced.
gcc is what 99% of Mac developers use to compile Objective-C on OS X. The GUI code is developed against a standard called OpenStep for which there are free implementations, GNUStep being the most popular. So probably only a small part of that code, the parts using proprietary Apple extensions, will need to be replaced.
Trent -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
