This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ/minGW produced executables and linux/wine
Tom Tromey writes:
> >>>>> "Andrew" == Andrew Haley <aph at redhat dot com> writes:
>
> Andrew> Well, from a very rough reading it looks to me like SEH should
> Andrew> be able to do what Win32 gcj needs.
>
> I thought there was no way to access SEH from gcc, and that this was
> one of the longstanding gcc/Windows interoperability problems.
It doesn't look hard to do, judging by the docs. It's just a matter
of someone being sufficiently motivated to do to.
Andrew.