This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcjh segfaults when passed two class names
- From: Tom Tromey <tromey at redhat dot com>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: 08 Dec 2001 18:58:15 -0700
- Subject: Re: gcjh segfaults when passed two class names
- References: <86vgfiicf2.fsf@megacz.com>
- Reply-to: tromey at redhat dot com
>>>>> "Adam" == Adam Megacz <gcj@lists.megacz.com> writes:
Adam> I'm trying to generate a single .h file with headers for multiple
Adam> classes; when I invoke gcj with:
Adam> gcj -o foo.h org.xwt.foo org.xwt.bar
Adam> it segfaults. Is anybody else experiencing this? (latest CVS)
I checked in a fix for this.
Thanks for the report.
Tom