Hi, Yes, I found that problem with jikes on arm-linux. If I remember (over a year ago now) it gobbled up the memory when compiling classes that used doubles, etc. (java.lang.Double). I found if you copied over the class files for these so it didn't try to compile them you could get it to work. It's not many.
Rob. On Tue, 06 Jul 2004 12:04:55 +0200, Dalibor Topic <[EMAIL PROTECTED]> wrote: > Ming Chen wrote: > > Hi, > > > > I have some problem to compile the CLASSPATH in Debian Linux/ Xscale, it > > used up the memory (3G). > > Let me guess ... jikes? Known bug in jikes. Avoid using it to compile > classpath on arm-linux. Use another compiler. > > cheers, > dalibor topic > > > > > _______________________________________________ > Classpath mailing list > [EMAIL PROTECTED] > http://lists.gnu.org/mailman/listinfo/classpath > _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/classpath

