<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=text/html;charset=iso-8859-1 http-equiv=Content-Type>
<META content='"MSHTML 4.72.3110.7"' name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT color=#000000 size=2>I am endeavoring to make some useful 
modifications to Kaffe - and the first step in this is getting Kaffe to build 
and successfully run Java applications.&nbsp; I am running on Windows 98, using 
CygWin32, and I have gotten Kaffe to successfully build.</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 size=2>Now, I am attempting to run Java apps using my 
built kaffe, and am running into some problems.&nbsp; When I test simple non AWT 
applications - they compile and run flawlessly.&nbsp; But when libraries such as 
java.io, or java.awt are included - the included java compiler fails with the 
error message:</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>assertion &quot;!INTS_DISABLED()&quot; failed: file 
&quot;exception.c&quot;, line 308<BR></FONT></DIV>
<DIV><FONT color=#000000 size=2>Tracing into the code - it would seem that 
interrupts are disabled in a place that they should be enabled.&nbsp; 
</FONT><FONT color=#000000 size=2>If anyone has seen this error and could give 
me some hint as to what I could do to remedy it, please let me 
know.</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 size=2>Thank you,</FONT></DIV>
<DIV><FONT color=#000000 size=2>Peter DeLaurentis</FONT></DIV></BODY></HTML>