This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: IA64 Java build problem
- From: Tom Tromey <tromey at redhat dot com>
- To: Steve Ellcey <sje at cup dot hp dot com>
- Cc: java at gcc dot gnu dot org
- Date: Thu, 09 Aug 2007 12:37:00 -0600
- Subject: Re: IA64 Java build problem
- References: <200708091823.LAA21080@hpsje.cup.hp.com>
- Reply-to: tromey at redhat dot com
>>>>> "Steve" == Steve Ellcey <sje@cup.hp.com> writes:
Steve> I am not sure how to do that. Do you just mean put a '-v' on the
Steve> compile? I did that and here is what I got:
First, send me your tools.zip off list and I will look to see if it
looks ok-ish. (Unless you already did that, in which case don't
bother :)
To see what is happening in jcf_parse(), run jc1 under gdb, break on
fatal_error, and then go up and print the JCF.
Tom