This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Problem
- To: java at gcc dot gnu dot org
- Subject: Problem
- From: Mark Mitchell <mark at codesourcery dot com>
- Date: Wed, 14 Mar 2001 12:33:14 -0800
- Organization: CodeSourcery, LLC
I'm having trouble building libgcj, and I'm not sure whether I broke
it or it was already broken.
I'm getting undefined references to abstract functions, like:
public abstract String getName();
in BytesToUnicode.java.
These appear as references here:
_MT_gnu_gcj_convert_BytesToUnicode:
...
.long _ZN3gnu3gcj7convert14BytesToUnicode7getNameEv
I assume that some kind of __pure_virtual equivalent is supposed to go
in the table there.
Is this known breakage, or did I introduce it? How is this supposed
to get the right value?
Thanks,
--
Mark Mitchell mark@codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com