Re: Re: Fat binary problem
Re: Re: Fat binary problem
- Subject: Re: Re: Fat binary problem
- From: email@hidden
- Date: Thu, 04 Mar 2010 14:47:11 +0000
On Mar 3, 2010 10:48pm, Clark Cox <email@hidden> wrote:
> On Wed, Mar 3, 2010 at 6:08 PM, Lorenzo Thurman email@hidden> wrote:
>
> > I'm trying to build a fat binary to run on every arch that will run 10.4.x -
>
> > 10.6 (ppc through Intel 64). In my Target build settings I have:
>
> > Architectures & Valid Architectures:
>
> > x86 ppc ppc970 i386
>
> > Base SDK 10.5:
>
> > Intel 10.4
>
> > Intel 64 bit 10.6
>
> > PowerPC 10.4
>
> > PowerPC 64 bit 10.4
>
>
>
> Unless this is a command-line only binary that doesn't link against
>
> anything higher-level than libSystem (IIRC), then building against the
>
> 10.4 SDK for ppc64 won't work.
>
>
>
> > Deployment Target 10.5:
>
> > Intel 10.4
>
> > Intel 64 bit 10.5
>
> > PowerPC 10.4
>
> > PowerPC 64 bit 10.4
>
> > The output from lipo -info shows this:
>
> > x86_64 ppc7400 i386 ppc970
>
> > My application will not run on a Cube running 10.4.
>
>
>
> Define "will not run". Does it crash at launch? Does it crash later?
>
> Is there a crash log? Was there any console output?
>
>
>
> > What am I missing?
>
>
>
> --
>
> Clark S. Cox III
>
> email@hidden
>
It does not launch, no crash report. I'll have to find out from the user if is there is any console output. But I think you may have pointed out my problem. These are my new settings:
Deployment target:
MacOS X 10.4 - MacOS X Intel 10.4
MacOS X 10.4 - PowerPC 64 bit 10.5
MacOS X 10.4 - PowerPC 10.4
MacOS X 10.5 - Intel 64 bit 10.5
Base SDK 10.5:
MacOS X 10.4 - MacOS X Intel 10.4
MacOS X 10.4 - PowerPC 64 bit 10.5
MacOS X 10.4 - PowerPC 10.4
MacOS X 10.5 - Intel 64 bit 10.5
Lipo outputs:
x86_64 ppc i386 ppc970
Shouldn't this include ppc64 and ppc7400?.
_______________________________________________
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