Re: Build mysteriously excludes G3s
Re: Build mysteriously excludes G3s
- Subject: Re: Build mysteriously excludes G3s
- From: Chris Ridd <email@hidden>
- Date: Fri, 19 Mar 2010 18:27:21 +0000
On 19 Mar 2010, at 17:54, James Bucanek wrote:
> Chris Ridd <mailto:email@hidden> wrote (Friday, March 19, 2010 12:26 AM -0000):
>
>> Are any unique libraries being linked to the odd binary? Maybe (ie this is a
>> WAG) the linker will only produce a binary for a G3 if all of the linked
>> libraries also contain G3 binaries.
>
> I'd read this too. On the surface, it doesn't make any sense (unless we're talking about static libraries) because none of the library's code becomes part of the executable. And if said library didn't have the right architecture at runtime, then that would be a load-time error.
'man ld' says that the linker looks at the object files in command-line order when working out what to produce, unless you use -arch. I think your next mail says you're using -arch so I'll just shut up :-)
Cheers,
Chris
_______________________________________________
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