This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: timetable change on mingw-libgcj
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: Mon, 17 Dec 2001 21:47:59 +1300
- Subject: Re: timetable change on mingw-libgcj
- References: <86d71ethgq.fsf@megacz.com>
Adam Megacz wrote:
>4) Apple deciding to give me a sexy new TiBook on "indefinite loan"
> so I can port XWT to MacOSX (thank you!!!)
>
Wow, thats way cool! I had to pay for mine.
I wonder if they'd "loan" me a G4 tower or something if I ported GCJ ;-)
>Gratuitous screenshot (the windows app you see is a gcj-compiled java
>program):
>
Thats cool too. I'm looking forward to finding out what this mystery-app
does!
>PS, has anybody ever tried GCJ on MacOSX? I can't see thing being too
>difficult to get working...
>
It doesn't work, at least on an HFS partition, due to GCJ's
case-insensitive-filesystem bug. See mailing list archives for previous
discussions. I plan to take another stab at fixing this sometime soon.
Last time I tried it was still neccessary to hack the system headers to
get libstdc++ to build, and the DWARF2 EH wasn't implemented (though
Stan is working on it?). boehm-gc will need some porting to work with
darwin's threads, because they don't have pthread_kill implemented.
libffi is working (sans closure support).
regards
Bryce.