This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]