This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: java/4027: gcj-3.0 fails to compile main class files withpackage declaration
- To: nobody at gcc dot gnu dot org
- Subject: Re: java/4027: gcj-3.0 fails to compile main class files withpackage declaration
- From: Colin Walters <walters at cis dot ohio-state dot edu>
- Date: 15 Aug 2001 19:46:02 -0000
- Cc: gcc-prs at gcc dot gnu dot org,
- Reply-To: Colin Walters <walters at cis dot ohio-state dot edu>
The following reply was made to PR java/4027; it has been noted by GNATS.
From: Colin Walters <walters@cis.ohio-state.edu>
To: gcc-gnats@gcc.gnu.org, debian-gcc@lists.debian.org,
108730-done@bugs.debian.org
Cc:
Subject: Re: java/4027: gcj-3.0 fails to compile main class files with
package declaration
Date: Wed, 15 Aug 2001 15:34:17 -0400
Alexandre Petit-Bianco <apbianco@cygnus.com> writes:
> walters@cis.ohio-state.edu writes:
>
>> | gcj-3.0 -o Test --main=Test Test.java
>
> Try:
>
> gcj-3.0 -o Test --main=gnu.foo.Test Test.java
Gah. I knew I had to be doing something stupid. Thanks.