Re: Exception handling information in the macintosh

2010-02-09 Thread jacob navia
Jack Howarth a écrit : Jacob, Apple's gcc is based on their own branch and is not the same as FSF gcc. The first FSF gcc that is validated on on darwin10 was gcc 4.4. However I would suggest you first start testing against current FSF gcc trunk. There are a number of fixes for darwin10 that ar

Re: Exception handling information in the macintosh

2010-02-05 Thread Jack Howarth
On Fri, Feb 05, 2010 at 09:06:56PM +, Dave Korn wrote: > On 05/02/2010 18:46, jacob navia wrote: > > > The build crashed in the java section by the way, there was a script that > > supposed the object files in a .libs directory but the objects were in the > > same directory as the source code

Re: Exception handling information in the macintosh

2010-02-05 Thread Dave Korn
On 05/02/2010 18:46, jacob navia wrote: > The build crashed in the java section by the way, there was a script that > supposed the object files in a .libs directory but the objects were in the > same directory as the source code. This happened several times, so at the > end I stopped since I am n

Re: Exception handling information in the macintosh

2010-02-05 Thread jacob navia
Jack Howarth a écrit : On Thu, Feb 04, 2010 at 08:12:10PM +0100, jacob navia wrote: Hi I have developed a JIT for linux 64 bits. It generates exception handling information according to DWARF under linux and it works with gcc 4.2.1. I have recompiled the same code under the Macintosh and

Re: Exception handling information in the macintosh

2010-02-04 Thread Jack Howarth
On Thu, Feb 04, 2010 at 08:12:10PM +0100, jacob navia wrote: > Hi > > I have developed a JIT for linux 64 bits. It generates exception > handling information > according to DWARF under linux and it works with gcc 4.2.1. > > I have recompiled the same code under the Macintosh and something has >

Exception handling information in the macintosh

2010-02-04 Thread jacob navia
Hi I have developed a JIT for linux 64 bits. It generates exception handling information according to DWARF under linux and it works with gcc 4.2.1. I have recompiled the same code under the Macintosh and something has changed, apparently, because now any throw that passes through my code cr