Re: programs crash when run through rosetta
Re: programs crash when run through rosetta
- Subject: Re: programs crash when run through rosetta
- From: "Brian Bechtel" <email@hidden>
- Date: Fri, 29 Dec 2006 23:02:19 -0800
On 12/29/06, Joe Miller <email@hidden> wrote:
I found that I do NOT have a problem using g++ 4.0
on OSX 10.4. But for now I've been tasked to getting
this working with the earlier version. Has anyone run
across something like this before. My only thought is
it might have to do with xerces execption handling??
That would certainly be the first area I would consider as a
candidate. Rosetta doesn't support precise exceptions. If xerces
depends upon this, then you cannot run it under Rosetta.
The solution, of course, is to have a universal binary. Compile with
g++ 4.0 for the Intel side, and compile with an earlier compiler for
the 10.2.8 side. Use lipo to combine them into one universal binary.
The universal binary porting guidelines at
<http://developer.apple.com/transition> describe this pretty
completely, as well as many messages in this mailing list archive.
Good luck.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden