This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: Failure to build gcc-3.4 20030909 Java sourcefiles: @libgcj.sourcelist: gcj: Internal error: Killed (program jc1)
- From: Andrew Haley <aph at redhat dot com>
- To: "Christian Joensson" <c dot christian dot joensson at comhem dot se>
- Cc: <tromey at redhat dot com>, <tcallawa at redhat dot com>, "'java'" <java at gcc dot gnu dot org>
- Date: Tue, 16 Sep 2003 16:27:20 +0100
- Subject: RE: Failure to build gcc-3.4 20030909 Java sourcefiles: @libgcj.sourcelist: gcj: Internal error: Killed (program jc1)
- References: <87vfs01bg7.fsf@fleche.redhat.com><000701c37c42$78f53f10$0501a8c0@win.foi.se>
Christian Joensson writes:
> I'm sorry, but I don't have a 64-bit capable gdb installed...
>
> But, I see "big" memory usage, on this 128 MB old box (with 256 MB swap)...
> Might the memory available be a problem?
Yes. Both the linker and the compiler grow very large while building
libgcj. jc1 grows to 266 Mbytes on my x86 box.
Andrew.