This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: Rexx to native compilation
- From: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- To: "Anthony Green" <green at redhat dot com>
- Cc: <java at gcc dot gnu dot org>
- Date: Tue, 11 Mar 2003 22:24:36 +0100
- Subject: RE: Rexx to native compilation
> On Tue, 2003-03-11 at 11:23, Øyvind Harboe wrote:
> > RxFileReader.nrx:201: error: cannot find file for class
> > sun.io.MalformedInputException
>
> You should just create your own
> sun.io.MalformedInputException class in order to link.
After doing this, I discovered another showstopper...
Since this was just for my amusement, I'll revisit at some point
armed with a new GCJ.
C:\temp\rexx>\thisiscool-gcc\gcc-3.3\bin\gcj -o test.exe --main=qtsmall NetRexxC
.jar rexx2nrx.jar sun\io\MalformedInputException.java sun\tools\javac\Main.java
qtsmall.class
BadArgumentException.nrx:0: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Øyvind