This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: gcj --main error??
- To: arno at heho dot snv dot jussieu dot fr (Arno J. Klaassen)
- Subject: Re: gcj --main error??
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 09 Oct 2000 13:54:42 -0600
- Cc: Jeff Sturm <jeff dot sturm at appnet dot com>, java-patches at sourceware dot cygnus dot com, gcc at gnu dot org
- References: <39E1F6BE.3DED1EC8@appnet.com> <wphf6ldhb1.fsf@heho.snv.jussieu.fr>
- Reply-To: tromey at cygnus dot com
>>>>> "Arno" == Arno J Klaassen <arno@heho.snv.jussieu.fr> writes:
Arno> I start thinking that compiling out of the source tree might be
Arno> the origin of the problem; I found one bug already (see patch);
Arno> I'm sure about the bug, not about the patch, BTW.
Compiling in the source tree isn't supported.
I don't know whether doing that would cause the problems you are
seeing though.
One thing to do is find out where the missing reference to the
`class$' field is coming from. Then you might be able to find out why
it isn't being satisfied.
Tom