From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20650 invoked by alias); 1 Jan 2003 23:16:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 20636 invoked by uid 71); 1 Jan 2003 23:16:02 -0000 Date: Wed, 01 Jan 2003 23:16:00 -0000 Message-ID: <20030101231602.20635.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Philip Mak Subject: Re: java/9119: Cannot compile HelloWorld.java Reply-To: Philip Mak X-SW-Source: 2003-01/txt/msg00095.txt.bz2 List-Id: The following reply was made to PR java/9119; it has been noted by GNATS. From: Philip Mak To: Tom Tromey Cc: gcc-gnats@gcc.gnu.org Subject: Re: java/9119: Cannot compile HelloWorld.java Date: Wed, 1 Jan 2003 18:16:13 -0500 On Wed, Jan 01, 2003 at 03:46:10PM -0700, Tom Tromey wrote: > >>>>> ">" == pmak writes: > > >> [gcj@priam gcj]$ gcj HelloWorld.java > >> HelloWorld.java:1: Internal compiler error in make_class_data, at java/class.c:1676 > > Do you have CLASSPATH set in your environment? > Is libgcj installed? libgcj wasn't installed. I had to install it, as well as install GNU classpath and set it as CLASSPATH. After that, gcj now works. Thanks for the help. I think gcj should give a more meaningful error message in the case that libgcj isn't installed, rather than implying it has a bug.