This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libgcj/9608: compiled VS gij virtual machine


Tom

	`Tom Tromey' changed the responsibility to `tromey'.


Responsible-Changed-From-To: unassigned->tromey
Responsible-Changed-By: tromey
Responsible-Changed-When: Sat Feb  8 11:03:54 2003
Responsible-Changed-Why:
I'm handling this.

State-Changed-From-To: open-closed
State-Changed-By: tromey
State-Changed-When: Sat Feb  8 11:04:00 2003
State-Changed-Why:
When you link statically, classes that aren't directly referenced
are not linked in.  In this case you need a class to be available
via reflection -- but it hasn't been linked in since there is no
direct reference.

This problem has been extensively discussed on the mailing list.
The most common solution is to make your program reference the
classes it needs.


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