This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Multiple Definitions of
- From: Andrew Haley <aph at redhat dot com>
- To: "Philip T. Gonia" <phil dot gonia at verizon dot net>
- Cc: java at gcc dot gnu dot org
- Date: Sun, 6 Apr 2003 11:17:39 +0100 (BST)
- Subject: Multiple Definitions of
- References: <459476CC-6807-11D7-A818-000393C27650@verizon.net>
Philip T. Gonia writes:
> Hi,
>
> I'm new to GCJ and I find I am having a problem working with inner
> class compiles with GCJ.
>
> Below I provide a very small output of the current output of a build I
> am doing from a make file.
> The problem starts at the request to compile an inner class. It falls
> apart from there.
>
> What is wrong and what is the fix if any.
It's hard to tell from the information you give here. Can you please
construct a small test case? Then we can have a look.
BTW, there are some known problems with inner classes, but I don't
recognize this particular symptom.
Andrew.