Am Freitag, 19. November 2004 18:23 schrieb Kevin Brooks: > Hi there, > > I tried to compile classpath 0.11 using gcc 3.4.3. > > It failed and the following error was displayed. > > "gcj: Internal error: Killed (program jc1)" > > What is it and how to resolve it?
This mostly means that gcj had not enough RAM. gcj 3.3 needs about 350 MB of mem (ram+swap). Its best tu use jikes to build classpath. ITs much less memory using. By the way: classpath 0.12 is out. Michael -- Homepage: http://www.worldforge.org/ _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/classpath

