This is the mail archive of the java@gcc.gnu.org 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]

Problem



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


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