Problem
Mark Mitchell
mark@codesourcery.com
Wed Mar 14 12:29:00 GMT 2001
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
More information about the Java
mailing list