• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Pascal app in Xcode Universal Binary?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Pascal app in Xcode Universal Binary?


  • Subject: Re: Pascal app in Xcode Universal Binary?
  • From: Eric Albert <email@hidden>
  • Date: Thu, 9 Jun 2005 01:08:27 -0700

On Jun 7, 2005, at 4:01 PM, Joseph Weaks wrote:

Steve was clear what "writing on the wall" he offered... move your Carbon apps to Xcode.
A friend develops a professional app, written in Pascal. He's brilliant enough to have fully carbonized, but he doesn't use Xcode. Is it going to be possible to move his Pascal app to compile in Xcode, in preparation for the needed Universal Binary?

Moving to Xcode isn't strictly a requirement for building a universal binary. All you need to create a universal binary is a PowerPC Mach-O executable and an Intel Mach-O executable. You pass them to the command-line 'lipo' tool and it spits out a universal binary. See the 'lipo' man page for details.


Xcode makes all of this a lot easier for you because it handles the separate compiler and linker invocations and does the lipo'ing for you, but you could even build the PowerPC side with CodeWarrior, build the Intel side with Xcode, and run lipo on your own to put the result together. We don't recommend that because it's a lot more complicated to maintain, but it'll work.

Eric
Core Technologies

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Pascal app in Xcode Universal Binary?
      • From: Daniel Jalkut <email@hidden>
References: 
 >Pascal app in Xcode Universal Binary? (From: Joseph Weaks <email@hidden>)

  • Prev by Date: Re: Cross Develop using Target SDK setting in .xcconfig file
  • Next by Date: Xcode 2.1 CVS access non-functional.
  • Previous by thread: Re: Pascal app in Xcode Universal Binary?
  • Next by thread: Re: Pascal app in Xcode Universal Binary?
  • Index(es):
    • Date
    • Thread