Re: TechNote for building Universal Binary...
Re: TechNote for building Universal Binary...
- Subject: Re: TechNote for building Universal Binary...
- From: "Peter O'Gorman" <email@hidden>
- Date: Wed, 12 Apr 2006 21:42:12 +0900
On Wed, 2006-04-12 at 15:50 +0530, rohit dhamija wrote:
> Yes, I mean to say that I am linking the static universal binary with
> console based app in Mac OS 10.3.9 .
>
> B/w is this issue related with gcc or with the Operating System
> Panther ?
>
> What in case I upgrade gcc to version 4 on my Mac OS 10.3.9. Will that
> serve the purpose ?
>
> Also, What is the way around to use a single universal binary static
> library for 10.3.9 , 10.4+ppc and intel ??
>
A universal binary, targetting 10.3.9, set up properly, will run on
10.3.9. So, if you use your universal static archive to create a
universal executable, the executable will run. However, Apple has, to my
knowledge, not made any promises that a static archive created on 10.4
will be usable by the tools on 10.3.
You can create a thin library on your 10.3 ppc system, and a thin
library on your 10.4 i386 system and use lipo(1) to stick them together.
Peter
Attachment:
signature.asc
Description: This is a digitally signed message part
_______________________________________________
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