This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
bug in ZipInputStream
- From: "Erik Poupaert" <erik dot poupaert at chello dot be>
- To: <java at gcc dot gnu dot org>
- Date: Tue, 17 Dec 2002 04:16:56 +0100
- Subject: bug in ZipInputStream
>>>> Ranjit posted a note about this last week.
>>>> It was titled "GCJ 3.2 for Win32: Updated Snapshot".
That's message http://gcc.gnu.org/ml/java/2002-12/msg00103.html. That's
indeed the version I installed.
I've also tried to apply the patch that he posted
http://gcc.gnu.org/ml/java/2002-09/msg00072.html against yesterday's
snapshot, after applying the ordinary minGW diff
http://prdownloads.sourceforge.net/mingw/gcj-3.2-20021210-1.src.diff.gz?down
load.
I guess it could have worked on Linux, by cross-compiling. But then again,
I'm afraid it was already beyond me.
>>>> Not all his patches have gone into cvs yet. We're still waiting for
>>>> the paperwork to complete. However, we think that the required
>>>> patches will be in 3.3.
I hope mingw gcc will be able to build itself.
I've got a similar problem with ObjectInputStream; which is used by SableCc
to read its "personal" parser tables (for its grammar-grammar). The parser
tables that it produces for the parsers that it generates, however, are read
with DataInputStream; which works fine in gcj. This prevents me from
compiling a native version of SableCc. I guess I shouldn't file bug reports
until mingw becomes mainstream as a self-host.