This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcc version 3.2 and gcj problem
- From: Tom Tromey <tromey at redhat dot com>
- To: Scott Dudley <scott at telesoft dot com>
- Cc: java at gcc dot gnu dot org
- Date: 16 Aug 2002 19:32:08 -0600
- Subject: Re: gcc version 3.2 and gcj problem
- References: <3D5D7A7A.8090208@telesoft.com>
- Reply-to: tromey at redhat dot com
>>>>> "Scott" == Scott Dudley <scott@telesoft.com> writes:
Scott> i just built gcc version 3.2 on redhat 7.2 using gcc version 2.95.2
Scott> 19991024.
Scott> when i try to compile a java file, i get the following:
Scott> gcj --main=HelloWorldApp -o HelloWorldApp HelloWorldApp.java
Scott> jc1: Cannot allocate 1768386413 bytes after allocating 277984 bytes
I don't recall seeing that with 3.2.
How did you configure?
Tom