This is the mail archive of the java-patches@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gcj --main error??


Tom Tromey wrote:
> 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.

From Arno's first message it looks as though the missing reference comes from
the output of jvgenmain, which now generates class declarations as:

extern int class __attribute__ ((alias ("_Q43gnu3gcj7convert7Convert.class$")));

This symbol should be resolved in libjava/gnu/gcj/convert/Convert.o.

Is there any chance FreeBSD can't handle `.' or `$' in identifier names? 
(Doesn't FreeBSD use GNU binutils?)

--
Jeff Sturm
jeff.sturm@commerceone.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]