This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj on intel mac patches
On Mon, 22 May 2006, Sandro Tolaini wrote:
On 22/mag/2006, at 21:07, Andi Vajda wrote:
A few weeks ago you sent patches to this list that made it possible to
build gcj on Intel Mac OS X. I was able to build gcj once from the trunk
with your patches. The executable I then built with that gcj were not
functional.
What kind of problems are you having with the executables? I've not built gcc
recently, but we are using gcj 4.0.2+patches for our product, and it is
surely working (except for stack unwinding). I can send you 4.0.2 patches if
you are interested.
I don't know yet.
Yes, I'd very much like to give this a try on gcj 4.0.2 or 4.0.3 which got
released in March. If you could send me these patches, that would be great.
This seems tied to some changes in the boehm gc codebase that has occurred
after my patch submission. I'll give it a try when I have some spare time,
but at the moment I'm quite busy.
I managed to build it again by adding the missing field to the
thread_stop_info structure.
Thanks !
Andi..